public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
@ 2018-10-08 22:07 ` sergiodj+buildbot
  2018-10-08 22:09 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

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

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

  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.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    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/mjw/gdb/build/fedora-s390x/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/mjw/gdb/build/fedora-s390x/build'
make: *** [Makefile:850: all] Error 2
============================




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

* [binutils-gdb] Add native target for FreeBSD/riscv.
@ 2018-10-08 22:07 sergiodj+buildbot
  2018-10-08 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (13 more replies)
  0 siblings, 14 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:07 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 74792ff782431ec6113b9a8a8e85b95f46094c7f ***

Author: John Baldwin <jhb@FreeBSD.org>
Branch: master
Commit: 74792ff782431ec6113b9a8a8e85b95f46094c7f

Add native target for FreeBSD/riscv.

gdb/ChangeLog:

	* Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
	* NEWS: Mention new FreeBSD/riscv native configuration.
	* configure.host: Add riscv*-*-freebsd*.
	* configure.nat: Likewise.
	* riscv-fbsd-nat.c: New file.

gdb/doc/ChangeLog:

	* gdb.texinfo (Contributors): Add SRI International and University
	of Cambridge for FreeBSD/riscv.


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
  2018-10-08 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2018-10-08 22:09 ` sergiodj+buildbot
  2018-10-08 22:18 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Solaris11-sparcv9-m64/builds/144>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

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

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

  CXX    solib-target.o
  CXX    solib.o
  CXX    source.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-nat.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-tdep.o
  CXX    sparc64-sol2-tdep.o
  CXX    sparc64-tdep.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    stap-probe.o
  CXX    std-regs.o
  CXX    symfile-debug.o
  CXX    symfile.o
  CXX    symmisc.o
  CXX    symtab.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-float.o
  CXX    target-memory.o
  CXX    target.o
  CXX    target/waitstatus.o
  CXX    thread-fsm.o
  CXX    thread.o
  CXX    tid-parse.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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/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/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    valarith.o
  CXX    valops.o
  CXX    valprint.o
../../binutils-gdb/gdb/valops.c: In function value* value_struct_elt_for_reference(type*, int, type*, const char*, type*, int, noside):
../../binutils-gdb/gdb/valops.c:3442:26: error: declaration of t shadows a previous local [-Werror=shadow=compatible-local]
             struct type *t = check_typedef (value_type (this_v));
                          ^
../../binutils-gdb/gdb/valops.c:3381:16: note: shadowed declaration is here
   struct type *t = check_typedef (curtype);
                ^
  CXX    value.o
  CXX    varobj.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    xml-support.o
cc1plus: all warnings being treated as errors
gmake[2]: *** [Makefile:1620: valops.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb'
gmake[1]: *** [Makefile:8792: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:849: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
  2018-10-08 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
  2018-10-08 22:09 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
@ 2018-10-08 22:18 ` sergiodj+buildbot
  2018-10-08 22:24 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-amd64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Solaris11-amd64-m64/builds/147>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-amd64-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

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

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

  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    skip.o
  CXX    sol-thread.o
  CXX    sol2-tdep.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    stap-probe.o
  CXX    std-regs.o
  CXX    symfile-debug.o
  CXX    symfile.o
  CXX    symmisc.o
  CXX    symtab.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-float.o
  CXX    target-memory.o
  CXX    target.o
  CXX    target/waitstatus.o
  CXX    thread-fsm.o
  CXX    thread.o
  CXX    tid-parse.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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/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/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    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
../../binutils-gdb/gdb/valops.c: In function value* value_struct_elt_for_reference(type*, int, type*, const char*, type*, int, noside):
../../binutils-gdb/gdb/valops.c:3442:26: error: declaration of t shadows a previous local [-Werror=shadow=compatible-local]
             struct type *t = check_typedef (value_type (this_v));
                          ^
../../binutils-gdb/gdb/valops.c:3381:16: note: shadowed declaration is here
   struct type *t = check_typedef (curtype);
                ^
  CXX    varobj.o
  CXX    version.o
cc1plus: all warnings being treated as errors
  CXX    x86-tdep.o
gmake[2]: *** [Makefile:1620: valops.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-amd64/solaris11-amd64-m64/build/gdb'
gmake[1]: *** [Makefile:8792: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-amd64/solaris11-amd64-m64/build'
gmake: *** [Makefile:849: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-i686, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-10-08 22:18 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
@ 2018-10-08 22:24 ` sergiodj+buildbot
  2018-10-08 22:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

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

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

  CXX    mep-tdep.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
  CXX    mips-tdep.o
  CXX    mipsread.o
  CXX    mn10300-linux-tdep.o
  CXX    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    riscv-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-i686/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-i686/build'
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-10-08 22:24 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
@ 2018-10-08 22:28 ` sergiodj+buildbot
  2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

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

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

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

  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.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    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    rl78-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-extended-gdbserver-m32/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-extended-gdbserver-m32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-10-08 22:30 ` sergiodj+buildbot
  2018-10-08 22:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

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

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

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

  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.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    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-extended-gdbserver/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-extended-gdbserver/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-10-08 22:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-10-08 22:30 ` sergiodj+buildbot
  2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

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

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

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

  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.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    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cc-with-index/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cc-with-index/build'
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-10-08 22:31 ` sergiodj+buildbot
  2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

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

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

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

  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.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    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-gdbserver/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-gdbserver/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
@ 2018-10-08 22:35 ` sergiodj+buildbot
  2018-10-08 22:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

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

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

  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.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    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    rl78-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64/build'
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-10-08 22:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-10-08 22:35 ` sergiodj+buildbot
  2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

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

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

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

  CXX    mep-tdep.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mingw-hdep.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
  CXX    mips-tdep.o
  CXX    mips64-obsd-tdep.o
  CXX    mipsread.o
  CXX    mn10300-linux-tdep.o
  CXX    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    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    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function 'void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR)':
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable 'i' [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function 'void riscv_fbsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable 'tdep' [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    riscv-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1618: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-10-08 22:36 ` sergiodj+buildbot
  2018-10-08 22:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

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

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

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

  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.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    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-gdbserver-m32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-gdbserver-m32/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2018-10-08 22:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-10-08 22:37 ` sergiodj+buildbot
  2018-10-08 23:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
  2018-10-09  2:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:37 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/10967>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

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

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

  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.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    printcmd.o
  CXX    probe.o
  CXX    proc-service.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    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-m32/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
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] 936+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2018-10-08 22:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-10-08 23:10 ` sergiodj+buildbot
  2018-10-09  2:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 23:10 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/8564>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=3813e63e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=3813e63e>




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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (12 preceding siblings ...)
  2018-10-08 23:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
@ 2018-10-09  2:36 ` sergiodj+buildbot
  13 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-09  2:36 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/6727>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

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

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail?id=ac6b4701>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail.table?id=ac6b4701>




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-05-19 18:28 [binutils-gdb] gdb: fix off-by-one error in quirk_rust_enum gdb-buildbot
@ 2020-06-14 20:18 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-14 20:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2958

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        f408d82c7a140268c3b7be35970c96d8385b5902

Subject of commit:
        gdb: fix off-by-one error in quirk_rust_enum

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    process-stratum-target.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-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    run-on-main-thread.o
  YACC   rust-exp.c
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:23.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   23 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:23.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   23 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:28.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
   28 | %expect 1
      | ^~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    rust-lang.o
  CXX    rx-tdep.o
  CXX    s12z-tdep.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-mingw.o
  CXX    ser-tcp.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-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
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
../../binutils-gdb/gdb/sparc64-tdep.c: In function 'int adi_tag_fd()':
../../binutils-gdb/gdb/sparc64-tdep.c:290:59: error: the address of 'target_errno' will never be NULL [-Werror=address]
  290 |                                           0, &target_errno);
      |                                                           ^
../../binutils-gdb/gdb/sparc64-tdep.c:290:59: error: too few arguments to function 'int target_fileio_open(inferior*, const char*, int, int, bool, int*)'
In file included from ../../binutils-gdb/gdb/exec.h:23,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/sparc64-tdep.c:26:
../../binutils-gdb/gdb/target.h:2143:12: note: declared here
 2143 | extern int target_fileio_open (struct inferior *inf,
      |            ^~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1605: sparc64-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=393.275391
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-05-19 17:51 [binutils-gdb] Make exec-file-mismatch compare build IDs gdb-buildbot
@ 2020-06-14 19:37 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-14 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2957

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        98c59b527b1472b87a9ee4959c4bfae85061bc1d

Subject of commit:
        Make exec-file-mismatch compare build IDs

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    process-stratum-target.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-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    run-on-main-thread.o
  YACC   rust-exp.c
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:23.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   23 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:23.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   23 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:28.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
   28 | %expect 1
      | ^~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    rust-lang.o
  CXX    rx-tdep.o
  CXX    s12z-tdep.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-mingw.o
  CXX    ser-tcp.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-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
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
../../binutils-gdb/gdb/sparc64-tdep.c: In function 'int adi_tag_fd()':
../../binutils-gdb/gdb/sparc64-tdep.c:290:59: error: the address of 'target_errno' will never be NULL [-Werror=address]
  290 |                                           0, &target_errno);
      |                                                           ^
../../binutils-gdb/gdb/sparc64-tdep.c:290:59: error: too few arguments to function 'int target_fileio_open(inferior*, const char*, int, int, bool, int*)'
In file included from ../../binutils-gdb/gdb/exec.h:23,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/sparc64-tdep.c:26:
../../binutils-gdb/gdb/target.h:2143:12: note: declared here
 2143 | extern int target_fileio_open (struct inferior *inf,
      |            ^~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1605: sparc64-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=358.989893
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-05-19 17:51 [binutils-gdb] Eliminate target_fileio_open_warn_if_slow gdb-buildbot
@ 2020-06-14 18:55 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-14 18:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2956

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        4111f652f955028e8219fad2d60af1fd22aa29ee

Subject of commit:
        Eliminate target_fileio_open_warn_if_slow

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    process-stratum-target.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-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    run-on-main-thread.o
  YACC   rust-exp.c
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:23.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   23 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:23.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   23 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y:28.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
   28 | %expect 1
      | ^~~~~~~
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/rust-exp.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    rust-lang.o
  CXX    rx-tdep.o
  CXX    s12z-tdep.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-mingw.o
  CXX    ser-tcp.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-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
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
../../binutils-gdb/gdb/sparc64-tdep.c: In function 'int adi_tag_fd()':
../../binutils-gdb/gdb/sparc64-tdep.c:290:59: error: the address of 'target_errno' will never be NULL [-Werror=address]
  290 |                                           0, &target_errno);
      |                                                           ^
../../binutils-gdb/gdb/sparc64-tdep.c:290:59: error: too few arguments to function 'int target_fileio_open(inferior*, const char*, int, int, bool, int*)'
In file included from ../../binutils-gdb/gdb/exec.h:23,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/sparc64-tdep.c:26:
../../binutils-gdb/gdb/target.h:2143:12: note: declared here
 2143 | extern int target_fileio_open (struct inferior *inf,
      |            ^~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1605: sparc64-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=371.484016
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-06-13  0:20 [binutils-gdb] Avoid short i386 register names on Solaris/x86 [PR25981] gdb-buildbot
@ 2020-06-13  3:03 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-13  3:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2943

Author:
        Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Commit tested:
        e52a0f1bd949e1b6b6bcadc284c8f84464d46f2c

Subject of commit:
        Avoid short i386 register names on Solaris/x86 [PR25981]

*** FAILED to build GDB -- compile gdb ***
==============================================

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

make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd/po'
make[4]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ../../binutils-gdb/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
echo "#line 1 \"peXXigen.c\"" > pex64igen.c
/usr/bin/sed -e s/XX/pex64/g < ../../binutils-gdb/bfd/peXXigen.c >> pex64igen.c
echo "#line 1 \"peXXigen.c\"" > peigen.c
/usr/bin/sed -e s/XX/pe/g < ../../binutils-gdb/bfd/peXXigen.c >> peigen.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf32-aarch64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf32-aarch64.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf64-aarch64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf64-aarch64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf32-ia64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf32-ia64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf64-ia64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf64-ia64.c
echo "#line 1 \"elfnn-riscv.c\"" > elf32-riscv.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf32-riscv.c
echo "#line 1 \"elfnn-riscv.c\"" > elf64-riscv.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf64-riscv.c
echo "#line 1 \"peXXigen.c\"" > pepigen.c
/usr/bin/sed -e s/XX/pep/g < ../../binutils-gdb/bfd/peXXigen.c >> pepigen.c
rm -f tofiles
f=""; \
for i in pe-x86_64.lo pex64igen.lo cofflink.lo coffgen.lo dwarf2.lo pei-x86_64.lo elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo pe-i386.lo peigen.lo pei-i386.lo elf32-i386.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo elf32-aarch64.lo elf64-aarch64.lo elfxx-aarch64.lo aix5ppc-core.lo aout64.lo coff-alpha.lo coff-x86_64.lo coff64-rs6000.lo elf32-ia64.lo elf32-mips.lo elf32-score.lo elf32-score7.lo elf64-alpha.lo elf64-gen.lo elf64-hppa.lo elf64-ia64.lo elf64-ia64-vms.lo elfxx-ia64.lo elfn32-mips.lo elf64-mips.lo elfxx-mips.lo elf64-mmix.lo elf64-nfp.lo elf64-ppc.lo elf32-riscv.lo elf64-riscv.lo elfxx-riscv.lo elf64-s390.lo elf64-sparc.lo elf64-tilegx.lo elf64-x86-64.lo elfxx-x86.lo elf64-bpf.lo elf64.lo mach-o-aarch64.lo mach-o-x86-64.lo mmo.lo pe-x86_64.lo pei-ia64.lo pei-x86_64.lo pepigen.lo pex64igen.lo vms-alpha.lo aout-cris.lo aout-ns32k.lo aout-tic30.lo aout32.lo cf-i386lynx.lo coff-go32.lo coff-i386.lo coff-mips.lo coff-rs6000.lo coff-sh.lo coff-stgo32.lo coff-tic30.lo coff-tic4x.lo coff-tic54x.lo coff-z80.lo coff-z8k.lo coffgen.lo cofflink.lo dwarf1.lo dwarf2.lo ecoff.lo ecofflink.lo elf-attrs.lo elf-eh-frame.lo elf-ifunc.lo elf-m10200.lo elf-m10300.lo elf-nacl.lo elf-strtab.lo elf-vxworks.lo elf.lo elf32-am33lin.lo elf32-arc.lo elf32-arm.lo elf32-avr.lo elf32-bfin.lo elf32-cr16.lo elf32-cris.lo elf32-crx.lo elf32-csky.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-epiphany.lo elf32-fr30.lo elf32-frv.lo elf32-ft32.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i386.lo elfxx-x86.lo elf32-ip2k.lo elf32-iq2000.lo elf32-lm32.lo elf32-m32c.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68hc1x.lo elf32-m68k.lo elf32-s12z.lo elf32-mcore.lo elf32-mep.lo elf32-metag.lo elf32-microblaze.lo elf32-moxie.lo elf32-msp430.lo elf32-mt.lo elf32-nds32.lo elf32-nios2.lo elf32-or1k.lo elf32-pj.lo elf32-ppc.lo elf32-pru.lo elf32-rl78.lo elf32-rx.lo elf32-s390.lo elf32-sh.lo elf32-sparc.lo elf32-spu.lo elf32-tic6x.lo elf32-tilegx.lo elf32-tilepro.lo elf32-v850.lo elf32-vax.lo elf32-visium.lo elf32-wasm32.lo elf32-xc16x.lo elf32-xgate.lo elf32-xstormy16.lo elf32-xtensa.lo elf32-z80.lo elf32.lo elflink.lo elfxx-sparc.lo elfxx-tilegx.lo i386aout.lo i386bsd.lo i386lynx.lo i386msdos.lo mach-o.lo mach-o-i386.lo mach-o-arm.lo ns32knetbsd.lo pc532-mach.lo pdp11.lo pe-arm-wince.lo pe-arm.lo pe-i386.lo pe-mcore.lo pe-ppc.lo pe-sh.lo pef.lo pei-arm-wince.lo pei-arm.lo pei-i386.lo pei-mcore.lo pei-ppc.lo pei-sh.lo peigen.lo plugin.lo ppcboot.lo reloc16.lo som.lo vax1knetbsd.lo vaxnetbsd.lo vms-lib.lo vms-misc.lo wasm-module.lo xcofflink.lo xsym.lo xtensa-isa.lo xtensa-modules.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-aarch64.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-bfin.lo cpu-bpf.lo cpu-cr16.lo cpu-cris.lo cpu-crx.lo cpu-csky.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-epiphany.lo cpu-fr30.lo cpu-frv.lo cpu-ft32.lo cpu-h8300.lo cpu-hppa.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-ia64.lo cpu-ip2k.lo cpu-iq2000.lo cpu-lm32.lo cpu-m10200.lo cpu-m10300.lo cpu-m32c.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m9s12x.lo cpu-s12z.lo cpu-m9s12xg.lo cpu-m68k.lo cpu-mcore.lo cpu-mep.lo cpu-metag.lo cpu-microblaze.lo cpu-mips.lo cpu-mmix.lo cpu-moxie.lo cpu-msp430.lo cpu-mt.lo cpu-nds32.lo cpu-nfp.lo cpu-nios2.lo cpu-ns32k.lo cpu-or1k.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-pru.lo cpu-rs6000.lo cpu-riscv.lo cpu-rl78.lo cpu-rx.lo cpu-s390.lo cpu-score.lo cpu-sh.lo cpu-sparc.lo cpu-spu.lo cpu-tic30.lo cpu-tic4x.lo cpu-tic54x.lo cpu-tic6x.lo cpu-tilegx.lo cpu-tilepro.lo cpu-v850.lo cpu-v850_rh850.lo cpu-vax.lo cpu-visium.lo cpu-wasm32.lo cpu-xc16x.lo cpu-xgate.lo cpu-xstormy16.lo cpu-xtensa.lo cpu-z80.lo cpu-z8k.lo  archive64.lo ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../binutils-gdb/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-gdb/bfd/archive.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-gdb/bfd/archive.c -o archive.o
  CXX      common-regcache.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_pe_vec -DASSOCIATED_VECS='&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ../../binutils-gdb/bfd/archures.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_pe_vec "-DASSOCIATED_VECS=&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ../../binutils-gdb/bfd/archures.c -o archures.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-gdb/bfd/bfd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-gdb/bfd/bfd.c -o bfd.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-gdb/bfd/bfdio.c
  CXX      common-utils.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-gdb/bfd/bfdio.c -o bfdio.o
  CXX      environ.o
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:133:17: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
  133 |       for (i = 0, fullpath[i]; i++)
      |                 ^
../../binutils-gdb/bfd/bfdio.c:133:35: error: expected ';' before ')' token
  133 |       for (i = 0, fullpath[i]; i++)
      |                                   ^
      |                                   ;
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1608: bfdio.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1651: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1179: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2776: all-bfd] Error 2
make[1]: *** Waiting for unfinished jobs....
  CXX      errors.o
  CXX      event-loop.o
  CXX      fileio.o
  CXX      filestuff.o
  CXX      format.o
  CXX      gdb-dlfcn.o
  CXX      gdb_tilde_expand.o
  CXX      gdb_wait.o
  CXX      gdb_vecs.o
  CXX      job-control.o
  CXX      netstuff.o
  CXX      new-op.o
  CXX      pathstuff.o
  CXX      print-utils.o
  CXX      ptid.o
  CXX      rsp-low.o
  CXX      run-time-clock.o
  CXX      safe-strerror.o
  CXX      scoped_mmap.o
  CXX      signals.o
  CXX      signals-state-save-restore.o
  CXX      tdesc.o
  CXX      thread-pool.o
  CXX      xml-utils.o
  CXX      selftest.o
  AR       libgdbsupport.a
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdbsupport'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdbsupport'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=61.874517
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-06-12 21:48 [binutils-gdb] Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981] gdb-buildbot
@ 2020-06-12 23:53 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-12 23:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2942

Author:
        Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Commit tested:
        7f2043399809c0ba5c4819172214371ed820e8c6

Subject of commit:
        Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]

*** FAILED to build GDB -- compile gdb ***
==============================================

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

cp bfd-in3.h bfd-tmp.h
/bin/sh ../../binutils-gdb/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
echo "#line 1 \"peXXigen.c\"" > pex64igen.c
/usr/bin/sed -e s/XX/pex64/g < ../../binutils-gdb/bfd/peXXigen.c >> pex64igen.c
echo "#line 1 \"peXXigen.c\"" > peigen.c
/usr/bin/sed -e s/XX/pe/g < ../../binutils-gdb/bfd/peXXigen.c >> peigen.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf32-aarch64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf32-aarch64.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf64-aarch64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf64-aarch64.c
  CXX      common-debug.o
echo "#line 1 \"elfnn-ia64.c\"" > elf32-ia64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf32-ia64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf64-ia64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf64-ia64.c
echo "#line 1 \"elfnn-riscv.c\"" > elf32-riscv.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf32-riscv.c
echo "#line 1 \"elfnn-riscv.c\"" > elf64-riscv.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf64-riscv.c
echo "#line 1 \"peXXigen.c\"" > pepigen.c
/usr/bin/sed -e s/XX/pep/g < ../../binutils-gdb/bfd/peXXigen.c >> pepigen.c
rm -f tofiles
f=""; \
for i in pe-x86_64.lo pex64igen.lo cofflink.lo coffgen.lo dwarf2.lo pei-x86_64.lo elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo pe-i386.lo peigen.lo pei-i386.lo elf32-i386.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo elf32-aarch64.lo elf64-aarch64.lo elfxx-aarch64.lo aix5ppc-core.lo aout64.lo coff-alpha.lo coff-x86_64.lo coff64-rs6000.lo elf32-ia64.lo elf32-mips.lo elf32-score.lo elf32-score7.lo elf64-alpha.lo elf64-gen.lo elf64-hppa.lo elf64-ia64.lo elf64-ia64-vms.lo elfxx-ia64.lo elfn32-mips.lo elf64-mips.lo elfxx-mips.lo elf64-mmix.lo elf64-nfp.lo elf64-ppc.lo elf32-riscv.lo elf64-riscv.lo elfxx-riscv.lo elf64-s390.lo elf64-sparc.lo elf64-tilegx.lo elf64-x86-64.lo elfxx-x86.lo elf64-bpf.lo elf64.lo mach-o-aarch64.lo mach-o-x86-64.lo mmo.lo pe-x86_64.lo pei-ia64.lo pei-x86_64.lo pepigen.lo pex64igen.lo vms-alpha.lo aout-cris.lo aout-ns32k.lo aout-tic30.lo aout32.lo cf-i386lynx.lo coff-go32.lo coff-i386.lo coff-mips.lo coff-rs6000.lo coff-sh.lo coff-stgo32.lo coff-tic30.lo coff-tic4x.lo coff-tic54x.lo coff-z80.lo coff-z8k.lo coffgen.lo cofflink.lo dwarf1.lo dwarf2.lo ecoff.lo ecofflink.lo elf-attrs.lo elf-eh-frame.lo elf-ifunc.lo elf-m10200.lo elf-m10300.lo elf-nacl.lo elf-strtab.lo elf-vxworks.lo elf.lo elf32-am33lin.lo elf32-arc.lo elf32-arm.lo elf32-avr.lo elf32-bfin.lo elf32-cr16.lo elf32-cris.lo elf32-crx.lo elf32-csky.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-epiphany.lo elf32-fr30.lo elf32-frv.lo elf32-ft32.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i386.lo elfxx-x86.lo elf32-ip2k.lo elf32-iq2000.lo elf32-lm32.lo elf32-m32c.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68hc1x.lo elf32-m68k.lo elf32-s12z.lo elf32-mcore.lo elf32-mep.lo elf32-metag.lo elf32-microblaze.lo elf32-moxie.lo elf32-msp430.lo elf32-mt.lo elf32-nds32.lo elf32-nios2.lo elf32-or1k.lo elf32-pj.lo elf32-ppc.lo elf32-pru.lo elf32-rl78.lo elf32-rx.lo elf32-s390.lo elf32-sh.lo elf32-sparc.lo elf32-spu.lo elf32-tic6x.lo elf32-tilegx.lo elf32-tilepro.lo elf32-v850.lo elf32-vax.lo elf32-visium.lo elf32-wasm32.lo elf32-xc16x.lo elf32-xgate.lo elf32-xstormy16.lo elf32-xtensa.lo elf32-z80.lo elf32.lo elflink.lo elfxx-sparc.lo elfxx-tilegx.lo i386aout.lo i386bsd.lo i386lynx.lo i386msdos.lo mach-o.lo mach-o-i386.lo mach-o-arm.lo ns32knetbsd.lo pc532-mach.lo pdp11.lo pe-arm-wince.lo pe-arm.lo pe-i386.lo pe-mcore.lo pe-ppc.lo pe-sh.lo pef.lo pei-arm-wince.lo pei-arm.lo pei-i386.lo pei-mcore.lo pei-ppc.lo pei-sh.lo peigen.lo plugin.lo ppcboot.lo reloc16.lo som.lo vax1knetbsd.lo vaxnetbsd.lo vms-lib.lo vms-misc.lo wasm-module.lo xcofflink.lo xsym.lo xtensa-isa.lo xtensa-modules.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-aarch64.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-bfin.lo cpu-bpf.lo cpu-cr16.lo cpu-cris.lo cpu-crx.lo cpu-csky.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-epiphany.lo cpu-fr30.lo cpu-frv.lo cpu-ft32.lo cpu-h8300.lo cpu-hppa.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-ia64.lo cpu-ip2k.lo cpu-iq2000.lo cpu-lm32.lo cpu-m10200.lo cpu-m10300.lo cpu-m32c.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m9s12x.lo cpu-s12z.lo cpu-m9s12xg.lo cpu-m68k.lo cpu-mcore.lo cpu-mep.lo cpu-metag.lo cpu-microblaze.lo cpu-mips.lo cpu-mmix.lo cpu-moxie.lo cpu-msp430.lo cpu-mt.lo cpu-nds32.lo cpu-nfp.lo cpu-nios2.lo cpu-ns32k.lo cpu-or1k.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-pru.lo cpu-rs6000.lo cpu-riscv.lo cpu-rl78.lo cpu-rx.lo cpu-s390.lo cpu-score.lo cpu-sh.lo cpu-sparc.lo cpu-spu.lo cpu-tic30.lo cpu-tic4x.lo cpu-tic54x.lo cpu-tic6x.lo cpu-tilegx.lo cpu-tilepro.lo cpu-v850.lo cpu-v850_rh850.lo cpu-vax.lo cpu-visium.lo cpu-wasm32.lo cpu-xc16x.lo cpu-xgate.lo cpu-xstormy16.lo cpu-xtensa.lo cpu-z80.lo cpu-z8k.lo  archive64.lo ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../binutils-gdb/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-gdb/bfd/archive.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-gdb/bfd/archive.c -o archive.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_pe_vec -DASSOCIATED_VECS='&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ../../binutils-gdb/bfd/archures.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_pe_vec "-DASSOCIATED_VECS=&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ../../binutils-gdb/bfd/archures.c -o archures.o
  CXX      common-exceptions.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-gdb/bfd/bfd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-gdb/bfd/bfd.c -o bfd.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-gdb/bfd/bfdio.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-gdb/bfd/bfdio.c -o bfdio.o
  CXX      common-inferior.o
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:133:17: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
  133 |       for (i = 0, fullpath[i]; i++)
      |                 ^
../../binutils-gdb/bfd/bfdio.c:133:35: error: expected ';' before ')' token
  133 |       for (i = 0, fullpath[i]; i++)
      |                                   ^
      |                                   ;
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1608: bfdio.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1651: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1179: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2776: all-bfd] Error 2
make[1]: *** Waiting for unfinished jobs....
  CXX      common-regcache.o
  CXX      common-utils.o
  CXX      environ.o
  CXX      errors.o
  CXX      event-loop.o
  CXX      fileio.o
  CXX      filestuff.o
  CXX      format.o
  CXX      gdb-dlfcn.o
  CXX      gdb_tilde_expand.o
  CXX      gdb_wait.o
  CXX      gdb_vecs.o
  CXX      job-control.o
  CXX      netstuff.o
  CXX      new-op.o
  CXX      pathstuff.o
  CXX      print-utils.o
  CXX      ptid.o
  CXX      rsp-low.o
  CXX      run-time-clock.o
  CXX      safe-strerror.o
  CXX      scoped_mmap.o
  CXX      signals.o
  CXX      signals-state-save-restore.o
  CXX      tdesc.o
  CXX      thread-pool.o
  CXX      xml-utils.o
  CXX      selftest.o
  AR       libgdbsupport.a
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdbsupport'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdbsupport'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=63.292189
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-06-12 18:05 [binutils-gdb] Fix a use-after-free bug in the BFD library when scanning a corrupt ELF file gdb-buildbot
@ 2020-06-12 20:44 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-12 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2941

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        ed02cdb5b78d17429f7e873acc49d94a5a0223d8

Subject of commit:
        Fix a use-after-free bug in the BFD library when scanning a corrupt ELF file.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

cp bfd-in3.h bfd-tmp.h
/bin/sh ../../binutils-gdb/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
echo "#line 1 \"peXXigen.c\"" > pex64igen.c
/usr/bin/sed -e s/XX/pex64/g < ../../binutils-gdb/bfd/peXXigen.c >> pex64igen.c
echo "#line 1 \"peXXigen.c\"" > peigen.c
/usr/bin/sed -e s/XX/pe/g < ../../binutils-gdb/bfd/peXXigen.c >> peigen.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf32-aarch64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf32-aarch64.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf64-aarch64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf64-aarch64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf32-ia64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf32-ia64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf64-ia64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf64-ia64.c
echo "#line 1 \"elfnn-riscv.c\"" > elf32-riscv.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf32-riscv.c
echo "#line 1 \"elfnn-riscv.c\"" > elf64-riscv.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf64-riscv.c
echo "#line 1 \"peXXigen.c\"" > pepigen.c
/usr/bin/sed -e s/XX/pep/g < ../../binutils-gdb/bfd/peXXigen.c >> pepigen.c
rm -f tofiles
f=""; \
for i in pe-x86_64.lo pex64igen.lo cofflink.lo coffgen.lo dwarf2.lo pei-x86_64.lo elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo pe-i386.lo peigen.lo pei-i386.lo elf32-i386.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo elf32-aarch64.lo elf64-aarch64.lo elfxx-aarch64.lo aix5ppc-core.lo aout64.lo coff-alpha.lo coff-x86_64.lo coff64-rs6000.lo elf32-ia64.lo elf32-mips.lo elf32-score.lo elf32-score7.lo elf64-alpha.lo elf64-gen.lo elf64-hppa.lo elf64-ia64.lo elf64-ia64-vms.lo elfxx-ia64.lo elfn32-mips.lo elf64-mips.lo elfxx-mips.lo elf64-mmix.lo elf64-nfp.lo elf64-ppc.lo elf32-riscv.lo elf64-riscv.lo elfxx-riscv.lo elf64-s390.lo elf64-sparc.lo elf64-tilegx.lo elf64-x86-64.lo elfxx-x86.lo elf64-bpf.lo elf64.lo mach-o-aarch64.lo mach-o-x86-64.lo mmo.lo pe-x86_64.lo pei-ia64.lo pei-x86_64.lo pepigen.lo pex64igen.lo vms-alpha.lo aout-cris.lo aout-ns32k.lo aout-tic30.lo aout32.lo cf-i386lynx.lo coff-go32.lo coff-i386.lo coff-mips.lo coff-rs6000.lo coff-sh.lo coff-stgo32.lo coff-tic30.lo coff-tic4x.lo coff-tic54x.lo coff-z80.lo coff-z8k.lo coffgen.lo cofflink.lo dwarf1.lo dwarf2.lo ecoff.lo ecofflink.lo elf-attrs.lo elf-eh-frame.lo elf-ifunc.lo elf-m10200.lo elf-m10300.lo elf-nacl.lo elf-strtab.lo elf-vxworks.lo elf.lo elf32-am33lin.lo elf32-arc.lo elf32-arm.lo elf32-avr.lo elf32-bfin.lo elf32-cr16.lo elf32-cris.lo elf32-crx.lo elf32-csky.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-epiphany.lo elf32-fr30.lo elf32-frv.lo elf32-ft32.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i386.lo elfxx-x86.lo elf32-ip2k.lo elf32-iq2000.lo elf32-lm32.lo elf32-m32c.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68hc1x.lo elf32-m68k.lo elf32-s12z.lo elf32-mcore.lo elf32-mep.lo elf32-metag.lo elf32-microblaze.lo elf32-moxie.lo elf32-msp430.lo elf32-mt.lo elf32-nds32.lo elf32-nios2.lo elf32-or1k.lo elf32-pj.lo elf32-ppc.lo elf32-pru.lo elf32-rl78.lo elf32-rx.lo elf32-s390.lo elf32-sh.lo elf32-sparc.lo elf32-spu.lo elf32-tic6x.lo elf32-tilegx.lo elf32-tilepro.lo elf32-v850.lo elf32-vax.lo elf32-visium.lo elf32-wasm32.lo elf32-xc16x.lo elf32-xgate.lo elf32-xstormy16.lo elf32-xtensa.lo elf32-z80.lo elf32.lo elflink.lo elfxx-sparc.lo elfxx-tilegx.lo i386aout.lo i386bsd.lo i386lynx.lo i386msdos.lo mach-o.lo mach-o-i386.lo mach-o-arm.lo ns32knetbsd.lo pc532-mach.lo pdp11.lo pe-arm-wince.lo pe-arm.lo pe-i386.lo pe-mcore.lo pe-ppc.lo pe-sh.lo pef.lo pei-arm-wince.lo pei-arm.lo pei-i386.lo pei-mcore.lo pei-ppc.lo pei-sh.lo peigen.lo plugin.lo ppcboot.lo reloc16.lo som.lo vax1knetbsd.lo vaxnetbsd.lo vms-lib.lo vms-misc.lo wasm-module.lo xcofflink.lo xsym.lo xtensa-isa.lo xtensa-modules.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-aarch64.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-bfin.lo cpu-bpf.lo cpu-cr16.lo cpu-cris.lo cpu-crx.lo cpu-csky.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-epiphany.lo cpu-fr30.lo cpu-frv.lo cpu-ft32.lo cpu-h8300.lo cpu-hppa.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-ia64.lo cpu-ip2k.lo cpu-iq2000.lo cpu-lm32.lo cpu-m10200.lo cpu-m10300.lo cpu-m32c.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m9s12x.lo cpu-s12z.lo cpu-m9s12xg.lo cpu-m68k.lo cpu-mcore.lo cpu-mep.lo cpu-metag.lo cpu-microblaze.lo cpu-mips.lo cpu-mmix.lo cpu-moxie.lo cpu-msp430.lo cpu-mt.lo cpu-nds32.lo cpu-nfp.lo cpu-nios2.lo cpu-ns32k.lo cpu-or1k.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-pru.lo cpu-rs6000.lo cpu-riscv.lo cpu-rl78.lo cpu-rx.lo cpu-s390.lo cpu-score.lo cpu-sh.lo cpu-sparc.lo cpu-spu.lo cpu-tic30.lo cpu-tic4x.lo cpu-tic54x.lo cpu-tic6x.lo cpu-tilegx.lo cpu-tilepro.lo cpu-v850.lo cpu-v850_rh850.lo cpu-vax.lo cpu-visium.lo cpu-wasm32.lo cpu-xc16x.lo cpu-xgate.lo cpu-xstormy16.lo cpu-xtensa.lo cpu-z80.lo cpu-z8k.lo  archive64.lo ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../binutils-gdb/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-gdb/bfd/archive.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-gdb/bfd/archive.c -o archive.o
  CXX      common-debug.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_pe_vec -DASSOCIATED_VECS='&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ../../binutils-gdb/bfd/archures.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_pe_vec "-DASSOCIATED_VECS=&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ../../binutils-gdb/bfd/archures.c -o archures.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-gdb/bfd/bfd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-gdb/bfd/bfd.c -o bfd.o
  CXX      common-exceptions.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-gdb/bfd/bfdio.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-gdb/bfd/bfdio.c -o bfdio.o
  CXX      common-inferior.o
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:133:17: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
  133 |       for (i = 0, fullpath[i]; i++)
      |                 ^
../../binutils-gdb/bfd/bfdio.c:133:35: error: expected ';' before ')' token
  133 |       for (i = 0, fullpath[i]; i++)
      |                                   ^
      |                                   ;
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1608: bfdio.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1651: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1179: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2776: all-bfd] Error 2
make[1]: *** Waiting for unfinished jobs....
  CXX      common-regcache.o
  CXX      common-utils.o
  CXX      environ.o
  CXX      errors.o
  CXX      event-loop.o
  CXX      fileio.o
  CXX      filestuff.o
  CXX      format.o
  CXX      gdb-dlfcn.o
  CXX      gdb_tilde_expand.o
  CXX      gdb_wait.o
  CXX      gdb_vecs.o
  CXX      job-control.o
  CXX      netstuff.o
  CXX      new-op.o
  CXX      pathstuff.o
  CXX      print-utils.o
  CXX      ptid.o
  CXX      rsp-low.o
  CXX      run-time-clock.o
  CXX      safe-strerror.o
  CXX      scoped_mmap.o
  CXX      signals.o
  CXX      signals-state-save-restore.o
  CXX      tdesc.o
  CXX      thread-pool.o
  CXX      xml-utils.o
  CXX      selftest.o
  AR       libgdbsupport.a
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdbsupport'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdbsupport'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=61.599411
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-06-12 15:28 [binutils-gdb] [gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching-proc.exp gdb-buildbot
@ 2020-06-12 17:38 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-12 17:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2940

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        1d72769534bde2c366f670763105f714e0124d01

Subject of commit:
        [gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching-proc.exp

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/bin/sh ../../binutils-gdb/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
echo "#line 1 \"peXXigen.c\"" > pex64igen.c
/usr/bin/sed -e s/XX/pex64/g < ../../binutils-gdb/bfd/peXXigen.c >> pex64igen.c
echo "#line 1 \"peXXigen.c\"" > peigen.c
/usr/bin/sed -e s/XX/pe/g < ../../binutils-gdb/bfd/peXXigen.c >> peigen.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf32-aarch64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf32-aarch64.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf64-aarch64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf64-aarch64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf32-ia64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf32-ia64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf64-ia64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf64-ia64.c
echo "#line 1 \"elfnn-riscv.c\"" > elf32-riscv.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf32-riscv.c
echo "#line 1 \"elfnn-riscv.c\"" > elf64-riscv.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf64-riscv.c
echo "#line 1 \"peXXigen.c\"" > pepigen.c
/usr/bin/sed -e s/XX/pep/g < ../../binutils-gdb/bfd/peXXigen.c >> pepigen.c
rm -f tofiles
f=""; \
for i in pe-x86_64.lo pex64igen.lo cofflink.lo coffgen.lo dwarf2.lo pei-x86_64.lo elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo pe-i386.lo peigen.lo pei-i386.lo elf32-i386.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo elf32-aarch64.lo elf64-aarch64.lo elfxx-aarch64.lo aix5ppc-core.lo aout64.lo coff-alpha.lo coff-x86_64.lo coff64-rs6000.lo elf32-ia64.lo elf32-mips.lo elf32-score.lo elf32-score7.lo elf64-alpha.lo elf64-gen.lo elf64-hppa.lo elf64-ia64.lo elf64-ia64-vms.lo elfxx-ia64.lo elfn32-mips.lo elf64-mips.lo elfxx-mips.lo elf64-mmix.lo elf64-nfp.lo elf64-ppc.lo elf32-riscv.lo elf64-riscv.lo elfxx-riscv.lo elf64-s390.lo elf64-sparc.lo elf64-tilegx.lo elf64-x86-64.lo elfxx-x86.lo elf64-bpf.lo elf64.lo mach-o-aarch64.lo mach-o-x86-64.lo mmo.lo pe-x86_64.lo pei-ia64.lo pei-x86_64.lo pepigen.lo pex64igen.lo vms-alpha.lo aout-cris.lo aout-ns32k.lo aout-tic30.lo aout32.lo cf-i386lynx.lo coff-go32.lo coff-i386.lo coff-mips.lo coff-rs6000.lo coff-sh.lo coff-stgo32.lo coff-tic30.lo coff-tic4x.lo coff-tic54x.lo coff-z80.lo coff-z8k.lo coffgen.lo cofflink.lo dwarf1.lo dwarf2.lo ecoff.lo ecofflink.lo elf-attrs.lo elf-eh-frame.lo elf-ifunc.lo elf-m10200.lo elf-m10300.lo elf-nacl.lo elf-strtab.lo elf-vxworks.lo elf.lo elf32-am33lin.lo elf32-arc.lo elf32-arm.lo elf32-avr.lo elf32-bfin.lo elf32-cr16.lo elf32-cris.lo elf32-crx.lo elf32-csky.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-epiphany.lo elf32-fr30.lo elf32-frv.lo elf32-ft32.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i386.lo elfxx-x86.lo elf32-ip2k.lo elf32-iq2000.lo elf32-lm32.lo elf32-m32c.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68hc1x.lo elf32-m68k.lo elf32-s12z.lo elf32-mcore.lo elf32-mep.lo elf32-metag.lo elf32-microblaze.lo elf32-moxie.lo elf32-msp430.lo elf32-mt.lo elf32-nds32.lo elf32-nios2.lo elf32-or1k.lo elf32-pj.lo elf32-ppc.lo elf32-pru.lo elf32-rl78.lo elf32-rx.lo elf32-s390.lo elf32-sh.lo elf32-sparc.lo elf32-spu.lo elf32-tic6x.lo elf32-tilegx.lo elf32-tilepro.lo elf32-v850.lo elf32-vax.lo elf32-visium.lo elf32-wasm32.lo elf32-xc16x.lo elf32-xgate.lo elf32-xstormy16.lo elf32-xtensa.lo elf32-z80.lo elf32.lo elflink.lo elfxx-sparc.lo elfxx-tilegx.lo i386aout.lo i386bsd.lo i386lynx.lo i386msdos.lo mach-o.lo mach-o-i386.lo mach-o-arm.lo ns32knetbsd.lo pc532-mach.lo pdp11.lo pe-arm-wince.lo pe-arm.lo pe-i386.lo pe-mcore.lo pe-ppc.lo pe-sh.lo pef.lo pei-arm-wince.lo pei-arm.lo pei-i386.lo pei-mcore.lo pei-ppc.lo pei-sh.lo peigen.lo plugin.lo ppcboot.lo reloc16.lo som.lo vax1knetbsd.lo vaxnetbsd.lo vms-lib.lo vms-misc.lo wasm-module.lo xcofflink.lo xsym.lo xtensa-isa.lo xtensa-modules.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-aarch64.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-bfin.lo cpu-bpf.lo cpu-cr16.lo cpu-cris.lo cpu-crx.lo cpu-csky.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-epiphany.lo cpu-fr30.lo cpu-frv.lo cpu-ft32.lo cpu-h8300.lo cpu-hppa.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-ia64.lo cpu-ip2k.lo cpu-iq2000.lo cpu-lm32.lo cpu-m10200.lo cpu-m10300.lo cpu-m32c.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m9s12x.lo cpu-s12z.lo cpu-m9s12xg.lo cpu-m68k.lo cpu-mcore.lo cpu-mep.lo cpu-metag.lo cpu-microblaze.lo cpu-mips.lo cpu-mmix.lo cpu-moxie.lo cpu-msp430.lo cpu-mt.lo cpu-nds32.lo cpu-nfp.lo cpu-nios2.lo cpu-ns32k.lo cpu-or1k.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-pru.lo cpu-rs6000.lo cpu-riscv.lo cpu-rl78.lo cpu-rx.lo cpu-s390.lo cpu-score.lo cpu-sh.lo cpu-sparc.lo cpu-spu.lo cpu-tic30.lo cpu-tic4x.lo cpu-tic54x.lo cpu-tic6x.lo cpu-tilegx.lo cpu-tilepro.lo cpu-v850.lo cpu-v850_rh850.lo cpu-vax.lo cpu-visium.lo cpu-wasm32.lo cpu-xc16x.lo cpu-xgate.lo cpu-xstormy16.lo cpu-xtensa.lo cpu-z80.lo cpu-z8k.lo  archive64.lo ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../binutils-gdb/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-gdb/bfd/archive.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-gdb/bfd/archive.c -o archive.o
  CXX      cleanups.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_pe_vec -DASSOCIATED_VECS='&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ../../binutils-gdb/bfd/archures.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_pe_vec "-DASSOCIATED_VECS=&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ../../binutils-gdb/bfd/archures.c -o archures.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-gdb/bfd/bfd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-gdb/bfd/bfd.c -o bfd.o
  CXX      common-debug.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-gdb/bfd/bfdio.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-gdb/bfd/bfdio.c -o bfdio.o
  CXX      common-exceptions.o
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:133:17: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
  133 |       for (i = 0, fullpath[i]; i++)
      |                 ^
../../binutils-gdb/bfd/bfdio.c:133:35: error: expected ';' before ')' token
  133 |       for (i = 0, fullpath[i]; i++)
      |                                   ^
      |                                   ;
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1608: bfdio.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1651: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1179: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2776: all-bfd] Error 2
make[1]: *** Waiting for unfinished jobs....
  CXX      common-inferior.o
  CXX      common-regcache.o
  CXX      common-utils.o
  CXX      environ.o
  CXX      errors.o
  CXX      event-loop.o
  CXX      fileio.o
  CXX      filestuff.o
  CXX      format.o
  CXX      gdb-dlfcn.o
  CXX      gdb_tilde_expand.o
  CXX      gdb_wait.o
  CXX      gdb_vecs.o
  CXX      job-control.o
  CXX      netstuff.o
  CXX      new-op.o
  CXX      pathstuff.o
  CXX      print-utils.o
  CXX      ptid.o
  CXX      rsp-low.o
  CXX      run-time-clock.o
  CXX      safe-strerror.o
  CXX      scoped_mmap.o
  CXX      signals.o
  CXX      signals-state-save-restore.o
  CXX      tdesc.o
  CXX      thread-pool.o
  CXX      xml-utils.o
  CXX      selftest.o
  AR       libgdbsupport.a
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdbsupport'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdbsupport'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=62.848544
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-06-12 11:53 [binutils-gdb] ECOFF slurp_relocs thinko gdb-buildbot
@ 2020-06-12 14:33 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-12 14:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2939

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        7a87e9c80506af4c3f658c1a796c4ad18730e46c

Subject of commit:
        ECOFF slurp_relocs thinko

*** FAILED to build GDB -- compile gdb ***
==============================================

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

cp bfd-in3.h bfd-tmp.h
/bin/sh ../../binutils-gdb/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
echo "#line 1 \"peXXigen.c\"" > pex64igen.c
/usr/bin/sed -e s/XX/pex64/g < ../../binutils-gdb/bfd/peXXigen.c >> pex64igen.c
echo "#line 1 \"peXXigen.c\"" > peigen.c
/usr/bin/sed -e s/XX/pe/g < ../../binutils-gdb/bfd/peXXigen.c >> peigen.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf32-aarch64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf32-aarch64.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf64-aarch64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf64-aarch64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf32-ia64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf32-ia64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf64-ia64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf64-ia64.c
echo "#line 1 \"elfnn-riscv.c\"" > elf32-riscv.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf32-riscv.c
echo "#line 1 \"elfnn-riscv.c\"" > elf64-riscv.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf64-riscv.c
echo "#line 1 \"peXXigen.c\"" > pepigen.c
/usr/bin/sed -e s/XX/pep/g < ../../binutils-gdb/bfd/peXXigen.c >> pepigen.c
rm -f tofiles
f=""; \
for i in pe-x86_64.lo pex64igen.lo cofflink.lo coffgen.lo dwarf2.lo pei-x86_64.lo elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo pe-i386.lo peigen.lo pei-i386.lo elf32-i386.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo elf32-aarch64.lo elf64-aarch64.lo elfxx-aarch64.lo aix5ppc-core.lo aout64.lo coff-alpha.lo coff-x86_64.lo coff64-rs6000.lo elf32-ia64.lo elf32-mips.lo elf32-score.lo elf32-score7.lo elf64-alpha.lo elf64-gen.lo elf64-hppa.lo elf64-ia64.lo elf64-ia64-vms.lo elfxx-ia64.lo elfn32-mips.lo elf64-mips.lo elfxx-mips.lo elf64-mmix.lo elf64-nfp.lo elf64-ppc.lo elf32-riscv.lo elf64-riscv.lo elfxx-riscv.lo elf64-s390.lo elf64-sparc.lo elf64-tilegx.lo elf64-x86-64.lo elfxx-x86.lo elf64-bpf.lo elf64.lo mach-o-aarch64.lo mach-o-x86-64.lo mmo.lo pe-x86_64.lo pei-ia64.lo pei-x86_64.lo pepigen.lo pex64igen.lo vms-alpha.lo aout-cris.lo aout-ns32k.lo aout-tic30.lo aout32.lo cf-i386lynx.lo coff-go32.lo coff-i386.lo coff-mips.lo coff-rs6000.lo coff-sh.lo coff-stgo32.lo coff-tic30.lo coff-tic4x.lo coff-tic54x.lo coff-z80.lo coff-z8k.lo coffgen.lo cofflink.lo dwarf1.lo dwarf2.lo ecoff.lo ecofflink.lo elf-attrs.lo elf-eh-frame.lo elf-ifunc.lo elf-m10200.lo elf-m10300.lo elf-nacl.lo elf-strtab.lo elf-vxworks.lo elf.lo elf32-am33lin.lo elf32-arc.lo elf32-arm.lo elf32-avr.lo elf32-bfin.lo elf32-cr16.lo elf32-cris.lo elf32-crx.lo elf32-csky.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-epiphany.lo elf32-fr30.lo elf32-frv.lo elf32-ft32.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i386.lo elfxx-x86.lo elf32-ip2k.lo elf32-iq2000.lo elf32-lm32.lo elf32-m32c.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68hc1x.lo elf32-m68k.lo elf32-s12z.lo elf32-mcore.lo elf32-mep.lo elf32-metag.lo elf32-microblaze.lo elf32-moxie.lo elf32-msp430.lo elf32-mt.lo elf32-nds32.lo elf32-nios2.lo elf32-or1k.lo elf32-pj.lo elf32-ppc.lo elf32-pru.lo elf32-rl78.lo elf32-rx.lo elf32-s390.lo elf32-sh.lo elf32-sparc.lo elf32-spu.lo elf32-tic6x.lo elf32-tilegx.lo elf32-tilepro.lo elf32-v850.lo elf32-vax.lo elf32-visium.lo elf32-wasm32.lo elf32-xc16x.lo elf32-xgate.lo elf32-xstormy16.lo elf32-xtensa.lo elf32-z80.lo elf32.lo elflink.lo elfxx-sparc.lo elfxx-tilegx.lo i386aout.lo i386bsd.lo i386lynx.lo i386msdos.lo mach-o.lo mach-o-i386.lo mach-o-arm.lo ns32knetbsd.lo pc532-mach.lo pdp11.lo pe-arm-wince.lo pe-arm.lo pe-i386.lo pe-mcore.lo pe-ppc.lo pe-sh.lo pef.lo pei-arm-wince.lo pei-arm.lo pei-i386.lo pei-mcore.lo pei-ppc.lo pei-sh.lo peigen.lo plugin.lo ppcboot.lo reloc16.lo som.lo vax1knetbsd.lo vaxnetbsd.lo vms-lib.lo vms-misc.lo wasm-module.lo xcofflink.lo xsym.lo xtensa-isa.lo xtensa-modules.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-aarch64.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-bfin.lo cpu-bpf.lo cpu-cr16.lo cpu-cris.lo cpu-crx.lo cpu-csky.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-epiphany.lo cpu-fr30.lo cpu-frv.lo cpu-ft32.lo cpu-h8300.lo cpu-hppa.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-ia64.lo cpu-ip2k.lo cpu-iq2000.lo cpu-lm32.lo cpu-m10200.lo cpu-m10300.lo cpu-m32c.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m9s12x.lo cpu-s12z.lo cpu-m9s12xg.lo cpu-m68k.lo cpu-mcore.lo cpu-mep.lo cpu-metag.lo cpu-microblaze.lo cpu-mips.lo cpu-mmix.lo cpu-moxie.lo cpu-msp430.lo cpu-mt.lo cpu-nds32.lo cpu-nfp.lo cpu-nios2.lo cpu-ns32k.lo cpu-or1k.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-pru.lo cpu-rs6000.lo cpu-riscv.lo cpu-rl78.lo cpu-rx.lo cpu-s390.lo cpu-score.lo cpu-sh.lo cpu-sparc.lo cpu-spu.lo cpu-tic30.lo cpu-tic4x.lo cpu-tic54x.lo cpu-tic6x.lo cpu-tilegx.lo cpu-tilepro.lo cpu-v850.lo cpu-v850_rh850.lo cpu-vax.lo cpu-visium.lo cpu-wasm32.lo cpu-xc16x.lo cpu-xgate.lo cpu-xstormy16.lo cpu-xtensa.lo cpu-z80.lo cpu-z8k.lo  archive64.lo ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../binutils-gdb/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-gdb/bfd/archive.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-gdb/bfd/archive.c -o archive.o
  CXX      common-debug.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_pe_vec -DASSOCIATED_VECS='&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ../../binutils-gdb/bfd/archures.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_pe_vec "-DASSOCIATED_VECS=&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ../../binutils-gdb/bfd/archures.c -o archures.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-gdb/bfd/bfd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-gdb/bfd/bfd.c -o bfd.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-gdb/bfd/bfdio.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-gdb/bfd/bfdio.c -o bfdio.o
  CXX      common-exceptions.o
  CXX      common-inferior.o
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:133:17: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
  133 |       for (i = 0, fullpath[i]; i++)
      |                 ^
../../binutils-gdb/bfd/bfdio.c:133:35: error: expected ';' before ')' token
  133 |       for (i = 0, fullpath[i]; i++)
      |                                   ^
      |                                   ;
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1608: bfdio.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1651: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1179: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2776: all-bfd] Error 2
make[1]: *** Waiting for unfinished jobs....
  CXX      common-regcache.o
  CXX      common-utils.o
  CXX      environ.o
  CXX      errors.o
  CXX      event-loop.o
  CXX      fileio.o
  CXX      filestuff.o
  CXX      format.o
  CXX      gdb-dlfcn.o
  CXX      gdb_tilde_expand.o
  CXX      gdb_wait.o
  CXX      gdb_vecs.o
  CXX      job-control.o
  CXX      netstuff.o
  CXX      new-op.o
  CXX      pathstuff.o
  CXX      print-utils.o
  CXX      ptid.o
  CXX      rsp-low.o
  CXX      run-time-clock.o
  CXX      safe-strerror.o
  CXX      scoped_mmap.o
  CXX      signals.o
  CXX      signals-state-save-restore.o
  CXX      tdesc.o
  CXX      thread-pool.o
  CXX      xml-utils.o
  CXX      selftest.o
  AR       libgdbsupport.a
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdbsupport'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdbsupport'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=58.771810
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-06-12  8:48 [binutils-gdb] Fix the BFD library to handle Windows pathnames with more than 260 characters and UNIX style directory separators gdb-buildbot
@ 2020-06-12 11:23 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-06-12 11:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2938

Author:
        Jaydeep Chauhan <jaydeepchauhan1494@gmail.com>

Commit tested:
        ca859a893931d6fad8b35cf2c20afd43422a59fe

Subject of commit:
        Fix the BFD library to handle Windows pathnames with more than 260 characters and UNIX style directory separators.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

make[4]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ../../binutils-gdb/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
echo "#line 1 \"peXXigen.c\"" > pex64igen.c
/usr/bin/sed -e s/XX/pex64/g < ../../binutils-gdb/bfd/peXXigen.c >> pex64igen.c
echo "#line 1 \"peXXigen.c\"" > peigen.c
/usr/bin/sed -e s/XX/pe/g < ../../binutils-gdb/bfd/peXXigen.c >> peigen.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf32-aarch64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf32-aarch64.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf64-aarch64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-aarch64.c >> elf64-aarch64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf32-ia64.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf32-ia64.c
echo "#line 1 \"elfnn-ia64.c\"" > elf64-ia64.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-ia64.c >> elf64-ia64.c
echo "#line 1 \"elfnn-riscv.c\"" > elf32-riscv.c
/usr/bin/sed -e s/NN/32/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf32-riscv.c
echo "#line 1 \"elfnn-riscv.c\"" > elf64-riscv.c
/usr/bin/sed -e s/NN/64/g < ../../binutils-gdb/bfd/elfnn-riscv.c >> elf64-riscv.c
echo "#line 1 \"peXXigen.c\"" > pepigen.c
/usr/bin/sed -e s/XX/pep/g < ../../binutils-gdb/bfd/peXXigen.c >> pepigen.c
rm -f tofiles
f=""; \
for i in pe-x86_64.lo pex64igen.lo cofflink.lo coffgen.lo dwarf2.lo pei-x86_64.lo elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo pe-i386.lo peigen.lo pei-i386.lo elf32-i386.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo elf32-aarch64.lo elf64-aarch64.lo elfxx-aarch64.lo aix5ppc-core.lo aout64.lo coff-alpha.lo coff-x86_64.lo coff64-rs6000.lo elf32-ia64.lo elf32-mips.lo elf32-score.lo elf32-score7.lo elf64-alpha.lo elf64-gen.lo elf64-hppa.lo elf64-ia64.lo elf64-ia64-vms.lo elfxx-ia64.lo elfn32-mips.lo elf64-mips.lo elfxx-mips.lo elf64-mmix.lo elf64-nfp.lo elf64-ppc.lo elf32-riscv.lo elf64-riscv.lo elfxx-riscv.lo elf64-s390.lo elf64-sparc.lo elf64-tilegx.lo elf64-x86-64.lo elfxx-x86.lo elf64-bpf.lo elf64.lo mach-o-aarch64.lo mach-o-x86-64.lo mmo.lo pe-x86_64.lo pei-ia64.lo pei-x86_64.lo pepigen.lo pex64igen.lo vms-alpha.lo aout-cris.lo aout-ns32k.lo aout-tic30.lo aout32.lo cf-i386lynx.lo coff-go32.lo coff-i386.lo coff-mips.lo coff-rs6000.lo coff-sh.lo coff-stgo32.lo coff-tic30.lo coff-tic4x.lo coff-tic54x.lo coff-z80.lo coff-z8k.lo coffgen.lo cofflink.lo dwarf1.lo dwarf2.lo ecoff.lo ecofflink.lo elf-attrs.lo elf-eh-frame.lo elf-ifunc.lo elf-m10200.lo elf-m10300.lo elf-nacl.lo elf-strtab.lo elf-vxworks.lo elf.lo elf32-am33lin.lo elf32-arc.lo elf32-arm.lo elf32-avr.lo elf32-bfin.lo elf32-cr16.lo elf32-cris.lo elf32-crx.lo elf32-csky.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-epiphany.lo elf32-fr30.lo elf32-frv.lo elf32-ft32.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i386.lo elfxx-x86.lo elf32-ip2k.lo elf32-iq2000.lo elf32-lm32.lo elf32-m32c.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68hc1x.lo elf32-m68k.lo elf32-s12z.lo elf32-mcore.lo elf32-mep.lo elf32-metag.lo elf32-microblaze.lo elf32-moxie.lo elf32-msp430.lo elf32-mt.lo elf32-nds32.lo elf32-nios2.lo elf32-or1k.lo elf32-pj.lo elf32-ppc.lo elf32-pru.lo elf32-rl78.lo elf32-rx.lo elf32-s390.lo elf32-sh.lo elf32-sparc.lo elf32-spu.lo elf32-tic6x.lo elf32-tilegx.lo elf32-tilepro.lo elf32-v850.lo elf32-vax.lo elf32-visium.lo elf32-wasm32.lo elf32-xc16x.lo elf32-xgate.lo elf32-xstormy16.lo elf32-xtensa.lo elf32-z80.lo elf32.lo elflink.lo elfxx-sparc.lo elfxx-tilegx.lo i386aout.lo i386bsd.lo i386lynx.lo i386msdos.lo mach-o.lo mach-o-i386.lo mach-o-arm.lo ns32knetbsd.lo pc532-mach.lo pdp11.lo pe-arm-wince.lo pe-arm.lo pe-i386.lo pe-mcore.lo pe-ppc.lo pe-sh.lo pef.lo pei-arm-wince.lo pei-arm.lo pei-i386.lo pei-mcore.lo pei-ppc.lo pei-sh.lo peigen.lo plugin.lo ppcboot.lo reloc16.lo som.lo vax1knetbsd.lo vaxnetbsd.lo vms-lib.lo vms-misc.lo wasm-module.lo xcofflink.lo xsym.lo xtensa-isa.lo xtensa-modules.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-aarch64.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-bfin.lo cpu-bpf.lo cpu-cr16.lo cpu-cris.lo cpu-crx.lo cpu-csky.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-epiphany.lo cpu-fr30.lo cpu-frv.lo cpu-ft32.lo cpu-h8300.lo cpu-hppa.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-ia64.lo cpu-ip2k.lo cpu-iq2000.lo cpu-lm32.lo cpu-m10200.lo cpu-m10300.lo cpu-m32c.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m9s12x.lo cpu-s12z.lo cpu-m9s12xg.lo cpu-m68k.lo cpu-mcore.lo cpu-mep.lo cpu-metag.lo cpu-microblaze.lo cpu-mips.lo cpu-mmix.lo cpu-moxie.lo cpu-msp430.lo cpu-mt.lo cpu-nds32.lo cpu-nfp.lo cpu-nios2.lo cpu-ns32k.lo cpu-or1k.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-pru.lo cpu-rs6000.lo cpu-riscv.lo cpu-rl78.lo cpu-rx.lo cpu-s390.lo cpu-score.lo cpu-sh.lo cpu-sparc.lo cpu-spu.lo cpu-tic30.lo cpu-tic4x.lo cpu-tic54x.lo cpu-tic6x.lo cpu-tilegx.lo cpu-tilepro.lo cpu-v850.lo cpu-v850_rh850.lo cpu-vax.lo cpu-visium.lo cpu-wasm32.lo cpu-xc16x.lo cpu-xgate.lo cpu-xstormy16.lo cpu-xtensa.lo cpu-z80.lo cpu-z8k.lo  archive64.lo ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../binutils-gdb/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-gdb/bfd/archive.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-gdb/bfd/archive.c -o archive.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_pe_vec -DASSOCIATED_VECS='&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ../../binutils-gdb/bfd/archures.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_pe_vec "-DASSOCIATED_VECS=&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_big_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ../../binutils-gdb/bfd/archures.c -o archures.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-gdb/bfd/bfd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-gdb/bfd/bfd.c -o bfd.o
  CXX      common-inferior.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-gdb/bfd/bfdio.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-gdb/bfd/bfdio.c -o bfdio.o
  CXX      common-regcache.o
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:133:17: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
  133 |       for (i = 0, fullpath[i]; i++)
      |                 ^
../../binutils-gdb/bfd/bfdio.c:133:35: error: expected ';' before ')' token
  133 |       for (i = 0, fullpath[i]; i++)
      |                                   ^
      |                                   ;
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1608: bfdio.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1651: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1179: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2776: all-bfd] Error 2
make[1]: *** Waiting for unfinished jobs....
  CXX      common-utils.o
  CXX      environ.o
  CXX      errors.o
  CXX      event-loop.o
  CXX      fileio.o
  CXX      filestuff.o
  CXX      format.o
  CXX      gdb-dlfcn.o
  CXX      gdb_tilde_expand.o
  CXX      gdb_wait.o
  CXX      gdb_vecs.o
  CXX      job-control.o
  CXX      netstuff.o
  CXX      new-op.o
  CXX      pathstuff.o
  CXX      print-utils.o
  CXX      ptid.o
  CXX      rsp-low.o
  CXX      run-time-clock.o
  CXX      safe-strerror.o
  CXX      scoped_mmap.o
  CXX      signals.o
  CXX      signals-state-save-restore.o
  CXX      tdesc.o
  CXX      thread-pool.o
  CXX      xml-utils.o
  CXX      selftest.o
  AR       libgdbsupport.a
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdbsupport'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdbsupport'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=62.340356
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-05-02 17:53 [binutils-gdb] Change get_objfile_arch to a method on objfile gdb-buildbot
@ 2020-05-02 19:06 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-05-02 19:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2669

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        08feed99cbcc75ecdd111f7a10c163b6f99c428f

Subject of commit:
        Change get_objfile_arch to a method on objfile

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.o
  CXX    arch/aarch64-insn.o
  CXX    arch/aarch64.o
  CXX    arch/amd64.o
  CXX    arch/arc.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    arch/riscv.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    async-event.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    cp-name-parser.o
  CXX    d-exp.o
  CXX    f-exp.o
  CXX    go-exp.o
  CXX    m2-exp.o
  CXX    p-exp.o
  CXX    rust-exp.o
  CXX    version.o
  CXX    xml-builtin.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb.exe
/usr/lib/gcc/x86_64-w64-mingw32/9.2.1/../../../../x86_64-w64-mingw32/bin/ld: windows-nat.o: in function `_initialize_windows_nat()':
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/windows-nat.c:3359: undefined reference to `init_w32_command_list()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1857: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=660.204576
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-05-02 15:50 [binutils-gdb] bfd_is_const_section thinko gdb-buildbot
@ 2020-05-02 17:09 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-05-02 17:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2668

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        18f97353547b1a00d5840d2ad6e7e67f44488070

Subject of commit:
        bfd_is_const_section thinko

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.o
  CXX    arch/aarch64-insn.o
  CXX    arch/aarch64.o
  CXX    arch/amd64.o
  CXX    arch/arc.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    arch/riscv.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    async-event.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    cp-name-parser.o
  CXX    d-exp.o
  CXX    f-exp.o
  CXX    go-exp.o
  CXX    m2-exp.o
  CXX    p-exp.o
  CXX    rust-exp.o
  CXX    version.o
  CXX    xml-builtin.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb.exe
/usr/lib/gcc/x86_64-w64-mingw32/9.2.1/../../../../x86_64-w64-mingw32/bin/ld: windows-nat.o: in function `_initialize_windows_nat()':
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/windows-nat.c:3359: undefined reference to `init_w32_command_list()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1857: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=613.592481
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-05-02 13:45 [binutils-gdb] Fix gdb.base/attach-twice.c build on NetBSD gdb-buildbot
@ 2020-05-02 15:14 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-05-02 15:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2667

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        4ddfec930ca5bd57800ebc71daef66f685a6de4d

Subject of commit:
        Fix gdb.base/attach-twice.c build on NetBSD

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.o
  CXX    arch/aarch64-insn.o
  CXX    arch/aarch64.o
  CXX    arch/amd64.o
  CXX    arch/arc.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    arch/riscv.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    async-event.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    cp-name-parser.o
  CXX    d-exp.o
  CXX    f-exp.o
  CXX    go-exp.o
  CXX    m2-exp.o
  CXX    p-exp.o
  CXX    rust-exp.o
  CXX    version.o
  CXX    xml-builtin.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb.exe
/usr/lib/gcc/x86_64-w64-mingw32/9.2.1/../../../../x86_64-w64-mingw32/bin/ld: windows-nat.o: in function `_initialize_windows_nat()':
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/windows-nat.c:3359: undefined reference to `init_w32_command_list()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1857: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=632.284500
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-05-02 11:46 [binutils-gdb] Fix the build of fork-running-state.c on NetBSD gdb-buildbot
@ 2020-05-02 13:14 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-05-02 13:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2666

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        2bed205e44ad853f10416e970de2534554f8cf18

Subject of commit:
        Fix the build of fork-running-state.c on NetBSD

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.o
  CXX    arch/aarch64-insn.o
  CXX    arch/aarch64.o
  CXX    arch/amd64.o
  CXX    arch/arc.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    arch/riscv.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    async-event.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    cp-name-parser.o
  CXX    d-exp.o
  CXX    f-exp.o
  CXX    go-exp.o
  CXX    m2-exp.o
  CXX    p-exp.o
  CXX    rust-exp.o
  CXX    version.o
  CXX    xml-builtin.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb.exe
/usr/lib/gcc/x86_64-w64-mingw32/9.2.1/../../../../x86_64-w64-mingw32/bin/ld: windows-nat.o: in function `_initialize_windows_nat()':
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/windows-nat.c:3359: undefined reference to `init_w32_command_list()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1857: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=654.584075
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-05-02  9:50 [binutils-gdb] Replace most calls to help_list and cmd_show_list gdb-buildbot
@ 2020-05-02 11:17 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-05-02 11:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2665

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        0743fc83c03da263953dfc393a66744a08770365

Subject of commit:
        Replace most calls to help_list and cmd_show_list

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.o
  CXX    arch/aarch64-insn.o
  CXX    arch/aarch64.o
  CXX    arch/amd64.o
  CXX    arch/arc.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    arch/riscv.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    async-event.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    cp-name-parser.o
  CXX    d-exp.o
  CXX    f-exp.o
  CXX    go-exp.o
  CXX    m2-exp.o
  CXX    p-exp.o
  CXX    rust-exp.o
  CXX    version.o
  CXX    xml-builtin.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb.exe
/usr/lib/gcc/x86_64-w64-mingw32/9.2.1/../../../../x86_64-w64-mingw32/bin/ld: windows-nat.o: in function `_initialize_windows_nat()':
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/windows-nat.c:3359: undefined reference to `init_w32_command_list()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1857: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=656.226567
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-29 16:04 [binutils-gdb] Implement event-loop glue for gdbserver gdb-buildbot
@ 2020-04-29 16:29 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-29 16:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2632

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        e487f9949ab654b20da8ac01b8311ae956136e5e

Subject of commit:
        Implement event-loop glue for gdbserver

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    c-exp.o
  CXX    cp-name-parser.o
  CXX    d-exp.o
  CXX    f-exp.o
  CXX    go-exp.o
  CXX    m2-exp.o
  CXX    p-exp.o
  CXX    rust-exp.o
  CXX    version.o
  CXX    xml-builtin.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb.exe
make[3]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[4]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/doc'
(test "ln -s" = "ln -s" && \
  ln -s ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi) || \
ln ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi || \
cp ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi
date=`sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' ../../../binutils-gdb/gdb/doc/../../bfd/version.h`; \
sed -e "s/DATE/$date/" < ../../../binutils-gdb/gdb/doc/../version.in > version.subst
echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new
if [ -n "(GDB) " ]; then \
  echo "@set VERSION_PACKAGE (GDB) " >> ./GDBvn.new; \
fi
echo "@set BUGURL @uref{http://www.gnu.org/software/gdb/bugs/}" >> ./GDBvn.new
if [ "@uref{http://www.gnu.org/software/gdb/bugs/}" = "@uref{http://www.gnu.org/software/gdb/bugs/}" ]; then \
  echo "@set BUGURL_DEFAULT" >> ./GDBvn.new; \
fi
if test -z "-I ../../../binutils-gdb/gdb/doc/../../readline/readline/doc"; then \
  echo "@set SYSTEM_READLINE" >> ./GDBvn.new; \
fi
if [ -n "" ]; then \
  echo "@set SYSTEM_GDBINIT " >> ./GDBvn.new; \
fi
if [ -n "" ]; then \
  echo "@set SYSTEM_GDBINIT_DIR " >> ./GDBvn.new; \
fi
mv GDBvn.new GDBvn.texi
makeinfo --split-size=5000000 --split-size=5000000  -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc/../../readline/readline/doc -I ../../../binutils-gdb/gdb/doc/../mi -I ../../../binutils-gdb/gdb/doc \
	-o gdb.info ../../../binutils-gdb/gdb/doc/gdb.texinfo
makeinfo --split-size=5000000 --split-size=5000000  -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc -o stabs.info ../../../binutils-gdb/gdb/doc/stabs.texinfo
makeinfo --split-size=5000000 --split-size=5000000  -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc -o annotate.info ../../../binutils-gdb/gdb/doc/annotate.texinfo
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/doc'
make[4]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/data-directory'
rm -rf ./syscalls
mkdir ./syscalls
files='gdb-syscalls.dtd freebsd.xml aarch64-linux.xml amd64-linux.xml arm-linux.xml i386-linux.xml mips-n32-linux.xml mips-n64-linux.xml mips-o32-linux.xml ppc-linux.xml ppc64-linux.xml s390-linux.xml s390x-linux.xml sparc-linux.xml sparc64-linux.xml' ; \
for file in $files ; do \
  f=../../../binutils-gdb/gdb/data-directory/../syscalls/$file ; \
  if test -f $f ; then \
    /usr/bin/install -c -m 644 $f ./syscalls ; \
  fi ; \
done
rm -rf ./python
files='' ; \
if test "x$files" != x ; then \
  for file in $files ; do \
    dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
    /bin/sh ../../../binutils-gdb/gdb/data-directory/../../mkinstalldirs ./python/$dir ; \
    /usr/bin/install -c -m 644 ../../../binutils-gdb/gdb/data-directory/../python/lib/$file ./python/$dir ; \
  done ; \
fi
touch stamp-python
rm -rf ./guile
if test "x" != x ; then \
  files='./gdb.scm gdb/boot.scm gdb/experimental.scm gdb/init.scm gdb/iterator.scm gdb/printing.scm gdb/support.scm gdb/types.scm' ; \
  for file in $files ; do \
    dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
    /bin/sh ../../../binutils-gdb/gdb/data-directory/../../mkinstalldirs ./guile/$dir ; \
    /usr/bin/install -c -m 644 ../../../binutils-gdb/gdb/data-directory/../guile/lib/$file ./guile/$dir ; \
  done ; \
  files='./gdb.go gdb/experimental.go gdb/iterator.go gdb/printing.go gdb/support.go gdb/types.go' ; \
  cd ./guile ; \
  for go in $files ; do \
    source="`echo $go | sed 's/\.go$/.scm/'`" ; \
    echo  compile  -Warity-mismatch -Wformat -Wunused-toplevel -L . -o "$go" "$source" ; \
     compile  -Warity-mismatch -Wformat -Wunused-toplevel -L . -o "$go" "$source" || exit 1 ; \
  done ; \
fi
touch stamp-guile
rm -rf ./system-gdbinit
mkdir ./system-gdbinit
files='elinos.py wrs-linux.py' ; \
for file in $files ; do \
  f=../../../binutils-gdb/gdb/data-directory/../system-gdbinit/$file ; \
  if test -f $f ; then \
    /usr/bin/install -c -m 644 $f ./system-gdbinit ; \
  fi ; \
done
touch stamp-system-gdbinit
touch stamp-syscalls
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/data-directory'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=687.264636
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-27 10:51 [binutils-gdb] [gdb/testsuite] Fix -readnow FAIL in gdb.base/style.exp gdb-buildbot
@ 2020-04-27 12:28 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-27 12:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2610

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        71ea2b6be8228759230cef7d5a7ab0b45b77c26c

Subject of commit:
        [gdb/testsuite] Fix -readnow FAIL in gdb.base/style.exp

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-alpha.lo -MD -MP -MF .deps/coff-alpha.Tpo -c -o coff-alpha.lo ../../binutils-gdb/bfd/coff-alpha.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-alpha.lo -MD -MP -MF .deps/coff-alpha.Tpo -c ../../binutils-gdb/bfd/coff-alpha.c -o coff-alpha.o
mv -f .deps/coff-alpha.Tpo .deps/coff-alpha.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c -o coff-x86_64.lo ../../binutils-gdb/bfd/coff-x86_64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c ../../binutils-gdb/bfd/coff-x86_64.c -o coff-x86_64.o
mv -f .deps/coff-x86_64.Tpo .deps/coff-x86_64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c -o coff64-rs6000.lo ../../binutils-gdb/bfd/coff64-rs6000.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c ../../binutils-gdb/bfd/coff64-rs6000.c -o coff64-rs6000.o
mv -f .deps/coff64-rs6000.Tpo .deps/coff64-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-ia64.lo -MD -MP -MF .deps/elf32-ia64.Tpo -c -o elf32-ia64.lo elf32-ia64.c
  CXX      print-utils.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-ia64.lo -MD -MP -MF .deps/elf32-ia64.Tpo -c elf32-ia64.c -o elf32-ia64.o
mv -f .deps/elf32-ia64.Tpo .deps/elf32-ia64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-mips.lo -MD -MP -MF .deps/elf32-mips.Tpo -c -o elf32-mips.lo ../../binutils-gdb/bfd/elf32-mips.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-mips.lo -MD -MP -MF .deps/elf32-mips.Tpo -c ../../binutils-gdb/bfd/elf32-mips.c -o elf32-mips.o
  CXX      ptid.o
mv -f .deps/elf32-mips.Tpo .deps/elf32-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-score.lo -MD -MP -MF .deps/elf32-score.Tpo -c -o elf32-score.lo ../../binutils-gdb/bfd/elf32-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-score.lo -MD -MP -MF .deps/elf32-score.Tpo -c ../../binutils-gdb/bfd/elf32-score.c -o elf32-score.o
  CXX      rsp-low.o
mv -f .deps/elf32-score.Tpo .deps/elf32-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-score7.lo -MD -MP -MF .deps/elf32-score7.Tpo -c -o elf32-score7.lo ../../binutils-gdb/bfd/elf32-score7.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-score7.lo -MD -MP -MF .deps/elf32-score7.Tpo -c ../../binutils-gdb/bfd/elf32-score7.c -o elf32-score7.o
mv -f .deps/elf32-score7.Tpo .deps/elf32-score7.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-alpha.lo -MD -MP -MF .deps/elf64-alpha.Tpo -c -o elf64-alpha.lo ../../binutils-gdb/bfd/elf64-alpha.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-alpha.lo -MD -MP -MF .deps/elf64-alpha.Tpo -c ../../binutils-gdb/bfd/elf64-alpha.c -o elf64-alpha.o
  CXX      run-time-clock.o
mv -f .deps/elf64-alpha.Tpo .deps/elf64-alpha.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-hppa.lo -MD -MP -MF .deps/elf64-hppa.Tpo -c -o elf64-hppa.lo ../../binutils-gdb/bfd/elf64-hppa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-hppa.lo -MD -MP -MF .deps/elf64-hppa.Tpo -c ../../binutils-gdb/bfd/elf64-hppa.c -o elf64-hppa.o
  CXX      safe-strerror.o
mv -f .deps/elf64-hppa.Tpo .deps/elf64-hppa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-ia64.lo -MD -MP -MF .deps/elf64-ia64.Tpo -c -o elf64-ia64.lo elf64-ia64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-ia64.lo -MD -MP -MF .deps/elf64-ia64.Tpo -c elf64-ia64.c -o elf64-ia64.o
mv -f .deps/elf64-ia64.Tpo .deps/elf64-ia64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-ia64-vms.lo -MD -MP -MF .deps/elf64-ia64-vms.Tpo -c -o elf64-ia64-vms.lo ../../binutils-gdb/bfd/elf64-ia64-vms.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-ia64-vms.lo -MD -MP -MF .deps/elf64-ia64-vms.Tpo -c ../../binutils-gdb/bfd/elf64-ia64-vms.c -o elf64-ia64-vms.o
  CXX      scoped_mmap.o
mv -f .deps/elf64-ia64-vms.Tpo .deps/elf64-ia64-vms.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfxx-ia64.lo -MD -MP -MF .deps/elfxx-ia64.Tpo -c -o elfxx-ia64.lo ../../binutils-gdb/bfd/elfxx-ia64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfxx-ia64.lo -MD -MP -MF .deps/elfxx-ia64.Tpo -c ../../binutils-gdb/bfd/elfxx-ia64.c -o elfxx-ia64.o
mv -f .deps/elfxx-ia64.Tpo .deps/elfxx-ia64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfn32-mips.lo -MD -MP -MF .deps/elfn32-mips.Tpo -c -o elfn32-mips.lo ../../binutils-gdb/bfd/elfn32-mips.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfn32-mips.lo -MD -MP -MF .deps/elfn32-mips.Tpo -c ../../binutils-gdb/bfd/elfn32-mips.c -o elfn32-mips.o
mv -f .deps/elfn32-mips.Tpo .deps/elfn32-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-mips.lo -MD -MP -MF .deps/elf64-mips.Tpo -c -o elf64-mips.lo ../../binutils-gdb/bfd/elf64-mips.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-mips.lo -MD -MP -MF .deps/elf64-mips.Tpo -c ../../binutils-gdb/bfd/elf64-mips.c -o elf64-mips.o
  CXX      signals.o
mv -f .deps/elf64-mips.Tpo .deps/elf64-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfxx-mips.lo -MD -MP -MF .deps/elfxx-mips.Tpo -c -o elfxx-mips.lo ../../binutils-gdb/bfd/elfxx-mips.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfxx-mips.lo -MD -MP -MF .deps/elfxx-mips.Tpo -c ../../binutils-gdb/bfd/elfxx-mips.c -o elfxx-mips.o
  CXX      signals-state-save-restore.o
  CXX      tdesc.o
mv -f .deps/elfxx-mips.Tpo .deps/elfxx-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-mmix.lo -MD -MP -MF .deps/elf64-mmix.Tpo -c -o elf64-mmix.lo ../../binutils-gdb/bfd/elf64-mmix.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-mmix.lo -MD -MP -MF .deps/elf64-mmix.Tpo -c ../../binutils-gdb/bfd/elf64-mmix.c -o elf64-mmix.o
mv -f .deps/elf64-mmix.Tpo .deps/elf64-mmix.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-nfp.lo -MD -MP -MF .deps/elf64-nfp.Tpo -c -o elf64-nfp.lo ../../binutils-gdb/bfd/elf64-nfp.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-nfp.lo -MD -MP -MF .deps/elf64-nfp.Tpo -c ../../binutils-gdb/bfd/elf64-nfp.c -o elf64-nfp.o
mv -f .deps/elf64-nfp.Tpo .deps/elf64-nfp.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-ppc.lo -MD -MP -MF .deps/elf64-ppc.Tpo -c -o elf64-ppc.lo ../../binutils-gdb/bfd/elf64-ppc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-ppc.lo -MD -MP -MF .deps/elf64-ppc.Tpo -c ../../binutils-gdb/bfd/elf64-ppc.c -o elf64-ppc.o
  CXX      thread-pool.o
mv -f .deps/elf64-ppc.Tpo .deps/elf64-ppc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-riscv.lo -MD -MP -MF .deps/elf32-riscv.Tpo -c -o elf32-riscv.lo elf32-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-riscv.lo -MD -MP -MF .deps/elf32-riscv.Tpo -c elf32-riscv.c -o elf32-riscv.o
mv -f .deps/elf32-riscv.Tpo .deps/elf32-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-riscv.lo -MD -MP -MF .deps/elf64-riscv.Tpo -c -o elf64-riscv.lo elf64-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-riscv.lo -MD -MP -MF .deps/elf64-riscv.Tpo -c elf64-riscv.c -o elf64-riscv.o
mv -f .deps/elf64-riscv.Tpo .deps/elf64-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfxx-riscv.lo -MD -MP -MF .deps/elfxx-riscv.Tpo -c -o elfxx-riscv.lo ../../binutils-gdb/bfd/elfxx-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfxx-riscv.lo -MD -MP -MF .deps/elfxx-riscv.Tpo -c ../../binutils-gdb/bfd/elfxx-riscv.c -o elfxx-riscv.o
mv -f .deps/elfxx-riscv.Tpo .deps/elfxx-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c -o elf64-s390.lo ../../binutils-gdb/bfd/elf64-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../binutils-gdb/bfd/elf64-s390.c -o elf64-s390.o
  CXX      xml-utils.o
mv -f .deps/elf64-s390.Tpo .deps/elf64-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-sparc.lo -MD -MP -MF .deps/elf64-sparc.Tpo -c -o elf64-sparc.lo ../../binutils-gdb/bfd/elf64-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-sparc.lo -MD -MP -MF .deps/elf64-sparc.Tpo -c ../../binutils-gdb/bfd/elf64-sparc.c -o elf64-sparc.o
  CXX      selftest.o
mv -f .deps/elf64-sparc.Tpo .deps/elf64-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-tilegx.lo -MD -MP -MF .deps/elf64-tilegx.Tpo -c -o elf64-tilegx.lo ../../binutils-gdb/bfd/elf64-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-tilegx.lo -MD -MP -MF .deps/elf64-tilegx.Tpo -c ../../binutils-gdb/bfd/elf64-tilegx.c -o elf64-tilegx.o
mv -f .deps/elf64-tilegx.Tpo .deps/elf64-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-bpf.lo -MD -MP -MF .deps/elf64-bpf.Tpo -c -o elf64-bpf.lo ../../binutils-gdb/bfd/elf64-bpf.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-bpf.lo -MD -MP -MF .deps/elf64-bpf.Tpo -c ../../binutils-gdb/bfd/elf64-bpf.c -o elf64-bpf.o
mv -f .deps/elf64-bpf.Tpo .deps/elf64-bpf.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mach-o-aarch64.lo -MD -MP -MF .deps/mach-o-aarch64.Tpo -c -o mach-o-aarch64.lo ../../binutils-gdb/bfd/mach-o-aarch64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mach-o-aarch64.lo -MD -MP -MF .deps/mach-o-aarch64.Tpo -c ../../binutils-gdb/bfd/mach-o-aarch64.c -o mach-o-aarch64.o
mv -f .deps/mach-o-aarch64.Tpo .deps/mach-o-aarch64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mach-o-x86-64.lo -MD -MP -MF .deps/mach-o-x86-64.Tpo -c -o mach-o-x86-64.lo ../../binutils-gdb/bfd/mach-o-x86-64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mach-o-x86-64.lo -MD -MP -MF .deps/mach-o-x86-64.Tpo -c ../../binutils-gdb/bfd/mach-o-x86-64.c -o mach-o-x86-64.o
mv -f .deps/mach-o-x86-64.Tpo .deps/mach-o-x86-64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mmo.lo -MD -MP -MF .deps/mmo.Tpo -c -o mmo.lo ../../binutils-gdb/bfd/mmo.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mmo.lo -MD -MP -MF .deps/mmo.Tpo -c ../../binutils-gdb/bfd/mmo.c -o mmo.o
  AR       libgdbsupport.a
mv -f .deps/mmo.Tpo .deps/mmo.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-ia64.lo -MD -MP -MF .deps/pei-ia64.Tpo -c -o pei-ia64.lo ../../binutils-gdb/bfd/pei-ia64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-ia64.lo -MD -MP -MF .deps/pei-ia64.Tpo -c ../../binutils-gdb/bfd/pei-ia64.c -o pei-ia64.o
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-27  9:09 [binutils-gdb] [gdb/cli] Don't let python colorize strip leading newlines gdb-buildbot
@ 2020-04-27 10:23 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-27 10:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2609

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        bdfc1e8a0b176257bfc700de755463d3aaf69849

Subject of commit:
        [gdb/cli] Don't let python colorize strip leading newlines

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c ../../binutils-gdb/opcodes/tilegx-opc.c -o tilegx-opc.o
mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo ../../binutils-gdb/opcodes/tilepro-dis.c
mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo ../../binutils-gdb/opcodes/tilepro-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c ../../binutils-gdb/opcodes/tilepro-dis.c -o tilepro-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c ../../binutils-gdb/opcodes/tilepro-opc.c -o tilepro-opc.o
mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo ../../binutils-gdb/opcodes/v850-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c ../../binutils-gdb/opcodes/v850-dis.c -o v850-dis.o
mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo ../../binutils-gdb/opcodes/v850-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c ../../binutils-gdb/opcodes/v850-opc.c -o v850-opc.o
mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo ../../binutils-gdb/opcodes/vax-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c ../../binutils-gdb/opcodes/vax-dis.c -o vax-dis.o
mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo ../../binutils-gdb/opcodes/visium-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c ../../binutils-gdb/opcodes/visium-dis.c -o visium-dis.o
mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo ../../binutils-gdb/opcodes/visium-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c ../../binutils-gdb/opcodes/visium-opc.c -o visium-opc.o
mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo ../../binutils-gdb/opcodes/wasm32-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c ../../binutils-gdb/opcodes/wasm32-dis.c -o wasm32-dis.o
mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo ../../binutils-gdb/opcodes/xc16x-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c ../../binutils-gdb/opcodes/xc16x-asm.c -o xc16x-asm.o
mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo ../../binutils-gdb/opcodes/xc16x-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c ../../binutils-gdb/opcodes/xc16x-desc.c -o xc16x-desc.o
mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo ../../binutils-gdb/opcodes/xc16x-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c ../../binutils-gdb/opcodes/xc16x-dis.c -o xc16x-dis.o
mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo ../../binutils-gdb/opcodes/xc16x-ibld.c
mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo ../../binutils-gdb/opcodes/xc16x-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c ../../binutils-gdb/opcodes/xc16x-opc.c -o xc16x-opc.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c ../../binutils-gdb/opcodes/xc16x-ibld.c -o xc16x-ibld.o
mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo ../../binutils-gdb/opcodes/xstormy16-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c ../../binutils-gdb/opcodes/xstormy16-asm.c -o xstormy16-asm.o
mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo ../../binutils-gdb/opcodes/xstormy16-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-desc.c -o xstormy16-desc.o
mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo ../../binutils-gdb/opcodes/xstormy16-dis.c
mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo ../../binutils-gdb/opcodes/xstormy16-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c ../../binutils-gdb/opcodes/xstormy16-dis.c -o xstormy16-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c ../../binutils-gdb/opcodes/xstormy16-ibld.c -o xstormy16-ibld.o
mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo ../../binutils-gdb/opcodes/xstormy16-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-opc.c -o xstormy16-opc.o
mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo ../../binutils-gdb/opcodes/xtensa-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c ../../binutils-gdb/opcodes/xtensa-dis.c -o xtensa-dis.o
mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo ../../binutils-gdb/opcodes/xgate-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c ../../binutils-gdb/opcodes/xgate-dis.c -o xgate-dis.o
mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo ../../binutils-gdb/opcodes/xgate-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c ../../binutils-gdb/opcodes/xgate-opc.c -o xgate-opc.o
mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo ../../binutils-gdb/opcodes/z80-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c ../../binutils-gdb/opcodes/z80-dis.c -o z80-dis.o
mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo ../../binutils-gdb/opcodes/z8k-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo
./s390-mkopc < ../../binutils-gdb/opcodes/s390-opc.txt > s390-opc.tab
mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../binutils-gdb/opcodes/s390-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../binutils-gdb/opcodes/s390-opc.c -o s390-opc.o
mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat ../bfd/libtool-soversion`  -Wl,--stack,12582912 -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo  
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o bpf-asm.o bpf-desc.o bpf-dis.o bpf-ibld.o bpf-opc.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-dis.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  x86_64-w64-mingw32-ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
Making all in po
make[4]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=135.789715
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-27  7:10 [binutils-gdb] gdb: move Tom de Vries to Global Maintainers gdb-buildbot
@ 2020-04-27  8:26 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-27  8:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2608

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        f4460aec690046a531ec6f7826eae8b2938f523c

Subject of commit:
        gdb: move Tom de Vries to Global Maintainers

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
  CXX    nat/windows-nat.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
../../binutils-gdb/gdbserver/../gdb/nat/windows-nat.c: In function 'windows_nat::handle_exception_result windows_nat::handle_exception(target_waitstatus*, bool)':
../../binutils-gdb/gdbserver/../gdb/nat/windows-nat.c:253:11: error: 'ignore_first_breakpoint' was not declared in this scope
  253 |       if (ignore_first_breakpoint)
      |           ^~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:549: nat/windows-nat.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdbserver'
make[1]: *** [Makefile:9359: all-gdbserver] Error 2
make[1]: *** Waiting for unfinished jobs....
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=157.031476
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-27  5:12 [binutils-gdb] Partially revert my UB fix in record_line gdb-buildbot
@ 2020-04-27  6:34 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-27  6:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2607

Author:
        Bernd Edlinger <bernd.edlinger@hotmail.de>

Commit tested:
        a25198bba24b3443d2e3d72300c3308ccc742325

Subject of commit:
        Partially revert my UB fix in record_line

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../binutils-gdb/bfd/stab-syms.c -o stab-syms.o
mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../binutils-gdb/bfd/stabs.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../binutils-gdb/bfd/stabs.c -o stabs.o
mv -f .deps/stabs.Tpo .deps/stabs.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../binutils-gdb/bfd/syms.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../binutils-gdb/bfd/syms.c -o syms.o
mv -f .deps/syms.Tpo .deps/syms.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=x86_64_pe_vec -DASSOCIATED_VECS='&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_be_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ../../binutils-gdb/bfd/targets.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=x86_64_pe_vec "-DASSOCIATED_VECS=&x86_64_pe_vec,&x86_64_pei_vec,&x86_64_pe_be_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&k1om_elf64_vec,&i386_pe_vec,&i386_pei_vec,&i386_elf32_vec,&iamcu_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ../../binutils-gdb/bfd/targets.c -o targets.o
mv -f .deps/targets.Tpo .deps/targets.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../binutils-gdb/bfd/binary.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../binutils-gdb/bfd/binary.c -o binary.o
mv -f .deps/binary.Tpo .deps/binary.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../binutils-gdb/bfd/ihex.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../binutils-gdb/bfd/ihex.c -o ihex.o
mv -f .deps/ihex.Tpo .deps/ihex.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../binutils-gdb/bfd/srec.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../binutils-gdb/bfd/srec.c -o srec.o
mv -f .deps/srec.Tpo .deps/srec.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../binutils-gdb/bfd/tekhex.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../binutils-gdb/bfd/tekhex.c -o tekhex.o
mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../binutils-gdb/bfd/verilog.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../binutils-gdb/bfd/verilog.c -o verilog.o
mv -f .deps/verilog.Tpo .deps/verilog.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-x86_64.lo -MD -MP -MF .deps/pe-x86_64.Tpo -c -o pe-x86_64.lo ../../binutils-gdb/bfd/pe-x86_64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-x86_64.lo -MD -MP -MF .deps/pe-x86_64.Tpo -c ../../binutils-gdb/bfd/pe-x86_64.c -o pe-x86_64.o
mv -f .deps/pe-x86_64.Tpo .deps/pe-x86_64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c -o pex64igen.lo pex64igen.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c pex64igen.c -o pex64igen.o
mv -f .deps/pex64igen.Tpo .deps/pex64igen.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../binutils-gdb/bfd/cofflink.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../binutils-gdb/bfd/cofflink.c -o cofflink.o
  CXX      format.o
mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-gdb/bfd/coffgen.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-gdb/bfd/coffgen.c -o coffgen.o
mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/debug\" ../../binutils-gdb/bfd/dwarf2.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/debug\" ../../binutils-gdb/bfd/dwarf2.c -o dwarf2.o
  CXX      gdb-dlfcn.o
mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c -o pei-x86_64.lo ../../binutils-gdb/bfd/pei-x86_64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c ../../binutils-gdb/bfd/pei-x86_64.c -o pei-x86_64.o
mv -f .deps/pei-x86_64.Tpo .deps/pei-x86_64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c -o elf64-x86-64.lo ../../binutils-gdb/bfd/elf64-x86-64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c ../../binutils-gdb/bfd/elf64-x86-64.c -o elf64-x86-64.o
mv -f .deps/elf64-x86-64.Tpo .deps/elf64-x86-64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfxx-x86.lo -MD -MP -MF .deps/elfxx-x86.Tpo -c -o elfxx-x86.lo ../../binutils-gdb/bfd/elfxx-x86.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfxx-x86.lo -MD -MP -MF .deps/elfxx-x86.Tpo -c ../../binutils-gdb/bfd/elfxx-x86.c -o elfxx-x86.o
mv -f .deps/elfxx-x86.Tpo .deps/elfxx-x86.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../binutils-gdb/bfd/elf-ifunc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../binutils-gdb/bfd/elf-nacl.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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-nacl.Tpo .deps/elf-nacl.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../binutils-gdb/bfd/elf-vxworks.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../../binutils-gdb/bfd/elf64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../binutils-gdb/bfd/elf64.c -o elf64.o
  CXX      gdb_tilde_expand.o
mv -f .deps/elf64.Tpo .deps/elf64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../binutils-gdb/bfd/elf.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../binutils-gdb/bfd/elf.c -o elf.o
  CXX      gdb_wait.o
mv -f .deps/elf.Tpo .deps/elf.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../binutils-gdb/bfd/elflink.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../binutils-gdb/bfd/elflink.c -o elflink.o
  CXX      gdb_vecs.o
mv -f .deps/elflink.Tpo .deps/elflink.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../binutils-gdb/bfd/elf-attrs.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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/elf-attrs.Tpo .deps/elf-attrs.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../binutils-gdb/bfd/elf-strtab.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../binutils-gdb/bfd/elf-strtab.c -o elf-strtab.o
  CXX      job-control.o
mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=124.313833
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-27  3:32 [binutils-gdb] Add SVR4 psABI specific parser for AUXV entries gdb-buildbot
@ 2020-04-27  4:45 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-27  4:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2606

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        206c98a6503de9c78550b7e503526f59b5b2f491

Subject of commit:
        Add SVR4 psABI specific parser for AUXV entries

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c ../../binutils-gdb/opcodes/tilegx-opc.c -o tilegx-opc.o
mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo ../../binutils-gdb/opcodes/tilepro-dis.c
mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo ../../binutils-gdb/opcodes/tilepro-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c ../../binutils-gdb/opcodes/tilepro-dis.c -o tilepro-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c ../../binutils-gdb/opcodes/tilepro-opc.c -o tilepro-opc.o
mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo ../../binutils-gdb/opcodes/v850-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c ../../binutils-gdb/opcodes/v850-dis.c -o v850-dis.o
mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo ../../binutils-gdb/opcodes/v850-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c ../../binutils-gdb/opcodes/v850-opc.c -o v850-opc.o
mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo ../../binutils-gdb/opcodes/vax-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c ../../binutils-gdb/opcodes/vax-dis.c -o vax-dis.o
mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo ../../binutils-gdb/opcodes/visium-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c ../../binutils-gdb/opcodes/visium-dis.c -o visium-dis.o
mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo ../../binutils-gdb/opcodes/visium-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c ../../binutils-gdb/opcodes/visium-opc.c -o visium-opc.o
mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo ../../binutils-gdb/opcodes/wasm32-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c ../../binutils-gdb/opcodes/wasm32-dis.c -o wasm32-dis.o
mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo ../../binutils-gdb/opcodes/xc16x-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c ../../binutils-gdb/opcodes/xc16x-asm.c -o xc16x-asm.o
mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo ../../binutils-gdb/opcodes/xc16x-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c ../../binutils-gdb/opcodes/xc16x-desc.c -o xc16x-desc.o
mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo ../../binutils-gdb/opcodes/xc16x-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c ../../binutils-gdb/opcodes/xc16x-dis.c -o xc16x-dis.o
mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo ../../binutils-gdb/opcodes/xc16x-ibld.c
mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo ../../binutils-gdb/opcodes/xc16x-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c ../../binutils-gdb/opcodes/xc16x-ibld.c -o xc16x-ibld.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c ../../binutils-gdb/opcodes/xc16x-opc.c -o xc16x-opc.o
mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo ../../binutils-gdb/opcodes/xstormy16-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c ../../binutils-gdb/opcodes/xstormy16-asm.c -o xstormy16-asm.o
mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo ../../binutils-gdb/opcodes/xstormy16-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-desc.c -o xstormy16-desc.o
mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo ../../binutils-gdb/opcodes/xstormy16-dis.c
mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo ../../binutils-gdb/opcodes/xstormy16-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c ../../binutils-gdb/opcodes/xstormy16-dis.c -o xstormy16-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c ../../binutils-gdb/opcodes/xstormy16-ibld.c -o xstormy16-ibld.o
mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo ../../binutils-gdb/opcodes/xstormy16-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-opc.c -o xstormy16-opc.o
mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo ../../binutils-gdb/opcodes/xtensa-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c ../../binutils-gdb/opcodes/xtensa-dis.c -o xtensa-dis.o
mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo ../../binutils-gdb/opcodes/xgate-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c ../../binutils-gdb/opcodes/xgate-dis.c -o xgate-dis.o
mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo ../../binutils-gdb/opcodes/xgate-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c ../../binutils-gdb/opcodes/xgate-opc.c -o xgate-opc.o
mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo ../../binutils-gdb/opcodes/z80-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c ../../binutils-gdb/opcodes/z80-dis.c -o z80-dis.o
mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo ../../binutils-gdb/opcodes/z8k-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo
./s390-mkopc < ../../binutils-gdb/opcodes/s390-opc.txt > s390-opc.tab
mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../binutils-gdb/opcodes/s390-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../binutils-gdb/opcodes/s390-opc.c -o s390-opc.o
mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat ../bfd/libtool-soversion`  -Wl,--stack,12582912 -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo  
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o bpf-asm.o bpf-desc.o bpf-dis.o bpf-ibld.o bpf-opc.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-dis.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  x86_64-w64-mingw32-ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
Making all in po
make[4]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=125.295972
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-27  1:48 [binutils-gdb] Add pending stop support to gdbserver's Windows port gdb-buildbot
@ 2020-04-27  2:59 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-27  2:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2605

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        360ad8b3505faea96190283270854bf9b397f334

Subject of commit:
        Add pending stop support to gdbserver's Windows port

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT i386lynx.lo -MD -MP -MF .deps/i386lynx.Tpo -c ../../binutils-gdb/bfd/i386lynx.c -o i386lynx.o
  CXX    debug.o
mv -f .deps/i386lynx.Tpo .deps/i386lynx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT i386msdos.lo -MD -MP -MF .deps/i386msdos.Tpo -c -o i386msdos.lo ../../binutils-gdb/bfd/i386msdos.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT i386msdos.lo -MD -MP -MF .deps/i386msdos.Tpo -c ../../binutils-gdb/bfd/i386msdos.c -o i386msdos.o
mv -f .deps/i386msdos.Tpo .deps/i386msdos.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mach-o.lo -MD -MP -MF .deps/mach-o.Tpo -c -o mach-o.lo ../../binutils-gdb/bfd/mach-o.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mach-o.lo -MD -MP -MF .deps/mach-o.Tpo -c ../../binutils-gdb/bfd/mach-o.c -o mach-o.o
mv -f .deps/mach-o.Tpo .deps/mach-o.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mach-o-i386.lo -MD -MP -MF .deps/mach-o-i386.Tpo -c -o mach-o-i386.lo ../../binutils-gdb/bfd/mach-o-i386.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mach-o-i386.lo -MD -MP -MF .deps/mach-o-i386.Tpo -c ../../binutils-gdb/bfd/mach-o-i386.c -o mach-o-i386.o
mv -f .deps/mach-o-i386.Tpo .deps/mach-o-i386.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mach-o-arm.lo -MD -MP -MF .deps/mach-o-arm.Tpo -c -o mach-o-arm.lo ../../binutils-gdb/bfd/mach-o-arm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mach-o-arm.lo -MD -MP -MF .deps/mach-o-arm.Tpo -c ../../binutils-gdb/bfd/mach-o-arm.c -o mach-o-arm.o
mv -f .deps/mach-o-arm.Tpo .deps/mach-o-arm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ns32knetbsd.lo -MD -MP -MF .deps/ns32knetbsd.Tpo -c -o ns32knetbsd.lo ../../binutils-gdb/bfd/ns32knetbsd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ns32knetbsd.lo -MD -MP -MF .deps/ns32knetbsd.Tpo -c ../../binutils-gdb/bfd/ns32knetbsd.c -o ns32knetbsd.o
mv -f .deps/ns32knetbsd.Tpo .deps/ns32knetbsd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pc532-mach.lo -MD -MP -MF .deps/pc532-mach.Tpo -c -o pc532-mach.lo ../../binutils-gdb/bfd/pc532-mach.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pc532-mach.lo -MD -MP -MF .deps/pc532-mach.Tpo -c ../../binutils-gdb/bfd/pc532-mach.c -o pc532-mach.o
mv -f .deps/pc532-mach.Tpo .deps/pc532-mach.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pdp11.lo -MD -MP -MF .deps/pdp11.Tpo -c -o pdp11.lo ../../binutils-gdb/bfd/pdp11.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pdp11.lo -MD -MP -MF .deps/pdp11.Tpo -c ../../binutils-gdb/bfd/pdp11.c -o pdp11.o
mv -f .deps/pdp11.Tpo .deps/pdp11.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-arm-wince.lo -MD -MP -MF .deps/pe-arm-wince.Tpo -c -o pe-arm-wince.lo ../../binutils-gdb/bfd/pe-arm-wince.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-arm-wince.lo -MD -MP -MF .deps/pe-arm-wince.Tpo -c ../../binutils-gdb/bfd/pe-arm-wince.c -o pe-arm-wince.o
mv -f .deps/pe-arm-wince.Tpo .deps/pe-arm-wince.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-arm.lo -MD -MP -MF .deps/pe-arm.Tpo -c -o pe-arm.lo ../../binutils-gdb/bfd/pe-arm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-arm.lo -MD -MP -MF .deps/pe-arm.Tpo -c ../../binutils-gdb/bfd/pe-arm.c -o pe-arm.o
  CXX    dll.o
mv -f .deps/pe-arm.Tpo .deps/pe-arm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-mcore.lo -MD -MP -MF .deps/pe-mcore.Tpo -c -o pe-mcore.lo ../../binutils-gdb/bfd/pe-mcore.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-mcore.lo -MD -MP -MF .deps/pe-mcore.Tpo -c ../../binutils-gdb/bfd/pe-mcore.c -o pe-mcore.o
mv -f .deps/pe-mcore.Tpo .deps/pe-mcore.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-ppc.lo -MD -MP -MF .deps/pe-ppc.Tpo -c -o pe-ppc.lo ../../binutils-gdb/bfd/pe-ppc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-ppc.lo -MD -MP -MF .deps/pe-ppc.Tpo -c ../../binutils-gdb/bfd/pe-ppc.c -o pe-ppc.o
mv -f .deps/pe-ppc.Tpo .deps/pe-ppc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-sh.lo -MD -MP -MF .deps/pe-sh.Tpo -c -o pe-sh.lo ../../binutils-gdb/bfd/pe-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-sh.lo -MD -MP -MF .deps/pe-sh.Tpo -c ../../binutils-gdb/bfd/pe-sh.c -o pe-sh.o
mv -f .deps/pe-sh.Tpo .deps/pe-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pef.lo -MD -MP -MF .deps/pef.Tpo -c -o pef.lo ../../binutils-gdb/bfd/pef.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pef.lo -MD -MP -MF .deps/pef.Tpo -c ../../binutils-gdb/bfd/pef.c -o pef.o
mv -f .deps/pef.Tpo .deps/pef.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-arm-wince.lo -MD -MP -MF .deps/pei-arm-wince.Tpo -c -o pei-arm-wince.lo ../../binutils-gdb/bfd/pei-arm-wince.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-arm-wince.lo -MD -MP -MF .deps/pei-arm-wince.Tpo -c ../../binutils-gdb/bfd/pei-arm-wince.c -o pei-arm-wince.o
mv -f .deps/pei-arm-wince.Tpo .deps/pei-arm-wince.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-arm.lo -MD -MP -MF .deps/pei-arm.Tpo -c -o pei-arm.lo ../../binutils-gdb/bfd/pei-arm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-arm.lo -MD -MP -MF .deps/pei-arm.Tpo -c ../../binutils-gdb/bfd/pei-arm.c -o pei-arm.o
mv -f .deps/pei-arm.Tpo .deps/pei-arm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-mcore.lo -MD -MP -MF .deps/pei-mcore.Tpo -c -o pei-mcore.lo ../../binutils-gdb/bfd/pei-mcore.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-mcore.lo -MD -MP -MF .deps/pei-mcore.Tpo -c ../../binutils-gdb/bfd/pei-mcore.c -o pei-mcore.o
  CXX    event-loop.o
mv -f .deps/pei-mcore.Tpo .deps/pei-mcore.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-ppc.lo -MD -MP -MF .deps/pei-ppc.Tpo -c -o pei-ppc.lo ../../binutils-gdb/bfd/pei-ppc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-ppc.lo -MD -MP -MF .deps/pei-ppc.Tpo -c ../../binutils-gdb/bfd/pei-ppc.c -o pei-ppc.o
mv -f .deps/pei-ppc.Tpo .deps/pei-ppc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-sh.lo -MD -MP -MF .deps/pei-sh.Tpo -c -o pei-sh.lo ../../binutils-gdb/bfd/pei-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-sh.lo -MD -MP -MF .deps/pei-sh.Tpo -c ../../binutils-gdb/bfd/pei-sh.c -o pei-sh.o
mv -f .deps/pei-sh.Tpo .deps/pei-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ppcboot.lo -MD -MP -MF .deps/ppcboot.Tpo -c -o ppcboot.lo ../../binutils-gdb/bfd/ppcboot.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ppcboot.lo -MD -MP -MF .deps/ppcboot.Tpo -c ../../binutils-gdb/bfd/ppcboot.c -o ppcboot.o
mv -f .deps/ppcboot.Tpo .deps/ppcboot.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT reloc16.lo -MD -MP -MF .deps/reloc16.Tpo -c -o reloc16.lo ../../binutils-gdb/bfd/reloc16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT reloc16.lo -MD -MP -MF .deps/reloc16.Tpo -c ../../binutils-gdb/bfd/reloc16.c -o reloc16.o
mv -f .deps/reloc16.Tpo .deps/reloc16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT som.lo -MD -MP -MF .deps/som.Tpo -c -o som.lo ../../binutils-gdb/bfd/som.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT som.lo -MD -MP -MF .deps/som.Tpo -c ../../binutils-gdb/bfd/som.c -o som.o
mv -f .deps/som.Tpo .deps/som.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax1knetbsd.lo -MD -MP -MF .deps/vax1knetbsd.Tpo -c -o vax1knetbsd.lo ../../binutils-gdb/bfd/vax1knetbsd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax1knetbsd.lo -MD -MP -MF .deps/vax1knetbsd.Tpo -c ../../binutils-gdb/bfd/vax1knetbsd.c -o vax1knetbsd.o
mv -f .deps/vax1knetbsd.Tpo .deps/vax1knetbsd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vaxnetbsd.lo -MD -MP -MF .deps/vaxnetbsd.Tpo -c -o vaxnetbsd.lo ../../binutils-gdb/bfd/vaxnetbsd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vaxnetbsd.lo -MD -MP -MF .deps/vaxnetbsd.Tpo -c ../../binutils-gdb/bfd/vaxnetbsd.c -o vaxnetbsd.o
mv -f .deps/vaxnetbsd.Tpo .deps/vaxnetbsd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vms-lib.lo -MD -MP -MF .deps/vms-lib.Tpo -c -o vms-lib.lo ../../binutils-gdb/bfd/vms-lib.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vms-lib.lo -MD -MP -MF .deps/vms-lib.Tpo -c ../../binutils-gdb/bfd/vms-lib.c -o vms-lib.o
  CXX    hostio-errno.o
mv -f .deps/vms-lib.Tpo .deps/vms-lib.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vms-misc.lo -MD -MP -MF .deps/vms-misc.Tpo -c -o vms-misc.lo ../../binutils-gdb/bfd/vms-misc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vms-misc.lo -MD -MP -MF .deps/vms-misc.Tpo -c ../../binutils-gdb/bfd/vms-misc.c -o vms-misc.o
mv -f .deps/vms-misc.Tpo .deps/vms-misc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm-module.lo -MD -MP -MF .deps/wasm-module.Tpo -c -o wasm-module.lo ../../binutils-gdb/bfd/wasm-module.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm-module.lo -MD -MP -MF .deps/wasm-module.Tpo -c ../../binutils-gdb/bfd/wasm-module.c -o wasm-module.o
mv -f .deps/wasm-module.Tpo .deps/wasm-module.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xcofflink.lo -MD -MP -MF .deps/xcofflink.Tpo -c -o xcofflink.lo ../../binutils-gdb/bfd/xcofflink.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xcofflink.lo -MD -MP -MF .deps/xcofflink.Tpo -c ../../binutils-gdb/bfd/xcofflink.c -o xcofflink.o
mv -f .deps/xcofflink.Tpo .deps/xcofflink.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xsym.lo -MD -MP -MF .deps/xsym.Tpo -c -o xsym.lo ../../binutils-gdb/bfd/xsym.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xsym.lo -MD -MP -MF .deps/xsym.Tpo -c ../../binutils-gdb/bfd/xsym.c -o xsym.o
mv -f .deps/xsym.Tpo .deps/xsym.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-isa.lo -MD -MP -MF .deps/xtensa-isa.Tpo -c -o xtensa-isa.lo ../../binutils-gdb/bfd/xtensa-isa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-isa.lo -MD -MP -MF .deps/xtensa-isa.Tpo -c ../../binutils-gdb/bfd/xtensa-isa.c -o xtensa-isa.o
mv -f .deps/xtensa-isa.Tpo .deps/xtensa-isa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-modules.lo -MD -MP -MF .deps/xtensa-modules.Tpo -c -o xtensa-modules.lo ../../binutils-gdb/bfd/xtensa-modules.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-modules.lo -MD -MP -MF .deps/xtensa-modules.Tpo -c ../../binutils-gdb/bfd/xtensa-modules.c -o xtensa-modules.o
  CXX    hostio.o
mv -f .deps/xtensa-modules.Tpo .deps/xtensa-modules.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../binutils-gdb/bfd/cpu-i386.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../binutils-gdb/bfd/cpu-i386.c -o cpu-i386.o
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-26 23:48 [binutils-gdb] Implement stopped_by_sw_breakpoint for Windows gdbserver gdb-buildbot
@ 2020-04-27  1:05 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-27  1:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2604

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        523d4f80c32f43a6b009645947b94f87df35f79f

Subject of commit:
        Implement stopped_by_sw_breakpoint for Windows gdbserver

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c ../../binutils-gdb/opcodes/tilegx-opc.c -o tilegx-opc.o
mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo ../../binutils-gdb/opcodes/tilepro-dis.c
mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo ../../binutils-gdb/opcodes/tilepro-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c ../../binutils-gdb/opcodes/tilepro-dis.c -o tilepro-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c ../../binutils-gdb/opcodes/tilepro-opc.c -o tilepro-opc.o
mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo ../../binutils-gdb/opcodes/v850-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c ../../binutils-gdb/opcodes/v850-dis.c -o v850-dis.o
mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo ../../binutils-gdb/opcodes/v850-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c ../../binutils-gdb/opcodes/v850-opc.c -o v850-opc.o
mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo ../../binutils-gdb/opcodes/vax-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c ../../binutils-gdb/opcodes/vax-dis.c -o vax-dis.o
mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo ../../binutils-gdb/opcodes/visium-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c ../../binutils-gdb/opcodes/visium-dis.c -o visium-dis.o
mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo ../../binutils-gdb/opcodes/visium-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c ../../binutils-gdb/opcodes/visium-opc.c -o visium-opc.o
mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo ../../binutils-gdb/opcodes/wasm32-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c ../../binutils-gdb/opcodes/wasm32-dis.c -o wasm32-dis.o
mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo ../../binutils-gdb/opcodes/xc16x-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c ../../binutils-gdb/opcodes/xc16x-asm.c -o xc16x-asm.o
mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo ../../binutils-gdb/opcodes/xc16x-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c ../../binutils-gdb/opcodes/xc16x-desc.c -o xc16x-desc.o
mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo ../../binutils-gdb/opcodes/xc16x-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c ../../binutils-gdb/opcodes/xc16x-dis.c -o xc16x-dis.o
mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo ../../binutils-gdb/opcodes/xc16x-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c ../../binutils-gdb/opcodes/xc16x-ibld.c -o xc16x-ibld.o
mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo ../../binutils-gdb/opcodes/xc16x-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c ../../binutils-gdb/opcodes/xc16x-opc.c -o xc16x-opc.o
mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo ../../binutils-gdb/opcodes/xstormy16-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c ../../binutils-gdb/opcodes/xstormy16-asm.c -o xstormy16-asm.o
mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo ../../binutils-gdb/opcodes/xstormy16-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-desc.c -o xstormy16-desc.o
mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo ../../binutils-gdb/opcodes/xstormy16-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c ../../binutils-gdb/opcodes/xstormy16-dis.c -o xstormy16-dis.o
mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo ../../binutils-gdb/opcodes/xstormy16-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c ../../binutils-gdb/opcodes/xstormy16-ibld.c -o xstormy16-ibld.o
mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo ../../binutils-gdb/opcodes/xstormy16-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-opc.c -o xstormy16-opc.o
mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo ../../binutils-gdb/opcodes/xtensa-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c ../../binutils-gdb/opcodes/xtensa-dis.c -o xtensa-dis.o
mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo ../../binutils-gdb/opcodes/xgate-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c ../../binutils-gdb/opcodes/xgate-dis.c -o xgate-dis.o
mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo ../../binutils-gdb/opcodes/xgate-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c ../../binutils-gdb/opcodes/xgate-opc.c -o xgate-opc.o
mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo ../../binutils-gdb/opcodes/z80-dis.c
mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo ../../binutils-gdb/opcodes/z8k-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c ../../binutils-gdb/opcodes/z80-dis.c -o z80-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo
./s390-mkopc < ../../binutils-gdb/opcodes/s390-opc.txt > s390-opc.tab
mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../binutils-gdb/opcodes/s390-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../binutils-gdb/opcodes/s390-opc.c -o s390-opc.o
mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat ../bfd/libtool-soversion`  -Wl,--stack,12582912 -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo  
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o bpf-asm.o bpf-desc.o bpf-dis.o bpf-ibld.o bpf-opc.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-dis.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  x86_64-w64-mingw32-ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
Making all in po
make[4]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes/po'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=129.289503
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-26 21:51 [binutils-gdb] Introduce win32_target_ops::decr_pc_after_break gdb-buildbot
@ 2020-04-26 23:14 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-26 23:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2603

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        e54e59297a747bb4f396345aa090d43f155b5576

Subject of commit:
        Introduce win32_target_ops::decr_pc_after_break

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c ../../binutils-gdb/opcodes/tilegx-opc.c -o tilegx-opc.o
mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo ../../binutils-gdb/opcodes/tilepro-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c ../../binutils-gdb/opcodes/tilepro-dis.c -o tilepro-dis.o
mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo
mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo ../../binutils-gdb/opcodes/tilepro-opc.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo ../../binutils-gdb/opcodes/v850-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c ../../binutils-gdb/opcodes/tilepro-opc.c -o tilepro-opc.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c ../../binutils-gdb/opcodes/v850-dis.c -o v850-dis.o
mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo ../../binutils-gdb/opcodes/v850-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c ../../binutils-gdb/opcodes/v850-opc.c -o v850-opc.o
mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo ../../binutils-gdb/opcodes/vax-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c ../../binutils-gdb/opcodes/vax-dis.c -o vax-dis.o
mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo ../../binutils-gdb/opcodes/visium-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c ../../binutils-gdb/opcodes/visium-dis.c -o visium-dis.o
mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo ../../binutils-gdb/opcodes/visium-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c ../../binutils-gdb/opcodes/visium-opc.c -o visium-opc.o
mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo ../../binutils-gdb/opcodes/wasm32-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c ../../binutils-gdb/opcodes/wasm32-dis.c -o wasm32-dis.o
mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo ../../binutils-gdb/opcodes/xc16x-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c ../../binutils-gdb/opcodes/xc16x-asm.c -o xc16x-asm.o
mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo ../../binutils-gdb/opcodes/xc16x-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c ../../binutils-gdb/opcodes/xc16x-desc.c -o xc16x-desc.o
mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo ../../binutils-gdb/opcodes/xc16x-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c ../../binutils-gdb/opcodes/xc16x-dis.c -o xc16x-dis.o
mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo ../../binutils-gdb/opcodes/xc16x-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c ../../binutils-gdb/opcodes/xc16x-ibld.c -o xc16x-ibld.o
mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo ../../binutils-gdb/opcodes/xc16x-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c ../../binutils-gdb/opcodes/xc16x-opc.c -o xc16x-opc.o
mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo ../../binutils-gdb/opcodes/xstormy16-asm.c
mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo ../../binutils-gdb/opcodes/xstormy16-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c ../../binutils-gdb/opcodes/xstormy16-asm.c -o xstormy16-asm.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-desc.c -o xstormy16-desc.o
mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo
mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo ../../binutils-gdb/opcodes/xstormy16-dis.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo ../../binutils-gdb/opcodes/xstormy16-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c ../../binutils-gdb/opcodes/xstormy16-dis.c -o xstormy16-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c ../../binutils-gdb/opcodes/xstormy16-ibld.c -o xstormy16-ibld.o
mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo ../../binutils-gdb/opcodes/xstormy16-opc.c
mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo ../../binutils-gdb/opcodes/xtensa-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-opc.c -o xstormy16-opc.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c ../../binutils-gdb/opcodes/xtensa-dis.c -o xtensa-dis.o
mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo ../../binutils-gdb/opcodes/xgate-dis.c
mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo ../../binutils-gdb/opcodes/xgate-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c ../../binutils-gdb/opcodes/xgate-dis.c -o xgate-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c ../../binutils-gdb/opcodes/xgate-opc.c -o xgate-opc.o
mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo ../../binutils-gdb/opcodes/z80-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c ../../binutils-gdb/opcodes/z80-dis.c -o z80-dis.o
mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo ../../binutils-gdb/opcodes/z8k-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo
./s390-mkopc < ../../binutils-gdb/opcodes/s390-opc.txt > s390-opc.tab
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../binutils-gdb/opcodes/s390-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../binutils-gdb/opcodes/s390-opc.c -o s390-opc.o
mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo
mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat ../bfd/libtool-soversion`  -Wl,--stack,12582912 -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo  
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o bpf-asm.o bpf-desc.o bpf-dis.o bpf-ibld.o bpf-opc.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-dis.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  x86_64-w64-mingw32-ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
Making all in po
make[4]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes/po'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=128.111964
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-26 19:55 [binutils-gdb] Add read_pc / write_pc support to win32-low gdb-buildbot
@ 2020-04-26 21:10 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-26 21:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2602

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d6225aff7a4f11c3443515c0d8dad12351b97575

Subject of commit:
        Add read_pc / write_pc support to win32-low

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-aarch64.lo -MD -MP -MF .deps/elf32-aarch64.Tpo -c -o elf32-aarch64.lo elf32-aarch64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-aarch64.lo -MD -MP -MF .deps/elf32-aarch64.Tpo -c elf32-aarch64.c -o elf32-aarch64.o
mv -f .deps/elf32-aarch64.Tpo .deps/elf32-aarch64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c -o elf64-aarch64.lo elf64-aarch64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c elf64-aarch64.c -o elf64-aarch64.o
  CXX      new-op.o
mv -f .deps/elf64-aarch64.Tpo .deps/elf64-aarch64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c -o elfxx-aarch64.lo ../../binutils-gdb/bfd/elfxx-aarch64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c ../../binutils-gdb/bfd/elfxx-aarch64.c -o elfxx-aarch64.o
mv -f .deps/elfxx-aarch64.Tpo .deps/elfxx-aarch64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT aix5ppc-core.lo -MD -MP -MF .deps/aix5ppc-core.Tpo -c -o aix5ppc-core.lo ../../binutils-gdb/bfd/aix5ppc-core.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT aix5ppc-core.lo -MD -MP -MF .deps/aix5ppc-core.Tpo -c ../../binutils-gdb/bfd/aix5ppc-core.c -o aix5ppc-core.o
  CXX      pathstuff.o
mv -f .deps/aix5ppc-core.Tpo .deps/aix5ppc-core.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT aout64.lo -MD -MP -MF .deps/aout64.Tpo -c -o aout64.lo ../../binutils-gdb/bfd/aout64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT aout64.lo -MD -MP -MF .deps/aout64.Tpo -c ../../binutils-gdb/bfd/aout64.c -o aout64.o
mv -f .deps/aout64.Tpo .deps/aout64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-alpha.lo -MD -MP -MF .deps/coff-alpha.Tpo -c -o coff-alpha.lo ../../binutils-gdb/bfd/coff-alpha.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-alpha.lo -MD -MP -MF .deps/coff-alpha.Tpo -c ../../binutils-gdb/bfd/coff-alpha.c -o coff-alpha.o
mv -f .deps/coff-alpha.Tpo .deps/coff-alpha.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c -o coff-x86_64.lo ../../binutils-gdb/bfd/coff-x86_64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c ../../binutils-gdb/bfd/coff-x86_64.c -o coff-x86_64.o
mv -f .deps/coff-x86_64.Tpo .deps/coff-x86_64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c -o coff64-rs6000.lo ../../binutils-gdb/bfd/coff64-rs6000.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c ../../binutils-gdb/bfd/coff64-rs6000.c -o coff64-rs6000.o
mv -f .deps/coff64-rs6000.Tpo .deps/coff64-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-ia64.lo -MD -MP -MF .deps/elf32-ia64.Tpo -c -o elf32-ia64.lo elf32-ia64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-ia64.lo -MD -MP -MF .deps/elf32-ia64.Tpo -c elf32-ia64.c -o elf32-ia64.o
  CXX      print-utils.o
mv -f .deps/elf32-ia64.Tpo .deps/elf32-ia64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-mips.lo -MD -MP -MF .deps/elf32-mips.Tpo -c -o elf32-mips.lo ../../binutils-gdb/bfd/elf32-mips.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-mips.lo -MD -MP -MF .deps/elf32-mips.Tpo -c ../../binutils-gdb/bfd/elf32-mips.c -o elf32-mips.o
mv -f .deps/elf32-mips.Tpo .deps/elf32-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-score.lo -MD -MP -MF .deps/elf32-score.Tpo -c -o elf32-score.lo ../../binutils-gdb/bfd/elf32-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-score.lo -MD -MP -MF .deps/elf32-score.Tpo -c ../../binutils-gdb/bfd/elf32-score.c -o elf32-score.o
  CXX      ptid.o
mv -f .deps/elf32-score.Tpo .deps/elf32-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-score7.lo -MD -MP -MF .deps/elf32-score7.Tpo -c -o elf32-score7.lo ../../binutils-gdb/bfd/elf32-score7.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-score7.lo -MD -MP -MF .deps/elf32-score7.Tpo -c ../../binutils-gdb/bfd/elf32-score7.c -o elf32-score7.o
  CXX      rsp-low.o
mv -f .deps/elf32-score7.Tpo .deps/elf32-score7.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-alpha.lo -MD -MP -MF .deps/elf64-alpha.Tpo -c -o elf64-alpha.lo ../../binutils-gdb/bfd/elf64-alpha.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-alpha.lo -MD -MP -MF .deps/elf64-alpha.Tpo -c ../../binutils-gdb/bfd/elf64-alpha.c -o elf64-alpha.o
mv -f .deps/elf64-alpha.Tpo .deps/elf64-alpha.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-hppa.lo -MD -MP -MF .deps/elf64-hppa.Tpo -c -o elf64-hppa.lo ../../binutils-gdb/bfd/elf64-hppa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-hppa.lo -MD -MP -MF .deps/elf64-hppa.Tpo -c ../../binutils-gdb/bfd/elf64-hppa.c -o elf64-hppa.o
  CXX      run-time-clock.o
mv -f .deps/elf64-hppa.Tpo .deps/elf64-hppa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-ia64.lo -MD -MP -MF .deps/elf64-ia64.Tpo -c -o elf64-ia64.lo elf64-ia64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-ia64.lo -MD -MP -MF .deps/elf64-ia64.Tpo -c elf64-ia64.c -o elf64-ia64.o
  CXX      safe-strerror.o
mv -f .deps/elf64-ia64.Tpo .deps/elf64-ia64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-ia64-vms.lo -MD -MP -MF .deps/elf64-ia64-vms.Tpo -c -o elf64-ia64-vms.lo ../../binutils-gdb/bfd/elf64-ia64-vms.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-ia64-vms.lo -MD -MP -MF .deps/elf64-ia64-vms.Tpo -c ../../binutils-gdb/bfd/elf64-ia64-vms.c -o elf64-ia64-vms.o
mv -f .deps/elf64-ia64-vms.Tpo .deps/elf64-ia64-vms.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfxx-ia64.lo -MD -MP -MF .deps/elfxx-ia64.Tpo -c -o elfxx-ia64.lo ../../binutils-gdb/bfd/elfxx-ia64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfxx-ia64.lo -MD -MP -MF .deps/elfxx-ia64.Tpo -c ../../binutils-gdb/bfd/elfxx-ia64.c -o elfxx-ia64.o
  CXX      scoped_mmap.o
mv -f .deps/elfxx-ia64.Tpo .deps/elfxx-ia64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfn32-mips.lo -MD -MP -MF .deps/elfn32-mips.Tpo -c -o elfn32-mips.lo ../../binutils-gdb/bfd/elfn32-mips.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfn32-mips.lo -MD -MP -MF .deps/elfn32-mips.Tpo -c ../../binutils-gdb/bfd/elfn32-mips.c -o elfn32-mips.o
mv -f .deps/elfn32-mips.Tpo .deps/elfn32-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-mips.lo -MD -MP -MF .deps/elf64-mips.Tpo -c -o elf64-mips.lo ../../binutils-gdb/bfd/elf64-mips.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-mips.lo -MD -MP -MF .deps/elf64-mips.Tpo -c ../../binutils-gdb/bfd/elf64-mips.c -o elf64-mips.o
  CXX      signals.o
mv -f .deps/elf64-mips.Tpo .deps/elf64-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfxx-mips.lo -MD -MP -MF .deps/elfxx-mips.Tpo -c -o elfxx-mips.lo ../../binutils-gdb/bfd/elfxx-mips.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfxx-mips.lo -MD -MP -MF .deps/elfxx-mips.Tpo -c ../../binutils-gdb/bfd/elfxx-mips.c -o elfxx-mips.o
  CXX      signals-state-save-restore.o
  CXX      tdesc.o
mv -f .deps/elfxx-mips.Tpo .deps/elfxx-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-mmix.lo -MD -MP -MF .deps/elf64-mmix.Tpo -c -o elf64-mmix.lo ../../binutils-gdb/bfd/elf64-mmix.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-mmix.lo -MD -MP -MF .deps/elf64-mmix.Tpo -c ../../binutils-gdb/bfd/elf64-mmix.c -o elf64-mmix.o
mv -f .deps/elf64-mmix.Tpo .deps/elf64-mmix.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-nfp.lo -MD -MP -MF .deps/elf64-nfp.Tpo -c -o elf64-nfp.lo ../../binutils-gdb/bfd/elf64-nfp.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-nfp.lo -MD -MP -MF .deps/elf64-nfp.Tpo -c ../../binutils-gdb/bfd/elf64-nfp.c -o elf64-nfp.o
mv -f .deps/elf64-nfp.Tpo .deps/elf64-nfp.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-ppc.lo -MD -MP -MF .deps/elf64-ppc.Tpo -c -o elf64-ppc.lo ../../binutils-gdb/bfd/elf64-ppc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-ppc.lo -MD -MP -MF .deps/elf64-ppc.Tpo -c ../../binutils-gdb/bfd/elf64-ppc.c -o elf64-ppc.o
  CXX      thread-pool.o
mv -f .deps/elf64-ppc.Tpo .deps/elf64-ppc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-riscv.lo -MD -MP -MF .deps/elf32-riscv.Tpo -c -o elf32-riscv.lo elf32-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-riscv.lo -MD -MP -MF .deps/elf32-riscv.Tpo -c elf32-riscv.c -o elf32-riscv.o
mv -f .deps/elf32-riscv.Tpo .deps/elf32-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-riscv.lo -MD -MP -MF .deps/elf64-riscv.Tpo -c -o elf64-riscv.lo elf64-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-riscv.lo -MD -MP -MF .deps/elf64-riscv.Tpo -c elf64-riscv.c -o elf64-riscv.o
mv -f .deps/elf64-riscv.Tpo .deps/elf64-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elfxx-riscv.lo -MD -MP -MF .deps/elfxx-riscv.Tpo -c -o elfxx-riscv.lo ../../binutils-gdb/bfd/elfxx-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elfxx-riscv.lo -MD -MP -MF .deps/elfxx-riscv.Tpo -c ../../binutils-gdb/bfd/elfxx-riscv.c -o elfxx-riscv.o
mv -f .deps/elfxx-riscv.Tpo .deps/elfxx-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c -o elf64-s390.lo ../../binutils-gdb/bfd/elf64-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../binutils-gdb/bfd/elf64-s390.c -o elf64-s390.o
  CXX      xml-utils.o
mv -f .deps/elf64-s390.Tpo .deps/elf64-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-sparc.lo -MD -MP -MF .deps/elf64-sparc.Tpo -c -o elf64-sparc.lo ../../binutils-gdb/bfd/elf64-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf64-sparc.lo -MD -MP -MF .deps/elf64-sparc.Tpo -c ../../binutils-gdb/bfd/elf64-sparc.c -o elf64-sparc.o
mv -f .deps/elf64-sparc.Tpo .deps/elf64-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf64-tilegx.lo -MD -MP -MF .deps/elf64-tilegx.Tpo -c -o elf64-tilegx.lo ../../binutils-gdb/bfd/elf64-tilegx.c
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-26 18:15 [binutils-gdb] Make last_wait_event static gdb-buildbot
@ 2020-04-26 19:28 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-26 19:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2601

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        71fbdbafe07a4edb2ac88705e03e2cb14b3c77da

Subject of commit:
        Make last_wait_event static

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c ../../binutils-gdb/opcodes/tilegx-opc.c -o tilegx-opc.o
mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo ../../binutils-gdb/opcodes/tilepro-dis.c
mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo ../../binutils-gdb/opcodes/tilepro-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c ../../binutils-gdb/opcodes/tilepro-dis.c -o tilepro-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c ../../binutils-gdb/opcodes/tilepro-opc.c -o tilepro-opc.o
mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo ../../binutils-gdb/opcodes/v850-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c ../../binutils-gdb/opcodes/v850-dis.c -o v850-dis.o
mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo ../../binutils-gdb/opcodes/v850-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c ../../binutils-gdb/opcodes/v850-opc.c -o v850-opc.o
mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo ../../binutils-gdb/opcodes/vax-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c ../../binutils-gdb/opcodes/vax-dis.c -o vax-dis.o
mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo ../../binutils-gdb/opcodes/visium-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c ../../binutils-gdb/opcodes/visium-dis.c -o visium-dis.o
mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo ../../binutils-gdb/opcodes/visium-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c ../../binutils-gdb/opcodes/visium-opc.c -o visium-opc.o
mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo ../../binutils-gdb/opcodes/wasm32-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c ../../binutils-gdb/opcodes/wasm32-dis.c -o wasm32-dis.o
mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo ../../binutils-gdb/opcodes/xc16x-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c ../../binutils-gdb/opcodes/xc16x-asm.c -o xc16x-asm.o
mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo ../../binutils-gdb/opcodes/xc16x-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c ../../binutils-gdb/opcodes/xc16x-desc.c -o xc16x-desc.o
mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo ../../binutils-gdb/opcodes/xc16x-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c ../../binutils-gdb/opcodes/xc16x-dis.c -o xc16x-dis.o
mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo ../../binutils-gdb/opcodes/xc16x-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c ../../binutils-gdb/opcodes/xc16x-ibld.c -o xc16x-ibld.o
mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo ../../binutils-gdb/opcodes/xc16x-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c ../../binutils-gdb/opcodes/xc16x-opc.c -o xc16x-opc.o
mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo
mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo ../../binutils-gdb/opcodes/xstormy16-asm.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo ../../binutils-gdb/opcodes/xstormy16-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c ../../binutils-gdb/opcodes/xstormy16-asm.c -o xstormy16-asm.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-desc.c -o xstormy16-desc.o
mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo ../../binutils-gdb/opcodes/xstormy16-dis.c
mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo ../../binutils-gdb/opcodes/xstormy16-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c ../../binutils-gdb/opcodes/xstormy16-dis.c -o xstormy16-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c ../../binutils-gdb/opcodes/xstormy16-ibld.c -o xstormy16-ibld.o
mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo ../../binutils-gdb/opcodes/xstormy16-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-opc.c -o xstormy16-opc.o
mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo ../../binutils-gdb/opcodes/xtensa-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c ../../binutils-gdb/opcodes/xtensa-dis.c -o xtensa-dis.o
mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo ../../binutils-gdb/opcodes/xgate-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c ../../binutils-gdb/opcodes/xgate-dis.c -o xgate-dis.o
mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo ../../binutils-gdb/opcodes/xgate-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c ../../binutils-gdb/opcodes/xgate-opc.c -o xgate-opc.o
mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo ../../binutils-gdb/opcodes/z80-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c ../../binutils-gdb/opcodes/z80-dis.c -o z80-dis.o
mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo ../../binutils-gdb/opcodes/z8k-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo
./s390-mkopc < ../../binutils-gdb/opcodes/s390-opc.txt > s390-opc.tab
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../binutils-gdb/opcodes/s390-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../binutils-gdb/opcodes/s390-opc.c -o s390-opc.o
mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo
mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat ../bfd/libtool-soversion`  -Wl,--stack,12582912 -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo  
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o bpf-asm.o bpf-desc.o bpf-dis.o bpf-ibld.o bpf-opc.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-dis.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  x86_64-w64-mingw32-ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
Making all in po
make[4]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=125.085791
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-26 15:55 [binutils-gdb] Move wait_for_debug_event to nat/windows-nat.c gdb-buildbot
@ 2020-04-26 17:41 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-26 17:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2600

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        2c1d95e8697f64713d0f60f7b9231d13a3f6a145

Subject of commit:
        Move wait_for_debug_event to nat/windows-nat.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c ../../binutils-gdb/opcodes/tilegx-opc.c -o tilegx-opc.o
mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo ../../binutils-gdb/opcodes/tilepro-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c ../../binutils-gdb/opcodes/tilepro-dis.c -o tilepro-dis.o
mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo ../../binutils-gdb/opcodes/tilepro-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c ../../binutils-gdb/opcodes/tilepro-opc.c -o tilepro-opc.o
mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo ../../binutils-gdb/opcodes/v850-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c ../../binutils-gdb/opcodes/v850-dis.c -o v850-dis.o
mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo ../../binutils-gdb/opcodes/v850-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c ../../binutils-gdb/opcodes/v850-opc.c -o v850-opc.o
mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo ../../binutils-gdb/opcodes/vax-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c ../../binutils-gdb/opcodes/vax-dis.c -o vax-dis.o
mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo ../../binutils-gdb/opcodes/visium-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c ../../binutils-gdb/opcodes/visium-dis.c -o visium-dis.o
mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo ../../binutils-gdb/opcodes/visium-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c ../../binutils-gdb/opcodes/visium-opc.c -o visium-opc.o
mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo ../../binutils-gdb/opcodes/wasm32-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c ../../binutils-gdb/opcodes/wasm32-dis.c -o wasm32-dis.o
mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo ../../binutils-gdb/opcodes/xc16x-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c ../../binutils-gdb/opcodes/xc16x-asm.c -o xc16x-asm.o
mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo ../../binutils-gdb/opcodes/xc16x-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c ../../binutils-gdb/opcodes/xc16x-desc.c -o xc16x-desc.o
mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo ../../binutils-gdb/opcodes/xc16x-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c ../../binutils-gdb/opcodes/xc16x-dis.c -o xc16x-dis.o
mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo ../../binutils-gdb/opcodes/xc16x-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c ../../binutils-gdb/opcodes/xc16x-ibld.c -o xc16x-ibld.o
mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo ../../binutils-gdb/opcodes/xc16x-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c ../../binutils-gdb/opcodes/xc16x-opc.c -o xc16x-opc.o
mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo ../../binutils-gdb/opcodes/xstormy16-asm.c
mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo ../../binutils-gdb/opcodes/xstormy16-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c ../../binutils-gdb/opcodes/xstormy16-asm.c -o xstormy16-asm.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-desc.c -o xstormy16-desc.o
mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo ../../binutils-gdb/opcodes/xstormy16-dis.c
mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo ../../binutils-gdb/opcodes/xstormy16-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c ../../binutils-gdb/opcodes/xstormy16-dis.c -o xstormy16-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c ../../binutils-gdb/opcodes/xstormy16-ibld.c -o xstormy16-ibld.o
mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo ../../binutils-gdb/opcodes/xstormy16-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-opc.c -o xstormy16-opc.o
mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo ../../binutils-gdb/opcodes/xtensa-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c ../../binutils-gdb/opcodes/xtensa-dis.c -o xtensa-dis.o
mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo ../../binutils-gdb/opcodes/xgate-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c ../../binutils-gdb/opcodes/xgate-dis.c -o xgate-dis.o
mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo ../../binutils-gdb/opcodes/xgate-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c ../../binutils-gdb/opcodes/xgate-opc.c -o xgate-opc.o
mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo ../../binutils-gdb/opcodes/z80-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c ../../binutils-gdb/opcodes/z80-dis.c -o z80-dis.o
mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo ../../binutils-gdb/opcodes/z8k-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo
./s390-mkopc < ../../binutils-gdb/opcodes/s390-opc.txt > s390-opc.tab
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../binutils-gdb/opcodes/s390-opc.c
mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../binutils-gdb/opcodes/s390-opc.c -o s390-opc.o
mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat ../bfd/libtool-soversion`  -Wl,--stack,12582912 -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo  
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o bpf-asm.o bpf-desc.o bpf-dis.o bpf-ibld.o bpf-opc.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-dis.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  x86_64-w64-mingw32-ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
Making all in po
make[4]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=126.530356
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-26 14:13 [binutils-gdb] Introduce fetch_pending_stop gdb-buildbot
@ 2020-04-26 15:28 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-26 15:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2599

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d2977bc4253614907058d3a339875683d8215065

Subject of commit:
        Introduce fetch_pending_stop

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c ../../binutils-gdb/opcodes/tilegx-opc.c -o tilegx-opc.o
mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo ../../binutils-gdb/opcodes/tilepro-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c ../../binutils-gdb/opcodes/tilepro-dis.c -o tilepro-dis.o
mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo ../../binutils-gdb/opcodes/tilepro-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c ../../binutils-gdb/opcodes/tilepro-opc.c -o tilepro-opc.o
mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo ../../binutils-gdb/opcodes/v850-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c ../../binutils-gdb/opcodes/v850-dis.c -o v850-dis.o
mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo ../../binutils-gdb/opcodes/v850-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c ../../binutils-gdb/opcodes/v850-opc.c -o v850-opc.o
mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo ../../binutils-gdb/opcodes/vax-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c ../../binutils-gdb/opcodes/vax-dis.c -o vax-dis.o
mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo ../../binutils-gdb/opcodes/visium-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c ../../binutils-gdb/opcodes/visium-dis.c -o visium-dis.o
mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo ../../binutils-gdb/opcodes/visium-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c ../../binutils-gdb/opcodes/visium-opc.c -o visium-opc.o
mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo
mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo ../../binutils-gdb/opcodes/wasm32-dis.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo ../../binutils-gdb/opcodes/xc16x-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c ../../binutils-gdb/opcodes/xc16x-asm.c -o xc16x-asm.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c ../../binutils-gdb/opcodes/wasm32-dis.c -o wasm32-dis.o
mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo ../../binutils-gdb/opcodes/xc16x-desc.c
mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo ../../binutils-gdb/opcodes/xc16x-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c ../../binutils-gdb/opcodes/xc16x-desc.c -o xc16x-desc.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c ../../binutils-gdb/opcodes/xc16x-dis.c -o xc16x-dis.o
mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo ../../binutils-gdb/opcodes/xc16x-ibld.c
mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo ../../binutils-gdb/opcodes/xc16x-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c ../../binutils-gdb/opcodes/xc16x-ibld.c -o xc16x-ibld.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c ../../binutils-gdb/opcodes/xc16x-opc.c -o xc16x-opc.o
mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo ../../binutils-gdb/opcodes/xstormy16-asm.c
mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo ../../binutils-gdb/opcodes/xstormy16-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c ../../binutils-gdb/opcodes/xstormy16-asm.c -o xstormy16-asm.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-desc.c -o xstormy16-desc.o
mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo ../../binutils-gdb/opcodes/xstormy16-dis.c
mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo ../../binutils-gdb/opcodes/xstormy16-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c ../../binutils-gdb/opcodes/xstormy16-dis.c -o xstormy16-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c ../../binutils-gdb/opcodes/xstormy16-ibld.c -o xstormy16-ibld.o
mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo ../../binutils-gdb/opcodes/xstormy16-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-opc.c -o xstormy16-opc.o
mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo ../../binutils-gdb/opcodes/xtensa-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c ../../binutils-gdb/opcodes/xtensa-dis.c -o xtensa-dis.o
mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo ../../binutils-gdb/opcodes/xgate-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c ../../binutils-gdb/opcodes/xgate-dis.c -o xgate-dis.o
mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo ../../binutils-gdb/opcodes/xgate-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c ../../binutils-gdb/opcodes/xgate-opc.c -o xgate-opc.o
mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo ../../binutils-gdb/opcodes/z80-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c ../../binutils-gdb/opcodes/z80-dis.c -o z80-dis.o
mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo ../../binutils-gdb/opcodes/z8k-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo
./s390-mkopc < ../../binutils-gdb/opcodes/s390-opc.txt > s390-opc.tab
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../binutils-gdb/opcodes/s390-opc.c
mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../binutils-gdb/opcodes/s390-opc.c -o s390-opc.o
mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat ../bfd/libtool-soversion`  -Wl,--stack,12582912 -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo  
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o bpf-asm.o bpf-desc.o bpf-dis.o bpf-ibld.o bpf-opc.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-dis.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  x86_64-w64-mingw32-ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
Making all in po
make[4]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=127.449423
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-26 12:26 [binutils-gdb] Share some inferior-related Windows code gdb-buildbot
@ 2020-04-26 13:40 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-26 13:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2598

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        e758e19c596f8d0683f6c8ca750eb4e79071523d

Subject of commit:
        Share some inferior-related Windows code

*** FAILED to build GDB -- compile gdb ***
==============================================

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

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c ../../binutils-gdb/opcodes/tilegx-opc.c -o tilegx-opc.o
mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo ../../binutils-gdb/opcodes/tilepro-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c ../../binutils-gdb/opcodes/tilepro-dis.c -o tilepro-dis.o
mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo ../../binutils-gdb/opcodes/tilepro-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c ../../binutils-gdb/opcodes/tilepro-opc.c -o tilepro-opc.o
mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo ../../binutils-gdb/opcodes/v850-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c ../../binutils-gdb/opcodes/v850-dis.c -o v850-dis.o
mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo ../../binutils-gdb/opcodes/v850-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c ../../binutils-gdb/opcodes/v850-opc.c -o v850-opc.o
mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo ../../binutils-gdb/opcodes/vax-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c ../../binutils-gdb/opcodes/vax-dis.c -o vax-dis.o
mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo ../../binutils-gdb/opcodes/visium-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c ../../binutils-gdb/opcodes/visium-dis.c -o visium-dis.o
mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo ../../binutils-gdb/opcodes/visium-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c ../../binutils-gdb/opcodes/visium-opc.c -o visium-opc.o
mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo ../../binutils-gdb/opcodes/wasm32-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c ../../binutils-gdb/opcodes/wasm32-dis.c -o wasm32-dis.o
mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo ../../binutils-gdb/opcodes/xc16x-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c ../../binutils-gdb/opcodes/xc16x-asm.c -o xc16x-asm.o
mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo ../../binutils-gdb/opcodes/xc16x-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c ../../binutils-gdb/opcodes/xc16x-desc.c -o xc16x-desc.o
mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo ../../binutils-gdb/opcodes/xc16x-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c ../../binutils-gdb/opcodes/xc16x-dis.c -o xc16x-dis.o
mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo ../../binutils-gdb/opcodes/xc16x-ibld.c
mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo ../../binutils-gdb/opcodes/xc16x-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c ../../binutils-gdb/opcodes/xc16x-ibld.c -o xc16x-ibld.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c ../../binutils-gdb/opcodes/xc16x-opc.c -o xc16x-opc.o
mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo ../../binutils-gdb/opcodes/xstormy16-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c ../../binutils-gdb/opcodes/xstormy16-asm.c -o xstormy16-asm.o
mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo ../../binutils-gdb/opcodes/xstormy16-desc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-desc.c -o xstormy16-desc.o
mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo ../../binutils-gdb/opcodes/xstormy16-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c ../../binutils-gdb/opcodes/xstormy16-dis.c -o xstormy16-dis.o
mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo ../../binutils-gdb/opcodes/xstormy16-ibld.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c ../../binutils-gdb/opcodes/xstormy16-ibld.c -o xstormy16-ibld.o
mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo ../../binutils-gdb/opcodes/xstormy16-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c ../../binutils-gdb/opcodes/xstormy16-opc.c -o xstormy16-opc.o
mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo ../../binutils-gdb/opcodes/xtensa-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c ../../binutils-gdb/opcodes/xtensa-dis.c -o xtensa-dis.o
mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo ../../binutils-gdb/opcodes/xgate-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c ../../binutils-gdb/opcodes/xgate-dis.c -o xgate-dis.o
mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo ../../binutils-gdb/opcodes/xgate-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c ../../binutils-gdb/opcodes/xgate-opc.c -o xgate-opc.o
mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo ../../binutils-gdb/opcodes/z80-dis.c
mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo ../../binutils-gdb/opcodes/z8k-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c ../../binutils-gdb/opcodes/z80-dis.c -o z80-dis.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo
./s390-mkopc < ../../binutils-gdb/opcodes/s390-opc.txt > s390-opc.tab
mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../binutils-gdb/opcodes/s390-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../binutils-gdb/opcodes/s390-opc.c -o s390-opc.o
mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat ../bfd/libtool-soversion`  -Wl,--stack,12582912 -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo  
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o bpf-asm.o bpf-desc.o bpf-dis.o bpf-ibld.o bpf-opc.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-dis.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
  cp $libtooldir/libopcodes.a libopcodes.tmp; \
  x86_64-w64-mingw32-ranlib libopcodes.tmp; \
  /bin/sh ../../binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
Making all in po
make[4]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes/po'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/opcodes'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=119.010137
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-26 10:15 [binutils-gdb] Share handle_exception gdb-buildbot
@ 2020-04-26 11:26 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-26 11:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2597

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        8d30e395779603a8d36fa8bdfddba88a312552f4

Subject of commit:
        Share handle_exception

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/i386aout.Tpo .deps/i386aout.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT i386bsd.lo -MD -MP -MF .deps/i386bsd.Tpo -c -o i386bsd.lo ../../binutils-gdb/bfd/i386bsd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT i386bsd.lo -MD -MP -MF .deps/i386bsd.Tpo -c ../../binutils-gdb/bfd/i386bsd.c -o i386bsd.o
mv -f .deps/i386bsd.Tpo .deps/i386bsd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT i386lynx.lo -MD -MP -MF .deps/i386lynx.Tpo -c -o i386lynx.lo ../../binutils-gdb/bfd/i386lynx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT i386lynx.lo -MD -MP -MF .deps/i386lynx.Tpo -c ../../binutils-gdb/bfd/i386lynx.c -o i386lynx.o
mv -f .deps/i386lynx.Tpo .deps/i386lynx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT i386msdos.lo -MD -MP -MF .deps/i386msdos.Tpo -c -o i386msdos.lo ../../binutils-gdb/bfd/i386msdos.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT i386msdos.lo -MD -MP -MF .deps/i386msdos.Tpo -c ../../binutils-gdb/bfd/i386msdos.c -o i386msdos.o
mv -f .deps/i386msdos.Tpo .deps/i386msdos.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mach-o.lo -MD -MP -MF .deps/mach-o.Tpo -c -o mach-o.lo ../../binutils-gdb/bfd/mach-o.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mach-o.lo -MD -MP -MF .deps/mach-o.Tpo -c ../../binutils-gdb/bfd/mach-o.c -o mach-o.o
mv -f .deps/mach-o.Tpo .deps/mach-o.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mach-o-i386.lo -MD -MP -MF .deps/mach-o-i386.Tpo -c -o mach-o-i386.lo ../../binutils-gdb/bfd/mach-o-i386.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mach-o-i386.lo -MD -MP -MF .deps/mach-o-i386.Tpo -c ../../binutils-gdb/bfd/mach-o-i386.c -o mach-o-i386.o
mv -f .deps/mach-o-i386.Tpo .deps/mach-o-i386.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mach-o-arm.lo -MD -MP -MF .deps/mach-o-arm.Tpo -c -o mach-o-arm.lo ../../binutils-gdb/bfd/mach-o-arm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mach-o-arm.lo -MD -MP -MF .deps/mach-o-arm.Tpo -c ../../binutils-gdb/bfd/mach-o-arm.c -o mach-o-arm.o
mv -f .deps/mach-o-arm.Tpo .deps/mach-o-arm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ns32knetbsd.lo -MD -MP -MF .deps/ns32knetbsd.Tpo -c -o ns32knetbsd.lo ../../binutils-gdb/bfd/ns32knetbsd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ns32knetbsd.lo -MD -MP -MF .deps/ns32knetbsd.Tpo -c ../../binutils-gdb/bfd/ns32knetbsd.c -o ns32knetbsd.o
mv -f .deps/ns32knetbsd.Tpo .deps/ns32knetbsd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pc532-mach.lo -MD -MP -MF .deps/pc532-mach.Tpo -c -o pc532-mach.lo ../../binutils-gdb/bfd/pc532-mach.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pc532-mach.lo -MD -MP -MF .deps/pc532-mach.Tpo -c ../../binutils-gdb/bfd/pc532-mach.c -o pc532-mach.o
mv -f .deps/pc532-mach.Tpo .deps/pc532-mach.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pdp11.lo -MD -MP -MF .deps/pdp11.Tpo -c -o pdp11.lo ../../binutils-gdb/bfd/pdp11.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pdp11.lo -MD -MP -MF .deps/pdp11.Tpo -c ../../binutils-gdb/bfd/pdp11.c -o pdp11.o
  CXX    debug.o
mv -f .deps/pdp11.Tpo .deps/pdp11.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-arm-wince.lo -MD -MP -MF .deps/pe-arm-wince.Tpo -c -o pe-arm-wince.lo ../../binutils-gdb/bfd/pe-arm-wince.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-arm-wince.lo -MD -MP -MF .deps/pe-arm-wince.Tpo -c ../../binutils-gdb/bfd/pe-arm-wince.c -o pe-arm-wince.o
mv -f .deps/pe-arm-wince.Tpo .deps/pe-arm-wince.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-arm.lo -MD -MP -MF .deps/pe-arm.Tpo -c -o pe-arm.lo ../../binutils-gdb/bfd/pe-arm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-arm.lo -MD -MP -MF .deps/pe-arm.Tpo -c ../../binutils-gdb/bfd/pe-arm.c -o pe-arm.o
mv -f .deps/pe-arm.Tpo .deps/pe-arm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-mcore.lo -MD -MP -MF .deps/pe-mcore.Tpo -c -o pe-mcore.lo ../../binutils-gdb/bfd/pe-mcore.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-mcore.lo -MD -MP -MF .deps/pe-mcore.Tpo -c ../../binutils-gdb/bfd/pe-mcore.c -o pe-mcore.o
mv -f .deps/pe-mcore.Tpo .deps/pe-mcore.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-ppc.lo -MD -MP -MF .deps/pe-ppc.Tpo -c -o pe-ppc.lo ../../binutils-gdb/bfd/pe-ppc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-ppc.lo -MD -MP -MF .deps/pe-ppc.Tpo -c ../../binutils-gdb/bfd/pe-ppc.c -o pe-ppc.o
mv -f .deps/pe-ppc.Tpo .deps/pe-ppc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pe-sh.lo -MD -MP -MF .deps/pe-sh.Tpo -c -o pe-sh.lo ../../binutils-gdb/bfd/pe-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pe-sh.lo -MD -MP -MF .deps/pe-sh.Tpo -c ../../binutils-gdb/bfd/pe-sh.c -o pe-sh.o
mv -f .deps/pe-sh.Tpo .deps/pe-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pef.lo -MD -MP -MF .deps/pef.Tpo -c -o pef.lo ../../binutils-gdb/bfd/pef.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pef.lo -MD -MP -MF .deps/pef.Tpo -c ../../binutils-gdb/bfd/pef.c -o pef.o
mv -f .deps/pef.Tpo .deps/pef.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-arm-wince.lo -MD -MP -MF .deps/pei-arm-wince.Tpo -c -o pei-arm-wince.lo ../../binutils-gdb/bfd/pei-arm-wince.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-arm-wince.lo -MD -MP -MF .deps/pei-arm-wince.Tpo -c ../../binutils-gdb/bfd/pei-arm-wince.c -o pei-arm-wince.o
  CXX    dll.o
mv -f .deps/pei-arm-wince.Tpo .deps/pei-arm-wince.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-arm.lo -MD -MP -MF .deps/pei-arm.Tpo -c -o pei-arm.lo ../../binutils-gdb/bfd/pei-arm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-arm.lo -MD -MP -MF .deps/pei-arm.Tpo -c ../../binutils-gdb/bfd/pei-arm.c -o pei-arm.o
mv -f .deps/pei-arm.Tpo .deps/pei-arm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-mcore.lo -MD -MP -MF .deps/pei-mcore.Tpo -c -o pei-mcore.lo ../../binutils-gdb/bfd/pei-mcore.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-mcore.lo -MD -MP -MF .deps/pei-mcore.Tpo -c ../../binutils-gdb/bfd/pei-mcore.c -o pei-mcore.o
mv -f .deps/pei-mcore.Tpo .deps/pei-mcore.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-ppc.lo -MD -MP -MF .deps/pei-ppc.Tpo -c -o pei-ppc.lo ../../binutils-gdb/bfd/pei-ppc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-ppc.lo -MD -MP -MF .deps/pei-ppc.Tpo -c ../../binutils-gdb/bfd/pei-ppc.c -o pei-ppc.o
mv -f .deps/pei-ppc.Tpo .deps/pei-ppc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT pei-sh.lo -MD -MP -MF .deps/pei-sh.Tpo -c -o pei-sh.lo ../../binutils-gdb/bfd/pei-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pei-sh.lo -MD -MP -MF .deps/pei-sh.Tpo -c ../../binutils-gdb/bfd/pei-sh.c -o pei-sh.o
mv -f .deps/pei-sh.Tpo .deps/pei-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ppcboot.lo -MD -MP -MF .deps/ppcboot.Tpo -c -o ppcboot.lo ../../binutils-gdb/bfd/ppcboot.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ppcboot.lo -MD -MP -MF .deps/ppcboot.Tpo -c ../../binutils-gdb/bfd/ppcboot.c -o ppcboot.o
mv -f .deps/ppcboot.Tpo .deps/ppcboot.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT reloc16.lo -MD -MP -MF .deps/reloc16.Tpo -c -o reloc16.lo ../../binutils-gdb/bfd/reloc16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT reloc16.lo -MD -MP -MF .deps/reloc16.Tpo -c ../../binutils-gdb/bfd/reloc16.c -o reloc16.o
mv -f .deps/reloc16.Tpo .deps/reloc16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT som.lo -MD -MP -MF .deps/som.Tpo -c -o som.lo ../../binutils-gdb/bfd/som.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT som.lo -MD -MP -MF .deps/som.Tpo -c ../../binutils-gdb/bfd/som.c -o som.o
  CXX    event-loop.o
mv -f .deps/som.Tpo .deps/som.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vax1knetbsd.lo -MD -MP -MF .deps/vax1knetbsd.Tpo -c -o vax1knetbsd.lo ../../binutils-gdb/bfd/vax1knetbsd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vax1knetbsd.lo -MD -MP -MF .deps/vax1knetbsd.Tpo -c ../../binutils-gdb/bfd/vax1knetbsd.c -o vax1knetbsd.o
mv -f .deps/vax1knetbsd.Tpo .deps/vax1knetbsd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vaxnetbsd.lo -MD -MP -MF .deps/vaxnetbsd.Tpo -c -o vaxnetbsd.lo ../../binutils-gdb/bfd/vaxnetbsd.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vaxnetbsd.lo -MD -MP -MF .deps/vaxnetbsd.Tpo -c ../../binutils-gdb/bfd/vaxnetbsd.c -o vaxnetbsd.o
mv -f .deps/vaxnetbsd.Tpo .deps/vaxnetbsd.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vms-lib.lo -MD -MP -MF .deps/vms-lib.Tpo -c -o vms-lib.lo ../../binutils-gdb/bfd/vms-lib.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vms-lib.lo -MD -MP -MF .deps/vms-lib.Tpo -c ../../binutils-gdb/bfd/vms-lib.c -o vms-lib.o
mv -f .deps/vms-lib.Tpo .deps/vms-lib.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT vms-misc.lo -MD -MP -MF .deps/vms-misc.Tpo -c -o vms-misc.lo ../../binutils-gdb/bfd/vms-misc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vms-misc.lo -MD -MP -MF .deps/vms-misc.Tpo -c ../../binutils-gdb/bfd/vms-misc.c -o vms-misc.o
mv -f .deps/vms-misc.Tpo .deps/vms-misc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT wasm-module.lo -MD -MP -MF .deps/wasm-module.Tpo -c -o wasm-module.lo ../../binutils-gdb/bfd/wasm-module.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT wasm-module.lo -MD -MP -MF .deps/wasm-module.Tpo -c ../../binutils-gdb/bfd/wasm-module.c -o wasm-module.o
mv -f .deps/wasm-module.Tpo .deps/wasm-module.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xcofflink.lo -MD -MP -MF .deps/xcofflink.Tpo -c -o xcofflink.lo ../../binutils-gdb/bfd/xcofflink.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xcofflink.lo -MD -MP -MF .deps/xcofflink.Tpo -c ../../binutils-gdb/bfd/xcofflink.c -o xcofflink.o
mv -f .deps/xcofflink.Tpo .deps/xcofflink.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xsym.lo -MD -MP -MF .deps/xsym.Tpo -c -o xsym.lo ../../binutils-gdb/bfd/xsym.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xsym.lo -MD -MP -MF .deps/xsym.Tpo -c ../../binutils-gdb/bfd/xsym.c -o xsym.o
mv -f .deps/xsym.Tpo .deps/xsym.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-isa.lo -MD -MP -MF .deps/xtensa-isa.Tpo -c -o xtensa-isa.lo ../../binutils-gdb/bfd/xtensa-isa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-isa.lo -MD -MP -MF .deps/xtensa-isa.Tpo -c ../../binutils-gdb/bfd/xtensa-isa.c -o xtensa-isa.o
mv -f .deps/xtensa-isa.Tpo .deps/xtensa-isa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT xtensa-modules.lo -MD -MP -MF .deps/xtensa-modules.Tpo -c -o xtensa-modules.lo ../../binutils-gdb/bfd/xtensa-modules.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT xtensa-modules.lo -MD -MP -MF .deps/xtensa-modules.Tpo -c ../../binutils-gdb/bfd/xtensa-modules.c -o xtensa-modules.o
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-22  9:37 [binutils-gdb] Handle complex error type in read_base_type gdb-buildbot
@ 2020-04-22  9:54 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-22  9:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2557

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        93689ce91271bf88580a2d035a466479c16f4e71

Subject of commit:
        Handle complex error type in read_base_type

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
  CXX    cp-namespace.o
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    debuginfod-support.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf2/abbrev.o
  CXX    dwarf2/attribute.o
  CXX    dwarf2/comp-unit.o
  CXX    dwarf2/dwz.o
  CXX    dwarf2/expr.o
  CXX    dwarf2/frame-tailcall.o
  CXX    dwarf2/frame.o
  CXX    dwarf2/index-cache.o
  CXX    dwarf2/index-common.o
  CXX    dwarf2/index-write.o
  CXX    dwarf2/leb.o
  CXX    dwarf2/line-header.o
  CXX    dwarf2/loc.o
  CXX    dwarf2/macro.o
  CXX    dwarf2/read.o
  CXX    dwarf2/section.o
  CXX    dwarf2/stringify.o
  CXX    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
  YACC   f-exp.c
  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    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-demangle.o
  CXX    gdb_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.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
  YACC   go-exp.c
  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
../../binutils-gdb/gdb/hppa-nbsd-tdep.c: In function 'void hppanbsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/hppa-nbsd-tdep.c:204:3: error: 'nbsd_init_abi' was not declared in this scope; did you mean 'hppanbsd_init_abi'?
  204 |   nbsd_init_abi (info, gdbarch);
      |   ^~~~~~~~~~~~~
      |   hppanbsd_init_abi
make[2]: *** [Makefile:1605: hppa-nbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=388.371962
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-04-22  8:58 [binutils-gdb] Add signal number conversions for NetBSD gdb-buildbot
@ 2020-04-22  9:36 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-04-22  9:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/2556

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        797439622361bc901ed64b398c0d689c97cd8121

Subject of commit:
        Add signal number conversions for NetBSD

*** FAILED to build GDB -- compile gdb ***
==============================================

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

      | ^~~~~~~~~~~~
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    debuginfod-support.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf2/abbrev.o
  CXX    dwarf2/attribute.o
  CXX    dwarf2/comp-unit.o
  CXX    dwarf2/dwz.o
  CXX    dwarf2/expr.o
  CXX    dwarf2/frame-tailcall.o
  CXX    dwarf2/frame.o
  CXX    dwarf2/index-cache.o
  CXX    dwarf2/index-common.o
  CXX    dwarf2/index-write.o
  CXX    dwarf2/leb.o
  CXX    dwarf2/line-header.o
  CXX    dwarf2/loc.o
  CXX    dwarf2/macro.o
  CXX    dwarf2/read.o
  CXX    dwarf2/section.o
  CXX    dwarf2/stringify.o
  CXX    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
  YACC   f-exp.c
  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    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-demangle.o
  CXX    gdb_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.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
  YACC   go-exp.c
  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
../../binutils-gdb/gdb/hppa-nbsd-tdep.c: In function 'void hppanbsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/hppa-nbsd-tdep.c:204:3: error: 'nbsd_init_abi' was not declared in this scope; did you mean 'hppanbsd_init_abi'?
  204 |   nbsd_init_abi (info, gdbarch);
      |   ^~~~~~~~~~~~~
      |   hppanbsd_init_abi
make[2]: *** [Makefile:1605: hppa-nbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:9758: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=274.755668
==============================================



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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-20 10:53 [binutils-gdb] sim: don't rely on inferior_ptid in gdbsim_target::wait gdb-buildbot
@ 2020-01-21 12:08 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-21 12:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1675

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        cf1d9e092f871df3b34a58cfcde915c689ac9067

Subject of commit:
        sim: don't rely on inferior_ptid in gdbsim_target::wait

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT mt-opc.lo -MD -MP -MF .deps/mt-opc.Tpo -c -o mt-opc.lo ../../binutils-gdb/opcodes/mt-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT mt-opc.lo -MD -MP -MF .deps/mt-opc.Tpo -c ../../binutils-gdb/opcodes/mt-opc.c -o mt-opc.o
64
checking for aclocal... ${SHELL} /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/binutils-gdb/missing aclocal-1.15
checking for autoconf... ${SHELL} /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/binutils-gdb/missing autoconf
checking for autoheader... ${SHELL} /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/binutils-gdb/missing autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wnarrowing... mv -f .deps/mt-opc.Tpo .deps/mt-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT nds32-asm.lo -MD -MP -MF .deps/nds32-asm.Tpo -c -o nds32-asm.lo ../../binutils-gdb/opcodes/nds32-asm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT nds32-asm.lo -MD -MP -MF .deps/nds32-asm.Tpo -c ../../binutils-gdb/opcodes/nds32-asm.c -o nds32-asm.o
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking for library containing dlopen... no
checking for ELF support in BFD... mv -f .deps/nds32-asm.Tpo .deps/nds32-asm.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT nds32-dis.lo -MD -MP -MF .deps/nds32-dis.Tpo -c -o nds32-dis.lo ../../binutils-gdb/opcodes/nds32-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT nds32-dis.lo -MD -MP -MF .deps/nds32-dis.Tpo -c ../../binutils-gdb/opcodes/nds32-dis.c -o nds32-dis.o
mv -f .deps/nds32-dis.Tpo .deps/nds32-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT nfp-dis.lo -MD -MP -MF .deps/nfp-dis.Tpo -c -o nfp-dis.lo ../../binutils-gdb/opcodes/nfp-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT nfp-dis.lo -MD -MP -MF .deps/nfp-dis.Tpo -c ../../binutils-gdb/opcodes/nfp-dis.c -o nfp-dis.o
mv -f .deps/nfp-dis.Tpo .deps/nfp-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT nios2-dis.lo -MD -MP -MF .deps/nios2-dis.Tpo -c -o nios2-dis.lo ../../binutils-gdb/opcodes/nios2-dis.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT nios2-dis.lo -MD -MP -MF .deps/nios2-dis.Tpo -c ../../binutils-gdb/opcodes/nios2-dis.c -o nios2-dis.o
mv -f .deps/nios2-dis.Tpo .deps/nios2-dis.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT nios2-opc.lo -MD -MP -MF .deps/nios2-opc.Tpo -c -o nios2-opc.lo ../../binutils-gdb/opcodes/nios2-opc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT nios2-opc.lo -MD -MP -MF .deps/nios2-opc.Tpo -c ../../binutils-gdb/opcodes/nios2-opc.c -o nios2-opc.o
mv -f .deps/nios2-opc.Tpo .deps/nios2-opc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ns32k-dis.lo -MD -MP -MF .deps/ns32k-dis.Tpo -c -o ns32k-dis.lo ../../binutils-gdb/opcodes/ns32k-dis.c
yes
checking whether byte ordering is bigendian... libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ns32k-dis.lo -MD -MP -MF .deps/ns32k-dis.Tpo -c ../../binutils-gdb/opcodes/ns32k-dis.c -o ns32k-dis.o
no
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/binutils-gdb/libctf/configure: line 1541: 397170 Segmentation fault      (core dumped) cat conftest.er1 1>&5
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/binutils-gdb/libctf/configure: line 1541: 397171 Segmentation fault      (core dumped) mv -f conftest.er1 conftest.err
./libtool: line 1750: 397172 Segmentation fault      (core dumped) cat > ${write_libobj}T <<EOF
# $write_libobj - a libtool object file
# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# Name of the PIC object.
pic_object=$write_lobj

# Name of the non-PIC object
non_pic_object=$write_oldobj

EOF

./libtool: line 1750: 397174 Segmentation fault      (core dumped) $MV "${write_libobj}T" "${write_libobj}"
checking byteswap.h usability... mv -f .deps/ns32k-dis.Tpo .deps/ns32k-dis.Plo
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/binutils-gdb/libctf/configure: line 1531: 397173 Segmentation fault      (core dumped) sed 's/^/| /' conftest.$ac_ext 1>&5
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/binutils-gdb/libctf/configure: line 1608: 397177 Segmentation fault      (core dumped) rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
no
make[4]: *** [Makefile:1094: ns32k-dis.lo] Segmentation fault (core dumped)
checking byteswap.h presence... make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/binutils-gdb/libctf/configure: line 1608: 397178 Segmentation fault      (core dumped) cat confdefs.h - <<_ACEOF > conftest.$ac_ext
/* end confdefs.h.  */
#include <$2>
_ACEOF

make[3]: *** [Makefile:1136: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
make[2]: *** [Makefile:779: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/opcodes'
make[1]: *** [Makefile:3194: all-opcodes] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for byteswap.h... no
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking for pread... no
checking whether asprintf is declared... yes
checking for qsort_r... no
checking for O_CLOEXEC... no
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=226.702591
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-17 18:28 [binutils-gdb] Fix gdbsupport build on compilers that don't default to C++11 or above gdb-buildbot
@ 2020-01-17 19:19 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 19:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1661

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        67b10306d19bd16ec9f3ca73b14aa82c789436e1

Subject of commit:
        Fix gdbsupport build on compilers that don't default to C++11 or above

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=158.885201
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-17 16:50 [binutils-gdb] gdb: remove uses of iterate_over_inferiors in mi/mi-main.c gdb-buildbot
@ 2020-01-17 16:50 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 16:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1658

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        a9ac81b1a7902a4c41f5653032e2971a767accc4

Subject of commit:
        gdb: remove uses of iterate_over_inferiors in mi/mi-main.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=120.699686
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-17 16:40 [binutils-gdb] gdb: remove use of iterate_over_inferiors in mi/mi-interp.c gdb-buildbot
@ 2020-01-17 16:40 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1657

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        788eca4949d08494109249d35cd599971ce6ec51

Subject of commit:
        gdb: remove use of iterate_over_inferiors in mi/mi-interp.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=87.665390
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-17 14:39 [binutils-gdb] Update libiberty sources with changes in the gcc mainline gdb-buildbot
@ 2020-01-17 16:37 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1655

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        533da48302a26885a972e4379eccc26b364e5b53

Subject of commit:
        Update libiberty sources with changes in the gcc mainline.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=128.639372
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-17 16:16 [binutils-gdb] gdb: remove use of iterate_over_inferiors in py-inferior.c gdb-buildbot
@ 2020-01-17 16:37 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1656

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        d9bc85b65b3daab0c3579be0efc3b33c1ef24620

Subject of commit:
        gdb: remove use of iterate_over_inferiors in py-inferior.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=121.927441
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-16 23:47 [binutils-gdb] Fix some spelling errors gdb-buildbot
@ 2020-01-17 16:36 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 16:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1654

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        40c940992759aba79013a2c590c29f03ea754e77

Subject of commit:
        Fix some spelling errors.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=148.752862
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-16 20:01 [binutils-gdb] Ensure proc-service symbols have default visibility (PR build/24805) gdb-buildbot
@ 2020-01-17 15:40 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 15:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1652

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        790f17188a22e722bab9915e1d50307f8cb7c0f9

Subject of commit:
        Ensure proc-service symbols have default visibility (PR build/24805)

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=84.761597
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-16 17:59 [binutils-gdb] Support for DWARF5 location lists entries gdb-buildbot
@ 2020-01-17 14:40 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 14:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1650

Author:
        Nitika Achra <Nitika.Achra@amd.com>

Commit tested:
        3112ed9799124edf4d1f9c903da0d59f5a4ca102

Subject of commit:
        Support for DWARF5 location lists entries

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rs6000.lo -MD -MP -MF .deps/cpu-rs6000.Tpo -c ../../binutils-gdb/bfd/cpu-rs6000.c -o cpu-rs6000.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=163.580500
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-16 15:14 [binutils-gdb] [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature gdb-buildbot
@ 2020-01-17 13:38 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 13:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1649

Author:
        Andre Vieira <andre.simoesdiasvieira@arm.com>

Commit tested:
        2da2eaf4ce299c84c5a1f1bc6f7944266cb36d6e

Subject of commit:
        [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=88.729802
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-16 11:54 [binutils-gdb] x86: drop stale Vec_Imm4 related comment gdb-buildbot
@ 2020-01-17 13:20 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 13:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1648

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        d0849eed78268cee12d4540c67a2d9813d44f61c

Subject of commit:
        x86: drop stale Vec_Imm4 related comment

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rs6000.lo -MD -MP -MF .deps/cpu-rs6000.Tpo -c ../../binutils-gdb/bfd/cpu-rs6000.c -o cpu-rs6000.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=168.675384
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-16 10:31 [binutils-gdb] x86: add a few more missing VexWIG gdb-buildbot
@ 2020-01-17 12:25 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17 12:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1647

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        9cf70a448bed3f91fadc0e89ab0f4e5c0d79d975

Subject of commit:
        x86: add a few more missing VexWIG

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=84.604534
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-15 18:32 [binutils-gdb] Use get_thread_regcache instead of get_current_regcache in post_create_inferior gdb-buildbot
@ 2020-01-17  9:43 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17  9:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1644

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        8dc3273e0c50b607ee97873ae745cbc0d3ec6d7f

Subject of commit:
        Use get_thread_regcache instead of get_current_regcache in post_create_inferior

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=88.852878
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-15 15:44 [binutils-gdb] Set the default page size of the PDP11 target to 8192 bytes gdb-buildbot
@ 2020-01-17  8:39 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17  8:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1643

Author:
        Lars Brinkhoff <lars@nocrew.org>

Commit tested:
        0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab

Subject of commit:
        Set the default page size of the PDP11 target to 8192 bytes.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=91.326817
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-15 14:49 [binutils-gdb] tic4x disassembly static variables gdb-buildbot
@ 2020-01-17  7:25 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17  7:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1642

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        aad09917e04b33da463f1703aab8d057cfe3f54e

Subject of commit:
        tic4x disassembly static variables

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rs6000.lo -MD -MP -MF .deps/cpu-rs6000.Tpo -c ../../binutils-gdb/bfd/cpu-rs6000.c -o cpu-rs6000.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=146.905297
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-15  4:55 [binutils-gdb] Fix valgrind error from gdb.decode_line gdb-buildbot
@ 2020-01-17  4:42 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17  4:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1639

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ff47f4f06d296b672337e2c7363a745cd2725f58

Subject of commit:
        Fix valgrind error from gdb.decode_line

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=84.841411
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-15  4:11 [binutils-gdb] Don't link gdb twice against libiberty gdb-buildbot
@ 2020-01-17  4:07 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17  4:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1638

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        975f45b7e103929f3ed05d7a4dc71bb5fc320810

Subject of commit:
        Don't link gdb twice against libiberty

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rs6000.lo -MD -MP -MF .deps/cpu-rs6000.Tpo -c ../../binutils-gdb/bfd/cpu-rs6000.c -o cpu-rs6000.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=161.157399
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-15  2:25 [binutils-gdb] Remove use of <config.h> from gdb/nat/ gdb-buildbot
@ 2020-01-17  1:20 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17  1:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1636

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        25e573565306c51df462eb6a957f86fc130ee580

Subject of commit:
        Remove use of <config.h> from gdb/nat/

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=159.823988
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2020-01-15  1:54 [binutils-gdb] Move many configure checks to common.m4 gdb-buildbot
@ 2020-01-17  1:12 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2020-01-17  1:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1635

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        05ea2a051030a452bb1f4710dafeb1054cf38c17

Subject of commit:
        Move many configure checks to common.m4

*** FAILED to build GDB -- compile gdb ***
==============================================

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

mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo ../../binutils-gdb/bfd/cpu-riscv.c
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo ../../binutils-gdb/bfd/cpu-rl78.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c ../../binutils-gdb/bfd/cpu-riscv.c -o cpu-riscv.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c ../../binutils-gdb/bfd/cpu-rl78.c -o cpu-rl78.o
mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo ../../binutils-gdb/bfd/cpu-rx.c
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../binutils-gdb/bfd/cpu-s390.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c ../../binutils-gdb/bfd/cpu-rx.c -o cpu-rx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../binutils-gdb/bfd/cpu-s390.c -o cpu-s390.o
mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo ../../binutils-gdb/bfd/cpu-score.c
mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo ../../binutils-gdb/bfd/cpu-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c ../../binutils-gdb/bfd/cpu-score.c -o cpu-score.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c ../../binutils-gdb/bfd/cpu-sh.c -o cpu-sh.o
mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo ../../binutils-gdb/bfd/cpu-spu.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-gdb/bfd/cpu-sparc.c -o cpu-sparc.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c ../../binutils-gdb/bfd/cpu-spu.c -o cpu-spu.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo ../../binutils-gdb/bfd/cpu-tic30.c
mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo ../../binutils-gdb/bfd/cpu-tic4x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c ../../binutils-gdb/bfd/cpu-tic30.c -o cpu-tic30.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c ../../binutils-gdb/bfd/cpu-tic4x.c -o cpu-tic4x.o
mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo ../../binutils-gdb/bfd/cpu-tic54x.c
mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo ../../binutils-gdb/bfd/cpu-tic6x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c ../../binutils-gdb/bfd/cpu-tic54x.c -o cpu-tic54x.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c ../../binutils-gdb/bfd/cpu-tic6x.c -o cpu-tic6x.o
mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo ../../binutils-gdb/bfd/cpu-tilegx.c
mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo ../../binutils-gdb/bfd/cpu-tilepro.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c ../../binutils-gdb/bfd/cpu-tilegx.c -o cpu-tilegx.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c ../../binutils-gdb/bfd/cpu-tilepro.c -o cpu-tilepro.o
mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo ../../binutils-gdb/bfd/cpu-v850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c ../../binutils-gdb/bfd/cpu-v850.c -o cpu-v850.o
mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo ../../binutils-gdb/bfd/cpu-v850_rh850.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c ../../binutils-gdb/bfd/cpu-v850_rh850.c -o cpu-v850_rh850.o
mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo ../../binutils-gdb/bfd/cpu-vax.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c ../../binutils-gdb/bfd/cpu-vax.c -o cpu-vax.o
mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo ../../binutils-gdb/bfd/cpu-visium.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c ../../binutils-gdb/bfd/cpu-visium.c -o cpu-visium.o
mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo ../../binutils-gdb/bfd/cpu-wasm32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c ../../binutils-gdb/bfd/cpu-wasm32.c -o cpu-wasm32.o
mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo ../../binutils-gdb/bfd/cpu-xc16x.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c ../../binutils-gdb/bfd/cpu-xc16x.c -o cpu-xc16x.o
mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo ../../binutils-gdb/bfd/cpu-xgate.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c ../../binutils-gdb/bfd/cpu-xgate.c -o cpu-xgate.o
mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo ../../binutils-gdb/bfd/cpu-xstormy16.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c ../../binutils-gdb/bfd/cpu-xstormy16.c -o cpu-xstormy16.o
mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo ../../binutils-gdb/bfd/cpu-xtensa.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c ../../binutils-gdb/bfd/cpu-xtensa.c -o cpu-xtensa.o
mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo ../../binutils-gdb/bfd/cpu-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c ../../binutils-gdb/bfd/cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo ../../binutils-gdb/bfd/cpu-z8k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c ../../binutils-gdb/bfd/cpu-z8k.c -o cpu-z8k.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -release `cat libtool-soversion`  -Wl,--stack,12582912 -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`   -L./../zlib -lz 
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
libtool: link: x86_64-w64-mingw32-ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o pe-x86_64.o pex64igen.o cofflink.o coffgen.o dwarf2.o pei-x86_64.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o pe-i386.o peigen.o pei-i386.o elf32-i386.o elf32.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o elf64-bpf.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-i386.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elf32-z80.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-bpf.o cpu-cr16.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-plugin.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  x86_64-w64-mingw32-ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:860: all] Error 2
program finished with exit code 2
elapsedTime=165.054818
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-13  1:00 [binutils-gdb] Move free_all_objfiles to program_space gdb-buildbot
@ 2019-12-17  0:50 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-17  0:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1324

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        343cc95202fce70383551053f2efab09c5e02366

Subject of commit:
        Move free_all_objfiles to program_space

*** FAILED to build GDB -- compile gdb ***
==============================================

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

In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/vector:43,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note: candidate: 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)'
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]'
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)'
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/vector:43,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note: candidate: 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)'
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]'
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1658: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=276.144263
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-13  0:56 [binutils-gdb] Store objfiles on a std::list gdb-buildbot
@ 2019-12-17  0:12 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-17  0:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1323

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        d0801dd8f22a3e739c6a7d126d45829df981794d

Subject of commit:
        Store objfiles on a std::list

*** FAILED to build GDB -- compile gdb ***
==============================================

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

In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/vector:43,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note: candidate: 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)'
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]'
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)'
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/vector:43,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note: candidate: 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)'
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]'
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1658: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=270.019173
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-10 19:28 [binutils-gdb] Replace the remaining uses of strerror with safe_strerror gdb-buildbot
@ 2019-12-10 19:37 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-10 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1265

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        ab7d13f07027e6232a21448ef51f0a52a96738a9

Subject of commit:
        Replace the remaining uses of strerror with safe_strerror

*** FAILED to build GDB -- compile gdb ***
==============================================

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

/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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-demangle.o
  CXX    gdb_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/netstuff.o
  CXX    gdbsupport/new-op.o
  CXX    gdbsupport/pathstuff.o
  CXX    gdbsupport/print-utils.o
  CXX    gdbsupport/ptid.o
  CXX    gdbsupport/rsp-low.o
  CXX    gdbsupport/run-time-clock.o
  CXX    gdbsupport/safe-strerror.o
  CXX    gdbsupport/scoped_mmap.o
../../binutils-gdb/gdb/gdbsupport/safe-strerror.c:38:1: error: 'char* select_strerror_r(char*, char*)' defined but not used [-Werror=unused-function]
   38 | select_strerror_r (char *res, char *)
      | ^~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1656: gdbsupport/safe-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=234.290468
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-04 15:34 [binutils-gdb] Silence maybe-uninitialized warning in dwarf2read.c gdb-buildbot
@ 2019-12-04 18:21 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-04 18:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1221

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        feee869bd84841bc048b4ca60a8713d80f8be5d9

Subject of commit:
        Silence maybe-uninitialized warning in dwarf2read.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=426.993399
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-04 14:29 [binutils-gdb] gdb/mi: Add -max-results parameter to some -symbol-info-* commands gdb-buildbot
@ 2019-12-04 17:06 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-04 17:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1220

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        c2512106f8942dfa944c75add9b9107e28ef0018

Subject of commit:
        gdb/mi: Add -max-results parameter to some -symbol-info-* commands

*** FAILED to build GDB -- compile gdb ***
==============================================

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

      |                                                                   ^
../../binutils-gdb/libctf/ctf-hash.c: In function 'ctf_hash_lookup_type':
../../binutils-gdb/libctf/ctf-hash.c:357:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  357 |     return (ctf_id_t) ((*slot)->value);
      |            ^
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... mv -f .deps/ctf-hash.Tpo .deps/ctf-hash.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-labels.lo -MD -MP -MF .deps/ctf-labels.Tpo -c -o ctf-labels.lo ../../binutils-gdb/libctf/ctf-labels.c
no
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-labels.lo -MD -MP -MF .deps/ctf-labels.Tpo -c ../../binutils-gdb/libctf/ctf-labels.c -o ctf-labels.o
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... mv -f .deps/ctf-labels.Tpo .deps/ctf-labels.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-link.lo -MD -MP -MF .deps/ctf-link.Tpo -c -o ctf-link.lo ../../binutils-gdb/libctf/ctf-link.c
no
checking whether endusershell is declared without a macro... libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-link.lo -MD -MP -MF .deps/ctf-link.Tpo -c ../../binutils-gdb/libctf/ctf-link.c -o ctf-link.o
no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... mv -f .deps/ctf-link.Tpo .deps/ctf-link.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-lookup.lo -MD -MP -MF .deps/ctf-lookup.Tpo -c -o ctf-lookup.lo ../../binutils-gdb/libctf/ctf-lookup.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-lookup.lo -MD -MP -MF .deps/ctf-lookup.Tpo -c ../../binutils-gdb/libctf/ctf-lookup.c -o ctf-lookup.o
no
checking whether link is declared without a macro... no
checking whether linkat is declared without a macro... mv -f .deps/ctf-lookup.Tpo .deps/ctf-lookup.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-open.lo -MD -MP -MF .deps/ctf-open.Tpo -c -o ctf-open.lo ../../binutils-gdb/libctf/ctf-open.c
no
checking whether lseek is declared without a macro... libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-open.lo -MD -MP -MF .deps/ctf-open.Tpo -c ../../binutils-gdb/libctf/ctf-open.c -o ctf-open.o
yes
checking whether pipe is declared without a macro... no
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... no
checking whether pwrite is declared without a macro... no
checking whether readlink is declared without a macro... mv -f .deps/ctf-open.Tpo .deps/ctf-open.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-string.lo -MD -MP -MF .deps/ctf-string.Tpo -c -o ctf-string.lo ../../binutils-gdb/libctf/ctf-string.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-string.lo -MD -MP -MF .deps/ctf-string.Tpo -c ../../binutils-gdb/libctf/ctf-string.c -o ctf-string.o
mv -f .deps/ctf-string.Tpo .deps/ctf-string.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-subr.lo -MD -MP -MF .deps/ctf-subr.Tpo -c -o ctf-subr.lo ../../binutils-gdb/libctf/ctf-subr.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-subr.lo -MD -MP -MF .deps/ctf-subr.Tpo -c ../../binutils-gdb/libctf/ctf-subr.c -o ctf-subr.o
no
checking whether readlinkat is declared without a macro... mv -f .deps/ctf-subr.Tpo .deps/ctf-subr.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-types.lo -MD -MP -MF .deps/ctf-types.Tpo -c -o ctf-types.lo ../../binutils-gdb/libctf/ctf-types.c
no
checking whether rmdir is declared without a macro... libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-types.lo -MD -MP -MF .deps/ctf-types.Tpo -c ../../binutils-gdb/libctf/ctf-types.c -o ctf-types.o
yes
../../binutils-gdb/libctf/ctf-types.c: In function 'ctf_lookup_by_rawhash':
../../binutils-gdb/libctf/ctf-types.c:313:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  313 |     id = (ctf_id_t) ctf_dynhash_lookup (np->ctn_writable, name);
      |          ^
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... mv -f .deps/ctf-types.Tpo .deps/ctf-types.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-util.lo -MD -MP -MF .deps/ctf-util.Tpo -c -o ctf-util.lo ../../binutils-gdb/libctf/ctf-util.c
no
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-util.lo -MD -MP -MF .deps/ctf-util.Tpo -c ../../binutils-gdb/libctf/ctf-util.c -o ctf-util.o
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... no
checking whether unlink is declared without a macro... mv -f .deps/ctf-util.Tpo .deps/ctf-util.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-qsort_r.lo -MD -MP -MF .deps/ctf-qsort_r.Tpo -c -o ctf-qsort_r.lo ../../binutils-gdb/libctf/ctf-qsort_r.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-qsort_r.lo -MD -MP -MF .deps/ctf-qsort_r.Tpo -c ../../binutils-gdb/libctf/ctf-qsort_r.c -o ctf-qsort_r.o
yes
checking whether unlinkat is declared without a macro... mv -f .deps/ctf-qsort_r.Tpo .deps/ctf-qsort_r.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf  -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd  -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ctf-open-bfd.lo -MD -MP -MF .deps/ctf-open-bfd.Tpo -c -o ctf-open-bfd.lo ../../binutils-gdb/libctf/ctf-open-bfd.c
no
checking whether usleep is declared without a macro... libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ctf-open-bfd.lo -MD -MP -MF .deps/ctf-open-bfd.Tpo -c ../../binutils-gdb/libctf/ctf-open-bfd.c -o ctf-open-bfd.o
yes
checking for unsetenv... no
checking whether btowc is declared without a macro... mv -f .deps/ctf-open-bfd.Tpo .deps/ctf-open-bfd.Plo
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -version-info 0:0:0  -Wl,--version-script='../../binutils-gdb/libctf/libctf.ver' -Wl,--stack,12582912 -o libctf-nobfd.la -rpath /usr/local/lib ctf-archive.lo ctf-dump.lo ctf-create.lo ctf-decl.lo ctf-error.lo ctf-hash.lo ctf-labels.lo ctf-link.lo ctf-lookup.lo ctf-open.lo ctf-string.lo ctf-subr.lo ctf-types.lo ctf-util.lo ctf-qsort_r.lo -L./../zlib -lz 
yes
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... libtool: link: x86_64-w64-mingw32-ar rc .libs/libctf-nobfd.a  ctf-archive.o ctf-dump.o ctf-create.o ctf-decl.o ctf-error.o ctf-hash.o ctf-labels.o ctf-link.o ctf-lookup.o ctf-open.o ctf-string.o ctf-subr.o ctf-types.o ctf-util.o ctf-qsort_r.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libctf-nobfd.a
libtool: link: ( cd ".libs" && rm -f "libctf-nobfd.la" && ln -s "../libctf-nobfd.la" "libctf-nobfd.la" )
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-w64-mingw32-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long  -I../../binutils-gdb/libctf/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -version-info 0:0:0  -Wl,--version-script='../../binutils-gdb/libctf/libctf.ver' -Wl,--stack,12582912 -o libctf.la -rpath /usr/local/lib ctf-archive.lo ctf-dump.lo ctf-create.lo ctf-decl.lo ctf-error.lo ctf-hash.lo ctf-labels.lo ctf-link.lo ctf-lookup.lo ctf-open.lo ctf-string.lo ctf-subr.lo ctf-types.lo ctf-util.lo ctf-qsort_r.lo ctf-open-bfd.lo -L./../zlib -lz 
yes
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... libtool: link: x86_64-w64-mingw32-ar rc .libs/libctf.a  ctf-archive.o ctf-dump.o ctf-create.o ctf-decl.o ctf-error.o ctf-hash.o ctf-labels.o ctf-link.o ctf-lookup.o ctf-open.o ctf-string.o ctf-subr.o ctf-types.o ctf-util.o ctf-qsort_r.o ctf-open-bfd.o
libtool: link: x86_64-w64-mingw32-ranlib .libs/libctf.a
yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... no
checking whether wcrtomb is declared without a macro... libtool: link: ( cd ".libs" && rm -f "libctf.la" && ln -s "../libctf.la" "libctf.la" )
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/libctf'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/libctf'
yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... no
checking whether wcwidth is declared without a macro... no
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-04 13:17 [binutils-gdb] gdb: Split global symbol search into separate functions gdb-buildbot
@ 2019-12-04 16:06 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-04 16:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1219

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        f97a63c5aa5203994447b3cf8e48f184078f379b

Subject of commit:
        gdb: Split global symbol search into separate functions

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
  CXX    unittests/unpack-selftests.o
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=398.215137
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-04 12:42 [binutils-gdb] gdb/mi: Add -symbol-info-module-{variables,functions} gdb-buildbot
@ 2019-12-04 14:38 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-04 14:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1218

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        293b38d60f15422cf7e3d3ba06fdbc5cc90aee67

Subject of commit:
        gdb/mi: Add -symbol-info-module-{variables,functions}

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=407.948550
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-04 11:31 [binutils-gdb] x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or operand size specifier gdb-buildbot
@ 2019-12-04 13:31 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-04 13:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1217

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        0ba59a29407a9d24559a653ce0401a26d9a37aaa

Subject of commit:
        x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or operand size specifier

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
  CXX    unittests/unpack-selftests.o
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=403.880698
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-04 11:11 [binutils-gdb] x86/Intel: extend MOVDIRI testing gdb-buildbot
@ 2019-12-04 12:12 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-04 12:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1216

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        77ad80922bf3042536fc41b19cc0bf230ea485b4

Subject of commit:
        x86/Intel: extend MOVDIRI testing

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=410.261647
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-04 10:16 [binutils-gdb] x86: drop some stray/bogus DefaultSize gdb-buildbot
@ 2019-12-04 11:06 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-04 11:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1215

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        3036c8991964674ca2407c543645d841ad431267

Subject of commit:
        x86: drop some stray/bogus DefaultSize

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
  CXX    unittests/unpack-selftests.o
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=421.852184
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-03 22:32 [binutils-gdb] Replace hash function from bcache with fast_hash gdb-buildbot
@ 2019-12-03 23:16 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-03 23:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1214

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        4cbd39b289b012782df2fdda9adc7eacdcfc6ad7

Subject of commit:
        Replace hash function from bcache with fast_hash

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
  CXX    unittests/unpack-selftests.o
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=406.136817
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-03 21:22 [binutils-gdb] Fix leak of symbol name in block_symbol_cache gdb-buildbot
@ 2019-12-03 22:02 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-03 22:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1213

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        82f910ea9cce04b0faabfcd022d9d8949567541e

Subject of commit:
        Fix leak of symbol name in block_symbol_cache

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=415.877052
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-03 10:53 [binutils-gdb] PR25230, addr2line fails on dwz output gdb-buildbot
@ 2019-12-03 13:41 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-03 13:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1212

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e63ef0954d02bec8ecb9cf7ff9fc14adc45e8010

Subject of commit:
        PR25230, addr2line fails on dwz output

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
  CXX    unittests/unpack-selftests.o
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=398.187376
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-03 10:25 [binutils-gdb] PR25230, dwarf2.c per file stash gdb-buildbot
@ 2019-12-03 12:27 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-03 12:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1211

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        99b06c600f0f5cb730cbdab9c3bb8b1f9317e0a1

Subject of commit:
        PR25230, dwarf2.c per file stash

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=406.404373
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-03  9:39 [binutils-gdb] dwarf2.c: read_abbrevs fail cleanup, and offset checking gdb-buildbot
@ 2019-12-03 11:14 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-03 11:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1210

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        019cc8758a68d016db920f96de3273a2824929d1

Subject of commit:
        dwarf2.c: read_abbrevs fail cleanup, and offset checking

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=418.248747
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-03  9:09 [binutils-gdb] dwarf2.c stash->sec_info_ptr and stash->sec gdb-buildbot
@ 2019-12-03 10:01 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-03 10:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1209

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        1b8e12713b399450f8befc5f52442219f1f63669

Subject of commit:
        dwarf2.c stash->sec_info_ptr and stash->sec

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
  CXX    unittests/unpack-selftests.o
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=432.762619
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-03  7:55 [binutils-gdb] _bfd_dwarf2_find_nearest_line comment fix gdb-buildbot
@ 2019-12-03  8:51 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-03  8:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1208

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        2247a609df7ecd55c1e5a63a9fe1319f28f2b587

Subject of commit:
        _bfd_dwarf2_find_nearest_line comment fix

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=418.357175
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-02 23:34 [binutils-gdb] Fix build breakage with --disable-tui gdb-buildbot
@ 2019-12-03  0:24 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-03  0:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1206

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        de2396d07844ca39a1893a11ead375acf2556890

Subject of commit:
        Fix build breakage with --disable-tui

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=424.106604
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-02 18:59 [binutils-gdb] Change type of debug_aix_thread to bool gdb-buildbot
@ 2019-12-02 19:47 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-02 19:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1204

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        638d85bce02264cd6180a240a1d033fb1ea58e26

Subject of commit:
        Change type of debug_aix_thread to bool

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
  CXX    unittests/unpack-selftests.o
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=379.019980
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-02 14:51 [binutils-gdb] Remove stale FIXME comment gdb-buildbot
@ 2019-12-02 15:32 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-02 15:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1203

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        7532a164d5391fe4832da9f7e492dd0dd6da6dce

Subject of commit:
        Remove stale FIXME comment

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=417.323044
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-02  0:49 [binutils-gdb] gdb: Dynamic string length support gdb-buildbot
@ 2019-12-02 12:57 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-02 12:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1202

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        216a7e6b9e5d2b279276f3bd8c11145a7d9b59ac

Subject of commit:
        gdb: Dynamic string length support

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
  CXX    unittests/unpack-selftests.o
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=414.484971
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-02 10:11 [binutils-gdb] gdb/dwarf: Introduce dwarf2_per_cu_int_type function gdb-buildbot
@ 2019-12-02 11:43 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-02 11:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1201

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        11a8b1641e310f3d47173125b62ee2e2147e74f3

Subject of commit:
        gdb/dwarf: Introduce dwarf2_per_cu_int_type function

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=405.495719
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-01 23:31 [binutils-gdb] gdb/fortran: array stride support gdb-buildbot
@ 2019-12-02 11:37 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-02 11:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1200

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        5bbd8269fa8d138e8ea1dd3c8cdf42412c1dfa41

Subject of commit:
        gdb/fortran: array stride support

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=421.605694
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-01 22:18 [binutils-gdb] Treat inactive TUI specially in "info win" gdb-buildbot
@ 2019-12-02  9:16 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-02  9:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1199

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        82e3b5645f9c4edc1d84e57c32665d0e76bbbd77

Subject of commit:
        Treat inactive TUI specially in "info win"

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=413.209359
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-12-01 21:51 [binutils-gdb] Fix latent bug in tui_copy_source_line gdb-buildbot
@ 2019-12-02  8:19 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-12-02  8:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1198

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        517d261dfafb7e5317b841b01ab853a76deb8128

Subject of commit:
        Fix latent bug in tui_copy_source_line

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/main-thread-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/tui-selftests.o
  CXX    unittests/unpack-selftests.o
In file included from ../../binutils-gdb/gdb/tui/tui-winsource.h:25,
                 from ../../binutils-gdb/gdb/unittests/tui-selftests.c:22:
../../binutils-gdb/gdb/tui/tui-data.h:42:20: error: 'WINDOW' has not been declared
   42 |   void operator() (WINDOW *win) const
      |                    ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'void curses_deleter::operator()(int*) const':
../../binutils-gdb/gdb/tui/tui-data.h:44:5: error: 'delwin' was not declared in this scope
   44 |     delwin (win);
      |     ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h: At global scope:
../../binutils-gdb/gdb/tui/tui-data.h:97:19: error: 'WINDOW' was not declared in this scope
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                   ^~~~~~
../../binutils-gdb/gdb/tui/tui-data.h:97:41: error: template argument 1 is invalid
   97 |   std::unique_ptr<WINDOW, curses_deleter> handle;
      |                                         ^
../../binutils-gdb/gdb/tui/tui-data.h: In member function 'bool tui_gen_win_info::is_visible() const':
../../binutils-gdb/gdb/tui/tui-data.h:93:19: error: invalid operands of types 'const int' and 'std::nullptr_t' to binary 'operator!='
   93 |     return handle != nullptr;
      |            ~~~~~~~^~~~~~~~~~
make[2]: *** [Makefile:1655: unittests/tui-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=433.182260
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-27 15:49 [binutils-gdb] Let commands free "name" gdb-buildbot
@ 2019-11-30 11:57 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30 11:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1165

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        3ea16160a66e0e3bc59842e27e41890411729a86

Subject of commit:
        Let commands free "name"

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
mkdir -p -- target/.deps
mkdir -p -- nat/.deps
  LEX    ada-lex.c
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CXX    cp-valprint.o
make[2]: *** [Makefile:1654: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=172.912261
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-27 14:34 [binutils-gdb] Add add_internal_function overload gdb-buildbot
@ 2019-11-30 10:50 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30 10:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1164

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        1a6d41c6433a0980f302c480b1d1db71234b49e4

Subject of commit:
        Add add_internal_function overload

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- compile/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- unittests/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- python/.deps
mkdir -p -- target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
  LEX    ada-lex.c
mkdir -p -- nat/.deps
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1654: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=158.655259
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-27 15:22 [binutils-gdb] Use cmd_list_element::doc_allocated for Python commands gdb-buildbot
@ 2019-11-30 10:47 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30 10:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1163

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        8318f3c337cf46ee6309b4a7f06f3934fc94b4bd

Subject of commit:
        Use cmd_list_element::doc_allocated for Python commands

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for Elf64_auxv_t... no
checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
mkdir -p -- gdbsupport/.deps
mkdir -p -- compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
mkdir -p -- unittests/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
mkdir -p -- target/.deps
mkdir -p -- nat/.deps
  LEX    ada-lex.c
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1654: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=167.244139
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-27 13:55 [binutils-gdb] Set names of worker threads gdb-buildbot
@ 2019-11-30  8:33 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30  8:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1162

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        4da8c3a8a5d1962d24fb374122c473f930eba386

Subject of commit:
        Set names of worker threads

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- gdbsupport/.deps
mkdir -p -- mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- unittests/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- python/.deps
mkdir -p -- target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
  LEX    ada-lex.c
mkdir -p -- nat/.deps
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CXX    cp-valprint.o
make[2]: *** [Makefile:1654: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=158.360781
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-30  6:42 [binutils-gdb] Use run_on_main_thread in gdb.post_event gdb-buildbot
@ 2019-11-30  7:25 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30  7:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1161

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        971db5e21e35e1ad0d124b954ce13d463b887b6c

Subject of commit:
        Use run_on_main_thread in gdb.post_event

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
mkdir -p -- compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
mkdir -p -- tui/.deps
mkdir -p -- unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
mkdir -p -- guile/.deps
mkdir -p -- python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
mkdir -p -- target/.deps
mkdir -p -- nat/.deps
  LEX    ada-lex.c
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CXX    cp-valprint.o
make[2]: *** [Makefile:1654: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=175.108103
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-27 12:05 [binutils-gdb] Add maint set/show worker-threads gdb-buildbot
@ 2019-11-30  6:16 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30  6:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1160

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        22138db609721897c213e5a08ccaca206c0fb1f6

Subject of commit:
        Add maint set/show worker-threads

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
mkdir -p -- compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- unittests/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- python/.deps
mkdir -p -- target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
  LEX    ada-lex.c
mkdir -p -- nat/.deps
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1654: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=174.467407
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-27 11:38 [binutils-gdb] Demangle minsyms in parallel gdb-buildbot
@ 2019-11-30  5:08 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30  5:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1159

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        d55c9a68473d4378e484a870d3ca4222a68078ca

Subject of commit:
        Demangle minsyms in parallel

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- compile/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- unittests/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- python/.deps
mkdir -p -- target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
  LEX    ada-lex.c
mkdir -p -- nat/.deps
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CXX    cp-valprint.o
make[2]: *** [Makefile:1654: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=173.217045
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-30  3:18 [binutils-gdb] Implement a thread pool gdb-buildbot
@ 2019-11-30  3:59 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30  3:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1158

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        a0b57563b1317e0000a67a7bed4c1712403682f3

Subject of commit:
        Implement a thread pool

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- compile/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- unittests/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- python/.deps
mkdir -p -- target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
  LEX    ada-lex.c
mkdir -p -- nat/.deps
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CXX    cp-valprint.o
make[2]: *** [Makefile:1653: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=172.252904
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-27 10:30 [binutils-gdb] Introduce thread-safe way to handle SIGSEGV gdb-buildbot
@ 2019-11-30  2:52 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-30  2:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1157

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        3b3978bca2a204a772563c8e121e4a02be72e802

Subject of commit:
        Introduce thread-safe way to handle SIGSEGV

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
mkdir -p -- compile/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- guile/.deps
mkdir -p -- unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- target/.deps
mkdir -p -- python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
mkdir -p -- nat/.deps
  LEX    ada-lex.c
  YACC   ada-exp.c
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y:34.1-12: warning: deprecated directive, use %define api.pure [-Wdeprecated]
   34 | %pure-parser
      | ^~~~~~~~~~~~
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/cp-name-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
  CXX    cp-namespace.o
  CXX    cp-support.o
../../binutils-gdb/gdb/cp-support.c: In function 'void _initialize_cp_support()':
../../binutils-gdb/gdb/cp-support.c:2211:3: error: 'gdb_demangle_attempt_core_dump' was not declared in this scope
 2211 |   gdb_demangle_attempt_core_dump = can_dump_core (LIMIT_CUR);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CXX    cp-valprint.o
make[2]: *** [Makefile:1651: cp-support.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=168.203467
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-14 10:15 [binutils-gdb] x86: drop redundant SYSCALL/SYSRET templates gdb-buildbot
@ 2019-11-25 23:45 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 23:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1083

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        6aa385b96f0fddcf152c88f29e1145f3f618748c

Subject of commit:
        x86: drop redundant SYSCALL/SYSRET templates

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=407.153663
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-14  9:50 [binutils-gdb] x86: fold individual Jump* attributes into a single Jump one gdb-buildbot
@ 2019-11-25 23:31 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 23:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1082

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27

Subject of commit:
        x86: fold individual Jump* attributes into a single Jump one

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=414.563586
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-14  8:51 [binutils-gdb] x86: make JumpAbsolute an insn attribute gdb-buildbot
@ 2019-11-25 23:18 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 23:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1081

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        6f2f06bea87613a6851607829e5893d74007f5bf

Subject of commit:
        x86: make JumpAbsolute an insn attribute

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=407.512708
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-25 22:50 [binutils-gdb] x86: make AnySize an insn attribute gdb-buildbot
@ 2019-11-25 23:11 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 23:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1080

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        601e8564220b94b991ce1729edfc04fd9da52906

Subject of commit:
        x86: make AnySize an insn attribute

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=422.435373
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-14  1:48 [binutils-gdb] Fix python gdbpy_breakpoint_object leak gdb-buildbot
@ 2019-11-25 22:43 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 22:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1079

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        bd454f8baf5382e6ad2869dc077e3d0711a17882

Subject of commit:
        Fix python gdbpy_breakpoint_object leak.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=424.381449
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-25 22:13 [binutils-gdb] Remove symbol-related static asserts gdb-buildbot
@ 2019-11-25 22:27 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 22:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1078

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d1aa3cf0bb1a9d7162fc9790258f64f5abffaa55

Subject of commit:
        Remove symbol-related static asserts

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=409.902307
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-13  3:56 [binutils-gdb] gnulib: Fix path to import/Makefile{,.in} gdb-buildbot
@ 2019-11-25 22:12 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 22:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1077

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        17298d65f05d18f04b864f6e6d35fccc89c0d607

Subject of commit:
        gnulib: Fix path to import/Makefile{,.in}

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=420.092055
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-25 21:44 [binutils-gdb] RISC-V: Support the INSN_CLASS.*F.* classes for .insn directive gdb-buildbot
@ 2019-11-25 21:57 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 21:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1076

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        7722d40a9c412d26c30db8af5005b36de5618737

Subject of commit:
        RISC-V: Support the INSN_CLASS.*F.* classes for .insn directive.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=385.492701
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-13  0:55 [binutils-gdb] RISC-V: Fix ld relax failure with calls and align directives gdb-buildbot
@ 2019-11-25 21:33 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 21:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1075

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        c6261a00c3e70dd8e508062ea43a1bcb6d547621

Subject of commit:
        RISC-V: Fix ld relax failure with calls and align directives.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    user-regs.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=420.599975
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-25 21:10 [binutils-gdb] gdb: Support printf 'z' size modifier gdb-buildbot
@ 2019-11-25 21:26 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 21:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1074

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        e06f3d6eba37df8451ecc2ce2ac76cba811e8b35

Subject of commit:
        gdb: Support printf 'z' size modifier

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=408.066937
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-12 22:14 [binutils-gdb] Make struct symbol inherit from general_symbol_info gdb-buildbot
@ 2019-11-25 21:12 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 21:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1073

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        468c0cbb327fadf28386a989f929fcbed4aed8b9

Subject of commit:
        Make struct symbol inherit from general_symbol_info

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=408.760558
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-12 21:30 [binutils-gdb] Consolidate setting of current_layout gdb-buildbot
@ 2019-11-25 20:56 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 20:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1072

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ed2c82c364043cf4726541cc7e8011197185b3f8

Subject of commit:
        Consolidate setting of current_layout

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    user-regs.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=416.008655
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-12 20:17 [binutils-gdb] Move _initialize_tui_layout to end of file gdb-buildbot
@ 2019-11-25 20:44 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1071

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        d9fcefd53a7615b116cab0b0cd2085539d12bb6f

Subject of commit:
        Move _initialize_tui_layout to end of file

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=405.454162
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-12 20:34 [binutils-gdb] Make TUI resizing tests more robust gdb-buildbot
@ 2019-11-25 20:37 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 20:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1070

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        45e4216376f37e543fc80062025cab0c2d9faf35

Subject of commit:
        Make TUI resizing tests more robust

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=416.505538
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-12 14:43 [binutils-gdb] [binutils][arm] Update the decoding of MVE VMOV, VMVN gdb-buildbot
@ 2019-11-25 20:08 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 20:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1069

Author:
        Mihail Ionescu <mihail.ionescu@arm.com>

Commit tested:
        ce760a762093d59a3faab07fff895b484071977c

Subject of commit:
        [binutils][arm] Update the decoding of MVE VMOV, VMVN

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=410.246465
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-12  9:56 [binutils-gdb] x86: fold EsSeg into IsString gdb-buildbot
@ 2019-11-25 19:54 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 19:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1068

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        51c8edf68bf1e16c6d05fbb31a36e0cc436a9750

Subject of commit:
        x86: fold EsSeg into IsString

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=421.056451
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-12  9:13 [binutils-gdb] x86: eliminate ImmExt abuse gdb-buildbot
@ 2019-11-25 19:37 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1067

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        474da251bf92a11a08583080af77fa197570767f

Subject of commit:
        x86: eliminate ImmExt abuse

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=405.925774
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-12  8:30 [binutils-gdb] x86: introduce operand type "instance" gdb-buildbot
@ 2019-11-25 19:21 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 19:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1066

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        75e5731b8f10129ef9a0e4202152c391d70375eb

Subject of commit:
        x86: introduce operand type "instance"

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=414.651309
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-25 18:50 [binutils-gdb] Document and extend readline-bindable functions gdb-buildbot
@ 2019-11-25 19:04 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 19:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1065

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        c86d74cc7d442414a62752187aa10f49f0ac0de7

Subject of commit:
        Document and extend readline-bindable functions

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=409.165472
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-11 23:47 [binutils-gdb] Use getpwuid_r instead of getpwuid gdb-buildbot
@ 2019-11-25 18:49 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 18:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1064

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        7b7b9424d3f94ba5595c4e164b67c0f621146dfe

Subject of commit:
        Use getpwuid_r instead of getpwuid

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=408.563425
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-11 13:48 [binutils-gdb] Arm64: SVE2's smaxp/sminp require operands 1 and 3 to be the same register gdb-buildbot
@ 2019-11-25 18:33 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 18:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1063

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        91802f3cfed1524ebcfef1057afad4f98519ca78

Subject of commit:
        Arm64: SVE2's smaxp/sminp require operands 1 and 3 to be the same register

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    user-regs.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=421.343618
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-11 13:01 [binutils-gdb] Arm64: fix build with old glibc gdb-buildbot
@ 2019-11-25 18:19 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1062

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        4f5fc85d6c6e33d8282f4c5164fb5187cdff96d1

Subject of commit:
        Arm64: fix build with old glibc

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=428.475859
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-25 17:32 [binutils-gdb] gdb/python: Introduce gdb.lookup_static_symbols gdb-buildbot
@ 2019-11-25 18:02 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 18:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1061

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        086baaf1346f07acfb6708e8c6cb79274241488b

Subject of commit:
        gdb/python: Introduce gdb.lookup_static_symbols

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=407.432659
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-25 17:26 [binutils-gdb] gdb/python: smarter symbol lookup for gdb.lookup_static_symbol gdb-buildbot
@ 2019-11-25 17:55 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 17:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1060

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        09ff83af3c8558594bd31bfaf4ed7daadf4f707d

Subject of commit:
        gdb/python: smarter symbol lookup for gdb.lookup_static_symbol

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=406.448142
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-10 22:04 [binutils-gdb] gdb: Add a class to track last display symtab and line information gdb-buildbot
@ 2019-11-25 17:34 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 17:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1059

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        eb2dd8df7662c3827656e44d2a463d918d473c41

Subject of commit:
        gdb: Add a class to track last display symtab and line information

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
  CXX    unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=409.127264
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-10 21:22 [binutils-gdb] gdb: Convert frame_show_address to return a bool gdb-buildbot
@ 2019-11-25 17:26 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 17:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1058

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        621377757c83ccc8573cc2e979e1d4ba55335c13

Subject of commit:
        gdb: Convert frame_show_address to return a bool

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=410.360773
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-10 20:54 [binutils-gdb] gdb_vecs.h: Avoid self move assign gdb-buildbot
@ 2019-11-25 16:59 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-25 16:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1057

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        cf57ad6d61771f608079f31db10a93872a4553c5

Subject of commit:
        gdb_vecs.h: Avoid self move assign

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-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    stabsread.o
  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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/vec-utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of 'T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]':
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26:   required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   53 |   T removed = std::move (*it);
      |     ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared 'selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)' is deprecated [-Werror=deprecated-copy]
   58 |   return removed;
      |          ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because 'selftests::vector_utils_tests::unordered_remove_tests()::obj' has user-provided 'selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)'
   41 |     obj &operator= (const obj &other)
      |          ^~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1643: unittests/vec-utils-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=425.888755
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-01 15:34 [binutils-gdb] Move check for strerror_r to common.m4 where it belongs gdb-buildbot
@ 2019-11-19 23:32 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-19 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1013

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        e48f6033b01b6a5832e1efa48eda4e44193067a7

Subject of commit:
        Move check for strerror_r to common.m4 where it belongs

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=382.725594
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-19 15:56 [binutils-gdb] [ARM, thumb] Fix disassembling bug after reloading a symbol file gdb-buildbot
@ 2019-11-19 20:12 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-19 20:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1012

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        bd5766ec689140aa80e5d4fd5c0bf9c990f5a38b

Subject of commit:
        [ARM, thumb] Fix disassembling bug after reloading a symbol file

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=380.508445
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-01  5:53 [binutils-gdb] gdb: Don't print a newline in language la_print_typedef methods gdb-buildbot
@ 2019-11-19 14:31 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-19 14:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1011

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        e170989694aecb458d1bbb6a1db6bb712ced707d

Subject of commit:
        gdb: Don't print a newline in language la_print_typedef methods

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=366.250735
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-01  5:26 [binutils-gdb] gdb: Add new commands to list module variables and functions gdb-buildbot
@ 2019-11-19 10:13 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-19 10:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1009

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        165f8965d770708f1dee623e308374ac108e6578

Subject of commit:
        gdb: Add new commands to list module variables and functions

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=387.954874
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-01  5:00 [binutils-gdb] gdb/fortran: Add new 'info modules' command gdb-buildbot
@ 2019-11-19  6:53 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-19  6:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1008

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        59c35742fb785b1e454f45c2ace663000bf34f4c

Subject of commit:
        gdb/fortran: Add new 'info modules' command

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=387.071282
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-19  1:33 [binutils-gdb] NEWS and documentation for $_gdb_setting and $_gdb_setting_str gdb-buildbot
@ 2019-11-19  3:42 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-19  3:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1007

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        aed61d02fb112ac2b94f67df3ed24ed29dcf911e

Subject of commit:
        NEWS and documentation for $_gdb_setting and $_gdb_setting_str.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=378.355558
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-01  2:59 [binutils-gdb] Test the convenience functions $_gdb_setting and $_gdb_setting_str gdb-buildbot
@ 2019-11-19  0:24 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-19  0:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1006

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        f3fb2519e629bf8533108c2b7b108e6db98c02f2

Subject of commit:
        Test the convenience functions $_gdb_setting and $_gdb_setting_str.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
program finished with exit code 2
elapsedTime=390.258079
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-01  1:46 [binutils-gdb] Implement convenience functions to examine GDB settings gdb-buildbot
@ 2019-11-18 21:06 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-18 21:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1005

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        9ad9b77d64920d3113a9e7ab9f022eb5a45cd49e

Subject of commit:
        Implement convenience functions to examine GDB settings.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=386.456364
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-01  0:50 [binutils-gdb] Also check for strerror_r in gdbserver gdb-buildbot
@ 2019-11-18 17:48 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-18 17:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1004

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        e7e97a2ecd0e605d8128b3d055a8a5f7c2284b80

Subject of commit:
        Also check for strerror_r in gdbserver

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=382.297016
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-01  0:37 [binutils-gdb] [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) gdb-buildbot
@ 2019-11-18 14:31 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-18 14:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1003

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        d1e36019c1f5cc5de8b99dd86cacfbf418fc1c5b

Subject of commit:
        [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=385.349391
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-11-18  9:27 [binutils-gdb] Don't read agent symbols when disabled gdb-buildbot
@ 2019-11-18 11:13 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-18 11:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1002

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        8d6efaa20d9b44cc016ae0f55aeceabcfe7d4e68

Subject of commit:
        Don't read agent symbols when disabled

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking size of int... 4
checking size of long... 4
checking size of size_t... 8
checking for long long... yes
checking size of long long... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for pid_t... (cached) yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... no
checking for bcopy... no
checking for bsearch... yes
checking for bzero... no
checking for calloc... yes
checking for clock... yes
checking for ffs... no
checking for getcwd... (cached) yes
checking for getpagesize... yes
checking for gettimeofday... (cached) yes
checking for index... no
checking for insque... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... (cached) no
checking for memmove... yes
checking for mempcpy... (cached) yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... no
checking for rename... yes
checking for rindex... no
checking for setenv... (cached) no
checking for snprintf... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for canonicalize_file_name... (cached) no
checking for dup3... no
checking for getrlimit... no
checking for getrusage... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for pipe2... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... (cached) no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-31 22:39 [binutils-gdb] Regenerate config.in gdb-buildbot
@ 2019-11-18  7:56 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-18  7:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1001

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        33cb1647d68d9a57e6659a9392044ee0276fc24e

Subject of commit:
        Regenerate config.in

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
program finished with exit code 2
elapsedTime=380.550251
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-31 21:46 [binutils-gdb] Use strerror_r in safe_strerror if available gdb-buildbot
@ 2019-11-18  4:43 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-11-18  4:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/1000

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        b231e86ac9608056ea837e24d42a878927f5787a

Subject of commit:
        Use strerror_r in safe_strerror if available

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  YACC   cp-name-parser.c
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctfread.o
  YACC   d-exp.c
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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
  YACC   f-exp.c
  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    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_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbsupport/agent.o
  CXX    gdbsupport/btrace-common.o
  CXX    gdbsupport/buffer.o
  CXX    gdbsupport/cleanups.o
  CXX    gdbsupport/common-debug.o
  CXX    gdbsupport/common-exceptions.o
  CXX    gdbsupport/common-inferior.o
  CXX    gdbsupport/common-regcache.o
  CXX    gdbsupport/common-utils.o
  CXX    gdbsupport/environ.o
  CXX    gdbsupport/errors.o
  CXX    gdbsupport/fileio.o
  CXX    gdbsupport/filestuff.o
  CXX    gdbsupport/format.o
  CXX    gdbsupport/gdb-dlfcn.o
  CXX    gdbsupport/gdb_tilde_expand.o
  CXX    gdbsupport/gdb_vecs.o
  CXX    gdbsupport/job-control.o
  CXX    gdbsupport/mingw-strerror.o
  CXX    gdbsupport/netstuff.o
../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:32:1: error: ambiguating new declaration of 'char* safe_strerror(int)'
 safe_strerror (int errnum)
 ^~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:122,
                 from ../../binutils-gdb/gdb/gdbsupport/mingw-strerror.c:20:
../../binutils-gdb/gdb/gdbsupport/common-utils.h:113:20: note: old declaration 'const char* safe_strerror(int)'
 extern const char *safe_strerror (int);
                    ^~~~~~~~~~~~~
make[2]: *** [Makefile:1642: gdbsupport/mingw-strerror.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=386.703022
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-12 22:25 [binutils-gdb] PowerPC section flag tidy gdb-buildbot
@ 2019-10-17 19:28 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-17 19:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/889

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        9737e8af48e257f24e860fbf36af8c314e73076a

Subject of commit:
        PowerPC section flag tidy

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
../libctf/.libs/libctf.a(ctf-open.o): In function `flip_header':
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:964: undefined reference to `bswap_16'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:967: undefined reference to `bswap_32'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:968: undefined reference to `bswap_32'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:969: undefined reference to `bswap_32'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:970: undefined reference to `bswap_32'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:971: undefined reference to `bswap_32'
../libctf/.libs/libctf.a(ctf-open.o):/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:972: more undefined references to `bswap_32' follow
../libctf/.libs/libctf.a(ctf-open.o): In function `flip_types':
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1112: undefined reference to `bswap_16'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1113: undefined reference to `bswap_16'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1132: undefined reference to `bswap_32'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1133: undefined reference to `bswap_32'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1134: undefined reference to `bswap_32'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1135: undefined reference to `bswap_32'
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1144: undefined reference to `bswap_32'
../libctf/.libs/libctf.a(ctf-open.o):/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1145: more undefined references to `bswap_32' follow
../libctf/.libs/libctf.a(ctf-open.o): In function `ctf_bufopen_internal':
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1342: undefined reference to `bswap_16'
../libctf/.libs/libctf.a(ctf-open-bfd.o): In function `ctf_fdopen':
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open-bfd.c:268: undefined reference to `bswap_16'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1885: gdb.exe] Error 1
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
program finished with exit code 2
elapsedTime=822.807266
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-12 19:21 [binutils-gdb] gdb: CTF support gdb-buildbot
@ 2019-10-17  3:43 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-17  3:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/886

Author:
        Weimin Pan <weimin.pan@oracle.com>

Commit tested:
        30d1f0184953478d14641c495261afd06ebfabac

Subject of commit:
        gdb: CTF support

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
../libctf/.libs/libctf.a(ctf-open.o): In function `flip_header':
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:964: undefined reference to `bswap_16'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:967: undefined reference to `bswap_32'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:968: undefined reference to `bswap_32'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:969: undefined reference to `bswap_32'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:970: undefined reference to `bswap_32'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:971: undefined reference to `bswap_32'
../libctf/.libs/libctf.a(ctf-open.o):/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:972: more undefined references to `bswap_32' follow
../libctf/.libs/libctf.a(ctf-open.o): In function `flip_types':
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1112: undefined reference to `bswap_16'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1113: undefined reference to `bswap_16'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1132: undefined reference to `bswap_32'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1133: undefined reference to `bswap_32'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1134: undefined reference to `bswap_32'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1135: undefined reference to `bswap_32'
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1144: undefined reference to `bswap_32'
../libctf/.libs/libctf.a(ctf-open.o):/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1145: more undefined references to `bswap_32' follow
../libctf/.libs/libctf.a(ctf-open.o): In function `ctf_bufopen_internal':
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open.c:1342: undefined reference to `bswap_16'
../libctf/.libs/libctf.a(ctf-open-bfd.o): In function `ctf_fdopen':
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/libctf/../../binutils-gdb/libctf/ctf-open-bfd.c:268: undefined reference to `bswap_16'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1885: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=720.780540
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-02 19:12 [binutils-gdb] Introduce metadata style gdb-buildbot
@ 2019-10-05  4:56 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-05  4:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/816

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        7f6aba03b929d3d893378760eeeca431005fc5cd

Subject of commit:
        Introduce metadata style

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    ada-lang.o
  CXX    ada-exp.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.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    arch/riscv.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-dump.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-02 15:44 [binutils-gdb] Style "pwd" output gdb-buildbot
@ 2019-10-05  3:10 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-05  3:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/815

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        14309bb6bfe31e5ad26035cd41a46bdbaec154b0

Subject of commit:
        Style "pwd" output

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  CXX    dwarf2-frame.o
  CXX    dwarf2expr.o
  CXX    dwarf2loc.o
  CXX    dwarf2read.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-02 12:51 [binutils-gdb] Use new %p format suffixes in gdb gdb-buildbot
@ 2019-10-05  1:52 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-05  1:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/814

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        6a831f06e1bdf3aff6acf7ae31e2a3a9795137a5

Subject of commit:
        Use new %p format suffixes in gdb

*** FAILED to build GDB -- compile gdb ***
==============================================

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

                         { pstate->start_arglist(); }
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  YACC   p-exp.c
  YACC   rust-exp.c
  GEN    stamp-version
  GEN    xml-builtin.c
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2834:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    x86-tdep.o
  CXX    xcoffread.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
  GEN    init.c
  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-tasks.o
  CXX    ada-lang.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.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-fbsd-tdep.o
  CXX    amd64-dicos-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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.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    arch/riscv.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

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-02  9:43 [binutils-gdb] Introduce gdb-specific %p format suffixes gdb-buildbot
@ 2019-10-05  0:13 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-05  0:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/813

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        2a3c1174c3c0db1140180fb3fc56ac324d1c0a7c

Subject of commit:
        Introduce gdb-specific %p format suffixes

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    arch/ppc-linux-common.o
  CXX    arch/riscv.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-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  CXX    dwarf2-frame.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-02  6:43 [binutils-gdb] Don't create empty literal pieces gdb-buildbot
@ 2019-10-04 22:56 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 22:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/812

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0dfe5bfbb7e7a3e55c57d1b59c265dc1a3cd9fc7

Subject of commit:
        Don't create empty literal pieces

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-namespace.o
  CXX    cp-name-parser.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-02  3:37 [binutils-gdb] Remove the ui_out_style_kind enum gdb-buildbot
@ 2019-10-04 21:27 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/811

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        e43b10e10eba9d9493a0ad40176b2aea9cfb62ab

Subject of commit:
        Remove the ui_out_style_kind enum

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for socklen_t... (cached) no
checking for Elf32_auxv_t... no
checking for Elf64_auxv_t... no
checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
mkdir -p -- arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
mkdir -p -- compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
mkdir -p -- unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
mkdir -p -- python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
  LEX    ada-lex.c
mkdir -p -- nat/.deps
CONFIG_HEADERS=config.h:config.in \
  CONFIG_COMMANDS="default depdir" \
  CONFIG_FILES= \
  CONFIG_LINKS= \
  /bin/sh config.status
config.status: creating config.h
  YACC   ada-exp.c
config.status: config.h is unchanged
config.status: executing default commands
config.status: executing depdir commands
  YACC   c-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  YACC   cp-name-parser.c
  YACC   d-exp.c
  YACC   f-exp.c
  YACC   go-exp.c
  YACC   m2-exp.c
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/m2-exp.y: warning: 34 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/m2-exp.y:301.25-52: warning: rule useless in parser due to conflicts [-Wother]
                         { pstate->start_arglist(); }
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  YACC   p-exp.c
  YACC   rust-exp.c
  GEN    stamp-version
  GEN    xml-builtin.c
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2834:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    xcoffread.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
  GEN    init.c
  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-02  0:31 [binutils-gdb] gdb/testsuite: Fix pretty-print.exp on big-endian platforms gdb-buildbot
@ 2019-10-04 19:53 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 19:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/810

Author:
        Andreas Arnez <arnez@linux.ibm.com>

Commit tested:
        53d666ecfbb18f836cd4cb9f1de7013e3d03f4df

Subject of commit:
        gdb/testsuite: Fix pretty-print.exp on big-endian platforms

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    arch/ppc-linux-common.o
  CXX    arch/riscv.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-valprint.o
  CXX    c-typeprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  CXX    dwarf2-frame.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-01 21:17 [binutils-gdb] Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir gdb-buildbot
@ 2019-10-04 18:38 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 18:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/809

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        cd7c32c36ae53c00e9b0731c58de37dc28b88fb6

Subject of commit:
        Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    source-cache.o
  CXX    source.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    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    stabsread.o
  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    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/help-doc-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
collect2: fatal error: ld terminated with signal 9 [Killed]
compilation terminated.
make[2]: *** [Makefile:1879: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=1295.937936
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-01 18:10 [binutils-gdb] [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx gdb-buildbot
@ 2019-10-04 16:18 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 16:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/808

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        8fe0f950f4c0438e684a532add46dc99ee32165c

Subject of commit:
        [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    ctf.o
  CXX    csky-tdep.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  CXX    dwarf2-frame.o
  CXX    dwarf2expr.o
  CXX    dwarf2loc.o
  CXX    dwarf2read.o
  CXX    elfread.o
  CXX    eval.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-01 15:00 [binutils-gdb] Remove extra whitespaces at the end of lines gdb-buildbot
@ 2019-10-04 14:36 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 14:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/807

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        5f48f8f3c34c8036ffa3acaad4b9b72058b904cf

Subject of commit:
        Remove extra whitespaces at the end of lines.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

                         { pstate->start_arglist(); }
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  YACC   p-exp.c
  YACC   rust-exp.c
  GEN    stamp-version
  GEN    xml-builtin.c
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2834:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    x86-tdep.o
  CXX    xcoffread.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
  GEN    init.c
  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.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    arch/riscv.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

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-01 11:52 [binutils-gdb] Use std::sort instead of qsort in minsyms.c gdb-buildbot
@ 2019-10-04 13:11 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 13:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/806

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        6fb08628e0f894f01e3e4834d5262629ca8f1920

Subject of commit:
        Use std::sort instead of qsort in minsyms.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    arch/ppc-linux-common.o
  CXX    arch/riscv.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-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  CXX    dwarf2-frame.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-01 11:03 [binutils-gdb] Disable all warnings in gdb.rust/traits.rs gdb-buildbot
@ 2019-10-04 11:58 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 11:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/805

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        4a56a5200793f7476991952afa61be11a6d2ed41

Subject of commit:
        Disable all warnings in gdb.rust/traits.rs

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-10-01  5:24 [binutils-gdb] Improve some comments about msymbol handling gdb-buildbot
@ 2019-10-04 10:32 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04 10:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/804

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c7ee338a2dc3570c830e6897940f3955c5f632b2

Subject of commit:
        Improve some comments about msymbol handling

*** FAILED to build GDB -- compile gdb ***
==============================================

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

   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    x86-tdep.o
  CXX    xcoffread.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
  GEN    init.c
  CXX    gdb.o
  CXX    aarch32-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    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-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch32.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    arch/riscv.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

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
       [not found] <703a86c2fa74e6c998ed24a8823658119f176b2d@gdb-build>
@ 2019-10-04  9:02 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04  9:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/803

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        703a86c2fa74e6c998ed24a8823658119f176b2d

Subject of commit:
        gdb: re-write add_psymbol_to_list doc, move it to header file

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    source-cache.o
  CXX    source.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    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    stabsread.o
  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
collect2: fatal error: ld terminated with signal 9 [Killed]
compilation terminated.
make[2]: *** [Makefile:1879: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=829.446323
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-09-30 17:53 [binutils-gdb] [gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir gdb-buildbot
@ 2019-10-04  7:25 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04  7:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/802

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        0df0352ad0b64e884977d8251cf1b88b6640600f

Subject of commit:
        [gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  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

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-09-30  8:17 [binutils-gdb] [gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-m gdb-buildbot
@ 2019-10-04  5:58 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04  5:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/801

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        73d9a918c6188ce0f1ec32e42dda063ca16e0362

Subject of commit:
        [gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-m

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking for socklen_t... (cached) no
checking for Elf32_auxv_t... no
checking for Elf64_auxv_t... no
checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- mi/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- compile/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- unittests/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
mkdir -p -- python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
mkdir -p -- target/.deps
mkdir -p -- nat/.deps
CONFIG_HEADERS=config.h:config.in \
  CONFIG_COMMANDS="default depdir" \
  CONFIG_FILES= \
  CONFIG_LINKS= \
  /bin/sh config.status
  LEX    ada-lex.c
config.status: creating config.h
  YACC   ada-exp.c
config.status: config.h is unchanged
config.status: executing default commands
config.status: executing depdir commands
  YACC   c-exp.c
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  YACC   cp-name-parser.c
  YACC   d-exp.c
  YACC   f-exp.c
  YACC   go-exp.c
  YACC   m2-exp.c
  YACC   p-exp.c
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/m2-exp.y: warning: 34 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/m2-exp.y:301.25-52: warning: rule useless in parser due to conflicts [-Wother]
                         { pstate->start_arglist(); }
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  YACC   rust-exp.c
  GEN    stamp-version
  GEN    xml-builtin.c
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2834:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    x86-tdep.o
  CXX    xcoffread.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
  GEN    init.c
  CXX    gdb.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch32-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-ravenscar-thread.o
  CXX    aarch64-tdep.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-09-30  2:41 [binutils-gdb] gdb: include gdbarch.h in hppa-linux-nat.c gdb-buildbot
@ 2019-10-04  0:59 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-04  0:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/800

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        ad75efa628656716982f2674008952bfd2c268af

Subject of commit:
        gdb: include gdbarch.h in hppa-linux-nat.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    source-cache.o
  CXX    source.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    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    stabsread.o
  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
collect2: fatal error: ld terminated with signal 9 [Killed]
compilation terminated.
make[2]: *** [Makefile:1879: gdb.exe] Error 1
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
program finished with exit code 2
elapsedTime=1856.078030
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-09-27 16:57 [binutils-gdb] [gdb/testsuite] Fix incomplete regexps in step-precsave.exp gdb-buildbot
@ 2019-10-03 22:34 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-03 22:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/799

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        060b3ab4edadfc0d55e606598769c1e5315fd74c

Subject of commit:
        [gdb/testsuite] Fix incomplete regexps in step-precsave.exp

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    corefile.o
  CXX    copying.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    csky-linux-tdep.o
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-lang.o
  CXX    d-exp.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dicos-tdep.o
  CXX    dictionary.o
  CXX    disasm-selftests.o
  CXX    disasm.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf-index-cache.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame-tailcall.o
  CXX    dwarf2-frame.o
  CXX    dwarf2expr.o
  CXX    dwarf2loc.o
  CXX    dwarf2read.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-09-27  9:30 [binutils-gdb] [gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovd gdb-buildbot
@ 2019-10-03 21:39 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-10-03 21:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/798

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        68f7d34dd506d1ccdaab9e772a533f8e76a5fe19

Subject of commit:
        [gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovd

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    source-cache.o
  CXX    source.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    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    stabsread.o
  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
collect2: fatal error: ld terminated with signal 9 [Killed]
compilation terminated.
make[2]: *** [Makefile:1879: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=2906.464650
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-13 19:16 [binutils-gdb] Don't include readline headers from tracepoint.c gdb-buildbot
@ 2019-08-13 20:23 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-13 20:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/463

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        29c9291108487e1dd9bc5677dafee58ea2068f77

Subject of commit:
        Don't include readline headers from tracepoint.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    xstormy16-tdep.o
  CXX    xtensa-config.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2835:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  GEN    init.c
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
../readline/libreadline.a(colors.o): In function `_rl_print_color_indicator':
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/readline/../../binutils-gdb/readline/colors.c:178: undefined reference to `S_ISLNK'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1886: gdb.exe] Error 1
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
program finished with exit code 2
elapsedTime=987.228547
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-13 18:02 [binutils-gdb] [gdb/testsuite] Fix gdb.gdb/selftest.exp regexp gdb-buildbot
@ 2019-08-13 19:11 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-13 19:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/462

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        abc6c00fb6cbb199348ec5f0bf4d969ed48bdfad

Subject of commit:
        [gdb/testsuite] Fix gdb.gdb/selftest.exp regexp

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    xstormy16-tdep.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2835:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    xtensa-config.o
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  GEN    init.c
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
../readline/libreadline.a(colors.o): In function `_rl_print_color_indicator':
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/readline/../../binutils-gdb/readline/colors.c:178: undefined reference to `S_ISLNK'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1886: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=892.746685
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-13 16:53 [binutils-gdb] Fixes for gdb.python tests on remote Windows host gdb-buildbot
@ 2019-08-13 17:37 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-13 17:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/461

Author:
        Sandra Loosemore <sandra@codesourcery.com>

Commit tested:
        74c2c1f45f036c4f155cc65a86022ce6eef0c5c5

Subject of commit:
        Fixes for gdb.python tests on remote Windows host.

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    xstormy16-tdep.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2835:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    xtensa-config.o
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  GEN    init.c
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
../readline/libreadline.a(colors.o): In function `_rl_print_color_indicator':
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/readline/../../binutils-gdb/readline/colors.c:178: undefined reference to `S_ISLNK'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1886: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=850.722337
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-12 21:48 [binutils-gdb] Require readline 7 or newer gdb-buildbot
@ 2019-08-13 16:42 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-13 16:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/460

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        86c6b807f50ecec84e55007bf6cb6e54c159727b

Subject of commit:
        Require readline 7 or newer

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xml-support.o
  CXX    xml-syscall.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2835:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    xml-tdesc.o
  CXX    xstormy16-tdep.o
  CXX    xtensa-config.o
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  GEN    init.c
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
../readline/libreadline.a(colors.o): In function `_rl_print_color_indicator':
/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/readline/../../binutils-gdb/readline/colors.c:178: undefined reference to `S_ISLNK'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1886: gdb.exe] Error 1
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
program finished with exit code 2
elapsedTime=742.857877
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-12 21:00 [binutils-gdb] Remove readline hack from gdb_select gdb-buildbot
@ 2019-08-13  3:58 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-13  3:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/459

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        5db2718ce48c497e317787caebacd019da59c3b0

Subject of commit:
        Remove readline hack from gdb_select

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
../readline/libreadline.a(colors.o): In function `_rl_print_color_indicator':
/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/readline/../../binutils-gdb/readline/colors.c:178: undefined reference to `S_ISLNK'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1886: gdb.exe] Error 1
make[1]: *** [Makefile:8917: all-gdb] Error 2
make: *** [Makefile:859: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
program finished with exit code 2
elapsedTime=1214.498218
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-13  1:37 [binutils-gdb] Import readline 8.0 gdb-buildbot
@ 2019-08-13  2:46 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-13  2:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/458

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        cb41b9e70e6fbd1cb603bb9ba4372fbb8ae87b20

Subject of commit:
        Import readline 8.0

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/help-doc-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
  CXX    vax-tdep.o
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xml-support.o
  CXX    xml-syscall.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2835:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    xml-tdesc.o
  CXX    xstormy16-tdep.o
  CXX    xtensa-config.o
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  GEN    init.c
  CXX    version.o
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
../readline/libreadline.a(colors.o): In function `_rl_print_color_indicator':
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/readline/../../binutils-gdb/readline/colors.c:178: undefined reference to `S_ISLNK'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1886: gdb.exe] Error 1
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=1273.672565
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-13  0:13 [binutils-gdb] Fix gdb's selftest.exp after readline import gdb-buildbot
@ 2019-08-13  1:03 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-13  1:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/457

Author:
        Patrick Palka <patrick@parcs.ath.cx>

Commit tested:
        ca2589f3bbad1e151abbb293d4c43a87b7a4d5ec

Subject of commit:
        Fix gdb's selftest.exp after readline import

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking whether getlogin is declared without a macro... no
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... no
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... no
checking whether endusershell is declared without a macro... no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... no
checking whether link is declared without a macro... no
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... no
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... no
checking whether pwrite is declared without a macro... no
checking whether readlink is declared without a macro... no
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... no
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... no
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking for unsetenv... no
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... no
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... no
checking whether wcwidth is declared without a macro... no
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... no
checking whether wcsncasecmp is declared without a macro... no
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... no
checking whether iswcntrl works... guessing yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating import/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=97.586109
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-12 19:30 [binutils-gdb] Remove gdb workaround from readline/xfree.c gdb-buildbot
@ 2019-08-12 23:40 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-12 23:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/456

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        c15a79c78cc0111296b487de3fa59365f13df3bc

Subject of commit:
        Remove gdb workaround from readline/xfree.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking whether getlogin is declared without a macro... no
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... no
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... no
checking whether endusershell is declared without a macro... no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... no
checking whether link is declared without a macro... no
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... no
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... no
checking whether pwrite is declared without a macro... no
checking whether readlink is declared without a macro... no
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... no
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... no
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking for unsetenv... no
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... no
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... no
checking whether wcwidth is declared without a macro... no
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... no
checking whether wcsncasecmp is declared without a macro... no
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... no
checking whether iswcntrl works... guessing yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating import/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=72.838549
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-12 18:25 [binutils-gdb] Remove gdb workaround from readline/emacs_keymap.c gdb-buildbot
@ 2019-08-12 22:04 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-12 22:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/455

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        a2d4e4b70945c1704e5249ad6a9be9d5875a4b0e

Subject of commit:
        Remove gdb workaround from readline/emacs_keymap.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking whether getlogin is declared without a macro... no
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... no
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... no
checking whether endusershell is declared without a macro... no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... no
checking whether link is declared without a macro... no
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... no
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... no
checking whether pwrite is declared without a macro... no
checking whether readlink is declared without a macro... no
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... no
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... no
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking for unsetenv... no
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... no
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... no
checking whether wcwidth is declared without a macro... no
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... no
checking whether wcsncasecmp is declared without a macro... no
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... no
checking whether iswcntrl works... guessing yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating import/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=101.698501
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-12 19:04 [binutils-gdb] Remove gdb workaround from readline/complete.c gdb-buildbot
@ 2019-08-12 20:34 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-12 20:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/454

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        57a2fe070226852b84eff8f37e49b367daa2a32f

Subject of commit:
        Remove gdb workaround from readline/complete.c

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking whether getlogin is declared without a macro... no
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... no
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... no
checking whether endusershell is declared without a macro... no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... no
checking whether link is declared without a macro... no
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... no
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... no
checking whether pwrite is declared without a macro... no
checking whether readlink is declared without a macro... no
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... no
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... no
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking for unsetenv... no
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... no
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... no
checking whether wcwidth is declared without a macro... no
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... no
checking whether wcsncasecmp is declared without a macro... no
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... no
checking whether iswcntrl works... guessing yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating import/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=78.171662
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-08-12 17:38 [binutils-gdb] Import readline 7.0 (patch 5) gdb-buildbot
@ 2019-08-12 20:16 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-08-12 20:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/453

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        775e241e9c5f2b2ff2b59972ab70e5f20763fae6

Subject of commit:
        Import readline 7.0 (patch 5)

*** FAILED to build GDB -- compile gdb ***
==============================================

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

checking whether getlogin is declared without a macro... no
checking whether getlogin_r is declared without a macro... no
checking whether getpagesize is declared without a macro... no
checking whether getusershell is declared without a macro... no
checking whether setusershell is declared without a macro... no
checking whether endusershell is declared without a macro... no
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... no
checking whether link is declared without a macro... no
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... no
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... no
checking whether pwrite is declared without a macro... no
checking whether readlink is declared without a macro... no
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... no
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... no
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... no
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking for unsetenv... no
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... no
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... no
checking whether wcwidth is declared without a macro... no
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... no
checking whether wcsncasecmp is declared without a macro... no
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... no
checking whether iswcntrl works... guessing yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating import/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=90.750819
==============================================


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-07-21  3:03 [binutils-gdb] [PowerPC64] pc-relative TLS relocations gdb-buildbot
@ 2019-07-21  5:10 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-07-21  5:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/306

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        c213164ad2505cba5263602b7f9fa9a4dd1adf39

Subject of commit:
        [PowerPC64] pc-relative TLS relocations

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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/offset-type-selftests.o
  CXX    unittests/observable-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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2835:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  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
  GEN    init.c
  CXX    xml-builtin.o
  CXX    init.o
  CXXLD  gdb.exe
make[3]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[4]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb/doc'
(test "ln -s" = "ln -s" && \
  ln -s ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi) || \
ln ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi || \
cp ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi
date=`sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' ../../../binutils-gdb/gdb/doc/../../bfd/version.h`; \
sed -e "s/DATE/$date/" < ../../../binutils-gdb/gdb/doc/../version.in > version.subst
echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new
if [ -n "(GDB) " ]; then \
  echo "@set VERSION_PACKAGE (GDB) " >> ./GDBvn.new; \
fi
echo "@set BUGURL @uref{http://www.gnu.org/software/gdb/bugs/}" >> ./GDBvn.new
if [ "@uref{http://www.gnu.org/software/gdb/bugs/}" = "@uref{http://www.gnu.org/software/gdb/bugs/}" ]; then \
  echo "@set BUGURL_DEFAULT" >> ./GDBvn.new; \
fi
if test -z "-I ../../../binutils-gdb/gdb/doc/../../readline/doc"; then \
  echo "@set SYSTEM_READLINE" >> ./GDBvn.new; \
fi
if [ -n "" ]; then \
  echo "@set SYSTEM_GDBINIT " >> ./GDBvn.new; \
fi
mv GDBvn.new GDBvn.texi
makeinfo --split-size=5000000 --split-size=5000000  -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc/../../readline/doc -I ../../../binutils-gdb/gdb/doc/../mi -I ../../../binutils-gdb/gdb/doc \
	-o gdb.info ../../../binutils-gdb/gdb/doc/gdb.texinfo
makeinfo --split-size=5000000 --split-size=5000000  -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc -o stabs.info ../../../binutils-gdb/gdb/doc/stabs.texinfo
makeinfo --split-size=5000000 --split-size=5000000  -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc -o annotate.info ../../../binutils-gdb/gdb/doc/annotate.texinfo

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-07-19 11:02 [binutils-gdb] Remove TUI data window special case gdb-buildbot
@ 2019-07-19 12:56 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-07-19 12:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/271

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        cf82af058d2f1488d8f8a096d7e3b76d1d5a4f46

Subject of commit:
        Remove TUI data window special case

*** FAILED to build GDB -- compile gdb ***
==============================================

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

  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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
  CXX    xcoffread.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
  GEN    init.c
  CXX    xml-builtin.o
  CXX    init.o

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-07-17 19:29 [binutils-gdb] Rename field_int to field_signed gdb-buildbot
@ 2019-07-17 20:58 ` gdb-buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: gdb-buildbot @ 2019-07-17 20:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-w64-mingw32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/23/builds/237

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        381befeedf9316991d47f4213850545a96593d23

Subject of commit:
        Rename field_int to field_signed

*** FAILED to build GDB -- compile gdb ***
==============================================

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

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

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


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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 21:05 [binutils-gdb] i386: Check for reserved VEX.vvvv and EVEX.vvvv sergiodj+buildbot
@ 2019-06-05  1:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-05  1:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	63c6fc6cacf82e6b39f7373d44c1e1e1a0a757fa

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

Subject:
	i386: Check for reserved VEX.vvvv and EVEX.vvvv

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

*** 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-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 19:41 [binutils-gdb] libctf: work on platforms without O_CLOEXEC sergiodj+buildbot
@ 2019-06-05  0:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-05  0:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	ad118caa9f690114d11384b0813f30980cc333f3

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: work on platforms without O_CLOEXEC.

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 19:32 [binutils-gdb] libctf: look for BSD versus GNU qsort_r signatures sergiodj+buildbot
@ 2019-06-04 23:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 23:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	6b22174ff163b828a2069f22353018ca97fc0fb4

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: look for BSD versus GNU qsort_r signatures

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 22:03 [binutils-gdb] libctf: fix use-after-free in function dumping sergiodj+buildbot
@ 2019-06-04 22:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 22:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	941accce38bc70a23c62e3c9439b67bf23298124

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: fix use-after-free in function dumping

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 18:26 [binutils-gdb] libctf: fix the type of ctf_enum.cte_value sergiodj+buildbot
@ 2019-06-04 21:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 21:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	a610aa4f9cf61d38b8e0fe60dfaac078d636089f

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: fix the type of ctf_enum.cte_value

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

*** 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-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 17:31 [binutils-gdb] Enable Intel AVX512_VP2INTERSECT insn sergiodj+buildbot
@ 2019-06-04 20:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 20:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	9186c494a3bb61a55a29ec04aa0d1684a8c46838

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

Subject:
	Enable Intel AVX512_VP2INTERSECT insn

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 17:11 [binutils-gdb] Add support for Intel ENQCMD[S] instructions sergiodj+buildbot
@ 2019-06-04 20:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 20:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	5d79adc4b22b0abd4f12ea973a00e7fb0c1dad64

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

Subject:
	Add support for Intel ENQCMD[S] instructions

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

*** 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-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 16:45 [binutils-gdb] Add an objfile getter to gdb.Type sergiodj+buildbot
@ 2019-06-04 17:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 17:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	e1f2e1a2dadbaeffe0a8a6da7aab7effc6b046d2

Author(s) (in the same order as the commits):
	Christian Biesinger via gdb-patches <gdb-patches@sourceware.org>

Subject:
	Add an objfile getter to gdb.Type

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

*** 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-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-04 16:15 [binutils-gdb] Remove an unnecessary set of parentheses in the arm-dis.c source file sergiodj+buildbot
@ 2019-06-04 16:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 16:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	a9d96ab97edabea31bed089bfd4caca80838e31c

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

Subject:
	Remove an unnecessary set of parentheses in the arm-dis.c source file.

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

*** 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-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-03 23:06 [binutils-gdb] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes sergiodj+buildbot
@ 2019-06-04 14:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 14:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	e664d728038abf414b6fb1a1c8cd3aacd0bb3b67

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes.

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-03 22:28 [binutils-gdb] Update tests following changes to "help" and "apropos" sergiodj+buildbot
@ 2019-06-04  2:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-04  2:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	206584bdf15aa19bb3c971b28e2c1fc04f32d027

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Update tests following changes to "help" and "apropos"

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-03 22:05 [binutils-gdb] Improve usability and/or readibility of help and apropos output sergiodj+buildbot
@ 2019-06-03 23:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	66d8c862859ab241c1db9b40c3981f8a71951bd4

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Improve usability and/or readibility of help and apropos output.

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-03 21:49 [binutils-gdb] Add highlight style, title style, fputs_highlighted. Improve 'show style' sergiodj+buildbot
@ 2019-06-03 22:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 22:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	9303eb2fb1630678def10613c81215c2bd21d278

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Add highlight style, title style, fputs_highlighted. Improve 'show style'

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-06-03 21:15 [binutils-gdb] Revert patch that disables building libctf for non-ELF based targets sergiodj+buildbot
@ 2019-06-03 21:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 21:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4

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

Subject:
	Revert patch that disables building libctf for non-ELF based targets.

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-05-29 10:40 [binutils-gdb] Fix libctf build on non-ELF targets sergiodj+buildbot
@ 2019-05-30 10:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-30 10:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	9698cf9b1c485edbbeabc9f65bfd0fdef92e3854

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	Fix libctf build on non-ELF targets.

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-05-29  1:13 [binutils-gdb] MIPS/LD: Skip overflow check for %pcrel_hi relocations sergiodj+buildbot
@ 2019-05-30  8:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-30  8:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	1e129bbefadbf09ace0fc7fcb3cfcda13700e3b8

Author(s) (in the same order as the commits):
	Faraz Shahbazker <fshahbazker@wavecomp.com>

Subject:
	MIPS/LD: Skip overflow check for %pcrel_hi relocations

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

*** 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-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-05-29  1:10 [binutils-gdb] x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL sergiodj+buildbot
@ 2019-05-30  4:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-30  4:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	a2f4b66c9eb5210f8ef6038d7194af1e5f314f97

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

Subject:
	x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL

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

*** 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-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-05-29  1:04 [binutils-gdb] Remove find_old_style_renaming_symbol sergiodj+buildbot
@ 2019-05-30  3:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-30  3:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	c0e70c624fc7d89f5cf281350692de89a063786f

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

Subject:
	Remove find_old_style_renaming_symbol

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

*** 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-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-05-29  0:56 [binutils-gdb] Add libctf to top-level MAINTAINERS; add myself as CTF maintainer sergiodj+buildbot
@ 2019-05-30  2:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-30  2:44 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/4454>

Commit(s) tested:
	88981b157b08f2e9a404a2f86d4ee131f17ce3d4

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	Add libctf to top-level MAINTAINERS; add myself as CTF maintainer.

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

*** 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:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-05-29  0:50 [binutils-gdb] libctf: build system sergiodj+buildbot
@ 2019-05-30  1:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-30  1:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	0e65dfbaf3a0299e4837216a103c28625d4b4f1d

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: build system

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

*** 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:858: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 17:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 17:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

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/Fedora-x86_64-w64-mingw32/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 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 17:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 17:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

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/Fedora-x86_64-w64-mingw32/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 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-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 17:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 17:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

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/Fedora-x86_64-w64-mingw32/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 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-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 16:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

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/Fedora-x86_64-w64-mingw32/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 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-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 16:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

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/Fedora-x86_64-w64-mingw32/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 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-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ 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
@ 2019-05-16 16:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ 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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 16:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

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/Fedora-x86_64-w64-mingw32/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 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

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/Fedora-x86_64-w64-mingw32/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 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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-05-08 17:01 [binutils-gdb] Fix style bug when paging sergiodj+buildbot
@ 2019-05-08 21:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 21:47 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/4260>

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/Fedora-x86_64-w64-mingw32/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    source-cache.o
  CXX    source.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.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
../../binutils-gdb/gdb/utils.c: In function 'void fputs_maybe_filtered(const char*, ui_file*, int)':
../../binutils-gdb/gdb/utils.c:1829:33: error: 'can_emit_style_escape' was not declared in this scope
        else if (did_paginate && can_emit_style_escape (stream))
                                 ^~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/utils.c:1829:33: note: suggested alternative: 'emit_style_escape'
        else if (did_paginate && can_emit_style_escape (stream))
                                 ^~~~~~~~~~~~~~~~~~~~~
                                 emit_style_escape
  CXX    varobj.o
make[2]: *** [Makefile:1639: utils.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2019-01-07 13:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

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/Fedora-x86_64-w64-mingw32/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    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-fsm.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    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/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
  CXX    vax-tdep.o
  CXX    version.o
  CXX    windows-nat.o
  CXX    windows-tdep.o
  CXX    x86-nat.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xml-builtin.o
  CXX    xml-support.o
  CXX    xml-syscall.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2804:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  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.exe
gdbtypes.o: In function `check_stub_method_group(type*, int)':
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/gdbtypes.c:2761: undefined reference to `cplus_demangle_opname'
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/gdbtypes.c:2765: undefined reference to `cplus_demangle_opname'
linespec.o: In function `find_methods':
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/linespec.c:1260: undefined reference to `cplus_demangle_opname'
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/linespec.c:1262: undefined reference to `cplus_demangle_opname'
stabsread.o: In function `read_member_functions':
/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/stabsread.c:2712: undefined reference to `cplus_demangle_opname'
stabsread.o:/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/stabsread.c:2715: more undefined references to `cplus_demangle_opname' follow
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1889: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-12-28 23:52 [binutils-gdb] Fix a crash in jit.c sergiodj+buildbot
@ 2018-12-29 21:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-12-29 21:04 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/3371>

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/Fedora-x86_64-w64-mingw32/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    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nat/x86-dregs.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-linux-tdep.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    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    process-stratum-target.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  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-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-mingw.o
  CXX    ser-tcp.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
../../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
make[2]: *** [Makefile:1637: source-cache.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-12-28 23:46 [binutils-gdb] Document the "set style" commands sergiodj+buildbot
@ 2018-12-29 20:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-12-29 20:05 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/3370>

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/Fedora-x86_64-w64-mingw32/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    mn10300-linux-tdep.o
  CXX    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nat/x86-dregs.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-linux-tdep.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    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    process-stratum-target.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  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-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-mingw.o
  CXX    ser-tcp.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
../../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
make[2]: *** [Makefile:1637: source-cache.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-12-28 23:31 [binutils-gdb] Highlight source code using GNU Source Highlight sergiodj+buildbot
@ 2018-12-29 19:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-12-29 19:51 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/3369>

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/Fedora-x86_64-w64-mingw32/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    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nat/x86-dregs.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-linux-tdep.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    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    process-stratum-target.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  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-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-mingw.o
  CXX    ser-tcp.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
../../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
make[2]: *** [Makefile:1637: source-cache.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-11-09 15:43 [binutils-gdb] [ARC] More fixes for TLS sergiodj+buildbot
@ 2018-11-09 15:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 15:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

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/Fedora-x86_64-w64-mingw32/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:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT pepigen.lo -MD -MP -MF .deps/pepigen.Tpo -c pepigen.c -o pepigen.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT vms-alpha.lo -MD -MP -MF .deps/vms-alpha.Tpo -c ../../binutils-gdb/bfd/vms-alpha.c -o vms-alpha.o
mv -f .deps/mmo.Tpo .deps/mmo.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT aout-cris.lo -MD -MP -MF .deps/aout-cris.Tpo -c -o aout-cris.lo ../../binutils-gdb/bfd/aout-cris.c
mv -f .deps/pei-ia64.Tpo .deps/pei-ia64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT aout-ns32k.lo -MD -MP -MF .deps/aout-ns32k.Tpo -c -o aout-ns32k.lo ../../binutils-gdb/bfd/aout-ns32k.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT aout-cris.lo -MD -MP -MF .deps/aout-cris.Tpo -c ../../binutils-gdb/bfd/aout-cris.c -o aout-cris.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT aout-ns32k.lo -MD -MP -MF .deps/aout-ns32k.Tpo -c ../../binutils-gdb/bfd/aout-ns32k.c -o aout-ns32k.o
mv -f .deps/pepigen.Tpo .deps/pepigen.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT aout-tic30.lo -MD -MP -MF .deps/aout-tic30.Tpo -c -o aout-tic30.lo ../../binutils-gdb/bfd/aout-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT aout-tic30.lo -MD -MP -MF .deps/aout-tic30.Tpo -c ../../binutils-gdb/bfd/aout-tic30.c -o aout-tic30.o
mv -f .deps/vms-alpha.Tpo .deps/vms-alpha.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../binutils-gdb/bfd/aout32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../binutils-gdb/bfd/aout32.c -o aout32.o
mv -f .deps/aout-ns32k.Tpo .deps/aout-ns32k.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT cf-i386lynx.lo -MD -MP -MF .deps/cf-i386lynx.Tpo -c -o cf-i386lynx.lo ../../binutils-gdb/bfd/cf-i386lynx.c
mv -f .deps/aout-cris.Tpo .deps/aout-cris.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT cf-i386lynx.lo -MD -MP -MF .deps/cf-i386lynx.Tpo -c ../../binutils-gdb/bfd/cf-i386lynx.c -o cf-i386lynx.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-go32.lo -MD -MP -MF .deps/coff-go32.Tpo -c -o coff-go32.lo ../../binutils-gdb/bfd/coff-go32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-go32.lo -MD -MP -MF .deps/coff-go32.Tpo -c ../../binutils-gdb/bfd/coff-go32.c -o coff-go32.o
mv -f .deps/aout32.Tpo .deps/aout32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c -o coff-i386.lo ../../binutils-gdb/bfd/coff-i386.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c ../../binutils-gdb/bfd/coff-i386.c -o coff-i386.o
mv -f .deps/coff-go32.Tpo .deps/coff-go32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-mips.lo -MD -MP -MF .deps/coff-mips.Tpo -c -o coff-mips.lo ../../binutils-gdb/bfd/coff-mips.c
mv -f .deps/cf-i386lynx.Tpo .deps/cf-i386lynx.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-rs6000.lo -MD -MP -MF .deps/coff-rs6000.Tpo -c -o coff-rs6000.lo ../../binutils-gdb/bfd/coff-rs6000.c
mv -f .deps/aout-tic30.Tpo .deps/aout-tic30.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-sh.lo -MD -MP -MF .deps/coff-sh.Tpo -c -o coff-sh.lo ../../binutils-gdb/bfd/coff-sh.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-rs6000.lo -MD -MP -MF .deps/coff-rs6000.Tpo -c ../../binutils-gdb/bfd/coff-rs6000.c -o coff-rs6000.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-mips.lo -MD -MP -MF .deps/coff-mips.Tpo -c ../../binutils-gdb/bfd/coff-mips.c -o coff-mips.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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/coff-i386.Tpo .deps/coff-i386.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-stgo32.lo -MD -MP -MF .deps/coff-stgo32.Tpo -c -o coff-stgo32.lo ../../binutils-gdb/bfd/coff-stgo32.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-stgo32.lo -MD -MP -MF .deps/coff-stgo32.Tpo -c ../../binutils-gdb/bfd/coff-stgo32.c -o coff-stgo32.o
mv -f .deps/coff-mips.Tpo .deps/coff-mips.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-tic30.lo -MD -MP -MF .deps/coff-tic30.Tpo -c -o coff-tic30.lo ../../binutils-gdb/bfd/coff-tic30.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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-sh.Tpo .deps/coff-sh.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c -o coff-tic4x.lo ../../binutils-gdb/bfd/coff-tic4x.c -Wno-error
mv -f .deps/coff-rs6000.Tpo .deps/coff-rs6000.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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-stgo32.Tpo .deps/coff-stgo32.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c -o coff-tic80.lo ../../binutils-gdb/bfd/coff-tic80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c -o coff-z80.lo ../../binutils-gdb/bfd/coff-z80.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-tic4x.Tpo .deps/coff-tic4x.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.lo ../../binutils-gdb/bfd/ecoff.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c ../../binutils-gdb/bfd/coff-z8k.c -o coff-z8k.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c ../../binutils-gdb/bfd/ecoff.c -o ecoff.o
mv -f .deps/coff-tic80.Tpo .deps/coff-tic80.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c -o ecofflink.lo ../../binutils-gdb/bfd/ecofflink.c
mv -f .deps/coff-z80.Tpo .deps/coff-z80.Plo
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c ../../binutils-gdb/bfd/ecofflink.c -o ecofflink.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c -o elf-m10200.lo ../../binutils-gdb/bfd/elf-m10200.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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-z8k.Tpo .deps/coff-z8k.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c -o elf-m10300.lo ../../binutils-gdb/bfd/elf-m10300.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -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/ecoff.Tpo .deps/ecoff.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/ecofflink.Tpo .deps/ecofflink.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo ../../binutils-gdb/bfd/elf32-arm.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c ../../binutils-gdb/bfd/elf32-am33lin.c -o elf32-am33lin.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c ../../binutils-gdb/bfd/elf32-arc.c -o elf32-arc.o
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c ../../binutils-gdb/bfd/elf32-arm.c -o elf32-arm.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-m10300.Tpo .deps/elf-m10300.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c -o elf32-avr.lo ../../binutils-gdb/bfd/elf32-avr.c
libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -D__USE_MINGW_ACCESS -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c ../../binutils-gdb/bfd/elf32-avr.c -o elf32-avr.o
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1598: elf32-arc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/elf32-am33lin.Tpo .deps/elf32-am33lin.Plo
mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo
mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[3]: *** [Makefile:1641: all-recursive] Error 1
make[2]: *** [Makefile:1167: all] Error 2
make[1]: *** [Makefile:2695: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-11-01 11:34 [binutils-gdb] Reading signal handler frame in AIX sergiodj+buildbot
@ 2018-11-02  0:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-02  0:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	cdcda965ea4c70c80b9f8c294597e991417ff9d5

Author(s) (in the same order as the commits):
	Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>

Subject:
	Reading signal handler frame in AIX

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 22:36 [binutils-gdb] Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already defined sergiodj+buildbot
@ 2018-11-01 18:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01 18:50 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/3088>

Commit(s) tested:
	656efb5e2691b2bd29573d9985d20206c47b6927

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

Subject:
	Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already defined

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 19:06 [binutils-gdb] gdb/riscv: Fix failures on rv64 in gdb.arch/riscv-reg-aliases.exp test sergiodj+buildbot
@ 2018-11-01 17:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01 17:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	92dcebf3fa5ccc1cae8fcb93eaf08ffea52957e2

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

Subject:
	gdb/riscv: Fix failures on rv64 in gdb.arch/riscv-reg-aliases.exp test

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 18:41 [binutils-gdb] [gdb/testsuite] Factor out lib/valgrind.exp sergiodj+buildbot
@ 2018-11-01 16:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01 16:12 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/3086>

Commit(s) tested:
	68b9ac18cf6ae8d76828357982c106d57c695ad4

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

Subject:
	[gdb/testsuite] Factor out lib/valgrind.exp

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 21:59 [binutils-gdb] Merge config/ changes from GCC sergiodj+buildbot
@ 2018-11-01 15:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01 15:40 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/3085>

Commit(s) tested:
	0b4d000cc4e8e77c823e43fb547aa5e3a7247e87

Author(s) (in the same order as the commits):
	Joseph Myers <joseph@codesourcery.com>

Subject:
	Merge config/ changes from GCC.

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 20:31 [binutils-gdb] Merge autoconf / automake update changes from GCC sergiodj+buildbot
@ 2018-11-01 14:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01 14:18 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/3084>

Commit(s) tested:
	b555fb21f98143582541e1a3bf58695037ca617b

Author(s) (in the same order as the commits):
	Joseph Myers <joseph@codesourcery.com>

Subject:
	Merge autoconf / automake update changes from GCC.

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 17:26 [binutils-gdb] [gdb/testsuite] get_valueof: Don't output value in test name sergiodj+buildbot
@ 2018-11-01 13:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01 13:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	1443936e967d4a0a49acb8756e3f808dc3628318

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

Subject:
	[gdb/testsuite] get_valueof: Don't output value in test name

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
  CXX    unittests/offset-type-selftests.o
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 16:09 [binutils-gdb] Don't create got section while processing TLS Local Exec relocations sergiodj+buildbot
@ 2018-11-01 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	f32a4a593963d4c377fd59f4164c9df2cd6a7590

Author(s) (in the same order as the commits):
	Renlin Li <renlin.li@arm.com>

Subject:
	Don't create got section while processing TLS Local Exec relocations.

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

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

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

  CXX    score-tdep.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-mingw.o
  CXX    ser-tcp.o
  CXX    serial.o
  CXX    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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
  CXX    unittests/optional-selftests.o
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 16:07 [binutils-gdb] [PowerPC] Include nat/linux-ptrace.h in native targets sergiodj+buildbot
@ 2018-11-01 10:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01 10:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	64f57f3d7d7b8e7bf9f57caa1389ac5ee3ecfec7

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Include nat/linux-ptrace.h in native targets

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-31 13:54 [binutils-gdb] gdb: Handle ICC's unexpected void return type sergiodj+buildbot
@ 2018-11-01  9:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01  9:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	eb77c9df9f6d2f7aa644a170280fe31ce080f887

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

Subject:
	gdb: Handle ICC's unexpected void return type

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

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

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

  CXX    score-tdep.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-mingw.o
  CXX    ser-tcp.o
  CXX    serial.o
  CXX    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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-30 21:22 [binutils-gdb] [src/erc32] Use ncurses instead of termcap on Cygwin too sergiodj+buildbot
@ 2018-11-01  4:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01  4:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	c1230d1bab8e36e1aa40f3bbadcef9b5d9ddc041

Author(s) (in the same order as the commits):
	Joel Sherrill <joel@rtems.org>

Subject:
	[src/erc32] Use ncurses instead of termcap on Cygwin too

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-30 18:01 [binutils-gdb] Check return value of bfd_init sergiodj+buildbot
@ 2018-11-01  2:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-11-01  2:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	4d5d104997da3b7beaaf7920caee40dcff8a78d9

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

Subject:
	Check return value of bfd_init

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-30  7:55 [binutils-gdb] Remove relational operators from common/offset-type.h sergiodj+buildbot
@ 2018-10-31 21:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 21:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	fd332753fa7050bb9d7c89147e32d285099fe402

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

Subject:
	Remove relational operators from common/offset-type.h

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-29 19:37 [binutils-gdb] Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested." sergiodj+buildbot
@ 2018-10-31 18:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 18:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	80e24d09860dbeba7d435b4a4f0990f85dbc084e

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

Subject:
	Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested."

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
  CXX    unittests/offset-type-selftests.o
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-29 21:40 [binutils-gdb] Revert "GDB: Remote target can now accept the form unix::/path/to/socket." sergiodj+buildbot
@ 2018-10-31 18:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 18:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	431f22cc098a118a862412c1bac1a8aa1bc6ceb7

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

Subject:
	Revert "GDB: Remote target can now accept the form unix::/path/to/socket."

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-29 19:19 [binutils-gdb] Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported." sergiodj+buildbot
@ 2018-10-31 17:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 17:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	7f53228719a0111e41c66da6c9c3b2ed1fd2aab9

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

Subject:
	Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-29 17:37 [binutils-gdb] Provide get_shell declaration in procfs.c sergiodj+buildbot
@ 2018-10-31 17:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 17:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	30a7953dbfe3659c7bdc5b9b4c96f46903cb0254

Author(s) (in the same order as the commits):
	Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Subject:
	Provide get_shell declaration in procfs.c

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-29  8:20 [binutils-gdb] GDB: Only build for "unix:" connections if AF_LOCAL is supported sergiodj+buildbot
@ 2018-10-31 16:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 16:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	98a17ece013cb94cd602496b9efb92b8816b3953

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

Subject:
	GDB: Only build for "unix:" connections if AF_LOCAL is supported.

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

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

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

  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-mingw.o
  CXX    ser-tcp.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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: In function 'void selftests::mkdir_recursive::test()':
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: error: 'mkdtemp' was not declared in this scope
   if (mkdtemp (base) == NULL)
       ^~~~~~~
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:49:7: note: suggested alternative: 'mktemp'
   if (mkdtemp (base) == NULL)
       ^~~~~~~
       mktemp
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c: At global scope:
../../binutils-gdb/gdb/unittests/mkdir-recursive-selftests.c:45:1: error: 'void selftests::mkdir_recursive::test()' defined but not used [-Werror=unused-function]
 test ()
 ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1620: unittests/mkdir-recursive-selftests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-28 11:12 [binutils-gdb] gdb/riscv: Add back missing braces in riscv-linux-nat.c sergiodj+buildbot
@ 2018-10-31 15:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 15:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	a3d7226832e5750211ec300c5929dc0f035a3661

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

Subject:
	gdb/riscv: Add back missing braces in riscv-linux-nat.c

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 20:36 [binutils-gdb] OBVIOUS Use report_unrecognized_option_error in 'demangle' and 'info macro' commands sergiodj+buildbot
@ 2018-10-31 13:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 13:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	cd948f5b2be612b784591dbe438dc518f6b80d61

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	OBVIOUS Use report_unrecognized_option_error in 'demangle' and 'info macro' commands.

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

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

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

  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 18:36 [binutils-gdb] Cache a copy of the user's shell on macOS sergiodj+buildbot
@ 2018-10-31 13:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 13:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	b50a8b9a916ea2fe1379bcd8f122feef8129a0e9

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

Subject:
	Cache a copy of the user's shell on macOS

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 18:30 [binutils-gdb] Do not reopen temporary files sergiodj+buildbot
@ 2018-10-31 12:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 12:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	36033ef57cd048588f9a3d5523712147066421f2

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

Subject:
	Do not reopen temporary files

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
@ 2018-10-31 12:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 12:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	b3279b601e67ce47263082ef86cfc86e25607c5e

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

Subject:
	Use mkostemp, not mkstemp

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

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

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

  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/scoped_mmap.o
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 18:18 [binutils-gdb] Move mkdir_recursive to common/filestuff.c sergiodj+buildbot
@ 2018-10-31 12:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 12:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	e418a61a67a3476826259163383e5deb661042cc

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

Subject:
	Move mkdir_recursive to common/filestuff.c

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

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

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

  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/ptid.o
  CXX    common/rsp-low.o
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 18:16 [binutils-gdb] Move make_temp_filename to common/pathstuff.c sergiodj+buildbot
@ 2018-10-31 11:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 11:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	29be4d9dee1263b36e33421dd8ea69b9b7308391

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

Subject:
	Move make_temp_filename to common/pathstuff.c

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

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

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

  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 18:10 [binutils-gdb] Unify shell-finding logic sergiodj+buildbot
@ 2018-10-31 11:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 11:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	974e68446388769f023c6c9bfb1e67ed75199618

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

Subject:
	Unify shell-finding logic

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 18:48 [binutils-gdb] Remove a bunch of usages of gdb_suppress_tests in 'runto_main' sergiodj+buildbot
@ 2018-10-31 11:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 11:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	c8ee3f04a66141d5fa930cd77bc53ac0bc17de32

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Remove a bunch of usages of gdb_suppress_tests in 'runto_main'.

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 14:04 [binutils-gdb] Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP] [NAMEREGEXP] sergiodj+buildbot
@ 2018-10-31 11:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 11:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	82b5e646c22b25862debc68a30d44957a9e5e3d3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 13:38 [binutils-gdb] Announce changes in NEWS to info [args|functions|locals|variables] sergiodj+buildbot
@ 2018-10-31 10:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 10:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	e0a7911fa24e838e3e11481903dbe9c3970306d0

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Announce changes in NEWS to info [args|functions|locals|variables]

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 17:44 [binutils-gdb] Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables] sergiodj+buildbot
@ 2018-10-31  9:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  9:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	12615cba8411c845b33b98cc616439c66a34f03a

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables]

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

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

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

  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
  CXX    common/scoped_mmap.o
  CXX    common/selftest.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 13:37 [binutils-gdb] New cli-utils.h/.c function extract_info_print_args sergiodj+buildbot
@ 2018-10-31  9:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  9:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	0d4cad90ca7c4394a1799efaa79c784f84a18161

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	New cli-utils.h/.c function extract_info_print_args

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

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

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

  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/scoped_mmap.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27  0:33 [binutils-gdb] Remove DEF_VECs from symtab.h sergiodj+buildbot
@ 2018-10-31  8:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  8:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	4c39bc03545798694b4ed2a5cd5caedd7ce3cc50

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

Subject:
	Remove DEF_VECs from symtab.h

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 22:51 [binutils-gdb] Treat all unknown auxv tags on FreeBSD as unknown sergiodj+buildbot
@ 2018-10-31  7:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  7:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	fd2b4de5e63ad5994baf9c57b5d0c49d1f1dd4e4

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Treat all unknown auxv tags on FreeBSD as unknown.

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 11:14 [binutils-gdb] Support AT_HWCAP2 on FreeBSD sergiodj+buildbot
@ 2018-10-31  7:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  7:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	d7ded98f4cf9891cf04fe6af5c90b6af6709dff8

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support AT_HWCAP2 on FreeBSD.

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

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

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

  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 10:13 [binutils-gdb] RISC-V: Linux signal frame support sergiodj+buildbot
@ 2018-10-31  7:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  7:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	77c6f5fcdae65da0428ff75fa81059f1b5271cf0

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

Subject:
	RISC-V: Linux signal frame support.

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

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

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

  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-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27  8:57 [binutils-gdb] RISC-V: Linux signal frame support sergiodj+buildbot
@ 2018-10-31  7:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  7:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	8a61382623e271fe2df0fe8f7558ea545db8b561

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

Subject:
	RISC-V: Linux signal frame support.

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 22:08 [binutils-gdb] [PowerPC] Add support for HTM registers sergiodj+buildbot
@ 2018-10-31  6:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  6:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	8d619c01db64c533df3ffc706b694f293347f0d8

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	[PowerPC] Add support for HTM registers

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 21:00 [binutils-gdb] [PowerPC] Reject tdescs with VSX and no FPU or Altivec sergiodj+buildbot
@ 2018-10-31  6:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  6:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	81ab84fd6cdaab121988e0c424f8cdc0ae472e14

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Reject tdescs with VSX and no FPU or Altivec

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27  6:36 [binutils-gdb] [PowerPC] Add support for EBB and PMU registers sergiodj+buildbot
@ 2018-10-31  6:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  6:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	232bfb8644f0a083969d8359a37bc23764642611

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	[PowerPC] Add support for EBB and PMU registers

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

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

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

  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 20:29 [binutils-gdb] [PowerPC] Add support for TAR sergiodj+buildbot
@ 2018-10-31  5:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  5:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	f2cf6173f33bbb562881c571bfecd129fe94b158

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	[PowerPC] Add support for TAR

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

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

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

  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-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 20:20 [binutils-gdb] [PowerPC] Add support for PPR and DSCR sergiodj+buildbot
@ 2018-10-31  5:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  5:17 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/3049>

Commit(s) tested:
	7ca18ed6d22398dd3009ba72d3a1e7747e40753d

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	[PowerPC] Add support for PPR and DSCR

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 19:41 [binutils-gdb] [PowerPC] Refactor have_ initializers in rs6000-tdep.c sergiodj+buildbot
@ 2018-10-31  5:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  5:08 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/3048>

Commit(s) tested:
	93b4691f0fe1f8249de3c3f9d2e271cb0ba3254e

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Refactor have_ initializers in rs6000-tdep.c

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 19:41 [binutils-gdb] [PowerPC] Fix indentation in arch/ppc-linux-common.c sergiodj+buildbot
@ 2018-10-31  4:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  4:49 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/3047>

Commit(s) tested:
	71733a7bf696fd54b1c75a2c9c16fd61819c0ddb

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Fix indentation in arch/ppc-linux-common.c

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 19:07 [binutils-gdb] [PowerPC] Fix two if statements in gdb/ppc-linux-nat.c sergiodj+buildbot
@ 2018-10-31  4:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  4:07 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/3046>

Commit(s) tested:
	3d907528ca584b522125ce4ac818f45dfe7a9a24

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Fix two if statements in gdb/ppc-linux-nat.c

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 18:45 [binutils-gdb] [PowerPC] Remove rs6000_pseudo_register_reggroup_p sergiodj+buildbot
@ 2018-10-31  3:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  3:57 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/3045>

Commit(s) tested:
	500f01a0e2f79d64cc08011ad70c6ffa1e1c7694

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Remove rs6000_pseudo_register_reggroup_p

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

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

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

  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
  CXX    common/scoped_mmap.o
  CXX    common/selftest.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/signals-state-save-restore.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 18:31 [binutils-gdb] Add decfloat registers to float reggroup sergiodj+buildbot
@ 2018-10-31  3:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  3:31 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/3044>

Commit(s) tested:
	7ed29001c4a965520f6a243ec7ad41c156f96a20

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	Add decfloat registers to float reggroup

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 17:52 [binutils-gdb] [PowerPC] Don't zero-initialize vector register buffers sergiodj+buildbot
@ 2018-10-31  3:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  3:23 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/3043>

Commit(s) tested:
	5c849b222b154cd5f481fee9d6f3971bd2eeddc2

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Don't zero-initialize vector register buffers

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 17:28 [binutils-gdb] Zero-initialize linux note sections sergiodj+buildbot
@ 2018-10-31  2:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  2:58 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/3042>

Commit(s) tested:
	afde3032dde478a2bbb2e0c4b0cb4256b27eb949

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	Zero-initialize linux note sections

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

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

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

  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
  CXX    common/scoped_mmap.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 12:40 [binutils-gdb] Fix SYMBOL_LANGUAGE assertion failure on AIX sergiodj+buildbot
@ 2018-10-31  2:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  2:31 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/3041>

Commit(s) tested:
	b971899198607b844f5a37e39dc561766c3b331a

Author(s) (in the same order as the commits):
	Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>

Subject:
	Fix SYMBOL_LANGUAGE assertion failure on AIX.

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-26 11:01 [binutils-gdb] gdb/riscv: Remove redundant code, and catch more errors when accessing MISA sergiodj+buildbot
@ 2018-10-31  2:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  2:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	0b0eff8b1d8b4fe51ad3a14f60816f98bc0e963a

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

Subject:
	gdb/riscv: Remove redundant code, and catch more errors when accessing MISA

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-25 20:01 [binutils-gdb] [gdb/testsuite] Move valgrind-db-attach.{c, exp} to valgrind-bt.{c, exp} sergiodj+buildbot
@ 2018-10-31  0:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  0:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	ac732bc9fd501d1e9288b6087848cc3ecabafe0c

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

Subject:
	[gdb/testsuite] Move valgrind-db-attach.{c,exp} to valgrind-bt.{c,exp}

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

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

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

  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-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/ptid.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-25 15:12 [binutils-gdb] [gdb/testsuite] Rewrite valgrind-db-attach.exp to use vgdb sergiodj+buildbot
@ 2018-10-31  0:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-31  0:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	bfcc0eba9e66f3793feecc059f80e97d03dbdbef

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

Subject:
	[gdb/testsuite] Rewrite valgrind-db-attach.exp to use vgdb

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

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

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

  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-25 16:08 [binutils-gdb] gdb/python: Make convert_values_to_python return gdbpy_ref<> sergiodj+buildbot
@ 2018-10-30 23:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-30 23:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	b352ceb6b4fc9f026944d307704076d1e6894de9

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

Subject:
	gdb/python: Make convert_values_to_python return gdbpy_ref<>

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-25 12:19 [binutils-gdb] gdb/python: Make cmdpy_completer_helper return gdbpy_ref<> sergiodj+buildbot
@ 2018-10-30 23:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-30 23:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	50db9ef4c014d28dd64b2d660b043a40224a1a27

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

Subject:
	gdb/python: Make cmdpy_completer_helper return gdbpy_ref<>

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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.o
  CXX    arch/arm-linux.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-25 11:43 [binutils-gdb] gdb/riscv: Use correct regnum in riscv_linux_nat_target::fetch_registers sergiodj+buildbot
@ 2018-10-30 22:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-30 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	ee67fd7f3f6ca78eede2862e309c0bcf266bbd7e

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

Subject:
	gdb/riscv: Use correct regnum in riscv_linux_nat_target::fetch_registers

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

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

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

  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-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-25  2:40 [binutils-gdb] ELF: Hide symbols defined in discarded input sections sergiodj+buildbot
@ 2018-10-30  6:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-30  6:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	0a640d719684f25bdb88ae60148c6978e6131701

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

Subject:
	ELF: Hide symbols defined in discarded input sections

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-24 17:35 [binutils-gdb] [gdb/testsuite] Log wait status on process no longer exists error sergiodj+buildbot
@ 2018-10-29  7:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-29  7:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	fe1a5cad302b5535030cdf62895e79512713d738

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

Subject:
	[gdb/testsuite] Log wait status on process no longer exists error

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-24 15:12 [binutils-gdb] cmse_scan segfault sergiodj+buildbot
@ 2018-10-29  3:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-29  3:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	8c246a60c08d82066b16973bcd622e671300eb02

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

Subject:
	cmse_scan segfault

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-24 13:40 [binutils-gdb] [gdb/testsuite] Rewrite catch-follow-exec.exp using gdb_test sergiodj+buildbot
@ 2018-10-28 13:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-28 13:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	a76dc3b7705c5c85efc00521ebfac49e80c3fedf

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

Subject:
	[gdb/testsuite]	Rewrite catch-follow-exec.exp using gdb_test

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-24 13:14 [binutils-gdb] [gdb/testsuite] Handle removed valgrind option --db-attach sergiodj+buildbot
@ 2018-10-28  3:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-28  3:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	4df46df7a4643c0f6f93a2739c4b7bc0e83bcdce

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

Subject:
	[gdb/testsuite] Handle removed valgrind option --db-attach

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-23 22:56 [binutils-gdb] Fix failing cooked_read selftest for CSKY sergiodj+buildbot
@ 2018-10-26  1:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-26  1:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	bea556ab08927862bc2e052d3b93f1d82055d37e

Author(s) (in the same order as the commits):
	Hafiz Abid Qadeer <abidh@codesourcery.com>

Subject:
	Fix failing cooked_read selftest for CSKY.

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-23 22:01 [binutils-gdb] Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368) sergiodj+buildbot
@ 2018-10-25 14:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-25 14:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	35ed81d4f45855b98ea0c517b396662c3ae2a8c5

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

Subject:
	Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)

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

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

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

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-23 21:06 [binutils-gdb] Fix use-after-free in record_btrace_start_replaying sergiodj+buildbot
@ 2018-10-25 11:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-25 11:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	79b8d3b090bcbfbcffa8bdd195476c6db172273b

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

Subject:
	Fix use-after-free in record_btrace_start_replaying

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/79/79b8d3b090bcbfbcffa8bdd195476c6db172273b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-23 16:56 [binutils-gdb] S/390: Support vector alignment hints sergiodj+buildbot
@ 2018-10-25  1:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-25  1:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/3025>

Commit(s) tested:
	f47998d69f8d290564c022b010e63d5886a1fd7d

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.ibm.com>

Subject:
	S/390: Support vector alignment hints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f4/f47998d69f8d290564c022b010e63d5886a1fd7d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-23 15:59 [binutils-gdb] GDB: New target s12z sergiodj+buildbot
@ 2018-10-24 13:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-24 13:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/3024>

Commit(s) tested:
	51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDB:  New target s12z

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/51/51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1619: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-23 15:43 [binutils-gdb] GDB: Remote target can now accept the form unix::/path/to/socket sergiodj+buildbot
@ 2018-10-24  3:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-24  3:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/3023>

Commit(s) tested:
	88f5cc8cf8606478832c7d0d7b74755f3f625015

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDB: Remote target can now accept the form unix::/path/to/socket.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/88/88f5cc8cf8606478832c7d0d7b74755f3f625015/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/run-time-clock.o
make[2]: *** [Makefile:1618: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
@ 2018-10-23 20:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 20:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/3022>

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f1/f19c7ff839d7a32ebb48482ae7d318fb46ca823d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.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-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/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1618: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-08 22:23 [binutils-gdb] Fix the [-Werror=shadow=local] warning sergiodj+buildbot
@ 2018-10-08 22:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2954>

Commit(s) tested:
	a51bb70c8a1570f2e6fa74432578bcdf7f2785aa

Author(s) (in the same order as the commits):
	Weimin Pan <weimin.pan@oracle.com>

Subject:
	Fix the [-Werror=shadow=local] warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a5/a51bb70c8a1570f2e6fa74432578bcdf7f2785aa/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    memrange.o
  CXX    mep-tdep.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mingw-hdep.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
  CXX    mips-tdep.o
  CXX    mips64-obsd-tdep.o
  CXX    mipsread.o
  CXX    mn10300-linux-tdep.o
  CXX    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    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    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function 'void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR)':
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable 'i' [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function 'void riscv_fbsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable 'tdep' [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    riscv-linux-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1618: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-08 22:02 [binutils-gdb] Add FreeBSD/riscv architecture sergiodj+buildbot
@ 2018-10-08 22:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2952>

Commit(s) tested:
	ed65e20bc7cd18406081cf5ba29f9c9bccd4e52f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add FreeBSD/riscv architecture.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ed/ed65e20bc7cd18406081cf5ba29f9c9bccd4e52f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    mep-tdep.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mingw-hdep.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
  CXX    mips-tdep.o
  CXX    mips64-obsd-tdep.o
  CXX    mipsread.o
  CXX    mn10300-linux-tdep.o
  CXX    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    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    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function 'void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR)':
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable 'i' [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function 'void riscv_fbsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable 'tdep' [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    riscv-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1618: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-08 21:57 [binutils-gdb] Add a helper function to trad_frame to support register cache maps sergiodj+buildbot
@ 2018-10-08 22:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:06 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/2951>

Commit(s) tested:
	498f740792fe0edd2955c5cee6bb864f60a5b173

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add a helper function to trad_frame to support register cache maps.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/49/498f740792fe0edd2955c5cee6bb864f60a5b173/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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/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/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
../../binutils-gdb/gdb/valops.c: In function 'value* value_struct_elt_for_reference(type*, int, type*, const char*, type*, int, noside)':
../../binutils-gdb/gdb/valops.c:3442:26: error: declaration of 't' shadows a previous local [-Werror=shadow=compatible-local]
             struct type *t = check_typedef (value_type (this_v));
                          ^
../../binutils-gdb/gdb/valops.c:3381:16: note: shadowed declaration is here
   struct type *t = check_typedef (curtype);
                ^
  CXX    value.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1616: valops.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-08 21:42 [binutils-gdb] Finding data member in virtual base class sergiodj+buildbot
@ 2018-10-08 21:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2950>

Commit(s) tested:
	9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd

Author(s) (in the same order as the commits):
	Weimin Pan <weimin.pan@oracle.com>

Subject:
	Finding data member in virtual base class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9f/9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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.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    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    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    stabsread.o
  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    thread-fsm.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    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-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/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/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
../../binutils-gdb/gdb/valops.c: In function 'value* value_struct_elt_for_reference(type*, int, type*, const char*, type*, int, noside)':
../../binutils-gdb/gdb/valops.c:3442:26: error: declaration of 't' shadows a previous local [-Werror=shadow=compatible-local]
             struct type *t = check_typedef (value_type (this_v));
                          ^
../../binutils-gdb/gdb/valops.c:3381:16: note: shadowed declaration is here
   struct type *t = check_typedef (curtype);
                ^
  CXX    value.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1616: valops.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-08-02 19:11 [binutils-gdb] Backport gettext fixes to get rid of warnings on macOS sergiodj+buildbot
@ 2018-08-02 19:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-08-02 19:31 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/2375>

Commit(s) tested:
	8094f49a4dd9679c294e6254e928ea75c229aa95

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Backport gettext fixes to get rid of warnings on macOS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/80/8094f49a4dd9679c294e6254e928ea75c229aa95/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
.exe
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... configure: creating cache ./config.cache
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether the C compiler works... checking for sys/types.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
.exe
checking whether we are cross compiling... yes
checking for sys/stat.h... checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... 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 memory.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... x86_64-w64-mingw32-gcc -E
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
x86_64-w64-mingw32-gcc -E
yes
checking for sys/types.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for ANSI C header files... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... yes
yes
checking minix/config.h usability... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for memory.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
checking how to run the C preprocessor... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking for strings.h... checking for string.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32-gcc -E
yes
yes
checking for inttypes.h... checking build system type... checking for memory.h... checking for grep that handles long lines and -e... x86_64-pc-linux-gnu
checking host system type... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for strings.h... checking for stdint.h... none required
checking for an ANSI C-conforming const... yes
yes
yes
checking for unistd.h... checking for sys/types.h... checking for inttypes.h... yes
checking for inline... inline
checking for off_t... yes
yes
checking for sys/stat.h... yes
checking minix/config.h usability... checking for stdint.h... yes
yes
checking for stdlib.h... no
checking minix/config.h presence... checking for unistd.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking for string.h... yes
checking for dlfcn.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... no
checking for objdir... .libs
yes
checking for working alloca.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for stdint.h... yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
no
checking whether integer division by zero raises SIGFPE... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... guessing no
checking for inttypes.h... yes
checking whether -lc should be explicitly linked in... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdint.h... yes
checking dynamic linker characteristics... yes
yes
checking ctype.h presence... checking for unsigned long long... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for sys/param.h... yes
yes
checking for stddef.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking stdio.h usability... yes
no
checking for ld used by GCC... checking for getpagesize... yes
checking for inline... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking stdio.h presence... yes
checking for shared library run path origin... yes
checking for stdio.h... yes
done
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking argz.h usability... checking for memcpy... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for uintptr_t... checking for sys/file.h... yes
no
checking for argz.h... no
checking limits.h usability... checking for strerror... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking limits.h presence... yes
checking for int_least32_t... yes
yes
checking for limits.h... yes
yes
checking for unistd.h... (cached) yes
checking locale.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
configure: updating cache ./config.cache
yes
checking for string.h... (cached) yes
checking for int_fast32_t... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking locale.h presence... checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
checking for strings.h... (cached) yes
checking for sys/time.h... checking nl_types.h usability... yes
checking for time.h... yes
checking for uint64_t... yes
no
checking nl_types.h presence... checking for sys/resource.h... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for fcntl.h... yes
checking malloc.h presence... yes
checking for alloca.h... yes
checking for malloc.h... yes
yes
checking for off_t... checking stddef.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking stddef.h presence... no
checking for sys/sysinfo.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for machine/hal_sysinfo.h... checking for unistd.h... (cached) yes
yes
checking size of int... checking for sys/param.h... (cached) yes
no
checking for sys/table.h... checking for feof_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
no
checking for fgets_unlocked... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
no
checking for sys/prctl.h... checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking size of int... yes
checking for getegid... config.status: creating Makefile
no
checking for geteuid... config.status: executing depfiles commands
4
checking size of long... no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... yes
checking for munmap... 4
checking size of long... configure: creating cache ./config.cache
no
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
4
checking for setenv... checking for ANSI C header files... (cached) yes
checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stpcpy... no
o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for strcasecmp... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking how to run the C preprocessor... checking for strdup... 4
checking size of size_t... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for strtoul... /usr/bin/grep -E
checking for ANSI C header files... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
checking for sys/types.h... yes
yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for sys/stat.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __argz_count... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdlib.h... no
checking for __argz_stringify... yes
checking for string.h... no
checking for __argz_next... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... no
checking for __fsetlocking... yes
checking for strings.h... yes
no
checking for iconv... checking for inttypes.h... 8
checking for long long... yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... yes
checking for unistd.h... no
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... yes
checking size of long long... no
checking for GNU gettext in libintl... yes
checking minix/config.h usability... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
config.status: creating Makefile
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
no
checking for working volatile... yes
checking return type of signal handlers... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ssize_t... 8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for uintptr_t... yes
checking for library containing opendir... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... no
checking for kill... no
checking for lstat... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing strerror... yes
checking for putenv... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for select... yes
checking for atexit... no
checking for setenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for basename... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 checking for setlocale... %pure_parser
 ^^^^^^^^^^^^
yes
checking for bcmp... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for strcasecmp... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for bcopy... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for strpbrk... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for vsnprintf... no
checking for calloc... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for isascii... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for isxdigit... yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
no
checking for getpwent... checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
no
checking for getpwnam... checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
yes
checking for getpwuid... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for gettimeofday... no
checking for working strcoll... no
yes
checking fcntl.h usability... checking for index... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for insque... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memmem... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking pwd.h usability... checking for memmove... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for mempcpy... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for memset... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
checking for mkstemps... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for putenv... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for random... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for snprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strchr... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strdup... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strncasecmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strndup... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strrchr... no
checking for tgetent in -ltermcap... yes
checking for strstr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtod... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtol... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoul... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
yes
checking for wcscoll... checking for vprintf... yes
checking for wcsdup... yes
checking for vsnprintf... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for iswlower... no
checking for fork... yes
checking for iswupper... no
checking for vfork... yes
checking for towlower... no
checking for _doprnt... yes
no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for towupper... checking for sys_siglist... no
checking for external symbol _system_configuration... yes
checking for iswctype... no
checking for __fsetlocking... yes
checking for nl_langinfo and CODESET... no
checking for canonicalize_file_name... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for dup3... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrusage... no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-08-01 14:09 [binutils-gdb] Fix potential illegal memory access in AVR backend sergiodj+buildbot
@ 2018-08-01 15:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-08-01 15:59 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/2372>

Commit(s) tested:
	4a9f7d653c089fdd8ca66a51caab7c9687f50cd1

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix potential illegal memory access in AVR backend.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4a/4a9f7d653c089fdd8ca66a51caab7c9687f50cd1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
config.status: creating Makefile
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
checking whether the C compiler works... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for perl... checking for suffix of executables... perl
checking build system type... yes
x86_64-pc-linux-gnu
checking whether x86_64-w64-mingw32-gcc accepts -g... checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for style of include used by make... yes
o
checking whether we are using the GNU C compiler... GNU
checking for sys/types.h... checking dependency style of x86_64-w64-mingw32-gcc... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for stdlib.h... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
yes
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... 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 grep that handles long lines and -e... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
ok
checking how to run the C preprocessor... yes
checking for inttypes.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdint.h... checking for stdlib.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for string.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for sys/types.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... checking minix/config.h usability... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
no
checking minix/config.h presence... checking for strings.h... yes
checking how to run the C preprocessor... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... checking for string.h... yes
checking for grep that handles long lines and -e... checking for msgfmt... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking for stdint.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
checking for memory.h... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for unistd.h... yes
checking for sys/types.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for strings.h... yes
yes
checking minix/config.h usability... checking for sys/stat.h... none required
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
yes
checking for inline... no
checking minix/config.h presence... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... inline
checking for off_t... yes
checking for stdint.h... yes
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
checking for unistd.h... yes
checking for memory.h... yes
checking for size_t... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for dlfcn.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for alloca... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/param.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking ctype.h usability... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking ctype.h presence... yes
checking whether -lc should be explicitly linked in... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdint.h... yes
checking dynamic linker characteristics... yes
checking for an ANSI C-conforming const... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... 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... x86_64-w64-mingw32-gcc -E
yes
checking for inline... checking for string.h... (cached) yes
checking stdio.h usability... inline
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking stdio.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for getpagesize... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking for ld used by GCC... checking for sys/file.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/param.h... yes
checking for uintptr_t... yes
yes
checking for working mmap... no
checking for limits.h... done
checking for memcpy... checking argz.h usability... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for int_least32_t... yes
checking for string.h... (cached) yes
no
checking argz.h presence... yes
checking for unistd.h... (cached) yes
checking for strerror... checking for strings.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking for sys/time.h... yes
checking for int_fast32_t... yes
checking for time.h... yes
checking limits.h presence... yes
yes
checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/resource.h... checking locale.h usability... yes
checking for uint64_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking locale.h presence... no
checking for fcntl.h... yes
checking for locale.h... yes
yes
checking nl_types.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... no
checking for sys/pstat.h... yes
checking for off_t... no
no
checking nl_types.h presence... checking for sys/sysmp.h... no
no
checking for nl_types.h... no
checking for sys/sysinfo.h... checking malloc.h usability... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/sysctl.h... checking stddef.h usability... yes
checking size of int... no
checking for sys/systemcfg.h... no
yes
checking stddef.h presence... checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for process.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for sys/param.h... (cached) yes
checking for sys/prctl.h... checking for feof_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for fgets_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... yes
4
checking size of long... checking for getegid... no
checking for geteuid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... 4
checking size of long... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for putenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for setenv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether the C compiler works... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for stpcpy... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... 4
checking size of size_t... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
no
config.status: creating config.h
checking for strcasecmp... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: executing gstdint.h commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strdup... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
checking for sys/types.h... yes
checking for __argz_count... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/stat.h... no
checking for __argz_stringify... yes
checking for stdlib.h... yes
no
checking for __argz_next... checking for string.h... 8
checking for long long... yes
checking for memory.h... no
checking for __fsetlocking... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... no
checking for iconv... yes
checking size of long long... yes
checking for inttypes.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... checking for stdint.h... no
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... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... yes
autoconf
checking for autoheader... autoheader
checking minix/config.h usability... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating Makefile
config.status: creating config.intl
yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating config.h
config.status: executing default-1 commands
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 working volatile... yes
checking return type of signal handlers... 8
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... uint64_t
checking for intptr_t... yes
checking for ssize_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for pid_t... none required
checking for fcntl... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... yes
checking for library containing strerror... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... none required
checking for asprintf... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for memmove... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for putenv... yes
checking for basename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for select... yes
checking for bcmp... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for setenv... no
checking for bcopy... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for setlocale... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for strcasecmp... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strpbrk... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for clock... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
no
checking for vsnprintf... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
checking for getcwd... checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
checking for getpagesize... checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
yes
checking for gettimeofday... checking for getpwent... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for index... no
checking for getpwnam... no
checking for insque... no
checking for getpwuid... no
checking for memchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for memcmp... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for memset... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for mkstemps... checking termcap.h usability... yes
checking termcap.h presence... no
checking for putenv... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for random... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for rindex... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for setenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for snprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for stpcpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
64
checking for stpncpy... checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strncasecmp... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for strstr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoul... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoll... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoull... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
checking for vprintf... yes
checking for mbschr... yes
no
checking for wcrtomb... checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcswidth... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
no
checking for sys_errlist... (cached) yes
checking for iswupper... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for towlower... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for getrlimit... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrusage... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for getsysinfo... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for pstat_getdynamic... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-08-01 13:53 [binutils-gdb] Close resource leaks in the BFD library's plugin handler sergiodj+buildbot
@ 2018-08-01 14:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-08-01 14:59 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/2371>

Commit(s) tested:
	103da91bc083f94769e3758175a96d06cef1f8fe

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Close resource leaks in the BFD library's plugin handler.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/10/103da91bc083f94769e3758175a96d06cef1f8fe/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking whether the C compiler works... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for style of include used by make... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... GNU
o
checking whether we are using the GNU C compiler... checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for string.h... none needed
checking how to run the C preprocessor... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for memory.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/types.h... checking for inttypes.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... checking for stdint.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for sys/stat.h... checking for memory.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether it is safe to define __EXTENSIONS__... yes
yes
yes
checking for strings.h... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
checking how to run the C preprocessor... yes
yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for inttypes.h... checking for string.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32-gcc -E
yes
yes
checking build system type... checking for memory.h... checking for stdint.h... x86_64-pc-linux-gnu
checking host system type... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for strings.h... checking for unistd.h... none required
checking for an ANSI C-conforming const... yes
yes
checking for sys/types.h... yes
checking for inttypes.h... yes
checking for inline... checking minix/config.h usability... inline
checking for off_t... yes
checking for sys/stat.h... yes
checking for stdint.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for string.h... yes
checking for dlfcn.h... yes
64
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
checking for strings.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for getpagesize... yes
checking for unistd.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... no
checking whether integer division by zero raises SIGFPE... guessing no
checking ctype.h usability... checking for inttypes.h... yes
checking for stdint.h... yes
checking dynamic linker characteristics... yes
checking ctype.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ctype.h... 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... x86_64-w64-mingw32-gcc -E
checking stddef.h usability... yes
checking for unsigned long long... checking for stdlib.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for sys/param.h... yes
checking for inttypes.h... yes
checking for stddef.h... yes
yes
checking for inline... checking for string.h... (cached) yes
yes
checking stdio.h usability... checking whether the inttypes.h PRIxNN macros are broken... inline
checking whether byte ordering is bigendian... yes
checking for getpagesize... no
checking for ld used by GCC... yes
checking stdio.h presence... yes
checking for stdio.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking for memcpy... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... checking argz.h usability... yes
checking for sys/param.h... yes
checking for uintptr_t... yes
yes
checking for strerror... no
checking argz.h presence... checking for limits.h... yes
no
checking for argz.h... no
checking limits.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for int_least32_t... yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking limits.h presence... checking for strings.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/time.h... checking locale.h usability... yes
configure: updating cache ./config.cache
yes
checking for int_fast32_t... checking for time.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/resource.h... yes
checking locale.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for locale.h... yes
checking for sys/mman.h... yes
checking for uint64_t... checking nl_types.h usability... no
checking for fcntl.h... yes
no
checking nl_types.h presence... checking for alloca.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking for off_t... no
yes
checking malloc.h presence... checking for sys/sysinfo.h... yes
checking for malloc.h... yes
no
checking for machine/hal_sysinfo.h... checking stddef.h usability... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
yes
checking size of int... no
checking for stdlib.h... (cached) yes
checking for sys/systemcfg.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... 4
checking size of long... config.status: executing libtool commands
no
checking for getgid... no
make[1]: Nothing to be done for 'all-target'.
checking for getuid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
no
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
4
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for setenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
.exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for strcasecmp... 4
checking size of size_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
config.status: creating Makefile
none needed
checking how to run the C preprocessor... checking for strdup... config.status: creating config.h
config.status: executing gstdint.h commands
x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for strtoul... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
checking for sys/types.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/stat.h... checking for __argz_count... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdlib.h... no
checking for __argz_stringify... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... no
checking for __argz_next... yes
checking for memory.h... no
checking for __fsetlocking... yes
8
checking for long long... checking for strings.h... no
checking for iconv... yes
checking for inttypes.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking size of long long... checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking for unistd.h... no
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
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for GNU gettext in libintl... yes
checking minix/config.h usability... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h presence... configure: updating cache ./config.cache
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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: executing default-1 commands
no
checking for working volatile... yes
checking return type of signal handlers... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
checking for a 64-bit type... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking for library containing opendir... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for ssize_t... x86_64-w64-mingw32-ranlib libz.a
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for fcntl... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for pid_t... no
checking for kill... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for library containing strerror... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for putenv... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for select... yes
checking for basename... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for bcmp... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for strpbrk... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for tcgetattr... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for isascii... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for isxdigit... no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
yes
checking for getpwent... checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getpwnam... x86_64-w64-mingw32-ranlib libdecnumber.a
checking for gettimeofday... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
yes
checking for getpwuid... checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for memchr... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for memcmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for memcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for memset... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for mkstemps... checking termios.h usability... no
checking termios.h presence... no
checking for putenv... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for random... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strdup... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towlower... no
checking for external symbol _system_configuration... no
yes
checking for __fsetlocking... checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrusage... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for getsysinfo... configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking for psignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for pstat_getdynamic... config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-08-01 13:50 [binutils-gdb] Copy from GCC: Add linker_output as prefix for LTO temps (PR lto/86548) sergiodj+buildbot
@ 2018-08-01 13:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-08-01 13:57 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/2370>

Commit(s) tested:
	50320b1d4a1dd06db70aeea485e0ffd9871548e0

Author(s) (in the same order as the commits):
	marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>

Subject:
	Copy from GCC: Add linker_output as prefix for LTO temps (PR lto/86548).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/50/50320b1d4a1dd06db70aeea485e0ffd9871548e0/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
config.status: creating Makefile
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... gcc3
checking how to print strings... none needed
printf
checking for a sed that does not truncate output... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
/usr/bin/sed
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for string.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/stat.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for string.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for strings.h... yes
yes
checking how to run the C preprocessor... checking for stdint.h... yes
checking for inttypes.h... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for unistd.h... yes
checking for sys/stat.h... checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdlib.h... checking for unistd.h... yes
checking minix/config.h usability... yes
checking for sys/types.h... yes
checking for string.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... no
checking minix/config.h presence... 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 a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for strings.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/xgettext
checking for string.h... checking for msgmerge... /usr/bin/msgmerge
yes
checking for inttypes.h... yes
checking build system type... checking for memory.h... x86_64-pc-linux-gnu
checking host system type... 64
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for inline... checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... inline
checking for off_t... yes
no
checking for objdir... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... .libs
yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for size_t... checking ctype.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for working alloca.h... yes
checking for an ANSI C-conforming const... no
checking for alloca... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking stddef.h presence... yes
checking for inline... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking stdio.h usability... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking stdio.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for stdio.h... yes
yes
checking whether -lc should be explicitly linked in... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for getpagesize... checking for sys/file.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
yes
checking whether integer division by zero raises SIGFPE... checking dynamic linker characteristics... guessing no
checking for inttypes.h... yes
checking for uintptr_t... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for sys/param.h... yes
checking for stdint.h... yes
checking for limits.h... yes
checking for unsigned long long... 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... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for int_least32_t... yes
yes
checking for inttypes.h... checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... checking for strings.h... (cached) (cached) yes
yes
checking for sys/time.h... checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for int_fast32_t... no
checking for ld used by GCC... yes
checking for getpagesize... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for uint64_t... yes
checking for shared library run path origin... checking for time.h... yes
yes
checking for working mmap... no
done
checking for sys/resource.h... checking for memcpy... checking argz.h usability... no
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/mman.h... no
checking argz.h presence... no
checking for fcntl.h... yes
yes
checking for off_t... checking for strerror... no
checking for argz.h... no
yes
checking limits.h usability... checking for alloca.h... no
checking for sys/pstat.h... yes
checking limits.h presence... yes
no
checking for unistd.h... (cached) yes
checking for sys/sysmp.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for sys/sysinfo.h... yes
checking size of int... no
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 locale.h presence... no
checking for sys/table.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking nl_types.h presence... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for process.h... yes
yes
checking malloc.h presence... checking for sys/prctl.h... yes
checking for malloc.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking stddef.h usability... no
checking whether time.h and sys/time.h may both be included... yes
checking stddef.h presence... yes
checking whether errno must be declared... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking size of int... 4
checking size of long... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... config.status: creating Makefile
no
config.status: executing depfiles commands
checking for geteuid... 4
checking size of long... no
checking for getgid... config.status: executing libtool commands
4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for getuid... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for munmap... no
configure: creating cache ./config.cache
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
config.status: creating config.h
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
config.status: executing gstdint.h commands
checking for setenv... 4
checking size of size_t... checking whether the C compiler works... no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stpcpy... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for strcasecmp... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking how to run the C preprocessor... checking for strdup... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for strtoul... yes
checking for tsearch... yes
checking for sys/types.h... yes
checking for sys/stat.h... 8
checking for long long... yes
checking for __argz_count... yes
checking for stdlib.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for string.h... checking for __argz_stringify... yes
checking size of long long... yes
checking for memory.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_next... yes
checking for strings.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __fsetlocking... yes
checking for inttypes.h... no
checking for iconv... yes
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for unistd.h... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
checking minix/config.h usability... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
8
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a 64-bit type... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... uint64_t
checking for intptr_t... yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
no
checking for working volatile... config.status: creating config.intl
config.status: creating config.h
yes
checking return type of signal handlers... yes
checking for uintptr_t... config.status: executing default-1 commands
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ssize_t... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
x86_64-w64-mingw32-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 
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-ranlib libz.a
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for library containing strerror... no
checking for dirent.h that defines DIR... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... yes
checking for library containing opendir... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for atexit... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for basename... none required
checking for fcntl... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for bcmp... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for kill... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for lstat... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for bzero... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for putenv... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for select... yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setenv... yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for setlocale... no
checking for getcwd... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for strcasecmp... yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
yes
checking for strpbrk... checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
yes
checking for tcgetattr... checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for vsnprintf... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for memchr... checking for isascii... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
yes
checking for memcmp... checking for isxdigit... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
yes
checking for memcpy... checking for getpwent... yes
no
checking for getpwnam... checking for memmem... no
no
checking for getpwuid... checking for memmove... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for mempcpy... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for memset... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mkstemps... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for random... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for rename... checking locale.h usability... yes
checking locale.h presence... yes
checking for rindex... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for setenv... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for snprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for sigsetmask... no
checking termios.h presence... no
no
checking for termios.h... no
checking for stpcpy... checking termio.h usability... no
checking termio.h presence... no
checking for stpncpy... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for strcasecmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strdup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strncasecmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strndup... 64
checking for type of signal functions... no
checking for strnlen... yes
checking for strrchr... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strstr... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strtod... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtol... yes
checking whether signal handlers are of type void... yes
checking for strtoul... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strtoll... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoull... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strverscmp... no
checking for tgetent... no
checking for tmpnam... no
checking for tgetent in -ltermcap... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vprintf... yes
yes
checking wchar.h presence... checking for vsnprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for vsprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for setproctitle... no
no
checking whether alloca needs Cray hooks... checking for mbsnrtowcs... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsrtowcs... no
checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... yes
checking for wcsdup... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for realpath... yes
checking for wctype_t in wctype.h... no
checking for setrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sbrk... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking for strerror... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-08-01  3:21 [binutils-gdb] PowerPC64 __tls_get_addr_opt stub .eh_frame fix sergiodj+buildbot
@ 2018-08-01  4:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-08-01  4:31 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/2369>

Commit(s) tested:
	1aa4214141d30f99f941266a3bedbc332d674c04

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 __tls_get_addr_opt stub .eh_frame fix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1a/1aa4214141d30f99f941266a3bedbc332d674c04/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
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... configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
yes
checking for C compiler default output file name... a.exe
checking for sys/types.h... checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/stat.h... yes
o
checking whether we are using the GNU C compiler... checking for style of include used by make... .exe
checking whether we are cross compiling... yes
GNU
checking for suffix of object files... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... gcc3
checking how to print strings... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... none needed
checking how to run the C preprocessor... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for memory.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... ok
yes
checking how to run the C preprocessor... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... x86_64-w64-mingw32-gcc -E
yes
yes
checking for sys/stat.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for ANSI C header files... yes
yes
checking for stdlib.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... yes
checking minix/config.h usability... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
no
checking for sys/stat.h... checking minix/config.h presence... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
yes
checking how to run the C preprocessor... checking for stdlib.h... checking for strings.h... yes
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for string.h... checking for xgettext... yes
/usr/bin/xgettext
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for inttypes.h... checking for msgmerge... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/msgmerge
yes
checking for memory.h... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for stdint.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for sys/types.h... checking for strings.h... yes
none required
checking for unistd.h... checking for an ANSI C-conforming const... yes
checking for sys/stat.h... yes
checking for inttypes.h... yes
checking for inline... yes
checking minix/config.h usability... inline
checking for off_t... yes
checking for stdlib.h... yes
checking for stdint.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for dlfcn.h... yes
checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for objdir... .libs
yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking whether -lc should be explicitly linked in... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h presence... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for stdint.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking stdio.h presence... yes
checking for inline... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for stdio.h... yes
checking for getpagesize... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for working mmap... no
yes
checking for shared library run path origin... checking for memcpy... yes
checking for uintptr_t... done
checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
yes
checking for int_least32_t... checking for sys/param.h... checking for strerror... no
checking argz.h presence... yes
checking for limits.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for int_fast32_t... yes
checking for unistd.h... (cached) yes
yes
yes
checking limits.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking locale.h usability... configure: updating cache ./config.cache
checking for sys/time.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for uint64_t... yes
checking for time.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sys/resource.h... checking nl_types.h usability... yes
checking what to include in gstdint.h... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
yes
checking for off_t... checking for fcntl.h... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for alloca.h... no
checking for sys/pstat.h... yes
checking malloc.h presence... no
checking for sys/sysmp.h... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for sys/sysinfo.h... yes
checking size of int... no
checking for machine/hal_sysinfo.h... no
yes
checking stddef.h presence... checking for sys/table.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/sysctl.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) no
yes
checking for sys/systemcfg.h... checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for fgets_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for getc_unlocked... yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... yes
checking for getegid... 4
checking size of long... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... no
config.status: executing libtool commands
checking for getgid... no
make[1]: Nothing to be done for 'all-target'.
checking for getuid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-pc-linux-gnu
checking host system type... checking for putenv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether the C compiler works... checking for setenv... no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stpcpy... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
no
checking for strcasecmp... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.h
config.status: executing gstdint.h commands
4
checking size of size_t... none needed
checking how to run the C preprocessor... yes
checking for strdup... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for __argz_count... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... no
checking for __fsetlocking... yes
checking for strings.h... 8
checking for long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for iconv... checking for inttypes.h... yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... no
checking for LC_MESSAGES... yes
checking for unistd.h... no
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
3.0.4, ok
checking whether NLS is requested... yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking minix/config.h usability... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
no
checking for working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
void
checking for size_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
checking for ssize_t... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for ssize_t... none required
checking for fcntl... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... yes
checking for pid_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for library containing strerror... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for memmove... none required
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.h
checking for asprintf... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for putenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for select... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for setenv... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for bcmp... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for strcasecmp... no
checking for bsearch... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for strpbrk... yes
checking for bzero... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for ffs... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
yes
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for getpwent... yes
checking for getpagesize... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for getpwnam... yes
checking for gettimeofday... no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for memchr... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... yes
checking for memcmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for memcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for mkstemps... checking termios.h usability... no
checking termios.h presence... no
checking for putenv... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for random... no
checking for termio.h... no
checking sys/pte.h usability... no
no
checking sys/pte.h presence... checking for rename... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strdup... no
checking for sig_atomic_t in signal.h... yes
checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
no
checking for _doprnt... checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for sys_siglist... checking for towlower... no
checking for external symbol _system_configuration... yes
checking for towupper... no
checking for __fsetlocking... yes
no
checking for canonicalize_file_name... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for dup3... no
checking for wchar_t in wchar.h... no
checking for getrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrusage... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for psignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-08-01  3:08 [binutils-gdb] csky regen sergiodj+buildbot
@ 2018-08-01  3:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-08-01  3:28 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/2368>

Commit(s) tested:
	cb86a42aba5b6e1c135433e1c0c26223fd0f7a7f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	csky regen

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cb/cb86a42aba5b6e1c135433e1c0c26223fd0f7a7f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating 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
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
yes
checking for C compiler default output file name... a.exe
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for suffix of executables... .exe
config.status: creating Makefile
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
yes
checking for style of include used by make... checking for sys/stat.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... o
checking whether we are using the GNU C compiler... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
none needed
checking how to run the C preprocessor... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... x86_64-w64-mingw32-gcc -E
1572864
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for memory.h... checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
/usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
yes
yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... checking for sys/types.h... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/stat.h... checking for stdint.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for sys/types.h... checking for string.h... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for stdlib.h... yes
checking for strings.h... yes
checking how to run the C preprocessor... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for string.h... yes
x86_64-w64-mingw32-gcc -E
checking for msgfmt... checking for inttypes.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/msgmerge
yes
yes
checking for memory.h... checking for stdint.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for strings.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
none required
checking for an ANSI C-conforming const... checking for inttypes.h... yes
yes
checking minix/config.h usability... checking for sys/stat.h... yes
checking for inline... yes
inline
checking for off_t... yes
checking for stdint.h... no
checking minix/config.h presence... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for unistd.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 for size_t... yes
checking for dlfcn.h... checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for objdir... yes
.libs
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... no
checking for alloca... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sys/param.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for getpagesize... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking ctype.h presence... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for stdint.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
checking stdio.h usability... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for inline... yes
checking for inttypes.h... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking for getpagesize... yes
checking for stdio.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... yes
checking for working mmap... no
checking for memcpy... no
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for uintptr_t... yes
checking for shared library run path origin... checking for sys/file.h... done
yes
checking for sys/param.h... checking argz.h usability... yes
yes
checking for limits.h... yes
checking for int_least32_t... checking for strerror... yes
no
checking argz.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking limits.h presence... yes
configure: updating cache ./config.cache
yes
checking for limits.h... yes
checking for time.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking locale.h usability... yes
checking for uint64_t... yes
checking for sys/resource.h... no
yes
checking locale.h presence... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for locale.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking nl_types.h usability... no
checking for fcntl.h... yes
yes
checking for off_t... checking for alloca.h... no
checking nl_types.h presence... no
checking for sys/pstat.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... checking size of int... yes
no
checking for machine/hal_sysinfo.h... checking stddef.h usability... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/systemcfg.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdio_ext.h... checking for feof_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
4
checking size of long... checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... no
x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking host system type... checking host system type... checking for putenv... x86_64-w64-mingw32
x86_64-w64-mingw32

checking target system type... Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for setenv... no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 4
config.status: creating Makefile
checking size of size_t... no
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strcasecmp... config.status: creating config.h
config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... yes
checking for strdup... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for sys/types.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
checking for sys/stat.h... yes
checking for __argz_count... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
checking for stdlib.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for string.h... yes
no
checking for __argz_next... checking for memory.h... yes
8
checking for strings.h... checking for long long... no
checking for __fsetlocking... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... no
checking for iconv... yes
yes
checking size of long long... checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... no
checking for LC_MESSAGES... no
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... yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
configure: creating ./config.status
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ssize_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... yes
checking for ssize_t... none required
checking for fcntl... no
yes
checking for pid_t... checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... yes
checking for library containing strerror... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
no
rm -f libz.a
x86_64-w64-mingw32-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 memmove... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for asprintf... yes
checking for putenv... config.status: creating config.h
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for atexit... yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bcopy... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for bsearch... yes
checking for strpbrk... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for isxdigit... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for getcwd... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for getpwent... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwnam... yes
checking for gettimeofday... no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for unistd.h... (cached) yes
checking for memchr... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for mempcpy... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for memset... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for mkstemps... checking termios.h usability... no
checking termios.h presence... no
checking for putenv... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for random... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for rename... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for rindex... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strndup... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for strrchr... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtol... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for vfprintf... no
yes
checking for wcrtomb... checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for towupper... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for dup3... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking for getrusage... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for psignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-31 21:29 [binutils-gdb] Correct previous update - new translation for the opcodes subdirectory sergiodj+buildbot
@ 2018-07-31 21:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-31 21:43 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/2366>

Commit(s) tested:
	07cc045019bf655b84692465232e9f0faf7d868f

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Correct previous update - new translation for the opcodes subdirectory.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/07/07cc045019bf655b84692465232e9f0faf7d868f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for style of include used by make... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... gcc3
checking how to print strings... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for string.h... yes
checking for BSD- or MS-compatible name lister (nm)... none needed
x86_64-w64-mingw32-nm
checking how to run the C preprocessor... checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... x86_64-w64-mingw32-gcc -E
autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -Wall... 1572864
checking whether the shell understands some XSI constructs... /usr/bin/grep
checking for egrep... yes
checking whether the shell understands "+="... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/types.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... ok
checking how to run the C preprocessor... yes
yes
checking for sys/stat.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
checking for ANSI C header files... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
no
checking minix/config.h presence... checking for memory.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking how to run the C preprocessor... yes
checking for sys/stat.h... yes
checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking whether make sets $(MAKE)... yes
checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for grep that handles long lines and -e... checking for msgfmt... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for inttypes.h... /usr/bin/xgettext
checking for msgmerge... yes
/usr/bin/msgmerge
checking for string.h... yes
checking for stdint.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for sys/types.h... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for memory.h... yes
checking for unistd.h... yes
checking for sys/stat.h... none required
checking for an ANSI C-conforming const... yes
checking for strings.h... yes
checking minix/config.h usability... yes
yes
checking for inline... checking for stdlib.h... yes
inline
checking for off_t... checking for inttypes.h... no
checking minix/config.h presence... yes
checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdint.h... yes
checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
checking for unistd.h... yes
checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for dlfcn.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... no
checking for objdir... .libs
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... checking for sys/param.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for getpagesize... checking ctype.h usability... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for ctype.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking stddef.h usability... checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for stdint.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for unsigned long long... checking for string.h... (cached) yes
yes
checking dynamic linker characteristics... checking stdio.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking stdio.h presence... 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... x86_64-w64-mingw32-gcc -E
yes
checking for inline... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking whether the inttypes.h PRIxNN macros are broken... inline
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for ld used by GCC... checking for sys/param.h... yes
checking for uintptr_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
no
checking for a BSD-compatible install... checking for getpagesize... /usr/bin/install -c
done
checking for sys/file.h... checking argz.h usability... yes
checking for int_least32_t... yes
checking for sys/param.h... yes
yes
checking for working mmap... no
checking for limits.h... checking for memcpy... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for stdlib.h... (cached) yes
yes
checking limits.h usability... checking for int_fast32_t... checking for malloc.h... yes
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for strerror... yes
checking limits.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for limits.h... yes
yes
checking for uint64_t... checking locale.h usability... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
yes
checking for sys/resource.h... yes
checking locale.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking for locale.h... yes
checking for sys/stat.h... (cached) yes
checking nl_types.h usability... checking for sys/mman.h... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for off_t... no
checking for fcntl.h... yes
no
checking nl_types.h presence... checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking size of int... no
yes
checking malloc.h presence... checking for sys/sysinfo.h... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
yes
checking stddef.h presence... checking for sys/sysctl.h... yes
checking for stddef.h... yes
no
checking for sys/systemcfg.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... no
checking for geteuid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getgid... no
config.status: executing libtool commands
checking for getuid... make[1]: Nothing to be done for 'all-target'.
no
checking for mempcpy... mkdir -p -- ./readline
Configuring in ./readline
4
checking size of long... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for putenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... configure: creating cache ./config.cache
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether the C compiler works... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for stpcpy... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
config.status: creating config.h
no
4
o
checking whether we are using the GNU C compiler... checking size of size_t... checking for strcasecmp... config.status: executing gstdint.h commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for strdup... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... yes
checking for strtoul... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for tsearch... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/types.h... checking for __argz_count... yes
checking for sys/stat.h... no
checking for __argz_stringify... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_next... yes
checking for string.h... no
yes
8
checking for __fsetlocking... checking for long long... checking for memory.h... yes
checking for strings.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking size of long long... checking for inttypes.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking for stdint.h... no
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... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for GNU gettext in libintl... checking for unistd.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating config.intl
config.status: creating config.h
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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: executing default-1 commands
yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... void
8
checking for size_t... checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ssize_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... none required
checking for fcntl... yes
checking for pid_t... no
checking for kill... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
checking for library containing strerror... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... no
checking for memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
x86_64-w64-mingw32-ranlib libz.a
checking for putenv... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for basename... /bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for select... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.yyes
:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for bcmp... no
checking for setenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for bzero... yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for tcgetattr... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for isxdigit... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for getpwent... yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
checking for gettimeofday... ../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for getpwnam... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for memcmp... checking varargs.h usability... no
checking varargs.h presence... yes
checking for memcpy... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for memmem... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for putenv... checking termios.h usability... no
checking termios.h presence... yes
checking for random... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for rename... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for rindex... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for setenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for snprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for stpcpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
64
checking for stpncpy... checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for strstr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoul... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoll... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoull... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
checking for vprintf... yes
checking for mbschr... yes
no
checking for wcrtomb... checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcswidth... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
no
checking for sys_errlist... (cached) checking for iswupper... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towlower... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for getrlimit... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrusage... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking for getsysinfo... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for pstat_getdynamic... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-31 15:21 [binutils-gdb] Fix segfault when invoking -var-info-path-expression on a dynamic varobj sergiodj+buildbot
@ 2018-07-31 18:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-31 18:50 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/2363>

Commit(s) tested:
	5abe0f0cc79a753b80bde28d9c0c7fec9bff3c10

Author(s) (in the same order as the commits):
	Jan Vrany <jan.vrany@fit.cvut.cz>

Subject:
	Fix segfault when invoking -var-info-path-expression on a dynamic varobj

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5a/5abe0f0cc79a753b80bde28d9c0c7fec9bff3c10/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./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
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether make supports nested variables... yes
checking whether the C compiler works... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... .exe
checking for perl... perl
checking whether we are cross compiling... yes
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
o
checking for suffix of executables... checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... Configuring in ./libdecnumber
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... GNU
/usr/bin/grep -E
checking for ANSI C header files... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for C compiler default output file name... a.exe
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/types.h... o
yes
checking whether we are using the GNU C compiler... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/types.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... checking for sys/stat.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for string.h... checking for sys/types.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for sys/stat.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for strings.h... checking for stdlib.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
yes
checking for inttypes.h... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
checking for stdint.h... yes
checking for sys/stat.h... yes
yes
checking minix/config.h usability... checking minix/config.h usability... yes
checking for unistd.h... yes
checking for stdlib.h... no
no
checking minix/config.h presence... checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for dlfcn.h... yes
checking for string.h... yes
yes
checking whether make sets $(MAKE)... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for objdir... .libs
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for memory.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... checking build system type... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... x86_64-pc-linux-gnu
yes
checking host system type... checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... none required
checking for an ANSI C-conforming const... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inline... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for unistd.h... yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... inline
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking dynamic linker characteristics... yes
checking for size_t... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking ctype.h presence... yes
checking for ctype.h... 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... x86_64-w64-mingw32-gcc -E
checking stddef.h usability... yes
checking for an ANSI C-conforming const... yes
checking for working alloca.h... checking for stdlib.h... (cached) yes
yes
checking for inline... checking for unistd.h... (cached) yes
yes
checking stddef.h presence... no
checking for alloca... checking for sys/param.h... yes
checking for stddef.h... yes
inline
checking whether byte ordering is bigendian... checking for string.h... (cached) yes
checking stdio.h usability... yes
yes
checking for getpagesize... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking stdio.h presence... checking for sys/param.h... yes
checking for stdio.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/file.h... yes
checking for working mmap... no
checking for memcpy... yes
checking for getpagesize... yes
checking for sys/param.h... yes
checking for uintptr_t... yes
yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for limits.h... checking for strerror... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for int_least32_t... yes
yes
checking for stdint.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for unsigned long long... checking for sys/time.h... yes
checking for int_fast32_t... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for inttypes.h... yes
yes
checking for uint64_t... checking for time.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/stat.h... (cached) yes
yes
checking for shared library run path origin... checking for sys/mman.h... yes
checking for off_t... done
no
checking for fcntl.h... checking argz.h usability... yes
checking for alloca.h... no
checking for sys/pstat.h... no
checking argz.h presence... no
no
checking for argz.h... no
checking for sys/sysmp.h... checking limits.h usability... no
yes
checking size of int... checking for sys/sysinfo.h... no
yes
checking limits.h presence... checking for machine/hal_sysinfo.h... yes
checking for limits.h... yes
no
checking for sys/table.h... checking locale.h usability... no
checking for sys/sysctl.h... no
yes
checking locale.h presence... checking for sys/systemcfg.h... yes
checking for locale.h... yes
no
checking nl_types.h usability... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking nl_types.h presence... yes
checking for sys/prctl.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking whether errno must be declared... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking size of int... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
4
checking size of long... checking for sys/param.h... (cached) yes
config.status: creating Makefile
checking for feof_unlocked... config.status: executing depfiles commands
no
config.status: executing libtool commands
checking for fgets_unlocked... no
checking for getc_unlocked... no
make[1]: Nothing to be done for 'all-target'.
checking for getcwd... mkdir -p -- ./readline
Configuring in ./readline
yes
checking for getegid... 4
checking size of long... no
4
checking for ANSI C header files... (cached) yes
checking for geteuid... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
configure: creating cache ./config.cache
checking for getgid... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for getuid... no
checking whether the C compiler works... configure: updating cache ./config.cache
configure: creating ./config.status
no
yes
checking for C compiler default output file name... a.exe
checking for mempcpy... checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for munmap... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 4
checking size of size_t... no
config.status: creating config.h
checking for putenv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... yes
checking for setenv... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for setlocale... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stpcpy... yes
checking for sys/types.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... no
checking for strcasecmp... yes
checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strdup... yes
checking for string.h... yes
checking for strtoul... yes
checking for memory.h... 8
checking for long long... yes
yes
checking for strings.h... checking for tsearch... yes
checking for inttypes.h... yes
checking for __argz_count... yes
checking size of long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdint.h... no
checking for __argz_stringify... yes
checking for unistd.h... no
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
checking for __argz_next... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __fsetlocking... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for iconv... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bison... bison
checking version of bison... no
checking for working volatile... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
yes
checking return type of signal handlers... checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... 8
checking for a 64-bit type... configure: updating cache ./config.cache
configure: creating ./config.status
uint64_t
checking for intptr_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... config.status: creating Makefile
config.status: creating config.intl
yes
checking for uintptr_t... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing opendir... yes
checking for pid_t... none required
checking for fcntl... no
checking for kill... yes
checking for library containing strerror... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... none required
checking for asprintf... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ranlib libz.a
yes
checking for atexit... checking for putenv... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for basename... checking for select... config.status: creating config.h
yes
config.status: config.h is unchanged
no
checking for bcmp... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for setenv... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for bcopy... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
yes
checking for bsearch... checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
yes
checking for bzero... checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for calloc... checking for tcgetattr... yes
no
checking for clock... checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ffs... yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for getpagesize... yes
checking for getpwent... yes
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for index... no
checking for getpwuid... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking fcntl.h presence... no
checking for memchr... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for fcntl.h... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memcmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for memmem... checking for strings.h... (cached) yes
checking limits.h usability... no
yes
checking limits.h presence... checking for memmove... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... no
checking for putenv... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for random... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for rindex... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for setenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for snprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for stpcpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strncasecmp... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for strstr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strtoul... yes
yes
checking wctype.h presence... checking for strtoll... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoull... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strverscmp... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for tmpnam... yes
checking for mbscasecmp... yes
checking for vasprintf... no
checking for mbscmp... yes
checking for vfprintf... no
checking for mbsnrtowcs... yes
checking for vprintf... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for vsnprintf... no
checking for wcrtomb... yes
checking for vsprintf... yes
checking for wcscoll... yes
checking for waitpid... yes
checking for wcsdup... no
checking for setproctitle... yes
checking for wcwidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for wctype... no
checking for fork... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
checking for iswlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towlower... no
checking for canonicalize_file_name... yes
checking for towupper... no
checking for dup3... yes
checking for iswctype... no
checking for getrlimit... yes
checking for nl_langinfo and CODESET... no
checking for getrusage... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getsysinfo... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for gettimeofday... (cached) yes
checking for on_exit... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for psignal... no
checking for pstat_getdynamic... config.status: creating Makefile
no
checking for pstat_getstatic... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for realpath... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for setrlimit... config.status: executing default commands
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-31 14:25 [binutils-gdb] Delete test target descriptions when exiting sergiodj+buildbot
@ 2018-07-31 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-31 14:46 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/2361>

Commit(s) tested:
	1c28969efcca7c214e41c496f599bc4de2c56dbe

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Delete test target descriptions when exiting

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1c/1c28969efcca7c214e41c496f599bc4de2c56dbe/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
configure: creating ./config.status
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether the C compiler works... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
checking whether the C compiler works... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/types.h... yes
checking for style of include used by make... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking how to run the C preprocessor... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for string.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... autoconf
-r
checking for autoheader... checking for x86_64-w64-mingw32-objdump... autoheader
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking whether x86_64-w64-mingw32-gcc supports -W... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... yes
ok
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking how to run the C preprocessor... yes
checking for sys/types.h... yes
yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for inttypes.h... yes
checking for sys/stat.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for sys/types.h... checking for unistd.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for sys/stat.h... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for memory.h... yes
checking how to run the C preprocessor... yes
no
checking minix/config.h presence... checking for stdlib.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for string.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... yes
checking whether make sets $(MAKE)... checking for inttypes.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for memory.h... /usr/bin/xgettext
checking for msgmerge... yes
/usr/bin/msgmerge
checking for stdint.h... yes
checking for sys/types.h... yes
checking for strings.h... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for unistd.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for sys/stat.h... checking for inttypes.h... yes
checking minix/config.h usability... none required
checking for an ANSI C-conforming const... yes
checking for stdlib.h... yes
checking for stdint.h... yes
checking for inline... no
checking minix/config.h presence... inline
checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for unistd.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... yes
checking for dlfcn.h... yes
checking for size_t... yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working alloca.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for alloca... checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for unistd.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/param.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking ctype.h usability... yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking dynamic linker characteristics... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
yes
checking how to run the C preprocessor... checking stddef.h presence... x86_64-w64-mingw32-gcc -E
yes
checking for stddef.h... yes
yes
checking for stdint.h... checking for string.h... (cached) yes
checking stdio.h usability... checking for stdlib.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
yes
checking for unsigned long long... checking for sys/param.h... yes
checking for inline... yes
checking stdio.h presence... yes
checking for stdio.h... inline
yes
checking whether byte ordering is bigendian... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for getpagesize... checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for working mmap... no
yes
checking for uintptr_t... checking for memcpy... no
checking for ld used by GCC... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for sys/param.h... yes
checking for int_least32_t... yes
yes
done
checking for strerror... checking for limits.h... checking argz.h usability... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for int_fast32_t... yes
yes
no
checking argz.h presence... checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
no
checking for argz.h... no
checking for unistd.h... (cached) yes
checking limits.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... yes
configure: updating cache ./config.cache
checking for uint64_t... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
yes
checking limits.h presence... checking for time.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking locale.h presence... yes
checking for off_t... no
checking for fcntl.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for alloca.h... no
checking for sys/pstat.h... no
checking nl_types.h presence... no
checking for sys/sysmp.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking size of int... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... no
checking for sys/table.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... no
checking for stdint.h... (cached) yes
yes
checking for stddef.h... yes
checking for stdio_ext.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for process.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for fgets_unlocked... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... 4
no
checking size of long... checking for getcwd... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking for getegid... no
config.status: executing libtool commands
checking for geteuid... no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... 4
checking size of long... no
checking for mempcpy... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for munmap... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... no
checking for putenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
yes
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for setlocale... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
config.status: creating Makefile
checking for stpcpy... config.status: creating config.h
4
checking size of size_t... config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... no
checking for strcasecmp... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strdup... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
checking for strtoul... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... yes
checking for tsearch... yes
checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... checking for string.h... yes
checking for memory.h... no
checking for __argz_stringify... yes
checking for strings.h... no
checking for __argz_next... 8
checking for long long... yes
checking for inttypes.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... yes
checking for stdint.h... yes
checking size of long long... no
checking for iconv... yes
checking for unistd.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
no
checking for LC_MESSAGES... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h presence... no
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 minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for GNU gettext in libintl... no
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
checking for aclocal... aclocal
checking for autoconf... autoconf
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 autoheader... autoheader
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... yes
checking return type of signal handlers... config.status: creating Makefile
void
checking for size_t... config.status: creating config.intl
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.h
config.status: executing default-1 commands
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
8
checking for a 64-bit type... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for uintptr_t... checking for dirent.h that defines DIR... yes
checking for library containing opendir... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for ssize_t... no
checking for kill... yes
checking for pid_t... no
checking for lstat... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... yes
checking for library containing strerror... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for putenv... none required
checking for asprintf... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for select... checking for atexit... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for setenv... yes
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for setlocale... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for strcasecmp... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strpbrk... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for bzero... checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
no
checking for calloc... checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking for clock... checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for ffs... yes
checking for isxdigit... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for getcwd... yes
checking for getpwent... rm -f libdecnumber.a
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking for gettimeofday... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for getpwuid... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for insque... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcmp... 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 memcpy... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for memmem... checking locale.h usability... yes
checking locale.h presence... no
checking for memmove... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for mempcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mkstemps... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for random... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
no
checking sys/file.h usability... checking for setenv... yes
checking sys/file.h presence... no
yes
checking for sys/file.h... yes
checking for snprintf... checking for sys/ptem.h... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
checking for strchr... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strncasecmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strndup... no
checking for struct winsize in sys/ioctl.h and termios.h... no
not found
checking for struct dirent.d_ino... checking for strnlen... yes
checking for struct dirent.d_fileno... yes
checking for strrchr... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking for strtol... checking wchar.h usability... yes
checking wchar.h presence... yes
checking for strtoul... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for strtoll... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for strverscmp... no
no
checking for mbsnrtowcs... checking for tmpnam... yes
no
checking for mbsrtowcs... checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
yes
checking for wcswidth... checking for setproctitle... no
no
checking whether alloca needs Cray hooks... checking whether mbrtowc and mbstate_t are properly declared... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for getrlimit... yes
checking configuration for building shared libraries... supported
no
checking for getrusage... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... config.status: creating Makefile
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for psignal... config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-31  9:42 [binutils-gdb] x86: fold various AVX512 templates with so far differing Masking attributes sergiodj+buildbot
@ 2018-07-31 11:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-31 11:36 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/2357>

Commit(s) tested:
	ae2387feae3f0798dd77c98a7107fdec38a99fe3

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold various AVX512 templates with so far differing Masking attributes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ae/ae2387feae3f0798dd77c98a7107fdec38a99fe3/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating ./config.status
yes
checking whether the C compiler works... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
config.status: creating Makefile
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for perl... perl
checking for suffix of executables... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking whether the C compiler works... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... .exe
yes
/usr/bin/sed
checking whether we are cross compiling... yes
checking for grep that handles long lines and -e... checking for suffix of object files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
x86_64-w64-mingw32-gcc -E
checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for ANSI C header files... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for unistd.h... yes
yes
checking for stdlib.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... yes
yes
yes
checking for sys/stat.h... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for memory.h... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking how to run the C preprocessor... yes
checking for strings.h... checking for string.h... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32-gcc -E
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
yes
/usr/bin/xgettext
checking for memory.h... checking for inttypes.h... checking for msgmerge... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/msgmerge
/usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking build system type... checking for stdint.h... checking for strings.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for unistd.h... checking for inttypes.h... yes
checking for sys/types.h... none required
checking for an ANSI C-conforming const... yes
yes
yes
checking minix/config.h usability... yes
checking for inline... checking for stdint.h... checking for sys/stat.h... inline
checking for off_t... no
checking minix/config.h presence... yes
yes
checking for stdlib.h... checking for unistd.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for dlfcn.h... checking for string.h... yes
checking for size_t... yes
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 objdir... checking for memory.h... .libs
64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
yes
checking for stdint.h... checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking for getpagesize... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h usability... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking dynamic linker characteristics... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking ctype.h presence... yes
checking for stdint.h... yes
checking for ctype.h... yes
checking stddef.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for unsigned long long... checking for sys/param.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for getpagesize... yes
checking for inttypes.h... yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... checking stdio.h usability... yes
yes
checking for inline... checking whether the inttypes.h PRIxNN macros are broken... yes
inline
checking whether byte ordering is bigendian... checking for working mmap... no
checking for memcpy... yes
checking stdio.h presence... no
checking for ld used by GCC... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for strerror... done
no
checking for a BSD-compatible install... /usr/bin/install -c
checking argz.h usability... yes
checking for uintptr_t... checking for sys/file.h... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
no
checking argz.h presence... yes
checking for limits.h... yes
checking for int_least32_t... no
checking for argz.h... no
checking limits.h usability... yes
configure: updating cache ./config.cache
checking for stdlib.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for malloc.h... yes
yes
checking limits.h presence... checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking locale.h usability... checking for sys/time.h... yes
checking for time.h... yes
yes
checking for uint64_t... checking for sys/resource.h... yes
checking locale.h presence... no
yes
checking for locale.h... yes
checking for sys/stat.h... (cached) yes
checking nl_types.h usability... checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for fcntl.h... no
checking nl_types.h presence... yes
checking for alloca.h... yes
checking for off_t... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
checking for sys/table.h... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for feof_unlocked... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
no
checking for sys/prctl.h... checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking for getegid... 4
checking size of long... config.status: executing libtool commands
no
checking for geteuid... no
make[1]: Nothing to be done for 'all-target'.
checking for getgid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... 4
checking size of long... configure: creating cache ./config.cache
checking build system type... yes
checking for munmap... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
4
checking for ANSI C header files... (cached) yes
checking whether the C compiler works... no
checking build system type... checking for putenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for setenv... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
no
checking for setlocale... o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stpcpy... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... no
checking for strcasecmp... 4
checking size of size_t... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing gstdint.h commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for strdup... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... yes
checking for sys/types.h... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
checking for tsearch... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdlib.h... yes
checking for __argz_count... yes
checking for string.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for memory.h... yes
no
checking for __argz_next... checking for strings.h... yes
checking for inttypes.h... no
checking for __fsetlocking... 8
checking for long long... yes
checking for stdint.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for unistd.h... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
no
checking for LC_MESSAGES... checking minix/config.h usability... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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 minix/config.h presence... no
no
checking for minix/config.h... no
checking for GNU gettext in libintl... checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... config.status: creating Makefile
yes
checking return type of signal handlers... config.status: creating config.intl
void
checking for size_t... config.status: creating config.h
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for ssize_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
uint64_t
checking for intptr_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for uintptr_t... none required
checking for fcntl... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... no
checking for kill... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for lstat... yes
checking for pid_t... no
checking for memmove... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... checking for putenv... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... yes
checking for select... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for atexit... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for basename... no
checking for setlocale... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for bcmp... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for bcopy... yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bsearch... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for bzero... no
checking for vsnprintf... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for isascii... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for isxdigit... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for ffs... yes
checking for getpwent... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for gettimeofday... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for index... no
checking for insque... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... no
checking for memmove... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for random... no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for rindex... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strchr... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strdup... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strncasecmp... checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strndup... checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for strnlen... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking for strtoul... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strverscmp... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking for vsnprintf... checking wchar.h usability... yes
checking wchar.h presence... yes
checking for vsprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for waitpid... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-31  9:28 [binutils-gdb] x86/Intel: correct permitted operand sizes for AVX512 scatter/gather sergiodj+buildbot
@ 2018-07-31 10:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-31 10:36 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/2356>

Commit(s) tested:
	6ff00b5e12e7256738d9a4dac66e5a7745b771ea

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86/Intel: correct permitted operand sizes for AVX512 scatter/gather

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6f/6ff00b5e12e7256738d9a4dac66e5a7745b771ea/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
yes
checking for C compiler default output file name... a.exe
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking whether the C compiler works... yes
.exe
checking for sys/types.h... checking whether we are cross compiling... yes
checking for suffix of object files... yes
yes
checking for C compiler default output file name... checking for style of include used by make... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stdlib.h... gcc3
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 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
x86_64-w64-mingw32-gcc -E
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
yes
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
checking for ANSI C header files... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for unistd.h... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for sys/types.h... yes
checking minix/config.h usability... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for sys/stat.h... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking how to run the C preprocessor... yes
checking whether make sets $(MAKE)... checking for strings.h... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for string.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32-gcc -E
/usr/bin/xgettext
yes
checking for msgmerge... /usr/bin/msgmerge
checking for inttypes.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for stdint.h... checking for strings.h... yes
checking for sys/types.h... yes
none required
checking for an ANSI C-conforming const... yes
checking for unistd.h... checking for inttypes.h... yes
checking for sys/stat.h... yes
checking for inline... yes
inline
checking for off_t... checking minix/config.h usability... yes
checking for stdint.h... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for unistd.h... yes
checking for string.h... yes
checking for size_t... yes
checking for dlfcn.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... no
checking for objdir... .libs
yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking for alloca... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
yes
checking for stdint.h... checking for stdlib.h... (cached) yes
no
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unistd.h... yes
checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking ctype.h usability... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h presence... yes
checking dynamic linker characteristics... yes
checking for ctype.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking stddef.h usability... 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... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for unsigned long long... checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
yes
yes
checking for inline... yes
checking stdio.h presence... checking whether the inttypes.h PRIxNN macros are broken... checking for getpagesize... yes
checking for stdio.h... yes
inline
checking whether byte ordering is bigendian... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... yes
checking for working mmap... no
checking for memcpy... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for uintptr_t... done
checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for strerror... yes
checking for sys/param.h... no
checking argz.h presence... yes
checking for int_least32_t... yes
checking for limits.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for int_fast32_t... yes
checking limits.h presence... yes
checking for string.h... (cached) yes
yes
checking for limits.h... yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
checking locale.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
checking for uint64_t... checking for time.h... yes
checking locale.h presence... yes
checking for sys/resource.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for sys/mman.h... checking for an ANSI C-conforming const... no
checking for fcntl.h... no
checking nl_types.h presence... yes
checking for off_t... yes
checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... yes
checking malloc.h presence... no
checking for sys/sysmp.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysinfo.h... yes
checking size of int... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... no
checking for sys/table.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/sysctl.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for sys/systemcfg.h... checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
yes
checking for fgets_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... 4
yes
checking size of long... checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... no
config.status: executing libtool commands
checking for getgid... no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... checking build system type... x86_64-w64-mingw32
checking target system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for setenv... checking whether the C compiler works... no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stpcpy... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
no
checking for strcasecmp... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 4
checking size of size_t... config.status: creating config.h
config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... yes
checking for strdup... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
yes
checking for sys/stat.h... checking for __argz_count... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... no
checking for __fsetlocking... yes
checking for strings.h... 8
checking for long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for iconv... checking for inttypes.h... yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for LC_MESSAGES... yes
checking for unistd.h... no
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... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... yes
checking minix/config.h usability... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
no
checking for working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
checking for ssize_t... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for ssize_t... none required
checking for fcntl... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... yes
checking for pid_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing strerror... no
checking for memmove... none required
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for putenv... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for select... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for basename... no
checking for setenv... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for bcmp... no
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parseno
r
 ^^^^^^^^^^^^
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for strcasecmp... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for bsearch... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for strpbrk... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for tcgetattr... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for calloc... no
checking for vsnprintf... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for isascii... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for isxdigit... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
yes
checking for getpwent... checking for getpagesize... yes
no
checking for getpwnam... checking for gettimeofday... yes
no
checking for getpwuid... checking for index... no
no
checking for working strcoll... no
checking for insque... checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for memchr... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking locale.h usability... checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for mempcpy... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for memset... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for mkstemps... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for putenv... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strdup... no
checking for sig_atomic_t in signal.h... yes
yes
checking for strncasecmp... checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for fork... yes
no
checking for iswlower... checking for vfork... yes
no
checking for _doprnt... checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towlower... no
checking for external symbol _system_configuration... yes
no
checking for towupper... checking for __fsetlocking... yes
no
checking for canonicalize_file_name... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for dup3... no
checking for wchar_t in wchar.h... no
checking for getrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrusage... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for psignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-31  9:15 [binutils-gdb] x86: drop CpuVREX sergiodj+buildbot
@ 2018-07-31  9:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-31  9:35 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/2355>

Commit(s) tested:
	e951d5ca3d73cfd71a002b91c16d6036240213e6

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop CpuVREX

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e9/e951d5ca3d73cfd71a002b91c16d6036240213e6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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: updating cache ./config.cache
checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... checking for grep that handles long lines and -e... configure: creating cache ./config.cache
/usr/bin/grep
checking whether make sets $(MAKE)... checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/types.h... .exe
yes
checking for C compiler default output file name... a.exe
checking whether we are cross compiling... yes
checking for suffix of executables... checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stdlib.h... gcc3
checking how to print strings... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking for string.h... checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking how to run the C preprocessor... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
x86_64-w64-mingw32-gcc -E
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
none needed
checking for egrep... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
/usr/bin/grep -E
checking for ANSI C header files... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/stat.h... checking for stdint.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... checking for unistd.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for string.h... checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for sys/stat.h... yes
no
checking minix/config.h presence... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for strings.h... yes
checking how to run the C preprocessor... yes
yes
checking whether make sets $(MAKE)... checking for string.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... x86_64-w64-mingw32-gcc -E
checking for inttypes.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking build system type... checking for stdint.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for strings.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
none required
checking for an ANSI C-conforming const... checking for inttypes.h... yes
yes
checking for inline... checking for sys/stat.h... yes
checking minix/config.h usability... yes
inline
checking for off_t... checking for stdint.h... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for unistd.h... yes
checking for string.h... yes
checking for size_t... yes
checking for dlfcn.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... no
checking for objdir... .libs
64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for stdint.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for stdint.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... x86_64-w64-mingw32-gcc -E
yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for unsigned long long... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
yes
checking for inttypes.h... checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for getpagesize... yes
checking for inline... yes
checking whether the inttypes.h PRIxNN macros are broken... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... no
checking for ld used by GCC... yes
checking for working mmap... no
yes
checking for stdio.h... yes
checking for memcpy... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... checking argz.h usability... yes
yes
checking for uintptr_t... checking for strerror... yes
checking for sys/param.h... yes
no
checking argz.h presence... checking for limits.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
yes
checking for int_least32_t... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
yes
checking limits.h presence... configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for strings.h... (cached) yes
yes
checking for limits.h... yes
yes
checking for int_fast32_t... checking for sys/time.h... checking locale.h usability... yes
checking for time.h... yes
yes
checking locale.h presence... checking for sys/resource.h... yes
checking for uint64_t... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for fcntl.h... yes
checking what to include in gstdint.h... no
checking nl_types.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
no
checking for nl_types.h... no
checking for alloca.h... checking malloc.h usability... no
yes
checking for off_t... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/sysinfo.h... checking stddef.h usability... no
checking for machine/hal_sysinfo.h... no
yes
checking stddef.h presence... checking for sys/table.h... yes
checking size of int... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/sysctl.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/systemcfg.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for fgets_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... yes
checking for getegid... config.status: creating Makefile
4
checking size of long... config.status: executing depfiles commands
no
checking for geteuid... no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
4
checking for ANSI C header files... (cached) yes
checking build system type... checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for setlocale... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
configure: updating cache ./config.cache
yes
o
checking whether we are using the GNU C compiler... configure: creating ./config.status
checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for strcasecmp... 4
checking size of size_t... none needed
checking how to run the C preprocessor... config.status: creating Makefile
yes
config.status: creating config.h
checking for strdup... x86_64-w64-mingw32-gcc -E
config.status: executing gstdint.h commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/types.h... checking for tsearch... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __argz_count... yes
checking for stdlib.h... no
checking for __argz_stringify... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for string.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_next... checking for memory.h... yes
checking for strings.h... no
checking for __fsetlocking... 8
checking for long long... yes
checking for inttypes.h... no
checking for iconv... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
checking for stdint.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... yes
no
checking for LC_MESSAGES... checking for unistd.h... no
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... yes
checking minix/config.h usability... no
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
no
checking for working volatile... config.status: executing default-1 commands
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
checking for ssize_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for uintptr_t... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for library containing opendir... yes
checking for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... no
checking for kill... yes
checking for pid_t... no
checking for lstat... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
none required
checking for putenv... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
checking for asprintf... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for select... checking for atexit... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
yes
checking for setenv... checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for setlocale... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for strcasecmp... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
no
checking for strpbrk... checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for bzero... checking for tcgetattr... no
checking for calloc... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for isascii... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ffs... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for getcwd... yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for getpwnam... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for memcpy... checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for memmem... yes
checking for limits.h... yes
checking locale.h usability... no
yes
checking locale.h presence... checking for memmove... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mkstemps... no
checking termios.h presence... no
checking for termios.h... no
no
checking termio.h usability... checking for putenv... no
checking termio.h presence... yes
checking for random... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for rename... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for rindex... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strndup... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
no
checking for wcrtomb... checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... no
yes
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... checking for towlower... no
checking for external symbol _system_configuration... yes
checking for towupper... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for dup3... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrlimit... yes
checking for wint_t in wctype.h... no
checking for getrusage... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for psignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-30 21:33 [binutils-gdb] Match any kind of error after "cannot resolve name" on lib/gdbserver-support.exp:gdbserver_start sergiodj+buildbot
@ 2018-07-30 22:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-30 22:44 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/2353>

Commit(s) tested:
	fb66cde8a42a383b111f0f1f48eb9f6daf9d736c

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Match any kind of error after "cannot resolve name" on lib/gdbserver-support.exp:gdbserver_start

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fb/fb66cde8a42a383b111f0f1f48eb9f6daf9d736c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether the C compiler works... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
yes
checking for C compiler default output file name... a.exe
o
checking whether we are using the GNU C compiler... checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-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 whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for style of include used by make... yes
checking for C compiler default output file name... a.exe
GNU
checking for suffix of executables... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
.exe
gcc3
checking whether we are cross compiling... yes
checking how to print strings... checking for suffix of object files... printf
checking for a sed that does not truncate output... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... yes
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking how to run the C preprocessor... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 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
x86_64-w64-mingw32-gcc -E
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
checking for ANSI C header files... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdint.h... yes
checking for sys/types.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for unistd.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking minix/config.h usability... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for strings.h... no
checking minix/config.h presence... yes
yes
checking how to run the C preprocessor... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether make sets $(MAKE)... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for msgfmt... checking for stdint.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... yes
/usr/bin/msgmerge
checking for strings.h... yes
checking for unistd.h... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for sys/types.h... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for inttypes.h... yes
checking minix/config.h usability... yes
checking for sys/stat.h... yes
none required
checking for an ANSI C-conforming const... checking for stdint.h... no
checking minix/config.h presence... yes
checking for stdlib.h... yes
checking for inline... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
inline
checking for off_t... checking for unistd.h... yes
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
checking for dlfcn.h... yes
checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for size_t... no
checking for objdir... .libs
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for working alloca.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for unistd.h... checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for getpagesize... checking ctype.h usability... yes
checking dynamic linker characteristics... yes
checking ctype.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for working mmap... no
yes
checking for ctype.h... yes
checking whether we are using the GNU C Library 2.1 or newer... checking stddef.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for stdint.h... yes
checking stddef.h presence... checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for unsigned long long... yes
checking for inline... yes
checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking for inttypes.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking for memcpy... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for strerror... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking for unistd.h... (cached) yes
no
checking argz.h presence... configure: updating cache ./config.cache
no
checking for argz.h... no
checking limits.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for uintptr_t... checking locale.h usability... checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking nl_types.h usability... checking for malloc.h... yes
checking for string.h... (cached) yes
no
checking nl_types.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/time.h... yes
checking for time.h... yes
checking malloc.h presence... yes
checking for sys/resource.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for fcntl.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for alloca.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/pstat.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for fgets_unlocked... yes
no
checking for int_least32_t... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for getc_unlocked... no
yes
checking for int_fast32_t... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for process.h... checking for getcwd... yes
checking for uint64_t... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... config.status: creating Makefile
yes
checking for getegid... yes
checking what to include in gstdint.h... no
checking whether time.h and sys/time.h may both be included... stdint.h (already complete)
checking for an ANSI C-conforming const... config.status: executing depfiles commands
yes
checking for off_t... yes
checking whether errno must be declared... no
checking for geteuid... no
checking size of int... config.status: executing libtool commands
no
checking for getgid... yes
checking size of int... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... yes
configure: creating cache ./config.cache
checking for munmap... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for putenv... checking whether the C compiler works... 4
checking size of long... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... 4
checking size of long... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for setlocale... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stpcpy... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for strcasecmp... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for strdup... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... yes
4
checking for sys/types.h... checking size of size_t... yes
yes
checking for tsearch... checking for sys/stat.h... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for stdlib.h... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for __argz_count... yes
checking for string.h... no
checking for __argz_stringify... yes
no
checking for memory.h... configure: updating cache ./config.cache
configure: creating ./config.status
no
yes
checking for __argz_next... checking for strings.h... yes
checking for inttypes.h... no
checking for __fsetlocking... yes
config.status: creating Makefile
checking for stdint.h... no
checking for iconv... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for unistd.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... checking minix/config.h usability... 8
checking for long long... no
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 minix/config.h presence... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for GNU gettext in libintl... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 working volatile... config.status: creating Makefile
config.status: creating config.intl
yes
checking return type of signal handlers... config.status: creating config.h
config.status: executing default-1 commands
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
checking for library containing opendir... uint64_t
checking for intptr_t... none required
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
checking for fcntl... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for kill... yes
checking for uintptr_t... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for lstat... yes
checking for ssize_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for putenv... yes
checking for pid_t... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for library containing strerror... no
checking for setenv... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... no
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for atexit... checking for strcasecmp... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for basename... yes
checking for strpbrk... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bcmp... yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 bcopy... no
checking for vsnprintf... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for isascii... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for bzero... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for isxdigit... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for calloc... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for getpwnam... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for ffs... no
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking fcntl.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for gettimeofday... checking for stdlib.h... (cached) yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking varargs.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for index... no
checking varargs.h presence... no
checking for varargs.h... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking stdarg.h usability... no
checking for insque... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking limits.h usability... checking for memchr... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for memcmp... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for memcpy... checking pwd.h usability... no
checking pwd.h presence... yes
checking for memmem... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for memmove... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mempcpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for memset... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for mkstemps... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for putenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for random... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for rename... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for rindex... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for setenv... 64
checking for type of signal functions... no
checking for snprintf... yes
checking for sigsetmask... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for stpcpy... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
no
checking whether termios.h defines TIOCGWINSZ... checking for stpncpy... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for strcasecmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strchr... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strdup... not found
checking for struct dirent.d_ino... yes
checking for strncasecmp... yes
checking for struct dirent.d_fileno... yes
checking for strndup... no
checking for tgetent... no
checking for strnlen... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strrchr... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strstr... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for strtod... no
checking langinfo.h presence... yes
checking for strtol... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for strtoul... no
checking for mbscmp... yes
checking for strtoll... no
checking for mbsnrtowcs... yes
checking for strtoull... no
checking for mbsrtowcs... yes
checking for strverscmp... yes
checking for mbschr... no
checking for tmpnam... no
checking for wcrtomb... yes
checking for vasprintf... yes
checking for wcscoll... yes
checking for vfprintf... yes
checking for wcsdup... yes
yes
checking for wcwidth... checking for vprintf... yes
no
checking for wctype... checking for vsnprintf... yes
checking for wcswidth... yes
checking for vsprintf... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for waitpid... yes
checking for iswlower... no
checking for setproctitle... yes
checking for iswupper... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for towlower... no
checking for vfork... yes
checking for towupper... no
checking for _doprnt... yes
checking for iswctype... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for nl_langinfo and CODESET... no
checking for external symbol _system_configuration... no
checking for wchar_t in wchar.h... no
checking for __fsetlocking... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for canonicalize_file_name... yes
checking configuration for building shared libraries... supported
no
checking for dup3... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrlimit... config.status: creating Makefile
no
checking for getrusage... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for getsysinfo... config.status: creating config.h
config.status: executing default commands
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-30 21:13 [binutils-gdb] RISC-V: Set insn info fields correctly when disassembling sergiodj+buildbot
@ 2018-07-30 21:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-30 21:44 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/2352>

Commit(s) tested:
	eb41b24898e9858852c98f9275e7a4adee860d7b

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Set insn info fields correctly when disassembling.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/eb/eb41b24898e9858852c98f9275e7a4adee860d7b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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 for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking whether the C compiler works... yes
.exe
checking for sys/types.h... checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
gcc3
.exe
checking how to print strings... checking whether we are cross compiling... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... printf
checking for a sed that does not truncate output... checking for stdlib.h... checking for suffix of object files... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
none needed
checking how to run the C preprocessor... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 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
x86_64-w64-mingw32-gcc -E
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... x86_64-w64-mingw32-gcc -E
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for ANSI C header files... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for sys/types.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
yes
checking whether make sets $(MAKE)... checking how to run the C preprocessor... yes
checking for string.h... checking for inttypes.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32-gcc -E
/usr/bin/xgettext
yes
checking for msgmerge... /usr/bin/msgmerge
yes
checking for memory.h... checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking build system type... checking for ANSI C header files... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for strings.h... yes
checking for unistd.h... yes
checking for inttypes.h... yes
none required
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking minix/config.h usability... yes
checking for inline... yes
yes
checking for sys/stat.h... checking for stdint.h... inline
checking for off_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdlib.h... checking for unistd.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 for string.h... checking for dlfcn.h... yes
64
no
checking for objdir... checking for memory.h... .libs
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... yes
checking for working alloca.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether -lc should be explicitly linked in... no
checking for alloca... yes
checking ctype.h usability... yes
checking dynamic linker characteristics... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/param.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for an ANSI C-conforming const... checking for sys/param.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for inline... yes
checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for getpagesize... yes
checking for working mmap... no
inline
checking whether byte ordering is bigendian... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking stdio.h presence... yes
yes
checking for stdint.h... checking for working mmap... no
checking for memcpy... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for unsigned long long... checking for sys/file.h... yes
yes
checking for sys/param.h... checking for strerror... yes
checking for uintptr_t... yes
yes
checking for inttypes.h... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for unistd.h... (cached) yes
yes
checking for int_least32_t... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for ld used by GCC... checking for strings.h... (cached) yes
configure: updating cache ./config.cache
checking for sys/time.h... checking that generated files are newer than configure... done
configure: creating ./config.status
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... yes
checking for int_fast32_t... checking for time.h... yes
done
checking for sys/resource.h... checking argz.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for uint64_t... no
checking argz.h presence... no
checking for fcntl.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for alloca.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/pstat.h... yes
checking limits.h presence... yes
checking for off_t... no
yes
checking for limits.h... yes
checking for sys/sysmp.h... checking locale.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking locale.h presence... no
checking for sys/table.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/sysctl.h... yes
checking size of int... no
checking for sys/systemcfg.h... no
checking nl_types.h presence... no
checking for stdint.h... (cached) yes
no
checking for nl_types.h... no
checking for stdio_ext.h... checking malloc.h usability... no
checking for process.h... yes
yes
checking malloc.h presence... checking for sys/prctl.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking whether errno must be declared... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking size of int... checking for feof_unlocked... no
checking for fgets_unlocked... config.status: creating Makefile
no
4
checking for getc_unlocked... checking size of long... config.status: executing depfiles commands
no
checking for getcwd... config.status: executing libtool commands
yes
checking for getegid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for geteuid... 4
checking size of long... no
checking for getgid... configure: creating cache ./config.cache
checking build system type... no
checking for getuid... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
4
checking for ANSI C header files... (cached) yes
checking whether the C compiler works... no
checking build system type... checking for mempcpy... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for munmap... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
no
o
checking for putenv... checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for setenv... 4
checking size of size_t... none needed
checking how to run the C preprocessor... config.status: creating Makefile
no
checking for setlocale... config.status: creating config.h
x86_64-w64-mingw32-gcc -E
config.status: executing gstdint.h commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stpcpy... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for strcasecmp... yes
checking for sys/types.h... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
checking for strdup... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdlib.h... yes
checking for strtoul... yes
checking for string.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 tsearch... yes
checking for memory.h... yes
yes
checking for __argz_count... checking for strings.h... 8
checking for long long... yes
checking for inttypes.h... no
checking for __argz_stringify... yes
checking for stdint.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_next... yes
checking size of long long... yes
checking for unistd.h... no
checking for __fsetlocking... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking for iconv... no
checking minix/config.h presence... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
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... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for working volatile... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... configure: updating cache ./config.cache
configure: creating ./config.status
void
checking for size_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... uint64_t
checking for intptr_t... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for uintptr_t... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for dirent.h that defines DIR... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for library containing opendir... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... none required
checking for fcntl... no
checking for kill... yes
checking for pid_t... no
checking for lstat... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
no
yes
checking for memmove... checking for library containing strerror... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
yes
checking for asprintf... checking for putenv... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for atexit... checking for select... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for basename... no
checking for setenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
no
checking for bcmp... checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
no
checking for strcasecmp... checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
no
checking for bsearch... checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
yes
checking for bzero... checking for tcgetattr... no
checking for calloc... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ffs... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for getcwd... yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for getpagesize... no
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for gettimeofday... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for index... no
checking for working strcoll... no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking fcntl.h usability... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking fcntl.h presence... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for insque... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for memcpy... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for memmem... checking locale.h usability... yes
checking locale.h presence... no
yes
checking for locale.h... checking for memmove... yes
checking pwd.h usability... no
checking pwd.h presence... yes
checking for mempcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for memset... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for mkstemps... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for random... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for snprintf... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strchr... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strncasecmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strndup... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... yes
checking for strrchr... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtod... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtol... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for strtoul... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for strtoll... yes
yes
checking for mbscasecmp... checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
yes
checking for __fsetlocking... checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrlimit... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for getrusage... configure: creating ./config.status
no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
config.status: executing default commands
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-30 19:07 [binutils-gdb] gdb: Fix sizeof for dynamic types other than arrays sergiodj+buildbot
@ 2018-07-30 19:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-30 19:31 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/2350>

Commit(s) tested:
	c8f2dc0dc967222673d71a0493958a587c53ae3c

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Fix sizeof for dynamic types other than arrays

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c8/c8f2dc0dc967222673d71a0493958a587c53ae3c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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: updating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
checking whether the C compiler works... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... yes
checking for C compiler default output file name... a.exe
/usr/bin/grep
checking for egrep... checking whether the C compiler works... checking for suffix of executables... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of object files... checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... yes
checking for style of include used by make... .exe
checking whether we are cross compiling... yes
GNU
checking for suffix of object files... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for stdlib.h... checking for ld used by x86_64-w64-mingw32-gcc... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
yes
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
BSD nm
checking whether ln -s works... yes
checking for autoheader... checking the maximum length of command line arguments... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for grep that handles long lines and -e... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
/usr/bin/grep
checking how to recognize dependent libraries... checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... ok
checking how to run the C preprocessor... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... yes
checking for ANSI C header files... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for memory.h... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for sys/stat.h... yes
yes
checking how to run the C preprocessor... checking for strings.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for string.h... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking whether NLS is requested... yes
checking for msgfmt... checking for stdint.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
yes
checking for msgmerge... /usr/bin/msgmerge
checking for memory.h... yes
yes
checking for sys/types.h... checking for unistd.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for strings.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
none required
checking for an ANSI C-conforming const... checking for inttypes.h... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
checking for inline... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
inline
checking for off_t... yes
checking for stdint.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 for unistd.h... checking for memory.h... 64
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for dlfcn.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for objdir... yes
.libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for getpagesize... yes
checking ctype.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for ctype.h... yes
yes
checking whether -lc should be explicitly linked in... checking stddef.h usability... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking dynamic linker characteristics... yes
checking stddef.h presence... Win32 ld.exe
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
yes
checking whether to build static libraries... checking for stddef.h... yes
checking for stdint.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for unsigned long long... yes
checking for inline... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking for inttypes.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for getpagesize... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking for sys/file.h... checking for ld used by GCC... yes
checking for uintptr_t... yes
checking for working mmap... no
yes
checking for memcpy... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/param.h... yes
checking for shared library run path origin... yes
checking for limits.h... done
checking argz.h usability... yes
yes
checking for int_least32_t... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for strerror... yes
checking for string.h... (cached) yes
no
checking argz.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... yes
checking for int_fast32_t... checking for sys/time.h... yes
checking for unistd.h... (cached) yes
yes
checking for time.h... yes
checking limits.h presence... yes
checking for sys/resource.h... yes
checking for limits.h... yes
configure: updating cache ./config.cache
yes
checking for uint64_t... checking locale.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking locale.h presence... no
checking for fcntl.h... yes
checking for locale.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking nl_types.h usability... checking for alloca.h... yes
checking for off_t... no
checking for sys/pstat.h... no
checking nl_types.h presence... no
checking for sys/sysmp.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... no
checking for sys/table.h... yes
checking size of int... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdio_ext.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for process.h... checking for feof_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
checking size of long... no
checking for mempcpy... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for setenv... checking whether the C compiler works... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stpcpy... o
checking whether we are using the GNU C compiler... 4
config.status: creating Makefile
checking size of size_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
config.status: creating config.h
checking for strcasecmp... config.status: executing gstdint.h commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking how to run the C preprocessor... checking for strdup... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for strtoul... checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for __argz_count... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... 8
checking for long long... no
yes
checking for __fsetlocking... checking for strings.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for inttypes.h... checking for iconv... yes
checking size of long long... yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... yes
checking for unistd.h... no
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
3.0.4, ok
checking whether NLS is requested... yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether included gettext is requested... no
checking for GNU gettext in libc... no
yes
checking for GNU gettext in libintl... checking minix/config.h usability... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
no
checking for working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for ssize_t... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... yes
checking for library containing strerror... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for memmove... none required
checking for asprintf... config.status: creating config.h
config.status: config.h is unchanged
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
yes
checking for atexit... checking for putenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
yes
checking for select... checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
yes
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for setlocale... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for strcasecmp... no
checking for bsearch... yes
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for tcgetattr... checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
yes
checking for vsnprintf... checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for isascii... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
no
checking for getcwd... x86_64-w64-mingw32-ranlib libdecnumber.a
checking for isxdigit... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpagesize... checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... no
checking for getpwnam... yes
no
checking for index... checking for getpwuid... no
no
checking for working strcoll... no
checking for insque... checking fcntl.h usability... yes
checking fcntl.h presence... no
yes
checking for fcntl.h... yes
checking for memchr... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking for memset... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for mkstemps... no
checking termios.h presence... no
checking for putenv... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for random... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for rename... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... 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... checking for sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtol... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for strtoul... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for tmpnam... yes
no
checking for mbsrtowcs... checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
no
checking for wctype... checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrlimit... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for getrusage... configure: creating ./config.status
no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for psignal... config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-30 15:34 [binutils-gdb] Fix crash with -D_GLIBCXX_DEBUG sergiodj+buildbot
@ 2018-07-30 16:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-30 16:08 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/2349>

Commit(s) tested:
	463c08d160e55d6eaf0f9bc3729781ce90f4de3f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix crash with -D_GLIBCXX_DEBUG

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/46/463c08d160e55d6eaf0f9bc3729781ce90f4de3f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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 ./config.status
x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether the C compiler works... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... yes
checking for sys/types.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for sys/stat.h... yes
checking for style of include used by make... o
checking whether we are using the GNU C compiler... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... o
checking whether we are using the GNU C compiler... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
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... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking whether the shell understands "+="... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for grep that handles long lines and -e... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking for sys/types.h... yes
ok
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for ANSI C header files... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking minix/config.h usability... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for sys/types.h... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking for strings.h... checking how to run the C preprocessor... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for stdlib.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32-gcc -E
/usr/bin/xgettext
yes
checking for msgmerge... checking for inttypes.h... /usr/bin/msgmerge
yes
checking for string.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for stdint.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for memory.h... yes
yes
checking for sys/types.h... checking for unistd.h... none required
checking for an ANSI C-conforming const... yes
checking for strings.h... yes
yes
checking for inline... checking for sys/stat.h... yes
checking minix/config.h usability... yes
inline
checking for off_t... checking for inttypes.h... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... yes
checking for string.h... yes
checking for size_t... yes
checking for unistd.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... yes
checking for dlfcn.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for objdir... .libs
no
checking for alloca... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for stdint.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... checking for getpagesize... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking ctype.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for ctype.h... yes
yes
checking for stdint.h... checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for unsigned long long... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... 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... x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for inttypes.h... yes
checking for inline... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking for sys/param.h... yes
checking stdio.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... yes
checking for getpagesize... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for uintptr_t... checking for sys/file.h... done
yes
checking argz.h usability... yes
checking for working mmap... no
checking for memcpy... checking for sys/param.h... yes
checking for limits.h... no
checking argz.h presence... yes
checking for int_least32_t... yes
checking for stdlib.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... yes
checking for malloc.h... checking for strerror... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... yes
checking limits.h presence... checking for strings.h... (cached) yes
yes
checking for limits.h... checking for sys/time.h... yes
yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking for time.h... yes
checking for uint64_t... yes
configure: updating cache ./config.cache
checking for sys/resource.h... yes
checking locale.h presence... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for locale.h... yes
no
checking for sys/stat.h... (cached) yes
checking nl_types.h usability... checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for fcntl.h... yes
no
checking nl_types.h presence... checking for alloca.h... yes
checking for off_t... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
checking for sys/table.h... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/systemcfg.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
no
checking for fgets_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... no
make[1]: Nothing to be done for 'all-target'.
checking for mempcpy... mkdir -p -- ./readline
Configuring in ./readline
4
checking size of long... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
no
checking build system type... checking for putenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... configure: creating cache ./config.cache
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
no
checking for setlocale... checking whether the C compiler works... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for C compiler default output file name... a.exe
checking for stpcpy... checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for strcasecmp... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
o
checking whether we are using the GNU C compiler... config.status: executing gstdint.h commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for strdup... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking how to run the C preprocessor... checking for strtoul... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... yes
checking for sys/types.h... no
yes
checking for __argz_stringify... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/stat.h... yes
checking for stdlib.h... no
checking for __argz_next... yes
checking for string.h... no
checking for __fsetlocking... yes
8
checking for long long... checking for memory.h... no
checking for iconv... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
yes
checking size of long long... checking for inttypes.h... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bison... bison
checking version of bison... yes
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 stdint.h... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking minix/config.h usability... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
config.status: creating Makefile
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 config.intl
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking return type of signal handlers... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for ssize_t... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... no
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 lstat... x86_64-w64-mingw32-ranlib libz.a
none required
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for asprintf... no
checking for memmove... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for putenv... yes
checking for basename... yes
checking for select... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for bcmp... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for setlocale... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
rm -f libdecnumber.a
checking for bsearch... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
config.status: creating config.h
checking for strcasecmp... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for bzero... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for strpbrk... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for isxdigit... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
yes
checking for getpwent... checking for gettimeofday... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwnam... yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for memcmp... checking varargs.h usability... no
checking varargs.h presence... yes
checking for memcpy... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for memmem... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for putenv... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for rindex... checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for setenv... no
checking for sys/stream.h... no
checking sys/select.h usability... no
no
checking sys/select.h presence... checking for snprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for sigsetmask... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for strstr... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtoul... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoll... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoull... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for vprintf... yes
no
checking for wcrtomb... checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcswidth... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for iswupper... checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for towlower... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for getrlimit... no
checking for wchar_t in wchar.h... no
checking for getrusage... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getsysinfo... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for pstat_getdynamic... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-30 14:44 [binutils-gdb] Remove old lint code sergiodj+buildbot
@ 2018-07-30 15:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-30 15:04 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/2348>

Commit(s) tested:
	dba7455e76f87abe81cc9e4e9b1f979c1da02846

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove old lint code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/db/dba7455e76f87abe81cc9e4e9b1f979c1da02846/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking whether the C compiler works... yes
configure: creating ./config.status
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... checking whether the C compiler works... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -F
yes
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... none needed
checking how to run the C preprocessor... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
ok
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... yes
yes
checking for sys/stat.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for unistd.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for string.h... yes
checking for sys/stat.h... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for memory.h... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... yes
yes
checking for strings.h... checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for inttypes.h... checking for xgettext... /usr/bin/xgettext
checking for memory.h... checking for msgmerge... /usr/bin/msgmerge
yes
checking for stdint.h... yes
checking build system type... checking for strings.h... x86_64-pc-linux-gnu
checking host system type... yes
checking for sys/types.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for unistd.h... yes
yes
checking for inttypes.h... checking for sys/stat.h... none required
checking for an ANSI C-conforming const... yes
yes
checking minix/config.h usability... yes
checking for stdint.h... checking for stdlib.h... yes
checking for inline... inline
checking for off_t... no
checking minix/config.h presence... yes
yes
checking for unistd.h... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for dlfcn.h... checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
no
checking for objdir... checking for strings.h... .libs
64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
no
checking for alloca... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for unistd.h... (cached) yes
yes
checking for unistd.h... checking for sys/param.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking ctype.h usability... checking for getpagesize... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... yes
yes
checking for working mmap... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for ctype.h... yes
yes
checking dynamic linker characteristics... no
checking whether integer division by zero raises SIGFPE... checking stddef.h usability... guessing no
checking for inttypes.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for unsigned long long... checking for sys/param.h... checking stdio.h usability... yes
checking for an ANSI C-conforming const... yes
checking for getpagesize... yes
checking for inttypes.h... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking whether the inttypes.h PRIxNN macros are broken... inline
checking whether byte ordering is bigendian... yes
checking for working mmap... no
checking for memcpy... no
checking for ld used by GCC... yes
checking for uintptr_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
done
checking for strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
checking argz.h usability... checking for sys/file.h... yes
checking for int_least32_t... yes
checking for sys/param.h... no
checking argz.h presence... yes
yes
checking for unistd.h... (cached) yes
checking for limits.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
configure: updating cache ./config.cache
checking for string.h... (cached) yes
yes
checking limits.h presence... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking for strings.h... (cached) yes
yes
checking for uint64_t... checking locale.h usability... checking for sys/time.h... yes
checking for time.h... yes
yes
checking locale.h presence... checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for off_t... no
no
checking for fcntl.h... checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for alloca.h... no
checking for sys/pstat.h... no
yes
checking malloc.h presence... checking for sys/sysmp.h... yes
checking size of int... yes
checking for malloc.h... yes
no
checking for sys/sysinfo.h... checking stddef.h usability... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/systemcfg.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
no
checking for fgets_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... 4
checking size of long... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for getegid... no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
configure: creating cache ./config.cache
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for putenv... checking whether the C compiler works... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
no
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
no
checking whether we are cross compiling... yes
checking for setlocale... checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking for stpcpy... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
no
config.status: creating config.h
checking for strcasecmp... 4
config.status: executing gstdint.h commands
checking size of size_t... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for strdup... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
checking for sys/stat.h... yes
checking for __argz_count... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for stdlib.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for string.h... checking for __argz_stringify... yes
checking for memory.h... no
checking for __argz_next... yes
checking for strings.h... no
checking for __fsetlocking... 8
checking for long long... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... no
checking for iconv... yes
checking for stdint.h... yes
checking size of long long... no, consider installing GNU libiconv
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
yes
3.0.4, ok
checking whether NLS is requested... yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether included gettext is requested... no
checking for GNU gettext in libc... checking minix/config.h usability... no
checking for GNU gettext in libintl... no
checking minix/config.h presence... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
yes
checking return type of signal handlers... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for uintptr_t... no
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
checking for dirent.h that defines DIR... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-trees.Tpo .deps/libz_a-trees.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing opendir... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for fcntl... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for kill... yes
checking for pid_t... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
yes
checking for library containing strerror... checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
none required
checking for asprintf... yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for atexit... yes
checking for select... yes
checking for basename... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for bcmp... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for bcopy... yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for bsearch... yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for clock... yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
yes
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for ffs... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for isxdigit... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for getcwd... yes
checking for getpwent... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for getpagesize... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for getpwnam... yes
checking for gettimeofday... no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for insque... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for memmem... checking locale.h usability... yes
checking locale.h presence... no
yes
checking for locale.h... yes
checking for memmove... checking pwd.h usability... no
checking pwd.h presence... yes
checking for mempcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for memset... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for mkstemps... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for random... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for snprintf... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strchr... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strdup... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strncasecmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strndup... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strrchr... no
checking for tgetent in -ltermcap... yes
checking for strstr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtod... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtol... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoul... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for vsnprintf... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for iswlower... no
checking for fork... yes
checking for iswupper... no
checking for vfork... yes
no
checking for _doprnt... checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... yes
no
checking for iswctype... checking for __fsetlocking... yes
no
checking for nl_langinfo and CODESET... checking for canonicalize_file_name... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrlimit... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrusage... no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for gettimeofday... (cached) yes
config.status: creating examples/Makefile
checking for on_exit... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-30 13:14 [binutils-gdb] Prevent a seg-fault in the linker when trying to process SH object files with bogus relocs sergiodj+buildbot
@ 2018-07-30 13:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-30 13:34 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/2347>

Commit(s) tested:
	a05b9f5e1eb8f01eea23eff3902fa57f1f28a4e1

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent a seg-fault in the linker when trying to process SH object files with bogus relocs.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a0/a05b9f5e1eb8f01eea23eff3902fa57f1f28a4e1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
config.status: creating Makefile
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
checking build system type... none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
x86_64-pc-linux-gnu
checking host system type... checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... yes
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/stat.h... .exe
yes
checking for style of include used by make... checking whether we are cross compiling... yes
checking for suffix of object files... GNU
checking dependency style of x86_64-w64-mingw32-gcc... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... gcc3
checking how to print strings... o
printf
checking whether we are using the GNU C compiler... checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 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... none needed
checking how to run the C preprocessor... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... x86_64-w64-mingw32-gcc -E
yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... checking for ANSI C header files... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for stdlib.h... checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking minix/config.h usability... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for sys/stat.h... checking for string.h... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdlib.h... checking for memory.h... yes
checking how to run the C preprocessor... yes
checking whether make sets $(MAKE)... yes
yes
x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for string.h... checking for strings.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for grep that handles long lines and -e... checking for msgmerge... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/msgmerge
yes
yes
checking for inttypes.h... checking for memory.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for stdint.h... yes
yes
checking for sys/types.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
yes
yes
checking for sys/stat.h... checking for unistd.h... checking for inttypes.h... yes
checking for inline... inline
checking for off_t... yes
yes
yes
checking minix/config.h usability... checking for stdlib.h... checking for stdint.h... yes
no
checking minix/config.h presence... checking for string.h... yes
checking for unistd.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking for memory.h... yes
checking for dlfcn.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strings.h... no
checking for objdir... .libs
64
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
no
checking for alloca... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking ctype.h usability... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether -lc should be explicitly linked in... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdint.h... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for inttypes.h... checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for getpagesize... yes
checking for inline... no
checking for ld used by GCC... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for working mmap... no
yes
checking for uintptr_t... checking for memcpy... done
checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking for int_least32_t... checking for strerror... no
checking argz.h presence... yes
checking for sys/param.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for limits.h... yes
checking for int_fast32_t... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
yes
checking limits.h presence... checking for malloc.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for string.h... (cached) yes
configure: updating cache ./config.cache
checking for unistd.h... yes
(cached) yes
checking for uint64_t... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking locale.h presence... yes
checking for time.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
yes
checking what to include in gstdint.h... checking for sys/resource.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking nl_types.h presence... yes
checking for off_t... no
no
checking for nl_types.h... no
checking for fcntl.h... checking malloc.h usability... yes
checking for alloca.h... no
checking for sys/pstat.h... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for sys/sysmp.h... checking stddef.h usability... yes
checking size of int... no
checking for sys/sysinfo.h... yes
checking stddef.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/table.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... checking for feof_unlocked... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for fgets_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking size of int... yes
checking for getegid... 4
checking size of long... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... no
config.status: executing libtool commands
checking for getgid... no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... yes
4
checking for munmap... checking size of long... configure: creating cache ./config.cache
checking build system type... 4
checking for ANSI C header files... (cached) yes
no
x86_64-pc-linux-gnu
checking for putenv... checking host system type... checking build system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stpcpy... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for strcasecmp... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... 4
checking size of size_t... yes
checking for strdup... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
checking for sys/types.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
checking for __argz_count... yes
checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... no
yes
checking for __fsetlocking... checking for strings.h... yes
checking for inttypes.h... no
checking for iconv... 8
checking for long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
yes
checking size of long long... checking for unistd.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
checking minix/config.h usability... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
config.status: creating config.h
no
checking for working volatile... config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... none required
checking for fcntl... yes
checking for ssize_t... no
checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for pid_t... no
checking for lstat... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for library containing strerror... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for putenv... config.status: creating config.h
none required
checking for asprintf... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for atexit... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for strpbrk... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for tcgetattr... yes
checking for bzero... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for isascii... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for isxdigit... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking for getpwnam... plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwuid... yes
checking for gettimeofday... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for index... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for insque... checking varargs.h usability... no
checking varargs.h presence... no
checking for memchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for memcmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memmem... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for memmove... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mempcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for memset... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for mkstemps... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for putenv... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for random... checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for rename... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for rindex... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for snprintf... 64
checking for type of signal functions... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strchr... yes
checking whether signal handlers are of type void... yes
checking for strdup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strncasecmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strndup... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for strnlen... no
checking for tgetent... yes
checking for strrchr... no
checking for tgetent in -ltermcap... yes
checking for strstr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtod... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for strtol... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strtoul... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for vasprintf... yes
no
checking for wcrtomb... checking for vfprintf... yes
checking for wcscoll... yes
checking for vprintf... yes
checking for wcsdup... yes
checking for vsnprintf... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
yes
checking for wcswidth... checking for waitpid... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for setproctitle... no
checking whether alloca needs Cray hooks... yes
checking for iswlower... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswupper... no
checking for vfork... yes
checking for towlower... no
checking for _doprnt... yes
checking for towupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswctype... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for canonicalize_file_name... yes
checking for wctype_t in wctype.h... no
checking for dup3... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrusage... no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for gettimeofday... (cached) yes
config.status: creating shlib/Makefile
checking for on_exit... config.status: creating config.h
config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-30 11:50 [binutils-gdb] Add support for the C_SKY series of processors sergiodj+buildbot
@ 2018-07-30 12:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-30 12:03 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/2346>

Commit(s) tested:
	b8891f8d622a31306062065813fc278d8a94fe21

Author(s) (in the same order as the commits):
	Andrew Jenner <andrew@codesourcery.com>

Subject:
	Add support for the C_SKY series of processors.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b8/b8891f8d622a31306062065813fc278d8a94fe21/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: creating cache ./config.cache
checking whether the C compiler works... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /usr/bin/mkdir -p
makeinfo --split-size=5000000
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for perl... perl
none needed
checking how to run the C preprocessor... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... x86_64-w64-mingw32-gcc -E
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for style of include used by make... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... GNU
/usr/bin/grep -E
checking for ANSI C header files... checking dependency style of x86_64-w64-mingw32-gcc... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking whether the C compiler works... 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
x86_64-w64-mingw32-gcc -E
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... ok
yes
checking how to run the C preprocessor... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for sys/types.h... checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... checking for memory.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
yes
checking for strings.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for inttypes.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking for stdint.h... checking for strings.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking how to run the C preprocessor... yes
yes
yes
checking for unistd.h... checking for unistd.h... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking minix/config.h usability... yes
checking for sys/types.h... yes
checking for dlfcn.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
no
checking minix/config.h presence... checking for sys/stat.h... no
checking for objdir... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... .libs
yes
yes
checking whether make sets $(MAKE)... checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
yes
checking for msgmerge... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... /usr/bin/msgmerge
checking for string.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 64
checking build system type... checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
none required
checking for an ANSI C-conforming const... checking for strings.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether -lc should be explicitly linked in... yes
checking for inttypes.h... yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... inline
checking for off_t... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdint.h... yes
checking dynamic linker characteristics... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... 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... x86_64-w64-mingw32-gcc -E
yes
checking for size_t... yes
checking ctype.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for working alloca.h... yes
checking for an ANSI C-conforming const... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
no
checking for alloca... checking for getpagesize... checking stddef.h usability... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking for working mmap... no
checking for unistd.h... (cached) yes
yes
checking for stddef.h... yes
checking for memcpy... checking for sys/param.h... checking for string.h... (cached) yes
checking stdio.h usability... yes
yes
yes
checking stdio.h presence... checking for getpagesize... checking for strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stdio.h... yes
checking for sys/file.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for unistd.h... (cached) yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for sys/param.h... yes
checking for uintptr_t... configure: updating cache ./config.cache
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for stdint.h... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking for unsigned long long... checking for malloc.h... yes
checking for int_least32_t... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_fast32_t... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for time.h... yes
checking for uint64_t... yes
checking for sys/resource.h... no
checking for ld used by GCC... no
checking for sys/stat.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/mman.h... yes
checking what to include in gstdint.h... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for fcntl.h... yes
checking for alloca.h... yes
checking for off_t... no
done
checking for sys/pstat.h... checking argz.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking argz.h presence... no
checking for machine/hal_sysinfo.h... no
checking for argz.h... no
checking limits.h usability... yes
checking size of int... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking limits.h presence... no
checking for sys/systemcfg.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking nl_types.h presence... no
checking whether time.h and sys/time.h may both be included... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking whether errno must be declared... config.status: creating Makefile
yes
checking malloc.h presence... no
checking size of int... yes
checking for malloc.h... yes
checking stddef.h usability... config.status: executing depfiles commands
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
4
checking size of long... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
config.status: executing libtool commands
checking for feof_unlocked... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... configure: creating cache ./config.cache
yes
checking build system type... checking for getegid... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for geteuid... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... no
checking for getgid... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for getuid... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
o
checking whether we are using the GNU C compiler... checking for mempcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 4
checking size of size_t... config.status: creating Makefile
yes
checking for munmap... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
config.status: creating config.h
checking for putenv... config.status: executing gstdint.h commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for setenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... no
checking for setlocale... yes
checking for sys/stat.h... yes
checking for stpcpy... yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdlib.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for string.h... checking for strcasecmp... yes
checking for memory.h... yes
checking for strdup... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strings.h... yes
8
checking for strtoul... checking for long long... yes
checking for inttypes.h... yes
yes
checking for tsearch... checking for stdint.h... yes
checking size of long long... yes
checking for unistd.h... yes
checking for __argz_count... yes
checking minix/config.h usability... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
no
checking minix/config.h presence... checking for __argz_stringify... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for __argz_next... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __fsetlocking... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for iconv... no
checking for working volatile... yes
checking return type of signal handlers... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... void
checking for size_t... no
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... 8
checking for a 64-bit type... no
checking for GNU gettext in libintl... uint64_t
checking for intptr_t... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for ssize_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... config.status: creating Makefile
yes
checking for ssize_t... config.status: creating config.intl
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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.h
yes
checking for library containing opendir... config.status: executing default-1 commands
yes
checking for pid_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... no
checking for kill... yes
checking for library containing strerror... no
checking for lstat... none required
checking for asprintf... no
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
checking for memmove... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for atexit... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 putenv... yes
checking for basename... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for select... x86_64-w64-mingw32-ranlib libz.a
no
checking for setenv... yes
checking for bcmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for setlocale... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for bcopy... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for strcasecmp... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for bsearch... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for strpbrk... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for tcgetattr... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for vsnprintf... yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for isascii... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
no
checking for isxdigit... checking for getcwd... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for getpagesize... yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for gettimeofday... no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for index... no
checking for getpwuid... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
yes
checking fcntl.h presence... checking for memchr... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking varargs.h usability... yes
checking for memcmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for memcpy... no
checking varargs.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for varargs.h... no
checking stdarg.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
yes
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for mkstemps... no
checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for random... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for rindex... no
checking sys/pte.h presence... no
checking for setenv... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for snprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for sigsetmask... no
checking for sys/select.h... no
checking sys/file.h usability... no
yes
checking sys/file.h presence... checking for stpcpy... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strdup... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strncasecmp... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strndup... yes
checking whether signal handlers are of type void... no
checking for strnlen... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strrchr... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for strstr... yes
checking for struct dirent.d_fileno... yes
checking for strtod... no
checking for tgetent... yes
checking for strtol... no
checking for tgetent in -ltermcap... yes
checking for strtoul... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoll... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoull... yes
checking wchar.h presence... yes
checking for strverscmp... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for tmpnam... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for vasprintf... no
checking for mbscmp... yes
checking for vfprintf... no
checking for mbsnrtowcs... yes
checking for vprintf... no
checking for mbsrtowcs... yes
checking for vsnprintf... yes
checking for mbschr... yes
checking for vsprintf... no
checking for wcrtomb... yes
checking for waitpid... yes
checking for wcscoll... no
checking for setproctitle... yes
checking for wcsdup... yes
checking for wcwidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wctype... no
checking for vfork... yes
checking for wcswidth... no
checking for _doprnt... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswlower... no
checking for external symbol _system_configuration... yes
no
checking for __fsetlocking... checking for iswupper... no
yes
checking for canonicalize_file_name... checking for towlower... no
checking for dup3... yes
checking for towupper... no
checking for getrlimit... yes
checking for iswctype... no
checking for getrusage... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getsysinfo... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking configuration for building shared libraries... supported
no
checking for psignal... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for realpath... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for setrlimit... config.status: creating config.h
config.status: executing default commands
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-28 19:47 [binutils-gdb] gdb: Don't call gdb_load_shlib unless GDB is running sergiodj+buildbot
@ 2018-07-28 20:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-28 20:03 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/2345>

Commit(s) tested:
	c708f4d256f1f1a92310fcb323a108d95d5fd5da

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Don't call gdb_load_shlib unless GDB is running

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c7/c708f4d256f1f1a92310fcb323a108d95d5fd5da/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... configure: creating cache ./config.cache
/usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
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 ./config.status
x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for perl... perl
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/stat.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... .exe
o
checking whether we are using the GNU C compiler... checking whether we are cross compiling... yes
checking for suffix of object files... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
x86_64-w64-mingw32-gcc -E
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
ok
checking how to run the C preprocessor... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... checking for ANSI C header files... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking minix/config.h usability... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for sys/stat.h... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for stdlib.h... yes
checking how to run the C preprocessor... yes
yes
checking whether make sets $(MAKE)... checking for strings.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
x86_64-w64-mingw32-gcc -E
checking for msgfmt... checking for string.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for grep that handles long lines and -e... /usr/bin/xgettext
yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for msgmerge... checking for inttypes.h... /usr/bin/msgmerge
yes
checking for memory.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for stdint.h... yes
yes
checking for strings.h... checking for sys/types.h... yes
none required
checking for an ANSI C-conforming const... checking for unistd.h... yes
yes
checking for sys/stat.h... checking for inttypes.h... yes
checking for inline... yes
inline
checking for off_t... checking minix/config.h usability... yes
yes
checking for stdlib.h... checking for stdint.h... no
checking minix/config.h presence... yes
checking for string.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for unistd.h... yes
yes
checking for size_t... checking for memory.h... yes
yes
checking for dlfcn.h... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strings.h... no
checking for objdir... .libs
64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking dynamic linker characteristics... checking stddef.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
yes
checking whether stripping libraries is possible... checking for stdint.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... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdio.h usability... checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking stdio.h presence... yes
checking for inline... yes
yes
checking for getpagesize... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... yes
checking for working mmap... no
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for memcpy... yes
checking for shared library run path origin... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking argz.h usability... checking for sys/file.h... yes
yes
checking for strerror... yes
checking for int_least32_t... checking for sys/param.h... yes
no
checking argz.h presence... checking for limits.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
yes
checking limits.h presence... configure: updating cache ./config.cache
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for limits.h... yes
checking for strings.h... (cached) yes
yes
checking for uint64_t... checking locale.h usability... checking for sys/time.h... yes
checking for time.h... yes
checking locale.h presence... yes
checking for sys/resource.h... yes
checking for locale.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking nl_types.h usability... checking for an ANSI C-conforming const... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for off_t... no
no
checking nl_types.h presence... checking for fcntl.h... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for alloca.h... no
checking for sys/pstat.h... yes
checking malloc.h presence... no
checking for sys/sysmp.h... yes
checking size of int... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... no
checking for sys/table.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/sysctl.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for sys/systemcfg.h... checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for fgets_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... 4
checking size of long... yes
checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
no
checking for getuid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
yes
checking size of long... checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking build system type... checking target system type... no
x86_64-w64-mingw32
x86_64-pc-linux-gnu
checking host system type... checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for putenv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for setenv... no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stpcpy... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
no
checking for strcasecmp... config.status: creating config.h
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing gstdint.h commands
4
checking size of size_t... none needed
checking how to run the C preprocessor... yes
checking for strdup... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for tsearch... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for __argz_count... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... yes
no
checking for strings.h... checking for __fsetlocking... 8
checking for long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... no
checking for iconv... yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... no
checking for LC_MESSAGES... checking for unistd.h... no
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... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
configure: updating cache ./config.cache
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
config.status: creating config.h
no
checking for working volatile... config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... none required
checking for fcntl... yes
checking for ssize_t... no
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for kill... yes
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
checking for pid_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for memmove... yes
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for putenv... none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for select... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for basename... no
checking for setlocale... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
checking for bcmp... yes
checking for strcasecmp... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for bcopy... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for strpbrk... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for calloc... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for isascii... yes
checking for clock... yes
checking for isxdigit... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for ffs... yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for getpwnam... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for getpwuid... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for unistd.h... (cached) yes
no
checking for insque... checking for stdlib.h... (cached) yes
checking varargs.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
no
checking varargs.h presence... checking for memchr... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking for varargs.h... no
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
checking stdarg.h usability... make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking stdarg.h presence... checking for memcmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memmem... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for memmove... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for mempcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for memset... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for mkstemps... no
checking termio.h presence... no
no
checking for termio.h... no
checking for putenv... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for random... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for rename... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for snprintf... 64
checking for type of signal functions... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strchr... yes
checking whether signal handlers are of type void... yes
checking for strdup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strncasecmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strndup... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strrchr... no
checking for tgetent in -ltermcap... yes
checking for strstr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtod... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtol... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoul... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
yes
checking for wcscoll... checking for vprintf... yes
checking for wcsdup... yes
checking for vsnprintf... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for iswlower... no
checking for fork... yes
checking for iswupper... no
checking for vfork... yes
no
checking for _doprnt... checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for sys_siglist... checking for towupper... no
checking for external symbol _system_configuration... yes
checking for iswctype... no
checking for __fsetlocking... yes
checking for nl_langinfo and CODESET... no
checking for canonicalize_file_name... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for dup3... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking for getrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrusage... no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for gettimeofday... (cached) yes
config.status: creating shlib/Makefile
checking for on_exit... config.status: creating config.h
config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-28  8:33 [binutils-gdb] [gdb/exp] Interpret size of vla with unknown size as <optimized out> sergiodj+buildbot
@ 2018-07-28  8:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-28  8:52 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/2344>

Commit(s) tested:
	37cc0caeca4c9a8552370040f4cfeaeceaa03369

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/exp] Interpret size of vla with unknown size as <optimized out>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/37/37cc0caeca4c9a8552370040f4cfeaeceaa03369/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... configure: creating cache ./config.cache
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether make supports nested variables... yes
configure: updating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... .exe
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether we are cross compiling... yes
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether the C compiler works... checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for ANSI C header files... yes
yes
checking for stdlib.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for unistd.h... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for sys/types.h... yes
yes
yes
checking minix/config.h usability... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
no
checking minix/config.h presence... checking for strings.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdlib.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking whether make sets $(MAKE)... checking for string.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
checking how to run the C preprocessor... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
checking for stdint.h... checking for msgmerge... /usr/bin/msgmerge
yes
x86_64-w64-mingw32-gcc -E
checking for memory.h... checking build system type... yes
checking for grep that handles long lines and -e... checking for unistd.h... x86_64-pc-linux-gnu
checking host system type... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for strings.h... yes
checking minix/config.h usability... yes
none required
checking for an ANSI C-conforming const... checking for inttypes.h... yes
checking for sys/types.h... yes
checking for inline... no
checking minix/config.h presence... yes
yes
inline
checking for off_t... checking for stdint.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking for unistd.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
yes
checking for size_t... checking for dlfcn.h... checking for string.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
no
checking for objdir... checking whether x86_64-w64-mingw32-gcc supports -Wall... .libs
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working alloca.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for alloca... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking ctype.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for stdint.h... checking ctype.h presence... yes
checking dynamic linker characteristics... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for an ANSI C-conforming const... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for unsigned long long... 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... x86_64-w64-mingw32-gcc -E
yes
checking for inline... yes
checking stddef.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
checking stdio.h usability... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stdio.h presence... yes
checking for getpagesize... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stdio.h... yes
no
checking for ld used by GCC... checking for sys/file.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/param.h... yes
checking for shared library run path origin... yes
yes
checking for working mmap... no
checking for limits.h... done
checking for memcpy... yes
checking argz.h usability... checking for uintptr_t... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
no
checking argz.h presence... yes
checking for unistd.h... (cached) yes
checking for strerror... yes
checking for int_least32_t... checking for strings.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking for sys/time.h... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
yes
checking limits.h presence... yes
checking for int_fast32_t... yes
yes
checking for limits.h... yes
checking for sys/resource.h... checking locale.h usability... no
configure: updating cache ./config.cache
checking for sys/stat.h... (cached) yes
checking that generated files are newer than configure... done
checking for sys/mman.h... configure: creating ./config.status
yes
checking for uint64_t... no
yes
checking locale.h presence... checking for fcntl.h... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for alloca.h... no
checking for sys/pstat.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking nl_types.h presence... no
checking for sys/sysmp.h... no
checking for nl_types.h... no
no
yes
checking for off_t... checking malloc.h usability... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
yes
checking malloc.h presence... checking for sys/table.h... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for sys/sysctl.h... yes
checking size of int... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... no
checking for stdint.h... (cached) yes
yes
checking for stddef.h... yes
checking for stdio_ext.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for process.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for fgets_unlocked... yes
checking whether errno must be declared... no
no
checking size of int... checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... 4
checking size of long... config.status: creating Makefile
no
checking for geteuid... config.status: executing depfiles commands
no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
checking size of long... no
checking for mempcpy... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
no
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for stpcpy... 4
checking size of size_t... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
o
checking whether we are using the GNU C compiler... checking for strcasecmp... config.status: creating Makefile
config.status: creating config.h
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: executing gstdint.h commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strdup... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/types.h... checking for __argz_count... yes
checking for sys/stat.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for stdlib.h... no
checking for __argz_next... yes
checking for string.h... 8
checking for long long... yes
no
checking for __fsetlocking... checking for memory.h... yes
checking for strings.h... no
checking for iconv... yes
checking size of long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for inttypes.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking for stdint.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
checking for unistd.h... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking minix/config.h usability... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking minix/config.h presence... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for function prototypes... yes
checking whether char is unsigned... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
no
checking for working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
void
checking for size_t... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ANSI C header files... checking for ssize_t... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for pid_t... none required
checking for fcntl... no
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
checking for kill... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing strerror... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... none required
checking for asprintf... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
no
checking for memmove... checking for atexit... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for putenv... yes
checking for basename... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for select... yes
checking for bcmp... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for setenv... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for setlocale... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for strcasecmp... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for strpbrk... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
yes
checking for tcgetattr... checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
yes
checking for vsnprintf... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for isascii... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for getpagesize... checking for isxdigit... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
checking for gettimeofday... checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for index... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
no
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for insque... no
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for getpwuid... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for memchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for memcmp... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for mempcpy... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for memset... checking pwd.h usability... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for mkstemps... checking for memory.h... (cached) yes
checking termcap.h usability... no
yes
checking termcap.h presence... checking for putenv... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for random... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for rindex... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for setenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for snprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for stpcpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strncasecmp... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
no
checking for FIONREAD in sys/ioctl.h... checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for strstr... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strtoul... yes
checking wctype.h presence... yes
checking for strtoll... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for strtoull... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for strverscmp... no
checking for langinfo.h... no
checking for mbrlen... no
checking for tmpnam... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for vasprintf... yes
no
checking for mbsnrtowcs... checking for vfprintf... no
checking for mbsrtowcs... yes
checking for vprintf... yes
checking for mbschr... yes
checking for vsnprintf... no
checking for wcrtomb... yes
checking for vsprintf... yes
checking for wcscoll... yes
checking for waitpid... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
checking for iswlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towlower... no
checking for canonicalize_file_name... yes
checking for towupper... no
checking for dup3... yes
checking for iswctype... no
checking for getrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrusage... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for getsysinfo... yes
checking configuration for building shared libraries... no
checking for gettimeofday... (cached) yes
checking for on_exit... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for psignal... no
checking for pstat_getdynamic... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for pstat_getstatic... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for realpath... config.status: creating config.h
config.status: executing default commands
no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-27 20:23 [binutils-gdb] Improve gcore manpage and clarify "-o" option sergiodj+buildbot
@ 2018-07-27 20:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-27 20:31 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/2343>

Commit(s) tested:
	129eb0f1f16dc7a49799a024a7bcb109d954a1e7

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Improve gcore manpage and clarify "-o" option

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/12/129eb0f1f16dc7a49799a024a7bcb109d954a1e7/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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 a BSD-compatible install... /usr/bin/install -c
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... .exe
checking whether we are cross compiling... yes
x86_64-w64-mingw32
checking for suffix of object files... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
o
checking whether we are using the GNU C compiler... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
config.status: creating Makefile
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
none needed
checking how to run the C preprocessor... checking build system type... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for C compiler default output file name... a.exe
/usr/bin/grep -E
checking for ANSI C header files... checking for suffix of executables... o
checking whether we are using the GNU C compiler... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for style of include used by make... none needed
checking how to run the C preprocessor... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking whether the C compiler works... yes
x86_64-w64-mingw32-gcc -E
checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdlib.h... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for string.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... x86_64-w64-mingw32-gcc -E
yes
checking for strings.h... yes
yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking for stdint.h... checking for stdint.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for stdlib.h... checking for unistd.h... checking for unistd.h... yes
checking how to run the C preprocessor... yes
checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... yes
yes
checking minix/config.h usability... checking minix/config.h usability... yes
checking for strings.h... no
checking minix/config.h presence... yes
checking for sys/types.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for inttypes.h... yes
checking for sys/stat.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for stdint.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
checking for msgmerge... checking for stdlib.h... /usr/bin/msgmerge
yes
checking for unistd.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for string.h... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... none required
checking for an ANSI C-conforming const... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inline... inline
checking for off_t... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for inttypes.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... yes
checking for size_t... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking ctype.h usability... yes
checking for an ANSI C-conforming const... yes
checking for working alloca.h... no
checking for alloca... yes
checking dynamic linker characteristics... yes
checking for inline... yes
checking ctype.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... inline
checking whether byte ordering is bigendian... yes
checking for ctype.h... 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... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for sys/param.h... yes
checking for stddef.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for getpagesize... yes
checking for getpagesize... checking for sys/file.h... yes
checking stdio.h presence... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for stdio.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/param.h... yes
checking for working mmap... no
checking for memcpy... yes
yes
checking for limits.h... checking for stdint.h... yes
checking for stdlib.h... (cached) yes
yes
checking for uintptr_t... checking for malloc.h... yes
checking for unsigned long long... yes
yes
checking for strerror... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_least32_t... yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for int_fast32_t... yes
checking for time.h... no
checking for ld used by GCC... yes
checking for sys/resource.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... no
yes
checking for shared library run path origin... checking for sys/stat.h... (cached) yes
yes
checking for uint64_t... checking for sys/mman.h... no
checking for fcntl.h... yes
done
checking for alloca.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking argz.h usability... checking for an ANSI C-conforming const... no
checking for sys/pstat.h... yes
checking for off_t... no
checking for sys/sysmp.h... no
checking argz.h presence... no
no
checking for argz.h... no
checking for sys/sysinfo.h... checking limits.h usability... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking limits.h presence... yes
checking size of int... yes
checking for limits.h... yes
no
checking for sys/sysctl.h... checking locale.h usability... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking locale.h presence... checking for stdio_ext.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for process.h... yes
checking for sys/prctl.h... no
no
checking nl_types.h presence... checking for sys/wait.h that is POSIX.1 compatible... no
checking for nl_types.h... no
checking malloc.h usability... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking size of int... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
config.status: creating Makefile
checking for feof_unlocked... 4
checking size of long... config.status: executing depfiles commands
no
checking for fgets_unlocked... config.status: executing libtool commands
no
checking for getc_unlocked... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getcwd... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for getgid... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... no
checking for getuid... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for munmap... 4
checking size of size_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
no
checking for putenv... none needed
checking how to run the C preprocessor... config.status: creating config.h
config.status: executing gstdint.h commands
x86_64-w64-mingw32-gcc -E
yes
checking for setenv... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for setlocale... yes
checking for sys/types.h... yes
checking for stpcpy... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... no
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strcasecmp... yes
checking for stdlib.h... yes
checking for strdup... yes
checking for string.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for memory.h... checking for strtoul... 8
checking for long long... yes
checking for strings.h... yes
checking for tsearch... yes
checking for inttypes.h... yes
checking size of long long... yes
checking for __argz_count... yes
checking for stdint.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for __argz_stringify... checking for unistd.h... yes
checking minix/config.h usability... no
checking for __argz_next... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for __fsetlocking... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for iconv... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for function prototypes... yes
checking whether char is unsigned... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
checking for working volatile... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... no
checking for GNU gettext in libintl... no
8
checking for a 64-bit type... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
void
checking for size_t... uint64_t
checking for intptr_t... configure: updating cache ./config.cache
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
checking for uintptr_t... config.status: creating Makefile
config.status: creating config.intl
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for ssize_t... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... yes
checking for pid_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for library containing strerror... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-trees.Tpo .deps/libz_a-trees.Po
no
checking for kill... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
none required
checking for asprintf... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for lstat... x86_64-w64-mingw32-ranlib libz.a
no
checking for memmove... yes
checking for atexit... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for putenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for basename... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for select... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for bcmp... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for bcopy... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for bsearch... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for bzero... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for strpbrk... no
checking for calloc... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for clock... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ffs... yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for isxdigit... yes
checking for getpagesize... yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for gettimeofday... no
checking for getpwnam... no
yes
checking for getpwuid... checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking fcntl.h presence... no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
checking for memchr... yes
checking for fcntl.h... yes
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for memcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for memcpy... checking stdarg.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for memmem... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... no
checking for memmove... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for mempcpy... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for putenv... checking termios.h usability... no
checking termios.h presence... yes
checking for random... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for rename... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for rindex... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for setenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for snprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strncasecmp... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for strstr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
checking for strtoul... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtoll... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoull... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strverscmp... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for tmpnam... yes
checking for mbscasecmp... yes
checking for vasprintf... no
checking for mbscmp... yes
checking for vfprintf... no
checking for mbsnrtowcs... yes
checking for vprintf... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for vsnprintf... no
yes
checking for wcrtomb... checking for vsprintf... yes
checking for wcscoll... yes
checking for waitpid... yes
checking for wcsdup... no
checking for setproctitle... yes
checking for wcwidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for wctype... no
checking for fork... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
checking for iswlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towlower... no
checking for canonicalize_file_name... yes
checking for towupper... no
checking for dup3... yes
checking for iswctype... no
checking for getrlimit... yes
checking for nl_langinfo and CODESET... no
checking for getrusage... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getsysinfo... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for gettimeofday... (cached) yes
checking for on_exit... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for psignal... no
checking for pstat_getdynamic... config.status: creating Makefile
no
checking for pstat_getstatic... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for realpath... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for setrlimit... config.status: executing default commands
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-27  2:25 [binutils-gdb] S12Z: Remove inappropriate comment sergiodj+buildbot
@ 2018-07-27  2:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-27  2:42 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/2340>

Commit(s) tested:
	cd4d353f812a3ecb29cabf0e62319253daf510fa

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z: Remove inappropriate comment.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cd/cd4d353f812a3ecb29cabf0e62319253daf510fa/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.exe
checking whether make supports nested variables... checking for suffix of executables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
checking whether the C compiler works... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... yes
checking for sys/types.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for string.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... none needed
checking how to run the C preprocessor... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether x86_64-w64-mingw32-gcc supports -W... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for strings.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for sys/types.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... ok
yes
checking how to run the C preprocessor... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
x86_64-w64-mingw32-gcc -E
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for unistd.h... checking for ANSI C header files... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for memory.h... checking for sys/types.h... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
yes
checking for sys/stat.h... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking how to run the C preprocessor... yes
checking whether make sets $(MAKE)... yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for stdlib.h... checking for inttypes.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32-gcc -E
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
yes
checking for string.h... checking for grep that handles long lines and -e... checking for stdint.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for unistd.h... checking for memory.h... yes
checking for sys/types.h... none required
checking for an ANSI C-conforming const... yes
yes
checking minix/config.h usability... checking for strings.h... yes
yes
checking for inline... checking for sys/stat.h... yes
no
checking minix/config.h presence... inline
checking for off_t... checking for inttypes.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking for stdint.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for string.h... yes
yes
checking for size_t... checking for unistd.h... yes
64
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working alloca.h... no
checking for objdir... .libs
yes
no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdlib.h... (cached) yes
checking for stdint.h... checking for unistd.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... yes
checking for getpagesize... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking ctype.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for ctype.h... yes
yes
checking for stdint.h... checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking stddef.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for stddef.h... yes
yes
checking for inline... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... checking for getpagesize... no
checking for a BSD-compatible install... /usr/bin/install -c
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/file.h... yes
checking for shared library run path origin... yes
checking for sys/param.h... done
yes
yes
checking for uintptr_t... checking for working mmap... no
checking argz.h usability... checking for memcpy... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
no
checking argz.h presence... checking for malloc.h... yes
checking for int_least32_t... yes
yes
no
checking for argz.h... no
checking for strerror... checking limits.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_fast32_t... yes
yes
yes
checking limits.h presence... checking for unistd.h... (cached) yes
checking for time.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sys/resource.h... no
configure: updating cache ./config.cache
yes
checking for sys/stat.h... (cached) yes
checking for uint64_t... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/mman.h... yes
checking locale.h presence... no
checking for fcntl.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for alloca.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/pstat.h... no
checking nl_types.h presence... yes
checking for off_t... no
checking for sys/sysmp.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/table.h... checking stddef.h usability... no
yes
checking size of int... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdio_ext.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for process.h... checking for feof_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... no
checking for getcwd... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
checking size of long... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
configure: creating cache ./config.cache
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for setenv... checking whether the C compiler works... no
checking for setlocale... no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stpcpy... o
checking whether we are using the GNU C compiler... 4
checking size of size_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for strcasecmp... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for sys/types.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... yes
checking for sys/stat.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_stringify... checking for stdlib.h... yes
checking for string.h... no
checking for __argz_next... yes
8
checking for long long... checking for memory.h... no
checking for __fsetlocking... yes
checking for strings.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking size of long long... checking for inttypes.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for stdint.h... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bison... bison
checking version of bison... yes
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 unistd.h... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking minix/config.h usability... checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating Makefile
config.status: creating config.intl
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 config.h
config.status: executing default-1 commands
no
checking for working volatile... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for ssize_t... 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
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for library containing opendir... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
yes
checking for pid_t... checking for fcntl... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for kill... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for memmove... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for atexit... yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for basename... yes
checking for select... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setenv... no
checking for bcopy... no
checking for setlocale... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for strcasecmp... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
no
checking for calloc... checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
yes
checking for clock... checking for tcgetattr... no
yes
checking for vsnprintf... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
no
checking for isascii... checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for isxdigit... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for gettimeofday... yes
checking for getpwent... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for index... no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getpwnam... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for insque... no
checking for getpwuid... no
checking for memchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for memcmp... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for memset... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for mkstemps... checking termcap.h usability... yes
checking termcap.h presence... no
checking for putenv... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for random... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for rindex... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for setenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for snprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for stpcpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strncasecmp... no
checking for sig_atomic_t in signal.h... yes
checking for strndup... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
no
checking for FIONREAD in sys/ioctl.h... checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for strstr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoul... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoll... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoull... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
checking for vprintf... yes
checking for mbschr... yes
checking for vsnprintf... no
checking for wcrtomb... yes
checking for vsprintf... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
checking for iswlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswupper... no
checking for external symbol _system_configuration... yes
no
checking for __fsetlocking... checking for towlower... no
yes
checking for canonicalize_file_name... checking for towupper... no
checking for dup3... yes
checking for iswctype... no
checking for getrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrusage... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getsysinfo... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for pstat_getdynamic... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-27  0:35 [binutils-gdb] MIPS/GAS: Correct the AFL_ASE_MASK macro sergiodj+buildbot
@ 2018-07-27  1:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-27  1:43 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/2339>

Commit(s) tested:
	2bb9bbe2e8faa7fd9ee156da0254605720eb16d6

Author(s) (in the same order as the commits):
	Chenghua Xu <paul.hua.gm@gmail.com>

Subject:
	MIPS/GAS: Correct the AFL_ASE_MASK macro

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2b/2bb9bbe2e8faa7fd9ee156da0254605720eb16d6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
yes
checking for style of include used by make... GNU
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for stdlib.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for string.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... 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 for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether the shell understands "+="... yes
x86_64-w64-mingw32-gcc -E
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... yes
-r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
/usr/bin/grep -E
checking for ANSI C header files... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/stat.h... checking for stdint.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for sys/stat.h... yes
no
checking minix/config.h presence... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for strings.h... yes
checking whether make sets $(MAKE)... yes
yes
checking how to run the C preprocessor... yes
checking for string.h... checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for inttypes.h... /usr/bin/xgettext
x86_64-w64-mingw32-gcc -E
checking for msgmerge... /usr/bin/msgmerge
yes
checking for memory.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking build system type... checking for stdint.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for strings.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
none required
checking for an ANSI C-conforming const... checking for inttypes.h... yes
checking minix/config.h usability... yes
yes
checking for inline... checking for sys/stat.h... inline
checking for off_t... yes
checking for stdint.h... no
checking minix/config.h presence... yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for unistd.h... yes
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
checking for size_t... yes
checking for dlfcn.h... yes
checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for objdir... .libs
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
checking for inttypes.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdlib.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stdint.h... checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking ctype.h presence... checking dynamic linker characteristics... yes
checking for ctype.h... yes
yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for stdint.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... x86_64-w64-mingw32-gcc -E
checking stddef.h usability... yes
checking for unsigned long long... checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for inttypes.h... yes
checking for inline... yes
checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
yes
checking stdio.h presence... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... yes
checking for working mmap... no
checking for memcpy... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for uintptr_t... done
yes
checking argz.h usability... checking for sys/param.h... yes
checking for strerror... yes
checking for limits.h... yes
checking for int_least32_t... no
checking argz.h presence... yes
checking for stdlib.h... (cached) yes
no
checking for argz.h... no
yes
checking limits.h usability... checking for malloc.h... checking for unistd.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... yes
checking limits.h presence... checking for strings.h... (cached) yes
configure: updating cache ./config.cache
checking for sys/time.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for limits.h... yes
checking locale.h usability... yes
checking for time.h... yes
checking for uint64_t... yes
checking for sys/resource.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking for sys/stat.h... (cached) yes
checking nl_types.h usability... checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
no
checking for an ANSI C-conforming const... checking for fcntl.h... no
checking nl_types.h presence... yes
yes
checking for off_t... checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for sys/sysinfo.h... checking stddef.h usability... no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/systemcfg.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for sys/prctl.h... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... no
yes
checking whether errno must be declared... checking for getc_unlocked... no
checking size of int... no
checking for getcwd... yes
checking for getegid... 4
checking size of long... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
configure: creating cache ./config.cache
no
checking for putenv... checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stpcpy... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 4
checking size of size_t... no
checking for strcasecmp... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... yes
checking for strdup... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for strtoul... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
checking for sys/types.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
checking for __argz_count... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for stdlib.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... 8
checking for long long... no
checking for __fsetlocking... yes
checking for strings.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for iconv... yes
checking for inttypes.h... yes
checking size of long long... no, consider installing GNU libiconv
yes
checking for nl_langinfo and CODESET... checking for stdint.h... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking for unistd.h... checking whether included gettext is requested... no
checking for GNU gettext in libc... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... yes
checking minix/config.h usability... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
no
checking for working volatile... config.status: executing default-1 commands
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
checking for ssize_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for library containing opendir... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for pid_t... no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for lstat... yes
checking for library containing strerror... no
checking for memmove... none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for putenv... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
yes
checking for select... checking for basename... no
yes
checking for setenv... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for strcasecmp... no
checking for bsearch... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for strpbrk... yes
config.status: creating config.h
checking for bzero... rm -f plural.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
no
checking for tcgetattr... checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
yes
checking for vsnprintf... checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking for ffs... checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for getpagesize... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... no
checking for getpwnam... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... 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 memmem... checking limits.h usability... yes
checking limits.h presence... no
yes
checking for limits.h... checking for memmove... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for mempcpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... yes
checking for memset... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for mkstemps... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for putenv... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
64
checking for stpcpy... checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strdup... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
no
checking for _doprnt... checking for iswupper... no
checking for sys_errlist... (cached) yes
yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... checking for towlower... no
checking for external symbol _system_configuration... yes
checking for towupper... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for dup3... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrlimit... yes
checking for wint_t in wctype.h... yes
no
checking configuration for building shared libraries... checking for getrusage... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for psignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-27  0:26 [binutils-gdb] Re: PowerPC Improve support for Gekko & Broadway sergiodj+buildbot
@ 2018-07-27  0:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-27  0:42 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/2338>

Commit(s) tested:
	16065af1b0497ea33b53948dfd1f64f551787959

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Re: PowerPC Improve support for Gekko & Broadway

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/16/16065af1b0497ea33b53948dfd1f64f551787959/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating cache ./config.cache
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether the C compiler works... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
yes
checking for C compiler default output file name... a.exe
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for suffix of executables... yes
checking for C compiler default output file name... yes
a.exe
checking for suffix of executables... checking for sys/types.h... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... gcc3
o
checking whether we are using the GNU C compiler... checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... none needed
checking how to run the C preprocessor... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
x86_64-w64-mingw32-gcc -E
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... yes
yes
checking for sys/stat.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... checking for unistd.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking minix/config.h usability... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
no
checking minix/config.h presence... checking for stdlib.h... yes
checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... yes
checking for string.h... yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for grep that handles long lines and -e... checking for xgettext... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... /usr/bin/xgettext
checking for memory.h... checking for msgmerge... yes
/usr/bin/msgmerge
checking for inttypes.h... checking build system type... yes
checking for strings.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for stdint.h... checking for sys/types.h... yes
checking for inttypes.h... yes
none required
checking for an ANSI C-conforming const... yes
checking for sys/stat.h... checking for unistd.h... yes
yes
checking for inline... checking for stdint.h... yes
yes
inline
checking for off_t... checking for stdlib.h... checking minix/config.h usability... yes
checking for unistd.h... yes
checking for string.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for dlfcn.h... yes
yes
checking for size_t... checking for memory.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 objdir... .libs
yes
checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for working alloca.h... checking for inttypes.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for sys/param.h... checking for unistd.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for getpagesize... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working mmap... no
yes
checking dynamic linker characteristics... checking whether we are using the GNU C Library 2.1 or newer... yes
checking ctype.h presence... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... yes
checking for ctype.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking stddef.h usability... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for getpagesize... yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking for memcpy... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for uintptr_t... yes
checking for strerror... done
checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
yes
checking for int_least32_t... checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking limits.h usability... checking for limits.h... yes
configure: updating cache ./config.cache
checking for stdlib.h... yes
(cached) yes
checking for int_fast32_t... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for malloc.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking locale.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for uint64_t... checking for sys/time.h... yes
yes
checking locale.h presence... checking for time.h... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
no
checking for an ANSI C-conforming const... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking nl_types.h presence... yes
checking for off_t... no
checking for fcntl.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for alloca.h... no
checking for sys/pstat.h... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for sys/sysmp.h... checking stddef.h usability... yes
checking size of int... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/table.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/sysctl.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for fgets_unlocked... checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... yes
config.status: creating Makefile
checking for getegid... 4
checking size of long... config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... yes
4
checking size of long... checking for munmap... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
4
checking for ANSI C header files... (cached) yes
no
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for setlocale... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... configure: updating cache ./config.cache
o
checking whether we are using the GNU C compiler... configure: creating ./config.status
yes
checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for strcasecmp... none needed
checking how to run the C preprocessor... config.status: creating Makefile
config.status: creating config.h
4
checking size of size_t... config.status: executing gstdint.h commands
x86_64-w64-mingw32-gcc -E
yes
checking for strdup... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... yes
checking for sys/types.h... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
checking for sys/stat.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for stdlib.h... checking for __argz_count... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... no
checking for __argz_stringify... yes
checking for memory.h... no
checking for __argz_next... yes
checking for strings.h... no
checking for __fsetlocking... yes
checking for inttypes.h... 8
checking for long long... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdint.h... yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for unistd.h... no
checking for LC_MESSAGES... yes
checking size of long long... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
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 GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h presence... no
no
checking for minix/config.h... no
checking whether to use NLS... yes
checking whether it is safe to define __EXTENSIONS__... checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... void
checking for size_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for library containing opendir... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for ssize_t... no
checking for kill... no
checking for lstat... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for pid_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
yes
checking for putenv... checking for library containing strerror... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
none required
checking for select... checking for asprintf... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
no
checking for atexit... checking for setenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for basename... checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
yes
checking for bcmp... checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for bcopy... yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for bsearch... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for bzero... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for calloc... yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for ffs... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
yes
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwuid... yes
checking for gettimeofday... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for index... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for insque... no
checking varargs.h presence... no
no
checking for varargs.h... no
checking for memchr... checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for memcmp... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for memmem... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for memmove... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mempcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for memset... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for mkstemps... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for putenv... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for random... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for rename... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for rindex... yes
checking sys/file.h presence... no
yes
checking for sys/file.h... yes
checking for setenv... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for snprintf... 64
checking for type of signal functions... yes
checking for sigsetmask... no
checking for stpcpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for stpncpy... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for strcasecmp... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strchr... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strdup... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strncasecmp... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for strndup... yes
checking for struct dirent.d_fileno... no
checking for strnlen... no
checking for tgetent... yes
checking for strrchr... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking for strstr... checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for strtod... yes
checking wchar.h presence... yes
checking for strtol... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for strtoul... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for strtoll... yes
no
checking for mbscmp... checking for strtoull... no
checking for mbsnrtowcs... yes
checking for strverscmp... no
checking for mbsrtowcs... no
checking for tmpnam... yes
checking for mbschr... yes
checking for vasprintf... no
checking for wcrtomb... yes
checking for vfprintf... yes
checking for wcscoll... yes
checking for vprintf... yes
checking for wcsdup... yes
checking for vsnprintf... yes
checking for wcwidth... yes
no
checking for wctype... checking for vsprintf... yes
checking for wcswidth... yes
checking for waitpid... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setproctitle... yes
checking for iswlower... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswupper... no
checking for vfork... yes
checking for towlower... no
checking for _doprnt... yes
checking for towupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswctype... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for canonicalize_file_name... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for dup3... yes
checking configuration for building shared libraries... supported
no
checking for getrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrusage... config.status: creating Makefile
no
checking for getsysinfo... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating config.h
config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26 21:37 [binutils-gdb] Fix Cygwin compilation after target_ops C++ conversion sergiodj+buildbot
@ 2018-07-26 22:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 22:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2337>

Commit(s) tested:
	6af79d7b5a21a40c4036541fbfa821f9d1260ebf

Author(s) (in the same order as the commits):
	Jon Turney <jon.turney@dronecode.org.uk>

Subject:
	Fix Cygwin compilation after target_ops C++ conversion.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6a/6af79d7b5a21a40c4036541fbfa821f9d1260ebf/>

*** 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-narrowing -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26 16:52 [binutils-gdb] Make psymbols and psymtabs independent of the program space sergiodj+buildbot
@ 2018-07-26 20:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 20:52 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/2336>

Commit(s) tested:
	7974897237f7708d440c45bc74cdfb70a2db8124

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make psymbols and psymtabs independent of the program space

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/79/7974897237f7708d440c45bc74cdfb70a2db8124/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating 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 cache ./config.cache
checking for a BSD-compatible install... configure: creating cache ./config.cache
/usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... checking whether the C compiler works... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/types.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
gcc3
checking for suffix of object files... checking how to print strings... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
yes
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdlib.h... o
checking whether we are using the GNU C compiler... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... none needed
checking how to run the C preprocessor... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for string.h... 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... x86_64-w64-mingw32-gcc -E
yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... checking for ANSI C header files... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for sys/stat.h... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
yes
no
checking for minix/config.h... no
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking whether it is safe to define __EXTENSIONS__... checking for strings.h... yes
yes
checking how to run the C preprocessor... checking for string.h... yes
yes
checking whether make sets $(MAKE)... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for memory.h... checking for xgettext... /usr/bin/xgettext
yes
checking for msgmerge... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... /usr/bin/msgmerge
yes
checking for strings.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for unistd.h... yes
yes
checking for sys/types.h... checking for inttypes.h... yes
none required
checking for an ANSI C-conforming const... checking minix/config.h usability... yes
yes
checking for sys/stat.h... checking for stdint.h... yes
checking for inline... no
checking minix/config.h presence... inline
checking for off_t... yes
yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for unistd.h... yes
yes
checking for string.h... checking for dlfcn.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
no
checking for objdir... checking for memory.h... .libs
64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
no
checking for alloca... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for getpagesize... yes
checking whether -lc should be explicitly linked in... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... yes
checking dynamic linker characteristics... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking whether integer division by zero raises SIGFPE... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... guessing no
yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for unsigned long long... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for getpagesize... checking stdio.h usability... yes
checking for inline... yes
checking for inttypes.h... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for working mmap... no
checking for memcpy... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... checking for strerror... done
yes
checking for uintptr_t... checking argz.h usability... yes
checking for sys/param.h... yes
yes
checking for limits.h... checking for unistd.h... (cached) yes
no
checking argz.h presence... yes
yes
checking for int_least32_t... checking for stdlib.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking for malloc.h... configure: updating cache ./config.cache
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking limits.h presence... checking for strings.h... (cached) yes
yes
checking for int_fast32_t... checking for sys/time.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for time.h... yes
checking for uint64_t... yes
checking for sys/resource.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking for sys/stat.h... (cached) yes
checking nl_types.h usability... checking for sys/mman.h... no
yes
checking what to include in gstdint.h... checking for fcntl.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking nl_types.h presence... yes
checking for alloca.h... yes
checking for off_t... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
config.status: creating Makefile
checking for getegid... 4
checking size of long... config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... 4
configure: creating cache ./config.cache
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for putenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
no
checking for suffix of executables... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for setlocale... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 4
config.status: creating Makefile
checking size of size_t... no
checking for strcasecmp... config.status: creating config.h
config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for strdup... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
checking for sys/stat.h... yes
yes
checking for __argz_count... checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... no
checking for __argz_stringify... yes
checking for memory.h... no
checking for __argz_next... yes
checking for strings.h... 8
checking for long long... no
checking for __fsetlocking... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... no
checking for iconv... yes
checking for stdint.h... yes
checking size of long long... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for unistd.h... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
no
checking for bison... bison
checking version of bison... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
3.0.4, ok
yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking minix/config.h usability... no
checking for GNU gettext in libintl... no
checking minix/config.h presence... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
checking for ssize_t... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for uintptr_t... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... yes
checking for ssize_t... none required
checking for fcntl... no
checking for kill... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... yes
checking for library containing strerror... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
no
x86_64-w64-mingw32-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 memmove... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for asprintf... yes
checking for putenv... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for atexit... yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bcopy... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for bsearch... yes
checking for strpbrk... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for isascii... yes
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for isxdigit... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpwent... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for getpwnam... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for gettimeofday... no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for memchr... checking varargs.h usability... no
checking varargs.h presence... yes
checking for memcmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for memcpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mkstemps... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for random... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for rindex... no
checking sys/select.h presence... no
no
checking for sys/select.h... no
checking for setenv... checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for snprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for strchr... no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strndup... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strrchr... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for strtol... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for strtoul... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strtoll... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for tmpnam... yes
no
checking for mbsrtowcs... checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
no
checking for waitpid... checking for wctype... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for getrlimit... yes
checking configuration for building shared libraries... supported
no
checking for getrusage... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
config.status: creating Makefile
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for psignal... config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26 16:39 [binutils-gdb] Add validity bits for psymtab high and low fields sergiodj+buildbot
@ 2018-07-26 19:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 19:53 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/2335>

Commit(s) tested:
	52948f01e4a11f5fcebdca112036f907ac69e7ad

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add validity bits for psymtab high and low fields

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/52/52948f01e4a11f5fcebdca112036f907ac69e7ad/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
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
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
checking for perl... perl
Configuring in ./libdecnumber
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for sys/stat.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
.exe
checking for stdlib.h... checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
none needed
checking how to run the C preprocessor... checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 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 memory.h... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/types.h... checking for inttypes.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdlib.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for string.h... checking for sys/types.h... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... yes
checking for string.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking whether NLS is requested... yes
checking for msgfmt... checking for inttypes.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
x86_64-w64-mingw32-gcc -E
checking for msgmerge... /usr/bin/msgmerge
yes
yes
checking for memory.h... checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking build system type... /usr/bin/grep -E
checking for ANSI C header files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for strings.h... yes
checking for unistd.h... yes
none required
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking for inttypes.h... yes
checking minix/config.h usability... yes
checking for inline... yes
checking for sys/stat.h... inline
checking for off_t... yes
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 for unistd.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for string.h... yes
checking for size_t... yes
checking for dlfcn.h... yes
checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for objdir... .libs
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes
checking for stdint.h... checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for unistd.h... checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking ctype.h usability... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking dynamic linker characteristics... yes
checking ctype.h presence... yes
checking for stdint.h... yes
checking for ctype.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking stddef.h usability... yes
checking for unsigned long long... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking for sys/param.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for inttypes.h... yes
checking for inline... checking stdio.h usability... yes
checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stdio.h presence... yes
checking for stdio.h... yes
no
checking for ld used by GCC... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking for memcpy... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... done
yes
checking for uintptr_t... yes
checking argz.h usability... yes
checking for sys/param.h... checking for strerror... yes
checking for limits.h... no
checking argz.h presence... yes
yes
checking for int_least32_t... checking for stdlib.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... yes
checking for malloc.h... checking for unistd.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking limits.h presence... checking for strings.h... (cached) yes
configure: updating cache ./config.cache
yes
checking for int_fast32_t... checking for sys/time.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for limits.h... yes
checking locale.h usability... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking locale.h presence... yes
checking for uint64_t... yes
checking for locale.h... yes
no
checking for sys/stat.h... (cached) yes
checking nl_types.h usability... checking for sys/mman.h... no
checking for fcntl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking nl_types.h presence... yes
checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for off_t... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for machine/hal_sysinfo.h... no
yes
checking size of int... checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
4
checking size of long... no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for putenv... 4
checking for ANSI C header files... (cached) yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for setlocale... no
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
yes
o
checking whether we are using the GNU C compiler... checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strcasecmp... 4
checking size of size_t... none needed
checking how to run the C preprocessor... config.status: creating Makefile
yes
config.status: creating config.h
checking for strdup... config.status: executing gstdint.h commands
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
checking for tsearch... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... yes
checking for stdlib.h... no
checking for __argz_stringify... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... yes
no
checking for __argz_next... checking for memory.h... yes
checking for strings.h... no
checking for __fsetlocking... 8
checking for long long... yes
checking for inttypes.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdint.h... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for unistd.h... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking minix/config.h usability... no
checking for GNU gettext in libintl... no
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for uintptr_t... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for library containing opendir... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... none required
checking for fcntl... no
checking for kill... yes
checking for pid_t... no
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for lstat... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... no
checking for memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
none required
x86_64-w64-mingw32-ranlib libz.a
checking for asprintf... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for putenv... yes
checking for atexit... yes
checking for select... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for basename... config.status: creating config.h
no
checking for setenv... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for bcmp... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for strcasecmp... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
no
checking for bsearch... checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for bzero... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for tcgetattr... no
checking for calloc... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for clock... yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for ffs... yes
checking for isxdigit... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for getcwd... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for getpwent... yes
checking for getpagesize... no
checking for getpwnam... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for getpwuid... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for working strcoll... no
checking fcntl.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for memchr... checking varargs.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking varargs.h presence... yes
checking for memcmp... no
checking for varargs.h... no
checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for memcpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
checking limits.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mkstemps... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for random... no
checking sys/pte.h presence... no
no
checking for sys/pte.h... no
checking for rename... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for rindex... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for setenv... no
checking for sys/select.h... no
checking sys/file.h usability... no
yes
checking sys/file.h presence... checking for snprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strcasecmp... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strchr... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strndup... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strrchr... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for strtol... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for strtoul... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strtoll... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for strtoull... yes
no
checking for mbscmp... checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrlimit... yes
checking configuration for building shared libraries... supported
no
checking for getrusage... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
config.status: creating Makefile
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for psignal... config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26 16:27 [binutils-gdb] Introduce accessors for psymtab high and low fields sergiodj+buildbot
@ 2018-07-26 18:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 18:52 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/2334>

Commit(s) tested:
	4ae976d1df96aee0ecd97ea1235efc4490562932

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce accessors for psymtab high and low fields

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4a/4ae976d1df96aee0ecd97ea1235efc4490562932/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether the C compiler works... checking build system type... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... yes
checking for C compiler default output file name... a.exe
x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for suffix of executables... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether the C compiler works... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking for stdlib.h... yes
yes
.exe
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether we are cross compiling... yes
checking for suffix of object files... checking for string.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for memory.h... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... x86_64-w64-mingw32-gcc -E
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for strings.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
checking for sys/types.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdlib.h... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... no
checking minix/config.h presence... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for sys/stat.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
yes
yes
checking how to run the C preprocessor... checking for strings.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for stdlib.h... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32-gcc -E
/usr/bin/msgmerge
yes
yes
checking for string.h... checking for inttypes.h... checking build system type... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... x86_64-pc-linux-gnu
checking host system type... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for memory.h... checking for stdint.h... none required
checking for an ANSI C-conforming const... yes
yes
yes
checking for sys/types.h... checking for strings.h... checking for unistd.h... yes
checking for inline... inline
checking for off_t... yes
yes
checking for sys/stat.h... checking for inttypes.h... yes
checking minix/config.h usability... yes
yes
checking for stdlib.h... checking for stdint.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking for string.h... yes
checking for unistd.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... yes
checking for dlfcn.h... yes
checking for working alloca.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... no
checking for objdir... .libs
no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for getpagesize... yes
checking for unistd.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking ctype.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdint.h... yes
checking ctype.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for ctype.h... yes
yes
yes
checking whether -lc should be explicitly linked in... checking for unsigned long long... checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking stddef.h presence... yes
checking for inttypes.h... yes
checking for stddef.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... 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... x86_64-w64-mingw32-gcc -E
yes
checking for inline... no
checking for ld used by GCC... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... looking for a compliant stdint.h in stdint.h, checking for sys/param.h... checking for uintmax_t... yes
checking for getpagesize... done
yes
checking for uintptr_t... checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for working mmap... no
checking for memcpy... no
checking argz.h presence... yes
yes
checking for int_least32_t... checking for limits.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
yes
checking limits.h presence... yes
checking for strerror... yes
checking for int_fast32_t... checking for string.h... (cached) yes
yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking locale.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
checking for unistd.h... (cached) yes
yes
checking for time.h... checking for uint64_t... yes
checking locale.h presence... yes
checking for sys/resource.h... yes
checking for locale.h... yes
checking nl_types.h usability... configure: updating cache ./config.cache
no
checking for sys/stat.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for fcntl.h... no
checking nl_types.h presence... yes
yes
checking for off_t... checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
yes
checking malloc.h presence... checking for sys/sysmp.h... yes
checking for malloc.h... yes
no
checking for sys/sysinfo.h... checking stddef.h usability... yes
checking size of int... no
checking for machine/hal_sysinfo.h... no
yes
checking stddef.h presence... checking for sys/table.h... yes
checking for stddef.h... yes
no
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/systemcfg.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
yes
checking for fgets_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getgid... no
checking for getuid... config.status: executing libtool commands
no
checking for mempcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
checking size of long... yes
checking for munmap... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether the C compiler works... checking for setlocale... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for stpcpy... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for strcasecmp... o
checking whether we are using the GNU C compiler... 4
checking size of size_t... config.status: creating Makefile
config.status: creating config.h
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: executing gstdint.h commands
yes
checking for strdup... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
/usr/bin/grep
checking for egrep... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
/usr/bin/grep -E
checking for ANSI C header files... yes
checking for tsearch... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/types.h... checking for __argz_count... yes
checking for sys/stat.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
no
checking for __argz_stringify... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_next... yes
checking for string.h... no
yes
checking for __fsetlocking... checking for memory.h... 8
checking for long long... yes
checking for strings.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for inttypes.h... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking for stdint.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
no
checking for GNU gettext in libintl... checking for unistd.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking minix/config.h usability... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking minix/config.h presence... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating Makefile
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 config.intl
config.status: creating config.h
yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: executing default-1 commands
no
checking for working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... 8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ssize_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for ssize_t... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for library containing strerror... checking for lstat... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
none required
checking for asprintf... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for memmove... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for atexit... yes
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for basename... yes
checking for select... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bsearch... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for strpbrk... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for vsnprintf... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for isascii... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for isxdigit... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
yes
checking for getpwent... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
checking for gettimeofday... ../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
yes
checking for getpwnam... checking for index... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
no
checking for insque... checking for getpwuid... no
checking for memchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for memcmp... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for mkstemps... checking termcap.h usability... no
checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for random... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for rindex... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for setenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
no
checking sys/select.h usability... checking for snprintf... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for sigsetmask... yes
checking sys/file.h presence... no
checking for stpcpy... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strdup... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strncasecmp... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strndup... yes
checking whether signal handlers are of type void... no
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strnlen... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strrchr... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for strstr... yes
checking for struct dirent.d_fileno... yes
checking for strtod... no
checking for tgetent... yes
checking for strtol... no
checking for tgetent in -ltermcap... yes
checking for strtoul... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking for strtoll... checking wchar.h usability... yes
checking wchar.h presence... yes
checking for strtoull... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for strverscmp... no
checking for langinfo.h... no
checking for mbrlen... no
checking for tmpnam... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
checking for vprintf... yes
checking for mbschr... yes
checking for vsnprintf... no
checking for wcrtomb... yes
checking for vsprintf... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
checking for iswlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswupper... no
checking for external symbol _system_configuration... yes
no
checking for towlower... checking for __fsetlocking... yes
no
checking for canonicalize_file_name... checking for towupper... yes
no
checking for dup3... checking for iswctype... yes
no
checking for getrlimit... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrusage... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getsysinfo... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for pstat_getdynamic... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for pstat_getstatic... config.status: executing default commands
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26 17:20 [binutils-gdb] Introduce partial_symbol::address sergiodj+buildbot
@ 2018-07-26 18:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 18:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2333>

Commit(s) tested:
	02e9e7f7e2bed3b82cb6541f566caf07256b9b2f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce partial_symbol::address

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/02/02e9e7f7e2bed3b82cb6541f566caf07256b9b2f/>

*** 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-narrowing -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -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-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26 16:02 [binutils-gdb] Change representation of psymbol to flush out accessors sergiodj+buildbot
@ 2018-07-26 17:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 17:02 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/2332>

Commit(s) tested:
	8a6d4234503bfe1c656d8cd335cac828507df9a3

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change representation of psymbol to flush out accessors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8a/8a6d4234503bfe1c656d8cd335cac828507df9a3/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... none needed
checking how to run the C preprocessor... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... ok
yes
checking how to run the C preprocessor... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for ANSI C header files... yes
yes
checking for unistd.h... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking minix/config.h usability... checking for sys/types.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for sys/stat.h... no
checking minix/config.h presence... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking how to run the C preprocessor... checking for stdlib.h... yes
checking for strings.h... yes
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for string.h... checking for grep that handles long lines and -e... /usr/bin/xgettext
/usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for msgmerge... checking for inttypes.h... /usr/bin/msgmerge
yes
checking build system type... checking for memory.h... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for stdint.h... yes
yes
checking for sys/types.h... checking for strings.h... yes
none required
checking for an ANSI C-conforming const... checking for unistd.h... yes
checking for sys/stat.h... yes
yes
checking for inline... checking for inttypes.h... yes
checking minix/config.h usability... inline
checking for off_t... yes
checking for stdlib.h... yes
checking for stdint.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
checking for unistd.h... yes
checking for size_t... yes
yes
checking for memory.h... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for dlfcn.h... yes
checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for objdir... .libs
yes
checking for working alloca.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for stdint.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for unsigned long long... checking for string.h... (cached) yes
checking stdio.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking stdio.h presence... yes
yes
checking for stdio.h... checking for inline... yes
yes
yes
checking whether the inttypes.h PRIxNN macros are broken... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for getpagesize... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... yes
checking for working mmap... no
yes
checking for uintptr_t... checking for memcpy... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking for int_least32_t... checking for strerror... yes
checking for sys/param.h... no
checking argz.h presence... yes
checking for limits.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for int_fast32_t... yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking limits.h presence... yes
configure: updating cache ./config.cache
checking for string.h... (cached) yes
yes
checking for limits.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for unistd.h... yes
(cached) yes
checking for uint64_t... checking locale.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking nl_types.h usability... checking for sys/resource.h... no
yes
checking for off_t... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking nl_types.h presence... no
checking for fcntl.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for alloca.h... no
checking for sys/pstat.h... yes
checking malloc.h presence... yes
checking size of int... no
yes
checking for malloc.h... yes
checking for sys/sysmp.h... checking stddef.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... no
checking for sys/table.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/sysctl.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for sys/systemcfg.h... checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for fgets_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
no
checking size of int... checking for getcwd... 4
checking size of long... yes
checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for putenv... checking whether the C compiler works... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for setenv... no
configure: updating cache ./config.cache
.exe
configure: creating ./config.status
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for setlocale... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stpcpy... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... 4
checking size of size_t... no
checking for strcasecmp... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
/usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for strdup... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strtoul... checking for sys/types.h... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... yes
checking for tsearch... yes
checking for stdlib.h... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_count... yes
checking for string.h... yes
no
checking for __argz_stringify... checking for memory.h... yes
checking for strings.h... no
checking for __argz_next... yes
checking for inttypes.h... no
8
checking for long long... checking for __fsetlocking... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdint.h... no
checking for iconv... yes
checking for unistd.h... yes
checking size of long long... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking minix/config.h usability... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 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 minix/config.h presence... no
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... config.status: creating Makefile
yes
checking return type of signal handlers... config.status: creating config.intl
config.status: creating config.h
void
checking for size_t... config.status: executing default-1 commands
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... 8
checking for a 64-bit type... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... yes
checking for uintptr_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing opendir... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
none required
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for fcntl... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for kill... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for pid_t... no
checking for lstat... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
none required
checking for asprintf... yes
checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for atexit... no
checking for setenv... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setlocale... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for bcopy... yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for bsearch... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for tcgetattr... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for vsnprintf... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for isascii... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for clock... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for isxdigit... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for ffs... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for getpwent... no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
yes
checking for getpwnam... checking for getpagesize... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
yes
checking for getpwuid... checking for gettimeofday... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for index... yes
checking fcntl.h presence... no
yes
checking for fcntl.h... yes
checking for insque... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memmem... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for memmove... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for mempcpy... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for memset... checking termios.h usability... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for mkstemps... checking termio.h usability... no
checking termio.h presence... no
checking for putenv... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for random... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for snprintf... 64
yes
checking for type of signal functions... checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strchr... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for strdup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strncasecmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strndup... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strrchr... no
checking for tgetent in -ltermcap... yes
checking for strstr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtod... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtol... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoul... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for vprintf... yes
checking for wcsdup... yes
checking for vsnprintf... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... yes
no
checking stack direction for C alloca... 0
checking for iswlower... checking for vfork.h... no
checking for fork... yes
checking for iswupper... no
checking for vfork... yes
checking for towlower... no
checking for _doprnt... yes
no
checking for sys_errlist... (cached) checking for towupper... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswctype... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for canonicalize_file_name... yes
checking for wctype_t in wctype.h... no
checking for dup3... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrusage... no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for gettimeofday... (cached) yes
config.status: creating shlib/Makefile
checking for on_exit... config.status: creating config.h
config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26 15:38 [binutils-gdb] Remove dead code in end_psymtab sergiodj+buildbot
@ 2018-07-26 16:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 16:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2331>

Commit(s) tested:
	08994e1ddcc8e5e1e003602409662ae799a1ff30

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove dead code in end_psymtab

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/08/08994e1ddcc8e5e1e003602409662ae799a1ff30/>

*** 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-narrowing -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -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-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26 10:16 [binutils-gdb] [gdb/testsuite] Add comment in gdb.base/vla-optimized-out.c sergiodj+buildbot
@ 2018-07-26 10:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 10:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2330>

Commit(s) tested:
	63b4ecf76fec65c6853ea01ffab31642533801e9

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Add comment in gdb.base/vla-optimized-out.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/63/63b4ecf76fec65c6853ea01ffab31642533801e9/>

*** 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-narrowing -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -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-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26  8:36 [binutils-gdb] PowerPC Improve support for Gekko & Broadway sergiodj+buildbot
@ 2018-07-26  9:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26  9:58 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/2329>

Commit(s) tested:
	fa758a70467c37cfe7b261e1dc20d431be3db62e

Author(s) (in the same order as the commits):
	Alex Chadwick <Alex.Chadwick@cl.cam.ac.uk>

Subject:
	PowerPC Improve support for Gekko & Broadway

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fa/fa758a70467c37cfe7b261e1dc20d431be3db62e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
yes
yes
checking for C compiler default output file name... a.exe
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for suffix of executables... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
yes
checking for egrep... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... yes
checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
/usr/bin/grep -F
checking whether we are using the GNU C compiler... checking for ld used by x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking how to run the C preprocessor... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... x86_64-w64-mingw32-gcc -E
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for ANSI C header files... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking minix/config.h usability... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
no
checking minix/config.h presence... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... yes
checking how to run the C preprocessor... yes
checking for string.h... yes
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for msgfmt... checking for inttypes.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
checking for memory.h... checking for msgmerge... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/msgmerge
yes
checking build system type... checking for stdint.h... yes
x86_64-pc-linux-gnu
checking host system type... checking for strings.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for sys/types.h... checking for unistd.h... yes
checking for inttypes.h... none required
checking for an ANSI C-conforming const... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for inline... yes
checking for stdint.h... inline
checking for off_t... yes
no
checking minix/config.h presence... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for unistd.h... yes
checking for string.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for dlfcn.h... yes
checking for size_t... yes
checking for memory.h... no
checking for objdir... 64
.libs
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... no
checking for alloca... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
yes
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdint.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking ctype.h presence... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for stdint.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for unsigned long long... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking for unistd.h... (cached) checking stdio.h usability... yes
checking for sys/param.h... yes
checking for inline... yes
checking for inttypes.h... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... yes
yes
checking for stdio.h... yes
checking for getpagesize... yes
checking whether the inttypes.h PRIxNN macros are broken... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... yes
checking for working mmap... no
checking for memcpy... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for uintptr_t... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... done
yes
checking argz.h usability... checking for sys/param.h... yes
yes
checking for limits.h... yes
checking for int_least32_t... checking for strerror... yes
no
checking argz.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking limits.h presence... yes
checking for time.h... yes
checking for limits.h... yes
yes
checking locale.h usability... yes
checking for uint64_t... checking for sys/resource.h... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
yes
checking for fcntl.h... checking what to include in gstdint.h... stdint.h (already complete)
checking nl_types.h usability... checking for an ANSI C-conforming const... yes
checking for alloca.h... yes
checking for off_t... no
checking nl_types.h presence... no
checking for sys/pstat.h... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking malloc.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
yes
checking size of int... no
checking stddef.h usability... checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking stddef.h presence... no
checking for sys/systemcfg.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdio_ext.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for process.h... checking for feof_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... no
checking for getcwd... yes
4
checking size of long... checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
checking for getuid... Configuring in ./readline
no
4
checking for mempcpy... checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking target system type... checking whether make sets $(MAKE)... checking for putenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for setenv... no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 4
checking size of size_t... config.status: creating Makefile
yes
no
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strcasecmp... config.status: creating config.h
config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... yes
checking for strdup... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/types.h... checking for tsearch... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
checking for __argz_count... yes
checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for string.h... no
yes
checking for __argz_next... checking for memory.h... yes
8
checking for long long... checking for strings.h... no
checking for __fsetlocking... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
checking for inttypes.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for iconv... yes
checking size of long long... yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for unistd.h... no
checking for LC_MESSAGES... no
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... yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
no
checking minix/config.h presence... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
8
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... yes
checking for ssize_t... none required
checking for fcntl... yes
checking for pid_t... no
checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
checking for lstat... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... no
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 memmove... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... yes
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for atexit... yes
checking for select... yes
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for bcmp... no
checking for setlocale... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %checking for strcasecmp... pure_parser
 ^^^^^^^^^^^^
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for strpbrk... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for vsnprintf... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for isascii... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for getcwd... checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for getpagesize... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... no
checking for getpwnam... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... 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 memmem... checking limits.h usability... yes
checking limits.h presence... no
checking for memmove... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for mempcpy... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for memset... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for putenv... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strdup... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strndup... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... yes
checking for strstr... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for strtoll... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for fork... yes
no
checking for iswlower... checking for vfork... yes
no
checking for _doprnt... checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for sys_siglist... checking for towlower... no
checking for external symbol _system_configuration... yes
checking for towupper... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for dup3... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for getrlimit... yes
checking for wint_t in wctype.h... no
checking for getrusage... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for psignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26  8:08 [binutils-gdb] gdb: Add switch to disable DWARF stack unwinders sergiodj+buildbot
@ 2018-07-26  8:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26  8:51 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/2328>

Commit(s) tested:
	3c3bb0580be0027a1c7187b78c747af74dcfa884

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Add switch to disable DWARF stack unwinders

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3c/3c3bb0580be0027a1c7187b78c747af74dcfa884/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether the C compiler works... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-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 perl... yes
perl
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/types.h... none needed
checking how to run the C preprocessor... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... 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
x86_64-w64-mingw32-gcc -E
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... ok
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... x86_64-w64-mingw32-gcc -E
yes
yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for sys/stat.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for sys/types.h... yes
yes
checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for sys/stat.h... yes
yes
checking for strings.h... checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for stdlib.h... yes
yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... checking for strings.h... yes
checking for grep that handles long lines and -e... checking for string.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inttypes.h... yes
yes
checking for memory.h... checking for stdint.h... yes
yes
checking for stdint.h... checking for sys/types.h... yes
checking for strings.h... yes
checking for unistd.h... yes
yes
checking for sys/stat.h... checking for unistd.h... yes
checking for inttypes.h... yes
checking for stdlib.h... yes
yes
yes
checking minix/config.h usability... checking minix/config.h usability... checking for stdint.h... yes
checking for string.h... no
checking minix/config.h presence... no
checking minix/config.h presence... yes
no
no
yes
checking for minix/config.h... checking for minix/config.h... no
no
checking whether it is safe to define __EXTENSIONS__... checking whether it is safe to define __EXTENSIONS__... checking for unistd.h... checking for memory.h... yes
checking for dlfcn.h... yes
yes
yes
checking whether make sets $(MAKE)... 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... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
no
checking for msgmerge... checking for objdir... .libs
yes
/usr/bin/msgmerge
64
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for unistd.h... none required
checking for an ANSI C-conforming const... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking ctype.h usability... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... inline
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... yes
yes
checking for ctype.h... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking stddef.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for size_t... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking dynamic linker characteristics... checking stdio.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for working alloca.h... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... 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... x86_64-w64-mingw32-gcc -E
no
checking for alloca... yes
checking for stdio.h... yes
yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for uintptr_t... checking for sys/param.h... yes
checking for getpagesize... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for getpagesize... checking for sys/file.h... yes
checking for int_least32_t... yes
checking for working mmap... no
checking for memcpy... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for sys/param.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for int_fast32_t... checking for limits.h... yes
yes
checking for strerror... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for uint64_t... yes
checking for unsigned long long... yes
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... configure: updating cache ./config.cache
yes
checking for inttypes.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for off_t... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for time.h... yes
checking for sys/resource.h... no
checking for ld used by GCC... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
yes
checking size of int... checking for fcntl.h... yes
checking for alloca.h... no
checking for sys/pstat.h... done
checking argz.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking argz.h presence... no
checking for machine/hal_sysinfo.h... no
checking for argz.h... no
checking limits.h usability... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking limits.h presence... no
checking for sys/systemcfg.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sys/prctl.h... checking nl_types.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... 4
checking size of long... yes
checking whether errno must be declared... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking size of int... checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for fgets_unlocked... no
checking for getc_unlocked... config.status: executing libtool commands
4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for getcwd... x86_64-pc-linux-gnu
checking host system type... make[1]: Nothing to be done for 'all-target'.
x86_64-w64-mingw32
checking target system type... mkdir -p -- ./readline
Configuring in ./readline
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of long... yes
checking for getegid... no
no
checking for geteuid... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getgid... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for getuid... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating config.h
checking whether the C compiler works... config.status: executing gstdint.h commands
no
checking for mempcpy... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
4
checking whether we are cross compiling... yes
checking size of size_t... checking for suffix of object files... yes
checking for munmap... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for putenv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
none needed
checking how to run the C preprocessor... checking for setenv... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 setlocale... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stpcpy... yes
checking for sys/types.h... no
checking for strcasecmp... yes
checking for sys/stat.h... yes
yes
checking for stdlib.h... checking for strdup... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for string.h... 8
checking for long long... yes
checking for strtoul... yes
checking for memory.h... yes
checking for tsearch... yes
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... yes
checking size of long long... yes
yes
checking for __argz_count... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 inttypes.h... yes
checking for stdint.h... no
checking for __argz_stringify... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for unistd.h... no
checking for __argz_next... yes
checking minix/config.h usability... no
checking for __fsetlocking... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for iconv... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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 working volatile... no
checking for GNU gettext in libintl... yes
no
checking return type of signal handlers... 8
checking for a 64-bit type... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
uint64_t
checking for intptr_t... configure: updating cache ./config.cache
void
checking for size_t... configure: creating ./config.status
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 uintptr_t... yes
checking for ssize_t... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 pid_t... yes
checking for library containing opendir... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for library containing strerror... none required
checking for fcntl... none required
checking for asprintf... no
checking for kill... x86_64-w64-mingw32-ranlib libz.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for atexit... checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
no
checking for basename... checking for memmove... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
yes
checking for bcmp... checking for putenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
no
checking for bcopy... checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for bsearch... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for bzero... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
yes
checking for calloc... checking for strcasecmp... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking for clock... checking for strpbrk... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for tcgetattr... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for ffs... no
checking for vsnprintf... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
yes
checking for isascii... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for isxdigit... checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for getpwent... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for index... no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for insque... no
checking for getpwuid... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for memchr... no
checking for working strcoll... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking fcntl.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking fcntl.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
yes
checking for fcntl.h... yes
checking for memcmp... checking for unistd.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for stdlib.h... (cached) yes
checking varargs.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for memcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for memmove... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for mempcpy... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for memset... checking pwd.h usability... no
checking pwd.h presence... yes
checking for mkstemps... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for random... no
checking termios.h presence... no
no
checking for termios.h... no
checking for rename... checking termio.h usability... no
checking termio.h presence... yes
checking for rindex... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for setenv... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for snprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for sigsetmask... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for stpcpy... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strncasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strndup... yes
checking whether signal handlers are of type void... no
checking for strnlen... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strrchr... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strstr... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strtod... no
checking for tgetent... yes
checking for strtol... no
checking for tgetent in -ltermcap... yes
checking for strtoul... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoll... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoull... yes
checking wchar.h presence... yes
checking for wchar.h... yes
yes
checking langinfo.h usability... checking for strverscmp... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for tmpnam... yes
checking for mbscasecmp... yes
checking for vasprintf... no
checking for mbscmp... yes
checking for vfprintf... no
checking for mbsnrtowcs... yes
checking for vprintf... no
checking for mbsrtowcs... yes
checking for vsnprintf... yes
checking for mbschr... yes
checking for vsprintf... no
checking for wcrtomb... yes
checking for waitpid... yes
checking for wcscoll... yes
no
checking for wcsdup... checking for setproctitle... yes
checking for wcwidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wctype... no
checking for vfork... yes
checking for wcswidth... no
checking for _doprnt... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswlower... no
checking for external symbol _system_configuration... yes
no
checking for iswupper... checking for __fsetlocking... no
yes
checking for canonicalize_file_name... checking for towlower... no
checking for dup3... yes
checking for towupper... no
checking for getrlimit... yes
checking for iswctype... no
checking for getrusage... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getsysinfo... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking configuration for building shared libraries... supported
no
checking for psignal... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getdynamic... no
config.status: creating Makefile
checking for pstat_getstatic... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for realpath... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-26  3:50 [binutils-gdb] Implement PowerPC64 .localentry for value 1 sergiodj+buildbot
@ 2018-07-26  4:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26  4:05 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/2327>

Commit(s) tested:
	33cb30a1f932b5a211aa319a01783d4957ae5d57

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Implement PowerPC64 .localentry for value 1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/33/33cb30a1f932b5a211aa319a01783d4957ae5d57/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking build system type... checking whether the C compiler works... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for suffix of executables... yes
checking for sys/types.h... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking for sys/stat.h... checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... .exe
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether we are cross compiling... yes
checking for suffix of object files... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
o
checking whether we are using the GNU C compiler... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for string.h... /usr/bin/grep -E
checking for fgrep... none needed
checking how to run the C preprocessor... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... 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 grep that handles long lines and -e... yes
checking whether the shell understands "+="... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... yes
autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/types.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... checking for stdlib.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... no
checking minix/config.h presence... yes
checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for stdlib.h... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking how to run the C preprocessor... checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for inttypes.h... /usr/bin/xgettext
yes
checking for msgmerge... checking for string.h... x86_64-w64-mingw32-gcc -E
/usr/bin/msgmerge
yes
checking for stdint.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking build system type... /usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/types.h... none required
checking for an ANSI C-conforming const... yes
checking minix/config.h usability... yes
yes
checking for inline... checking for inttypes.h... yes
checking for sys/stat.h... inline
checking for off_t... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... yes
checking for stdlib.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for unistd.h... checking for string.h... yes
checking for size_t... yes
yes
checking for dlfcn.h... 64
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for objdir... yes
.libs
checking for strings.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for stdint.h... checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for getpagesize... checking for unistd.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h usability... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h presence... yes
checking for stdint.h... yes
checking dynamic linker characteristics... yes
checking for ctype.h... yes
checking stddef.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for inline... checking for sys/param.h... yes
checking for inttypes.h... checking for string.h... (cached) yes
checking stdio.h usability... inline
checking whether byte ordering is bigendian... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for getpagesize... yes
checking stdio.h presence... yes
checking for stdio.h... yes
no
checking for ld used by GCC... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for working mmap... no
no
yes
checking for a BSD-compatible install... checking for shared library run path origin... /usr/bin/install -c
checking for memcpy... checking for sys/file.h... yes
yes
checking for uintptr_t... done
checking for sys/param.h... checking argz.h usability... yes
checking for limits.h... yes
checking for strerror... yes
checking for stdlib.h... (cached) yes
no
checking argz.h presence... yes
checking for int_least32_t... checking for malloc.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... yes
checking for int_fast32_t... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for time.h... configure: updating cache ./config.cache
checking locale.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/resource.h... yes
checking for uint64_t... no
checking for sys/stat.h... (cached) yes
yes
checking locale.h presence... checking for sys/mman.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for fcntl.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... no
checking nl_types.h presence... no
checking for sys/pstat.h... yes
checking for off_t... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking malloc.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/table.h... yes
checking size of int... no
checking for sys/sysctl.h... yes
checking stddef.h presence... no
checking for sys/systemcfg.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdio_ext.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... no
checking for getcwd... config.status: creating Makefile
yes
checking for getegid... config.status: executing depfiles commands
4
checking size of long... no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
4
checking for mempcpy... checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 4
checking for ANSI C header files... (cached) yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for setlocale... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 4
checking size of size_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for strcasecmp... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.h
config.status: executing gstdint.h commands
x86_64-w64-mingw32-gcc -E
yes
checking for strdup... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
checking for tsearch... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... yes
checking for __argz_count... yes
checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_stringify... checking for string.h... yes
checking for memory.h... no
checking for __argz_next... yes
8
checking for strings.h... checking for long long... no
checking for __fsetlocking... yes
checking for inttypes.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for iconv... yes
yes
checking size of long long... checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for unistd.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
no
checking for LC_MESSAGES... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
checking minix/config.h usability... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... no
checking minix/config.h presence... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... yes
checking for ssize_t... none required
checking for fcntl... yes
checking for pid_t... no
checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... no
checking for memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
none required
checking for asprintf... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for putenv... yes
config.status: creating config.h
checking for atexit... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for basename... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for setenv... yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for setlocale... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for bsearch... yes
checking for strpbrk... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for isxdigit... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpwent... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for getpwnam... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for gettimeofday... no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... checking for memchr... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... yes
checking for memcmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for memcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mkstemps... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for random... no
checking sys/pte.h presence... no
no
checking for sys/pte.h... no
checking for rename... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for rindex... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for setenv... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for snprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strcasecmp... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for strchr... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strncasecmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strndup... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... yes
checking for strrchr... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strtod... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for strtol... yes
checking wchar.h presence... yes
checking for strtoul... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strtoll... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for tmpnam... yes
no
checking for mbsrtowcs... checking for vasprintf... yes
yes
checking for mbschr... checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... no
checking for getrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getrusage... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
config.status: creating Makefile
checking for on_exit... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for psignal... config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-25 23:11 [binutils-gdb] [gdb/breakpoints] Fix sigsegv in info prog at exec catchpoint sergiodj+buildbot
@ 2018-07-26  0:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-26  0:50 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/2326>

Commit(s) tested:
	9e7f3bbbbf5a13e879a4cc3cfa958412ffac0d9d

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/breakpoints] Fix sigsegv in info prog at exec catchpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9e/9e7f3bbbbf5a13e879a4cc3cfa958412ffac0d9d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.exe
checking whether make supports nested variables... checking for suffix of executables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
checking whether the C compiler works... checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for style of include used by make... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for ANSI C header files... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking minix/config.h usability... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for sys/types.h... no
checking minix/config.h presence... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for strings.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
checking how to run the C preprocessor... yes
yes
checking for inttypes.h... yes
checking whether make sets $(MAKE)... checking for stdlib.h... x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for grep that handles long lines and -e... /usr/bin/xgettext
/usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for msgmerge... yes
/usr/bin/msgmerge
checking for stdint.h... checking for string.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for unistd.h... checking for memory.h... yes
checking for sys/types.h... yes
yes
none required
checking for an ANSI C-conforming const... checking minix/config.h usability... checking for strings.h... yes
checking for sys/stat.h... yes
checking for inline... yes
no
checking minix/config.h presence... checking for inttypes.h... inline
checking for off_t... yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdint.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
checking for size_t... yes
yes
checking for unistd.h... checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for strings.h... checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for objdir... checking for inttypes.h... .libs
no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/param.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for getpagesize... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking ctype.h presence... checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for ctype.h... yes
yes
checking whether -lc should be explicitly linked in... checking stddef.h usability... yes
checking for stdint.h... yes
checking dynamic linker characteristics... yes
yes
checking stddef.h presence... checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for inline... yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes
yes
checking stdio.h presence... checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
yes
checking for ld used by GCC... checking for getpagesize... no
checking for a BSD-compatible install... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
/usr/bin/install -c
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/file.h... yes
checking for uintptr_t... yes
checking for working mmap... no
yes
done
checking for memcpy... checking for sys/param.h... checking argz.h usability... yes
checking for limits.h... yes
yes
checking for int_least32_t... checking for stdlib.h... (cached) yes
no
checking argz.h presence... yes
checking for malloc.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for strerror... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking limits.h presence... yes
yes
checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking for time.h... checking locale.h usability... yes
yes
checking for uint64_t... checking for sys/resource.h... no
configure: updating cache ./config.cache
checking for sys/stat.h... (cached) yes
yes
checking locale.h presence... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/mman.h... yes
checking for locale.h... yes
no
checking nl_types.h usability... checking for fcntl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for alloca.h... yes
checking for off_t... no
checking nl_types.h presence... no
checking for sys/pstat.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking malloc.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking size of int... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking stddef.h presence... no
checking for sys/systemcfg.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdio_ext.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for feof_unlocked... checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... no
checking for getcwd... yes
4
checking for getegid... checking size of long... no
checking for geteuid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for putenv... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for setenv... checking whether the C compiler works... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
.exe
checking for stpcpy... checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 4
checking size of size_t... config.status: creating Makefile
no
checking for strcasecmp... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strdup... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
checking for strtoul... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for tsearch... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
yes
checking for __argz_count... checking for sys/stat.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... 8
checking for long long... no
checking for __fsetlocking... yes
checking for strings.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for iconv... yes
checking for inttypes.h... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for stdint.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... yes
no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking for unistd.h... checking whether included gettext is requested... no
checking for GNU gettext in libc... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... yes
checking minix/config.h usability... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: executing default-1 commands
no
checking for working volatile... yes
checking return type of signal handlers... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for ssize_t... yes
checking for library containing opendir... none required
checking for fcntl... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for pid_t... no
checking for kill... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
checking for library containing strerror... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for memmove... none required
checking for asprintf... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for putenv... checking for atexit... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
yes
checking for select... checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
yes
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for setlocale... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for strcasecmp... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for bsearch... yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for bzero... checking for strpbrk... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for calloc... checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for clock... checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
yes
checking for ffs... checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for getcwd... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for isxdigit... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpwent... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for getpwnam... yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... 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 memmem... checking limits.h usability... yes
checking limits.h presence... no
checking for memmove... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for mempcpy... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for memset... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for putenv... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
no
checking sys/select.h usability... checking for setenv... no
checking sys/select.h presence... no
checking for snprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sigsetmask... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strchr... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strdup... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strndup... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for strnlen... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for strrchr... yes
checking for struct dirent.d_fileno... yes
checking for strstr... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strtol... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for strtoul... yes
checking wchar.h presence... yes
checking for strtoll... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for strtoull... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for tmpnam... yes
no
checking for mbsnrtowcs... checking for vasprintf... yes
no
checking for mbsrtowcs... checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... yes
checking for wcswidth... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towlower... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrlimit... yes
checking for wctype_t in wctype.h... no
checking for getrusage... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getsysinfo... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
no
checking for psignal... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for pstat_getdynamic... config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-25 23:35 [binutils-gdb] x86: Expand Broadcast to 3 bits sergiodj+buildbot
@ 2018-07-25 23:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-25 23:50 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/2325>

Commit(s) tested:
	4a1b91eabbe77f4d906a0895121d76a0653c3cf3

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Expand Broadcast to 3 bits

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4a/4a1b91eabbe77f4d906a0895121d76a0653c3cf3/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
checking whether the C compiler works... configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for style of include used by make... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for string.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
checking for memory.h... 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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
/usr/bin/grep -E
checking for ANSI C header files... checking how to recognize dependent libraries... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... file_magic ^x86 archive import|^x86 DLL
autoconf
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for autoheader... autoheader
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... ok
yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/stat.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking minix/config.h usability... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for sys/types.h... yes
no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for strings.h... yes
yes
checking how to run the C preprocessor... checking for stdlib.h... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
x86_64-w64-mingw32-gcc -E
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for inttypes.h... checking for xgettext... yes
/usr/bin/xgettext
checking for msgmerge... checking for string.h... /usr/bin/msgmerge
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... checking build system type... x86_64-pc-linux-gnu
yes
checking host system type... checking for memory.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking for strings.h... none required
checking for an ANSI C-conforming const... yes
yes
checking minix/config.h usability... yes
checking for inline... checking for sys/stat.h... yes
checking for inttypes.h... inline
checking for off_t... yes
no
checking minix/config.h presence... checking for stdlib.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... yes
checking for string.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for unistd.h... yes
checking for size_t... yes
checking for memory.h... yes
checking for dlfcn.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for objdir... yes
checking for working alloca.h... .libs
yes
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdint.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for unistd.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working mmap... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether -lc should be explicitly linked in... no
yes
checking whether integer division by zero raises SIGFPE... checking ctype.h presence... guessing no
checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
yes
checking dynamic linker characteristics... checking for stdint.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking stdio.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for inttypes.h... yes
checking for inline... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
yes
checking for getpagesize... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for working mmap... no
checking for memcpy... yes
no
checking for uintptr_t... checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... done
yes
checking argz.h usability... checking for sys/param.h... yes
yes
yes
checking for int_least32_t... checking for limits.h... checking for strerror... no
checking argz.h presence... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for int_fast32_t... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h presence... checking for sys/time.h... yes
checking for limits.h... yes
yes
configure: updating cache ./config.cache
checking locale.h usability... checking for time.h... yes
checking for uint64_t... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/resource.h... yes
checking locale.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... checking what to include in gstdint.h... yes
checking for locale.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking nl_types.h usability... no
checking for fcntl.h... yes
checking for off_t... yes
checking for alloca.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
no
checking for sys/pstat.h... checking malloc.h usability... no
checking for sys/sysmp.h... no
yes
checking malloc.h presence... checking for sys/sysinfo.h... yes
checking size of int... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
yes
checking stddef.h presence... checking for sys/sysctl.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/systemcfg.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdio_ext.h... checking for feof_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
4
checking size of long... checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... no
config.status: executing libtool commands
checking for getgid... no
make[1]: Nothing to be done for 'all-target'.
checking for getuid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
4
checking size of size_t... no
config.status: creating config.h
checking for strcasecmp... config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for strdup... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
checking for sys/stat.h... yes
checking for __argz_count... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... yes
no
checking for __argz_stringify... checking for string.h... yes
checking for memory.h... no
checking for __argz_next... yes
checking for strings.h... 8
checking for long long... no
checking for __fsetlocking... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... no
checking for iconv... yes
checking for stdint.h... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
3.0.4, ok
checking whether NLS is requested... yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking minix/config.h usability... no
checking for GNU gettext in libintl... no
checking minix/config.h presence... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
config.status: creating config.intl
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... uint64_t
yes
checking for ssize_t... checking for intptr_t... yes
yes
checking for ANSI C header files... checking for uintptr_t... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... yes
checking for ssize_t... none required
checking for fcntl... no
yes
checking for pid_t... checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... no
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 memmove... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for asprintf... yes
checking for putenv... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for atexit... yes
rm -f plural.h
checking for select... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setenv... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bcopy... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for bsearch... yes
checking for strpbrk... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for vsnprintf... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for clock... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for isascii... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for isxdigit... no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getcwd... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for getpwent... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwnam... yes
checking for gettimeofday... no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for memchr... checking varargs.h usability... no
checking varargs.h presence... yes
checking for memcmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for memcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mkstemps... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for random... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for rindex... checking sys/select.h usability... no
checking sys/select.h presence... no
checking for setenv... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for snprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strcasecmp... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strchr... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strncasecmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strndup... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strrchr... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking for strtol... checking wchar.h usability... yes
checking wchar.h presence... yes
checking for strtoul... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strtoll... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... yes
no
checking for mbsrtowcs... checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
no
checking for wctype... checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrlimit... yes
checking configuration for building shared libraries... supported
no
checking for getrusage... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... config.status: creating Makefile
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for psignal... config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-25 22:34 [binutils-gdb] [gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_count sergiodj+buildbot
@ 2018-07-25 22:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-25 22:50 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/2324>

Commit(s) tested:
	506f5c41cab71dbc3e562ba367d2dc6b355b64a6

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_count

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/50/506f5c41cab71dbc3e562ba367d2dc6b355b64a6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking target system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the C compiler works... checking whether build environment is sane... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking whether the C compiler works... yes
checking for sys/stat.h... yes
checking for C compiler default output file name... a.exe
.exe
checking for suffix of executables... checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... o
checking whether we are using the GNU C compiler... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for string.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for memory.h... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
x86_64-w64-mingw32-gcc -E
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for ANSI C header files... checking for sys/stat.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... no
checking minix/config.h presence... yes
checking for sys/stat.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for stdlib.h... yes
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for strings.h... checking for xgettext... yes
/usr/bin/xgettext
x86_64-w64-mingw32-gcc -E
checking for string.h... checking for msgmerge... /usr/bin/msgmerge
yes
checking for inttypes.h... checking for grep that handles long lines and -e... checking build system type... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
x86_64-pc-linux-gnu
checking host system type... checking for memory.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for stdint.h... yes
checking for strings.h... none required
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for inline... yes
yes
checking for inttypes.h... inline
checking for off_t... checking for sys/stat.h... yes
checking minix/config.h usability... yes
yes
checking for stdint.h... checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
yes
checking for size_t... checking for string.h... checking for unistd.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking for dlfcn.h... yes
checking for strings.h... yes
checking for working alloca.h... 64
no
checking for objdir... checking whether x86_64-w64-mingw32-gcc supports -W... .libs
no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for sys/param.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for stdint.h... yes
checking whether -lc should be explicitly linked in... yes
checking ctype.h presence... yes
checking for unsigned long long... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for an ANSI C-conforming const... checking stdio.h usability... checking for sys/param.h... no
yes
checking for inline... checking for ld used by GCC... yes
checking stdio.h presence... yes
inline
checking whether byte ordering is bigendian... checking for getpagesize... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... done
checking argz.h usability... yes
checking for working mmap... no
checking for memcpy... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking argz.h presence... checking for sys/file.h... yes
no
checking for argz.h... no
checking limits.h usability... checking for sys/param.h... yes
yes
yes
checking for int_least32_t... checking for strerror... checking for limits.h... yes
yes
checking limits.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking locale.h presence... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for time.h... yes
checking for uint64_t... yes
checking for sys/resource.h... no
checking nl_types.h presence... no
checking for sys/stat.h... (cached) yes
no
checking for nl_types.h... no
checking for sys/mman.h... yes
checking what to include in gstdint.h... checking malloc.h usability... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for fcntl.h... yes
checking for off_t... yes
yes
checking malloc.h presence... checking for alloca.h... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking stddef.h presence... yes
checking size of int... yes
checking for stddef.h... yes
no
checking for machine/hal_sysinfo.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/table.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for fgets_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking size of int... yes
checking for getegid... 4
checking size of long... no
config.status: creating Makefile
checking for geteuid... config.status: executing depfiles commands
no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... yes
checking for munmap... 4
checking size of long... no
checking for putenv... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for setenv... x86_64-w64-mingw32
checking target system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
yes
configure: updating cache ./config.cache
checking for stpcpy... configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for strcasecmp... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
4
checking size of size_t... yes
config.status: creating config.h
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strdup... config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... yes
checking for strtoul... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for tsearch... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for __argz_count... checking for sys/types.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... no
checking for __argz_stringify... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_next... yes
checking for string.h... no
checking for __fsetlocking... yes
checking for memory.h... 8
checking for long long... no
checking for iconv... yes
checking for strings.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for inttypes.h... no
checking for LC_MESSAGES... yes
checking size of long long... no
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... checking for stdint.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for GNU gettext in libintl... no
yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for unistd.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking minix/config.h usability... no
checking minix/config.h presence... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating Makefile
config.status: creating config.intl
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating config.h
config.status: executing default-1 commands
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... void
checking for size_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
checking for dirent.h that defines DIR... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... checking for library containing opendir... none required
checking for fcntl... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... yes
checking for library containing strerror... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for memmove... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pyes
ure_parser
 ^^^^^^^^^^^^
checking for putenv... yes
checking for atexit... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for select... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for setenv... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for setlocale... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for strcasecmp... no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for bsearch... yes
checking for strpbrk... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for vsnprintf... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for clock... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
yes
checking for ffs... checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
yes
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
checking for getpagesize... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for getpwent... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... no
checking for getpwnam... yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for memchr... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for memmove... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for mempcpy... checking pwd.h usability... no
checking pwd.h presence... yes
checking for memset... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for putenv... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strdup... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strndup... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... yes
checking for strstr... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking for strtoll... checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for strtoull... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
yes
checking for wcwidth... checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towlower... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrusage... yes
checking configuration for building shared libraries... supported
no
checking for getsysinfo... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking for psignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for pstat_getdynamic... config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-25 18:04 [binutils-gdb] Notify about breakpoint modification when enabling/disabling single location sergiodj+buildbot
@ 2018-07-25 19:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-25 19:14 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/2322>

Commit(s) tested:
	d7154a8d08b142d1258dc2e4189ff0d00cd26493

Author(s) (in the same order as the commits):
	Jan Vrany <jan.vrany@fit.cvut.cz>

Subject:
	Notify about breakpoint modification when enabling/disabling single location

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d7/d7154a8d08b142d1258dc2e4189ff0d00cd26493/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating 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
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for grep that handles long lines and -e... checking for suffix of executables... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for style of include used by make... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for stdlib.h... /usr/bin/sed
checking for grep that handles long lines and -e... none needed
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... x86_64-w64-mingw32-gcc -E
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/stat.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... ok
checking how to run the C preprocessor... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for ANSI C header files... checking for string.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... checking minix/config.h usability... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for strings.h... no
checking minix/config.h presence... yes
yes
checking how to run the C preprocessor... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking for stdlib.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking for stdint.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
checking for string.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking build system type... checking for memory.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking minix/config.h usability... checking for sys/stat.h... yes
checking for strings.h... none required
checking for an ANSI C-conforming const... yes
no
checking minix/config.h presence... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... yes
checking for inline... yes
inline
checking for off_t... 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
checking for stdint.h... yes
checking for memory.h... yes
64
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for size_t... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for dlfcn.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... no
checking for objdir... yes
.libs
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working alloca.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for getpagesize... yes
checking ctype.h presence... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for working mmap... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether -lc should be explicitly linked in... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
yes
checking dynamic linker characteristics... yes
checking for stdint.h... checking for string.h... (cached) yes
checking stdio.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for inline... yes
checking for unsigned long long... 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... inline
checking whether byte ordering is bigendian... x86_64-w64-mingw32-gcc -E
yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for uintptr_t... no
yes
checking for ld used by GCC... checking for getpagesize... yes
checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for limits.h... yes
checking for int_least32_t... yes
yes
checking for working mmap... no
done
checking for stdlib.h... (cached) yes
checking for memcpy... checking for malloc.h... checking argz.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking for strings.h... (cached) yes
yes
no
checking argz.h presence... checking for sys/time.h... checking for strerror... yes
no
checking for argz.h... no
checking limits.h usability... checking for time.h... yes
yes
checking for uint64_t... checking for sys/resource.h... yes
checking for unistd.h... (cached) yes
yes
checking limits.h presence... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for fcntl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... configure: updating cache ./config.cache
checking that generated files are newer than configure... yes
done
configure: creating ./config.status
checking for alloca.h... yes
checking locale.h presence... yes
checking for off_t... no
checking for sys/pstat.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking nl_types.h presence... no
checking for machine/hal_sysinfo.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking size of int... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking malloc.h presence... no
checking for sys/systemcfg.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for sys/prctl.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for fgets_unlocked... no
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... 4
make[1]: Nothing to be done for 'all-target'.
checking size of long... no
checking for getuid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for munmap... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... configure: creating cache ./config.cache
no
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... 4
checking size of size_t... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... config.status: creating config.h
checking for stpcpy... config.status: executing gstdint.h commands
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for strcasecmp... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strdup... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strtoul... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for tsearch... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... yes
yes
checking for __argz_count... checking for sys/stat.h... yes
checking for stdlib.h... no
checking for __argz_stringify... 8
yes
checking for long long... checking for string.h... no
checking for __argz_next... yes
checking for memory.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... yes
yes
checking size of long long... checking for strings.h... no
checking for iconv... yes
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
checking for stdint.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 LC_MESSAGES... yes
no
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... checking for unistd.h... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h usability... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating Makefile
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
no
checking for working volatile... checking for a 64-bit type... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... no
checking for kill... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
none required
checking for asprintf... no
checking for lstat... x86_64-w64-mingw32-ranlib libz.a
yes
checking for atexit... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for memmove... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for basename... yes
config.status: creating config.h
config.status: config.h is unchanged
checking for putenv... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for bcmp... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for select... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for bcopy... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for bsearch... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for bzero... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for strcasecmp... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for clock... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for isascii... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for isxdigit... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for getpwent... checking for index... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwnam... no
checking for insque... no
checking for getpwuid... no
checking for memchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for memcmp... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for memcpy... checking varargs.h usability... no
checking varargs.h presence... yes
checking for memmem... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for memmove... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for mempcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memset... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mkstemps... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for random... no
checking termios.h presence... no
checking for rename... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for rindex... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for setenv... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for snprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for sigsetmask... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for stpcpy... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for stpncpy... 64
no
checking for type of signal functions... checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strncasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strndup... yes
checking whether signal handlers are of type void... no
checking for strnlen... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strrchr... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strstr... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for strtod... no
checking for tgetent... yes
checking for strtol... no
checking for tgetent in -ltermcap... yes
checking for strtoul... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoll... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoull... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strverscmp... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for tmpnam... yes
checking for mbscasecmp... yes
checking for vasprintf... no
checking for mbscmp... yes
checking for vfprintf... no
checking for mbsnrtowcs... yes
checking for vprintf... no
checking for mbsrtowcs... yes
checking for vsnprintf... yes
checking for mbschr... yes
no
checking for wcrtomb... checking for vsprintf... yes
checking for wcscoll... yes
checking for waitpid... yes
checking for wcsdup... no
checking for setproctitle... yes
checking for wcwidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wctype... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
no
checking for sys_errlist... (cached) checking for iswlower... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for iswupper... no
checking for __fsetlocking... yes
checking for towlower... no
checking for canonicalize_file_name... yes
checking for towupper... no
checking for dup3... yes
checking for iswctype... no
checking for getrlimit... yes
checking for nl_langinfo and CODESET... no
checking for getrusage... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for getsysinfo... yes
checking for wint_t in wctype.h... no
checking for gettimeofday... (cached) yes
yes
checking configuration for building shared libraries... checking for on_exit... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for psignal... no
checking for pstat_getdynamic... config.status: creating Makefile
config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for pstat_getstatic... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-25 15:42 [binutils-gdb] list Tom Tromey as GDB Global Maintainer sergiodj+buildbot
@ 2018-07-25 18:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-25 18:14 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/2321>

Commit(s) tested:
	a45389f60d4372bdb3484e432935f3169037d88c

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	list Tom Tromey as GDB Global Maintainer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a4/a45389f60d4372bdb3484e432935f3169037d88c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether the C compiler works... checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
checking whether the C compiler works... Configuring in ./libdecnumber
checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for C compiler default output file name... a.exe
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for suffix of executables... checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... checking whether the C compiler works... /usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether the C compiler works... checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/stat.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdlib.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for string.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... checking for grep that handles long lines and -e... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... /usr/bin/grep
file_magic ^x86 archive import|^x86 DLL
checking for egrep... checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/types.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for ANSI C header files... checking for unistd.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... checking minix/config.h usability... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
no
checking minix/config.h presence... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for strings.h... yes
yes
checking whether make sets $(MAKE)... yes
checking for stdlib.h... checking how to run the C preprocessor... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
/usr/bin/xgettext
yes
checking for msgmerge... /usr/bin/msgmerge
checking for string.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking build system type... checking for stdint.h... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for memory.h... yes
checking for unistd.h... yes
yes
checking for sys/types.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking minix/config.h usability... yes
yes
checking for sys/stat.h... checking for inttypes.h... inline
checking for off_t... no
checking minix/config.h presence... yes
yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... yes
yes
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... checking for unistd.h... yes
checking for size_t... yes
checking for memory.h... yes
checking for dlfcn.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... no
checking for objdir... yes
checking for working alloca.h... .libs
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for unistd.h... (cached) yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/param.h... checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for getpagesize... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking ctype.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for inttypes.h... yes
checking whether -lc should be explicitly linked in... yes
checking ctype.h presence... yes
checking for stdint.h... yes
checking for ctype.h... yes
yes
checking dynamic linker characteristics... checking stddef.h usability... Win32 ld.exe
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... x86_64-w64-mingw32-gcc -E
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
yes
checking for inttypes.h... checking for string.h... (cached) yes
checking for sys/param.h... yes
checking for inline... checking stdio.h usability... inline
checking whether byte ordering is bigendian... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking stdio.h presence... checking for getpagesize... no
yes
checking for ld used by GCC... checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for working mmap... no
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for memcpy... checking for sys/file.h... done
checking argz.h usability... yes
yes
checking for uintptr_t... checking for sys/param.h... yes
yes
checking for limits.h... checking for strerror... no
checking argz.h presence... yes
no
checking for argz.h... no
yes
checking for int_least32_t... checking limits.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking limits.h presence... checking for strings.h... (cached) yes
yes
checking for limits.h... yes
yes
checking for int_fast32_t... checking for sys/time.h... checking locale.h usability... yes
configure: updating cache ./config.cache
checking for time.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/resource.h... yes
checking locale.h presence... yes
checking for uint64_t... yes
checking for locale.h... yes
no
checking nl_types.h usability... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for fcntl.h... no
checking nl_types.h presence... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... yes
checking for off_t... no
checking for sys/sysmp.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/sysinfo.h... checking stddef.h usability... no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
checking for sys/table.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/systemcfg.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
no
checking for fgets_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
checking for getegid... config.status: creating Makefile
4
checking size of long... no
config.status: executing depfiles commands
checking for geteuid... no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
no
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 4
checking for ANSI C header files... (cached) yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for setlocale... no
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for strcasecmp... 4
checking size of size_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
yes
none needed
checking how to run the C preprocessor... config.status: creating config.h
checking for strdup... config.status: executing gstdint.h commands
x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for strtoul... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/stat.h... checking for __argz_count... yes
checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... 8
no
yes
checking for long long... checking for __fsetlocking... checking for strings.h... yes
checking for inttypes.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
no
checking for iconv... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking size of long long... yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
no
checking for LC_MESSAGES... checking for unistd.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
checking minix/config.h usability... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
config.status: creating config.h
no
checking for working volatile... config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ssize_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... checking for library containing opendir... none required
checking for fcntl... yes
checking for pid_t... no
checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... yes
checking for library containing strerror... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
no
x86_64-w64-mingw32-ranlib libz.a
checking for memmove... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
yes
checking for putenv... checking for atexit... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for basename... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for setenv... yes
rm -f plural.h
checking for bcmp... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for setlocale... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for strcasecmp... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strpbrk... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for tcgetattr... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for vsnprintf... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for isascii... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for isxdigit... checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
yes
checking for getpagesize... checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
no
checking for gettimeofday... checking for getpwnam... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
no
checking for getpwuid... checking for index... no
no
checking for working strcoll... no
checking for insque... checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for memchr... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for memset... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for mkstemps... checking termios.h usability... no
checking termios.h presence... no
checking for putenv... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for random... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for rename... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... 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... checking for sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strdup... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for towupper... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for dup3... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getrusage... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for psignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-24 18:49 [binutils-gdb] Fix indentation in scoped_mmap.h sergiodj+buildbot
@ 2018-07-25  7:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-25  7:41 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/2315>

Commit(s) tested:
	4b17aefe753a8d62ccd491b6a39dabdc69e91445

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix indentation in scoped_mmap.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4b/4b17aefe753a8d62ccd491b6a39dabdc69e91445/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating 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 cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
checking whether the C compiler works... configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
.exe
checking whether we are cross compiling... yes
checking for sys/types.h... checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
yes
checking for style of include used by make... checking for sys/stat.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... gcc3
o
checking whether we are using the GNU C compiler... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for strings.h... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... ok
checking how to run the C preprocessor... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... yes
checking for string.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking minix/config.h presence... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking for sys/stat.h... checking how to run the C preprocessor... yes
yes
checking whether make sets $(MAKE)... checking for inttypes.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-w64-mingw32-gcc -E
yes
checking for stdlib.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking for string.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
checking for unistd.h... /usr/bin/xgettext
checking for msgmerge... yes
yes
/usr/bin/msgmerge
checking for memory.h... checking for sys/types.h... yes
checking build system type... checking minix/config.h usability... x86_64-pc-linux-gnu
checking host system type... yes
yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for sys/stat.h... checking for library containing strerror... checking for strings.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... none required
checking for an ANSI C-conforming const... checking for inttypes.h... yes
checking for inline... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for string.h... inline
checking for off_t... checking for stdint.h... yes
yes
checking for memory.h... 64
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
yes
checking for size_t... checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... no
checking for objdir... yes
.libs
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working alloca.h... checking for stdint.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for sys/param.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking ctype.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for getpagesize... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking stddef.h usability... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking dynamic linker characteristics... yes
checking stddef.h presence... yes
checking for stddef.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for string.h... (cached) yes
yes
checking for inline... yes
checking for stdint.h... checking stdio.h usability... inline
checking whether byte ordering is bigendian... 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... x86_64-w64-mingw32-gcc -E
yes
checking for unsigned long long... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/param.h... yes
checking for inttypes.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for getpagesize... checking for sys/param.h... yes
checking for uintptr_t... yes
no
checking for ld used by GCC... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for working mmap... no
yes
checking for shared library run path origin... checking for memcpy... checking for malloc.h... yes
checking for int_least32_t... yes
checking for string.h... (cached) yes
done
checking for unistd.h... (cached) yes
checking argz.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
checking for int_fast32_t... checking for strerror... yes
checking for time.h... no
checking argz.h presence... yes
checking for sys/resource.h... no
checking for argz.h... no
checking limits.h usability... yes
no
yes
checking for uint64_t... checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking limits.h presence... no
checking for fcntl.h... configure: updating cache ./config.cache
yes
checking for limits.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking locale.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... no
checking for sys/pstat.h... yes
checking for off_t... yes
checking locale.h presence... no
checking for sys/sysmp.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking nl_types.h presence... no
checking for sys/table.h... no
checking for nl_types.h... no
yes
checking size of int... checking malloc.h usability... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking malloc.h presence... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for process.h... yes
checking for sys/prctl.h... yes
checking stddef.h presence... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for fgets_unlocked... no
checking for getc_unlocked... 4
checking size of long... no
checking for getcwd... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for getegid... no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
4
checking size of long... mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking target system type... yes
checking for munmap... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for putenv... checking whether the C compiler works... no
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
yes
4
checking for suffix of object files... checking size of size_t... checking for setlocale... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
config.status: creating config.h
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stpcpy... config.status: executing gstdint.h commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for strcasecmp... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
checking for strdup... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
checking for tsearch... yes
checking for sys/stat.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdlib.h... checking for __argz_count... yes
checking for string.h... no
checking for __argz_stringify... 8
checking for long long... yes
checking for memory.h... no
checking for __argz_next... yes
checking for strings.h... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
checking size of long long... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... yes
checking for inttypes.h... yes
no
checking for iconv... checking for stdint.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
no
checking minix/config.h presence... checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... configure: updating cache ./config.cache
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... configure: creating ./config.status
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... config.status: creating Makefile
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... config.status: creating config.intl
yes
checking return type of signal handlers... config.status: creating config.h
void
checking for size_t... uint64_t
checking for intptr_t... config.status: executing default-1 commands
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for ssize_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... yes
checking for library containing opendir... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for pid_t... x86_64-w64-mingw32-ranlib libz.a
none required
checking for fcntl... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for kill... config.status: creating config.h
yes
config.status: config.h is unchanged
checking for library containing strerror... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for lstat... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for memmove... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
yes
checking for putenv... checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for select... checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
no
checking for setenv... checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
no
checking for setlocale... checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
checking for strcasecmp... checking for bzero... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for calloc... checking for strpbrk... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for clock... checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
no
checking for vsnprintf... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
yes
checking for getcwd... checking for isascii... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpagesize... yes
checking for isxdigit... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for gettimeofday... yes
checking for getpwent... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for index... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for getpwnam... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for insque... no
checking for getpwuid... no
checking for memchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for memcmp... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for memmove... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for mempcpy... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for memset... checking pwd.h usability... no
checking pwd.h presence... yes
checking for mkstemps... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
yes
checking termcap.h presence... checking for putenv... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for random... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for rindex... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for setenv... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for snprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for stpcpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strncasecmp... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strndup... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for strnlen... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for strstr... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for strtod... yes
no
checking for tgetent in -ltermcap... checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoul... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoll... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoull... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
checking for vprintf... yes
checking for mbschr... yes
checking for vsnprintf... no
checking for wcrtomb... yes
checking for vsprintf... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
checking for iswlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswupper... no
checking for external symbol _system_configuration... yes
no
checking for towlower... checking for __fsetlocking... yes
no
checking for canonicalize_file_name... checking for towupper... yes
no
checking for dup3... checking for iswctype... no
yes
checking for getrlimit... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrusage... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getsysinfo... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for gettimeofday... (cached) yes
configure: creating ./config.status
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for pstat_getdynamic... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for pstat_getstatic... config.status: executing default commands
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-24 17:47 [binutils-gdb] Remove some unnecessary declarations and configury sergiodj+buildbot
@ 2018-07-25  6:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-25  6:41 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/2314>

Commit(s) tested:
	29d17e4773334ae60ffac7ea7f92d507c23b70f6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some unnecessary declarations and configury

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/29/29d17e4773334ae60ffac7ea7f92d507c23b70f6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /usr/bin/install -c
makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for suffix of executables... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... configure: creating cache ./config.cache
/usr/bin/grep
checking for egrep... checking whether make sets $(MAKE)... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether the C compiler works... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
yes
checking whether we are cross compiling... yes
checking for sys/types.h... checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking for sys/stat.h... yes
checking for style of include used by make... .exe
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether we are cross compiling... yes
GNU
checking for suffix of object files... checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking for stdlib.h... checking whether we are using the GNU C compiler... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
none needed
checking how to run the C preprocessor... checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
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 memory.h... yes
checking whether the shell understands "+="... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking for grep that handles long lines and -e... checking how to recognize dependent libraries... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep
checking for egrep... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
/usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... ok
checking how to run the C preprocessor... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for ANSI C header files... checking for stdlib.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking minix/config.h usability... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
no
checking minix/config.h presence... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... yes
checking how to run the C preprocessor... yes
checking for stdlib.h... yes
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking for inttypes.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
checking for string.h... /usr/bin/xgettext
checking for grep that handles long lines and -e... checking for msgmerge... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/msgmerge
yes
checking for stdint.h... yes
checking build system type... checking for memory.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for unistd.h... yes
yes
checking for sys/types.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
yes
checking minix/config.h usability... checking for sys/stat.h... yes
yes
checking for inline... checking for inttypes.h... inline
checking for off_t... no
checking minix/config.h presence... yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdint.h... yes
checking for string.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for unistd.h... yes
checking for size_t... yes
checking for memory.h... yes
64
checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for objdir... .libs
yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... yes
checking for working mmap... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether -lc should be explicitly linked in... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdint.h... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for unsigned long long... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... checking for unistd.h... (cached) yes
yes
checking for inline... checking for sys/param.h... yes
checking for inttypes.h... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for getpagesize... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for shared library run path origin... yes
checking for working mmap... no
checking for memcpy... checking for sys/file.h... yes
yes
checking for uintptr_t... done
checking for sys/param.h... checking argz.h usability... yes
checking for limits.h... yes
yes
checking for strerror... checking for stdlib.h... (cached) yes
yes
checking for int_least32_t... no
checking argz.h presence... checking for malloc.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... yes
checking for int_fast32_t... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for time.h... configure: updating cache ./config.cache
checking locale.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/resource.h... yes
checking for uint64_t... no
checking for sys/stat.h... (cached) yes
yes
checking locale.h presence... checking for sys/mman.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for fcntl.h... yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... no
checking nl_types.h presence... no
checking for sys/pstat.h... yes
checking for off_t... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking malloc.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/table.h... yes
checking size of int... no
checking for sys/sysctl.h... yes
checking stddef.h presence... no
checking for sys/systemcfg.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdio_ext.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... no
checking for getcwd... yes
checking for getegid... 4
config.status: creating Makefile
checking size of long... config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
checking for getuid... Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
4
checking for ANSI C header files... (cached) yes
checking for putenv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for setlocale... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 4
checking size of size_t... no
checking for strcasecmp... config.status: creating Makefile
config.status: creating config.h
none needed
checking how to run the C preprocessor... config.status: executing gstdint.h commands
yes
x86_64-w64-mingw32-gcc -E
checking for strdup... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
checking for tsearch... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
checking for __argz_count... yes
checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for string.h... yes
no
checking for __argz_next... checking for memory.h... yes
checking for strings.h... no
checking for __fsetlocking... 8
checking for long long... yes
checking for inttypes.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdint.h... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for unistd.h... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
checking minix/config.h usability... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... uint64_t
yes
checking for intptr_t... checking for ssize_t... yes
yes
checking for ANSI C header files... checking for uintptr_t... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... yes
checking for ssize_t... none required
checking for fcntl... yes
no
checking for pid_t... checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... no
checking for memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
none required
checking for asprintf... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for putenv... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for atexit... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for select... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for basename... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for setlocale... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for bsearch... yes
checking for strpbrk... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for tcgetattr... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for isascii... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpwent... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for getpwnam... yes
checking for gettimeofday... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for insque... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for memchr... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for memcmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for memcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mkstemps... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for random... no
checking sys/pte.h presence... no
no
checking for sys/pte.h... no
checking for rename... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for rindex... no
checking for sys/stream.h... no
checking sys/select.h usability... no
no
checking sys/select.h presence... checking for setenv... no
checking for sys/select.h... no
checking sys/file.h usability... no
yes
checking sys/file.h presence... checking for snprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strndup... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strrchr... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtol... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for strtoul... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strtoll... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for tmpnam... yes
no
checking for mbsrtowcs... checking for vasprintf... yes
yes
checking for mbschr... checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
yes
checking for setproctitle... checking for wcswidth... no
no
checking whether alloca needs Cray hooks... checking whether mbrtowc and mbstate_t are properly declared... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for dup3... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getrusage... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for psignal... config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-24 11:01 [binutils-gdb] PR23430, Indices misspelled sergiodj+buildbot
@ 2018-07-25  5:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-25  5:39 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/2313>

Commit(s) tested:
	67ce483baa43121a17195efe4b14a183e9fd8232

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23430, Indices misspelled

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/67/67ce483baa43121a17195efe4b14a183e9fd8232/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
.exe
checking build system type... checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... checking whether the C compiler works... checking for perl... perl
checking build system type... mkdir -p -- ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... configure: creating cache ./config.cache
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for C compiler default output file name... a.exe
/usr/bin/grep -E
checking for fgrep... checking for suffix of executables... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/stat.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
yes
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... yes
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
ok
checking how to run the C preprocessor... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... yes
checking for strings.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for sys/stat.h... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for stdlib.h... yes
yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for string.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking minix/config.h usability... checking minix/config.h usability... yes
checking for grep that handles long lines and -e... checking for strings.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking minix/config.h presence... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for inttypes.h... yes
checking for sys/types.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 whether make sets $(MAKE)... checking for stdint.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for sys/stat.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
64
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking build system type... checking for stdlib.h... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for dlfcn.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... none required
checking for an ANSI C-conforming const... no
yes
checking for objdir... .libs
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inline... inline
checking for off_t... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for size_t... yes
checking for stdint.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for unistd.h... yes
checking for an ANSI C-conforming const... yes
checking for working alloca.h... yes
checking ctype.h usability... yes
checking for inline... no
checking for alloca... inline
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking ctype.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking for ctype.h... 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... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
checking stddef.h usability... checking for sys/param.h... no
checking for stdlib.h... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for sys/file.h... checking for sys/param.h... yes
checking for getpagesize... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for sys/param.h... yes
checking for getpagesize... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for limits.h... yes
checking stdio.h presence... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for malloc.h... yes
checking for working mmap... no
yes
checking for stdint.h... checking for memcpy... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for unsigned long long... checking for sys/time.h... yes
checking for uintptr_t... yes
checking for strerror... yes
checking for unistd.h... (cached) yes
yes
checking for int_least32_t... yes
checking for time.h... yes
yes
checking for inttypes.h... configure: updating cache ./config.cache
checking for sys/resource.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for int_fast32_t... no
yes
checking for sys/stat.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/mman.h... no
checking for fcntl.h... no
checking for ld used by GCC... yes
yes
checking for uint64_t... checking for alloca.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
done
checking for sys/sysinfo.h... checking argz.h usability... no
checking for machine/hal_sysinfo.h... yes
checking for off_t... no
checking for sys/table.h... no
checking argz.h presence... no
checking for sys/sysctl.h... no
checking for argz.h... no
checking limits.h usability... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking limits.h presence... checking for stdio_ext.h... yes
checking size of int... yes
checking for limits.h... yes
no
checking locale.h usability... checking for process.h... yes
checking for sys/prctl.h... yes
checking locale.h presence... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... no
checking size of int... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
config.status: creating Makefile
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... 4
checking size of long... config.status: executing depfiles commands
no
checking for fgets_unlocked... config.status: executing libtool commands
no
checking for getc_unlocked... make[1]: Nothing to be done for 'all-target'.
4
checking size of long... mkdir -p -- ./readline
Configuring in ./readline
no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... 4
checking for ANSI C header files... (cached) yes
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking build system type... no
checking for getgid... x86_64-w64-mingw32
checking target system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
x86_64-w64-mingw32
checking for decimal floating point... bid

checking whether byte ordering is bigendian... Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no
checking for getuid... no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
configure: updating cache ./config.cache
checking for mempcpy... configure: creating ./config.status
4
checking size of size_t... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for munmap... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for putenv... config.status: creating config.h
config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for setenv... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for setlocale... yes
checking for sys/types.h... yes
checking for stpcpy... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... no
checking for strcasecmp... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdlib.h... 8
checking for long long... yes
yes
checking for strdup... checking for string.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... yes
checking for strtoul... yes
checking size of long long... yes
checking for strings.h... yes
checking for tsearch... yes
checking for inttypes.h... yes
checking for __argz_count... yes
checking for stdint.h... yes
no
checking for __argz_stringify... checking for unistd.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking minix/config.h usability... no
checking for __argz_next... no
checking minix/config.h presence... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for __fsetlocking... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for iconv... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... 8
checking for a 64-bit type... no
checking for working volatile... no
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... yes
uint64_t
checking return type of signal handlers... checking for intptr_t... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
void
checking for size_t... configure: updating cache ./config.cache
yes
checking for uintptr_t... configure: creating ./config.status
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ssize_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ssize_t... config.status: creating Makefile
config.status: creating config.intl
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: creating config.h
config.status: executing default-1 commands
no
checking for dirent.h that defines DIR... yes
checking for pid_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing opendir... yes
checking for library containing strerror... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... none required
checking for fcntl... no
checking for kill... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for atexit... no
checking for lstat... yes
checking for basename... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
checking for bcmp... rm -f libz.a
x86_64-w64-mingw32-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
checking for putenv... no
checking for bcopy... x86_64-w64-mingw32-ranlib libz.a
yes
checking for select... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for bsearch... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for setenv... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for bzero... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for setlocale... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for calloc... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for ffs... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for getcwd... no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for isascii... yes
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for index... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for getpwent... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for getpwnam... no
checking for memchr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for getpwuid... yes
checking for memcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for working strcoll... no
checking fcntl.h usability... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memcpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking varargs.h usability... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memmem... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for memmove... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
no
checking varargs.h presence... ../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for varargs.h... no
checking stdarg.h usability... rm -f libdecnumber.a
yes
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for mempcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memset... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for mkstemps... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking pwd.h usability... checking for putenv... no
checking pwd.h presence... yes
checking for random... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for rename... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for rindex... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for setenv... no
checking termio.h presence... no
checking for termio.h... no
no
checking sys/pte.h usability... checking for snprintf... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for sigsetmask... no
checking sys/stream.h presence... no
checking for stpcpy... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for stpncpy... no
checking for sys/select.h... no
checking sys/file.h usability... no
yes
checking sys/file.h presence... checking for strcasecmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strchr... 64
checking for type of signal functions... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strnlen... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strrchr... yes
checking whether signal handlers are of type void... yes
checking for strstr... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtod... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtol... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for strtoul... no
checking for tgetent... yes
checking for strtoll... no
checking for tgetent in -ltermcap... yes
checking for strtoull... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strverscmp... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for tmpnam... yes
yes
checking wchar.h presence... checking for vasprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for vfprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vprintf... yes
checking for mbscasecmp... yes
checking for vsnprintf... no
checking for mbscmp... yes
no
checking for mbsnrtowcs... checking for vsprintf... no
checking for mbsrtowcs... yes
checking for waitpid... yes
checking for mbschr... no
checking for setproctitle... no
checking for wcrtomb... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcscoll... no
checking for fork... yes
checking for wcsdup... no
checking for vfork... yes
checking for wcwidth... no
checking for _doprnt... no
checking for wctype... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcswidth... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for canonicalize_file_name... yes
checking for iswlower... no
checking for dup3... yes
checking for iswupper... no
checking for getrlimit... yes
checking for towlower... no
checking for getrusage... yes
checking for towupper... no
checking for getsysinfo... yes
checking for iswctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for nl_langinfo and CODESET... no
checking for psignal... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for pstat_getdynamic... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for pstat_getstatic... supported
configure: updating cache ./config.cache
no
checking for realpath... configure: creating ./config.status
no
checking for setrlimit... no
checking for sbrk... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for spawnve... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking for spawnvpe... config.status: creating config.h
config.status: executing default commands
yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-23 19:36 [binutils-gdb] xtensa: move dynamic relocations sections consistency check sergiodj+buildbot
@ 2018-07-24 23:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-24 23:41 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/2311>

Commit(s) tested:
	f82863d797e461b936dff2b659a3aa65088ee87e

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	xtensa: move dynamic relocations sections consistency check

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f8/f82863d797e461b936dff2b659a3aa65088ee87e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
checking whether the C compiler works... configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... .exe
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether we are cross compiling... checking whether make sets $(MAKE)... yes
checking for suffix of object files... config.status: creating Makefile
yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... .exe
/usr/bin/grep
checking for egrep... checking whether we are cross compiling... yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... checking for suffix of object files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/stat.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... o
checking whether we are using the GNU C compiler... .exe
yes
checking whether we are cross compiling... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for suffix of object files... yes
checking for stdlib.h... yes
checking for style of include used by make... GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... none needed
checking how to run the C preprocessor... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
x86_64-w64-mingw32-gcc -E
checking for memory.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep -E
checking for ANSI C header files... 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 "+="... yes
checking for strings.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking whether x86_64-w64-mingw32-gcc supports -Wall... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/stat.h... checking for stdint.h... yes
ok
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking how to run the C preprocessor... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... x86_64-w64-mingw32-gcc -E
checking for unistd.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for string.h... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking for strings.h... checking for sys/stat.h... yes
checking how to run the C preprocessor... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... /usr/bin/xgettext
checking for stdlib.h... checking for msgmerge... /usr/bin/msgmerge
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking build system type... yes
checking for stdint.h... x86_64-pc-linux-gnu
checking host system type... checking for string.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for unistd.h... checking for memory.h... yes
checking for sys/types.h... none required
checking for an ANSI C-conforming const... yes
checking minix/config.h usability... yes
yes
checking for sys/stat.h... yes
checking for inline... checking for strings.h... inline
checking for off_t... no
checking minix/config.h presence... yes
yes
checking for stdlib.h... checking for inttypes.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for string.h... checking for stdint.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
yes
checking for memory.h... checking for unistd.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
yes
checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdint.h... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for getpagesize... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for unsigned long long... yes
checking stddef.h presence... yes
checking dynamic linker characteristics... yes
checking for stddef.h... yes
yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking stdio.h usability... yes
checking for inttypes.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... x86_64-w64-mingw32-gcc -E
yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for getpagesize... checking for sys/file.h... done
yes
checking for uintptr_t... checking argz.h usability... yes
checking for sys/param.h... yes
yes
checking for working mmap... no
checking for limits.h... checking for memcpy... yes
no
checking argz.h presence... yes
checking for int_least32_t... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for strerror... checking for strings.h... (cached) yes
yes
checking for int_fast32_t... yes
checking limits.h presence... checking for sys/time.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for time.h... yes
yes
checking for unistd.h... (cached) yes
yes
checking for uint64_t... checking for sys/resource.h... no
yes
checking locale.h presence... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... configure: updating cache ./config.cache
yes
checking for locale.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking nl_types.h usability... no
checking for fcntl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for alloca.h... yes
checking for off_t... no
checking nl_types.h presence... no
checking for sys/pstat.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking malloc.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
yes
checking size of int... checking stddef.h usability... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/systemcfg.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdio_ext.h... checking for feof_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
yes
checking whether errno must be declared... checking for getc_unlocked... no
checking size of int... no
checking for getcwd... yes
4
checking size of long... checking for getegid... no
checking for geteuid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
checking for mempcpy... Configuring in ./readline
4
checking size of long... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
no
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for setenv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for stpcpy... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for strcasecmp... 4
checking size of size_t... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strdup... none needed
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strtoul... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for tsearch... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/types.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for __argz_count... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... no
checking for __argz_stringify... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __argz_next... yes
checking for string.h... yes
no
checking for __fsetlocking... checking for memory.h... 8
checking for long long... yes
checking for strings.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking for stdint.h... no
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... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for unistd.h... checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating Makefile
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating config.intl
config.status: creating config.h
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... config.status: executing default-1 commands
no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... 8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ssize_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for pid_t... no
checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for lstat... checking for library containing strerror... none required
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 asprintf... no
checking for memmove... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for atexit... yes
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for basename... yes
checking for select... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for bcmp... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for bcopy... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bsearch... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for strpbrk... no
checking for calloc... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for vsnprintf... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for ffs... yes
checking for isascii... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for getcwd... yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpwent... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for gettimeofday... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for getpwnam... yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for memcmp... checking varargs.h usability... no
checking varargs.h presence... yes
checking for memcpy... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for memmem... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for putenv... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for random... no
checking termio.h presence... no
checking for termio.h... no
no
checking sys/pte.h usability... checking for rename... no
checking sys/pte.h presence... yes
checking for rindex... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for setenv... no
checking for sys/stream.h... no
checking sys/select.h usability... no
no
checking sys/select.h presence... checking for snprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for strstr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoul... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoll... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoull... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for vprintf... no
yes
checking for wcrtomb... checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcswidth... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for towlower... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for getrlimit... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrusage... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for getsysinfo... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for pstat_getdynamic... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-23 19:25 [binutils-gdb] xtensa: fix relaxation of undefined weak references in shared objects sergiodj+buildbot
@ 2018-07-24 22:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-24 22:40 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/2310>

Commit(s) tested:
	5d3a462f05cba5b0c0c96de899b84fb84155c760

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	xtensa: fix relaxation of undefined weak references in shared objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5d/5d3a462f05cba5b0c0c96de899b84fb84155c760/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... checking for makeinfo... x86_64-w64-mingw32-gcc
makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the C compiler works... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
configure: creating cache ./config.cache
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking target system type... Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
yes
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... checking whether make supports nested variables... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... checking for grep that handles long lines and -e... checking whether the C compiler works... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking for C compiler default output file name... a.exe
checking for sys/stat.h... checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
none needed
checking how to run the C preprocessor... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... x86_64-w64-mingw32-gcc -E
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/types.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for stdint.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking minix/config.h usability... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for strings.h... yes
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for inttypes.h... /usr/bin/xgettext
x86_64-w64-mingw32-gcc -E
checking for msgmerge... yes
/usr/bin/msgmerge
checking for sys/types.h... yes
checking for grep that handles long lines and -e... checking build system type... /usr/bin/grep
checking for egrep... checking for stdint.h... /usr/bin/grep -E
checking for ANSI C header files... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for sys/stat.h... checking for library containing strerror... yes
checking for unistd.h... yes
checking for stdlib.h... none required
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
yes
checking for inline... checking minix/config.h usability... yes
yes
checking for string.h... inline
checking for off_t... checking for sys/stat.h... no
checking minix/config.h presence... yes
yes
checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... yes
yes
yes
checking for string.h... checking for size_t... 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... yes
yes
checking for inttypes.h... checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for working alloca.h... checking for strings.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
yes
yes
checking for sys/param.h... checking for stdint.h... checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for getpagesize... yes
no
checking for objdir... yes
.libs
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking ctype.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdint.h... yes
checking ctype.h presence... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for unsigned long long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking stddef.h presence... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for stddef.h... yes
yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for inline... yes
checking whether -lc should be explicitly linked in... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... no
checking for ld used by GCC... yes
checking dynamic linker characteristics... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
done
checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for stdlib.h... (cached) yes
checking for sys/file.h... yes
checking for uintptr_t... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for sys/param.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for limits.h... checking limits.h usability... yes
yes
checking for int_least32_t... yes
checking for getpagesize... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking limits.h presence... yes
checking for string.h... (cached) yes
yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking for working mmap... no
yes
checking for int_fast32_t... checking for strings.h... (cached) yes
checking for memcpy... checking for sys/time.h... yes
checking for time.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
yes
checking for uint64_t... checking for sys/resource.h... checking nl_types.h usability... yes
checking for strerror... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking nl_types.h presence... no
checking for fcntl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for unistd.h... (cached) yes
checking for alloca.h... yes
checking for off_t... no
checking for sys/pstat.h... yes
checking malloc.h presence... configure: updating cache ./config.cache
yes
checking for malloc.h... yes
no
checking that generated files are newer than configure... checking for sys/sysmp.h... done
configure: creating ./config.status
checking stddef.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... yes
checking size of int... no
yes
checking for stddef.h... yes
checking for sys/table.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/sysctl.h... checking for unistd.h... (cached) yes
no
checking for sys/systemcfg.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for fgets_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... no
checking for getgid... no
checking for getuid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for mempcpy... config.status: executing libtool commands
4
checking size of long... yes
checking for munmap... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
checking for putenv... Configuring in ./readline
4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... no
configure: creating cache ./config.cache
checking build system type... yes
configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
checking for stpcpy... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no
checking for strcasecmp... yes
checking for C compiler default output file name... a.exe
4
checking for suffix of executables... checking size of size_t... config.status: creating Makefile
yes
config.status: creating config.h
checking for strdup... config.status: executing gstdint.h commands
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for strtoul... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for tsearch... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __argz_count... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for __argz_stringify... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for sys/types.h... checking for __argz_next... yes
checking for sys/stat.h... no
checking for __fsetlocking... yes
checking for stdlib.h... 8
checking for long long... no
checking for iconv... yes
checking for string.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for memory.h... no
checking for LC_MESSAGES... yes
checking size of long long... no
checking for bison... bison
checking version of bison... yes
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-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... no
checking for GNU gettext in libintl... yes
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
checking for autoheader... autoheader
checking for inttypes.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdint.h... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for unistd.h... yes
checking minix/config.h usability... config.status: creating Makefile
config.status: creating config.intl
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 config.h
config.status: executing default-1 commands
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... uint64_t
no
checking for working volatile... checking for intptr_t... yes
checking return type of signal handlers... void
checking for size_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
checking for uintptr_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inftrees.Tpo .deps/libz_a-inftrees.Po
checking for ssize_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for library containing strerror... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for kill... none required
checking for asprintf... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for lstat... checking for atexit... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for memmove... yes
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
checking for putenv... checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for select... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for setenv... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for bzero... yes
no
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
yes
checking for strpbrk... checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for ffs... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for getcwd... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for getpagesize... yes
checking for isascii... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for gettimeofday... yes
checking for isxdigit... yes
checking for index... yes
checking for getpwent... no
checking for insque... no
checking for getpwnam... no
checking for memchr... no
checking for getpwuid... yes
checking for memcmp... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for memcpy... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memmem... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for memmove... 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 mempcpy... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for memset... checking locale.h usability... yes
checking locale.h presence... yes
checking for mkstemps... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for putenv... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for random... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for rename... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for rindex... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for setenv... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for snprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for sigsetmask... no
checking sys/select.h presence... no
no
checking for sys/select.h... no
checking for stpcpy... checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for stpncpy... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strcasecmp... 64
checking for type of signal functions... yes
checking for strchr... yes
checking for strdup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strncasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strndup... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for strnlen... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strrchr... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strstr... not found
checking for struct dirent.d_ino... yes
checking for strtod... yes
checking for struct dirent.d_fileno... yes
checking for strtol... no
checking for tgetent... yes
checking for strtoul... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strtoll... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking for strtoull... checking wchar.h usability... yes
checking wchar.h presence... yes
checking for strverscmp... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for tmpnam... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vasprintf... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for vfprintf... no
yes
checking for mbsnrtowcs... checking for vprintf... no
checking for mbsrtowcs... yes
checking for vsnprintf... yes
checking for mbschr... yes
checking for vsprintf... no
checking for wcrtomb... yes
checking for waitpid... yes
checking for wcscoll... no
checking for setproctitle... yes
checking for wcsdup... no
checking whether alloca needs Cray hooks... yes
checking for wcwidth... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wctype... no
checking for vfork... yes
checking for wcswidth... no
checking for _doprnt... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswlower... no
checking for external symbol _system_configuration... yes
no
checking for __fsetlocking... checking for iswupper... yes
no
checking for canonicalize_file_name... checking for towlower... no
yes
checking for dup3... checking for towupper... no
checking for getrlimit... yes
checking for iswctype... no
checking for getrusage... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getsysinfo... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for psignal... configure: creating ./config.status
no
checking for pstat_getdynamic... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for pstat_getstatic... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for realpath... config.status: executing default commands
no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-23 14:29 [binutils-gdb] Avoid ubsan complaint in BFD sergiodj+buildbot
@ 2018-07-24 21:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-24 21:40 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/2309>

Commit(s) tested:
	01bcaf636ad0b1d5fe44a21917ec900af86072a8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Avoid ubsan complaint in BFD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/01/01bcaf636ad0b1d5fe44a21917ec900af86072a8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
configure: creating ./config.status
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking target system type... yes
checking for C compiler default output file name... a.exe
x86_64-w64-mingw32
checking for suffix of executables... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking how to run the C preprocessor... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
checking how to run the C preprocessor... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking for sys/types.h... x86_64-w64-mingw32-gcc -E
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for sys/stat.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
ok
checking for string.h... checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for string.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... checking for ANSI C header files... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... checking for strings.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for inttypes.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking how to run the C preprocessor... yes
yes
checking for string.h... checking for stdint.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
yes
yes
checking for memory.h... checking for unistd.h... checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
yes
yes
checking minix/config.h usability... checking for sys/types.h... checking minix/config.h usability... yes
checking for inttypes.h... yes
no
checking minix/config.h presence... checking for sys/stat.h... no
checking minix/config.h presence... yes
checking for stdint.h... no
checking for minix/config.h... no
no
checking whether it is safe to define __EXTENSIONS__... checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
checking for string.h... yes
checking for dlfcn.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
no
checking for objdir... checking whether x86_64-w64-mingw32-gcc supports -Wall... .libs
/usr/bin/xgettext
checking for msgmerge... yes
yes
/usr/bin/msgmerge
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for inttypes.h... checking for library containing strerror... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdint.h... none required
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... inline
checking for off_t... yes
checking ctype.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking ctype.h presence... yes
checking for size_t... yes
checking for ctype.h... yes
yes
checking for an ANSI C-conforming const... checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for inline... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking stddef.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for working alloca.h... checking stdio.h usability... 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... x86_64-w64-mingw32-gcc -E
no
checking for alloca... yes
checking stdio.h presence... no
checking for a BSD-compatible install... checking for stdlib.h... (cached) yes
/usr/bin/install -c
yes
checking for stdio.h... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for sys/file.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking for getpagesize... checking for sys/param.h... yes
checking for uintptr_t... yes
yes
checking for getpagesize... checking for limits.h... yes
yes
checking for working mmap... no
checking for memcpy... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for int_least32_t... yes
yes
checking for working mmap... no
checking for string.h... (cached) yes
checking whether we are using the GNU C Library 2.1 or newer... checking for unistd.h... (cached) yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for strings.h... (cached) yes
yes
checking for sys/time.h... yes
checking for int_fast32_t... checking for strerror... yes
checking for stdint.h... yes
yes
checking for unsigned long long... checking for unistd.h... (cached) yes
yes
yes
checking for uint64_t... checking for time.h... yes
checking for sys/resource.h... yes
checking for inttypes.h... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... checking for sys/mman.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for fcntl.h... yes
yes
checking for off_t... no
checking for ld used by GCC... checking for alloca.h... no
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/pstat.h... yes
checking for shared library run path origin... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... done
checking argz.h usability... no
yes
checking size of int... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking argz.h presence... no
checking for sys/sysctl.h... no
checking for argz.h... no
checking limits.h usability... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking limits.h presence... checking for stdio_ext.h... yes
checking for limits.h... yes
no
checking locale.h usability... checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking whether errno must be declared... no
checking nl_types.h presence... no
checking size of int... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
4
checking size of long... checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
config.status: creating Makefile
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... config.status: executing depfiles commands
no
checking for fgets_unlocked... config.status: executing libtool commands
no
checking for getc_unlocked... 4
checking size of long... no
make[1]: Nothing to be done for 'all-target'.
checking for getcwd... mkdir -p -- ./readline
Configuring in ./readline
4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for getegid... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for geteuid... no
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for getgid... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for getuid... checking whether the C compiler works... 4
checking size of size_t... no
checking for mempcpy... config.status: creating Makefile
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating config.h
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: executing gstdint.h commands
yes
checking for munmap... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for putenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for setenv... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-gcc -E
no
checking for setlocale... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stpcpy... yes
checking for sys/types.h... no
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for strcasecmp... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for long long... yes
checking for sys/stat.h... yes
checking for strdup... yes
checking for stdlib.h... yes
checking size of long long... yes
yes
checking for string.h... checking for strtoul... yes
checking for memory.h... yes
checking for tsearch... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... yes
yes
checking for __argz_count... checking for inttypes.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
yes
checking for stdint.h... no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __argz_stringify... yes
checking for unistd.h... no
checking for __argz_next... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking for __fsetlocking... no
checking minix/config.h presence... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for iconv... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... 8
checking for a 64-bit type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... uint64_t
checking for intptr_t... no
checking for LC_MESSAGES... yes
checking for function prototypes... yes
checking whether char is unsigned... no
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 working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... yes
checking for uintptr_t... yes
checking return type of signal handlers... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... yes
checking for ssize_t... config.status: creating Makefile
yes
checking for ssize_t... yes
checking for pid_t... config.status: creating config.intl
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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.h
config.status: executing default-1 commands
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing strerror... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... none required
checking for asprintf... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
checking for library containing opendir... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 atexit... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
none required
yes
checking for fcntl... checking for basename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for kill... no
checking for lstat... yes
checking for bcmp... x86_64-w64-mingw32-ranlib libz.a
no
checking for memmove... no
checking for bcopy... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for putenv... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for bsearch... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
checking for select... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for bzero... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for setenv... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for setlocale... checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strcasecmp... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
no
checking for strpbrk... checking for getcwd... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for tcgetattr... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking for vsnprintf... checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for isascii... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for index... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for isxdigit... no
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for memchr... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for getpwnam... yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getpwuid... yes
checking for memcpy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for working strcoll... no
checking fcntl.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memmem... yes
checking fcntl.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking for stdlib.h... (cached) yes
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking varargs.h usability... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for mempcpy... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking varargs.h presence... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for memset... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for mkstemps... checking for strings.h... (cached) yes
checking limits.h usability... no
yes
checking limits.h presence... checking for putenv... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for random... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for rename... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for rindex... no
checking for setenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for snprintf... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for sigsetmask... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpcpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for stpncpy... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strcasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strdup... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strncasecmp... checking for type of signal functions... yes
checking for strndup... no
checking for strnlen... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strrchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strstr... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for strtod... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtol... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoul... not found
checking for struct dirent.d_ino... yes
checking for strtoll... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtoull... no
checking for tgetent in -ltermcap... yes
checking for strverscmp... no
checking for tmpnam... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vasprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vfprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsnprintf... yes
checking for mbscasecmp... yes
checking for vsprintf... no
checking for mbscmp... yes
checking for waitpid... no
checking for mbsnrtowcs... no
checking for setproctitle... no
checking for mbsrtowcs... no
checking whether alloca needs Cray hooks... yes
checking for mbschr... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wcrtomb... no
checking for vfork... yes
checking for wcscoll... no
checking for _doprnt... yes
checking for wcsdup... no
checking for sys_errlist... (cached) yes
yes
checking for wcwidth... checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wctype... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcswidth... no
checking for canonicalize_file_name... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for dup3... yes
checking for iswlower... no
checking for getrlimit... yes
checking for iswupper... no
checking for getrusage... yes
checking for towlower... no
checking for getsysinfo... yes
checking for towupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswctype... no
checking for psignal... yes
checking for nl_langinfo and CODESET... no
checking for pstat_getdynamic... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for pstat_getstatic... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for realpath... supported
no
checking for setrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sbrk... config.status: creating Makefile
no
checking for spawnve... config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
checking for spawnvpe... config.status: creating shlib/Makefile
config.status: creating config.h
yes
checking for strerror... config.status: executing default commands
yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-23  4:05 [binutils-gdb] power9 mfupmc/mtupmc sergiodj+buildbot
@ 2018-07-24 13:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-24 13:29 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/2305>

Commit(s) tested:
	bb71536f2841449252952ac4f759c1e0eca7e137

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	power9 mfupmc/mtupmc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bb/bb71536f2841449252952ac4f759c1e0eca7e137/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
checking build system type... .exe
x86_64-pc-linux-gnu
checking host system type... checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/sed
checking for grep that handles long lines and -e... checking for stdlib.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... 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... none needed
checking how to run the C preprocessor... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -E
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for ANSI C header files... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for unistd.h... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking minix/config.h usability... yes
checking for string.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
no
checking minix/config.h presence... yes
yes
checking how to run the C preprocessor... checking for memory.h... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
yes
yes
checking for strings.h... checking for string.h... yes
checking for grep that handles long lines and -e... checking whether make sets $(MAKE)... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
yes
checking for xgettext... checking for inttypes.h... checking for memory.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
yes
checking build system type... checking for stdint.h... yes
checking for strings.h... checking for sys/types.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
yes
checking for sys/stat.h... checking for inttypes.h... checking for unistd.h... none required
checking for an ANSI C-conforming const... yes
yes
yes
yes
checking for inline... checking for stdlib.h... checking for stdint.h... checking minix/config.h usability... inline
checking for off_t... yes
yes
checking for unistd.h... no
checking minix/config.h presence... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for memory.h... checking for dlfcn.h... yes
yes
checking for size_t... 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 objdir... .libs
checking for strings.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
no
checking for alloca... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for getpagesize... yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... yes
checking dynamic linker characteristics... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for ctype.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking stddef.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for inttypes.h... checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for stddef.h... yes
checking for sys/param.h... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for unsigned long long... yes
yes
checking for an ANSI C-conforming const... checking for getpagesize... yes
checking stdio.h presence... yes
checking for inttypes.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for inline... yes
checking whether the inttypes.h PRIxNN macros are broken... inline
checking whether byte ordering is bigendian... yes
checking for working mmap... no
checking for memcpy... no
checking for ld used by GCC... yes
checking for uintptr_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... yes
checking for int_least32_t... checking argz.h usability... yes
checking for sys/param.h... yes
yes
checking for unistd.h... (cached) yes
no
checking argz.h presence... checking for limits.h... yes
yes
checking for int_fast32_t... no
checking for argz.h... no
checking limits.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... checking for string.h... (cached) yes
done
configure: creating ./config.status
yes
checking limits.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for uint64_t... yes
checking for limits.h... yes
checking for sys/time.h... checking locale.h usability... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking what to include in gstdint.h... yes
checking locale.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for locale.h... yes
no
checking for sys/stat.h... (cached) yes
checking nl_types.h usability... checking for sys/mman.h... yes
checking for off_t... no
checking for fcntl.h... yes
no
checking nl_types.h presence... checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking size of int... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/systemcfg.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdio_ext.h... checking for feof_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... 4
checking size of long... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for getegid... no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... 4
checking size of long... configure: creating cache ./config.cache
checking build system type... yes
4
checking for ANSI C header files... (cached) yes
x86_64-pc-linux-gnu
checking host system type... checking for munmap... checking build system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... no
checking for putenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
no
checking for setenv... configure: updating cache ./config.cache
.exe
configure: creating ./config.status
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for setlocale... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stpcpy... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: creating config.h
none needed
checking how to run the C preprocessor... config.status: executing gstdint.h commands
4
checking size of size_t... no
checking for strcasecmp... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strdup... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/types.h... checking for strtoul... yes
checking for sys/stat.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
checking for stdlib.h... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_count... yes
checking for string.h... yes
no
checking for memory.h... checking for __argz_stringify... yes
checking for strings.h... no
checking for __argz_next... yes
checking for inttypes.h... 8
checking for long long... no
checking for __fsetlocking... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdint.h... no
checking for iconv... yes
checking for unistd.h... yes
checking size of long long... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking minix/config.h usability... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 bison... bison
no
checking version of bison... checking minix/config.h presence... 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 minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... config.status: creating Makefile
yes
checking return type of signal handlers... config.status: creating config.intl
void
checking for size_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
config.status: creating config.h
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: executing default-1 commands
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... 8
checking for a 64-bit type... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
uint64_t
checking for intptr_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... yes
checking for uintptr_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing opendir... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
rm -f libz.a
x86_64-w64-mingw32-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 
none required
checking for fcntl... x86_64-w64-mingw32-ranlib libz.a
yes
checking for ssize_t... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for kill... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for pid_t... no
checking for lstat... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for putenv... none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for select... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for atexit... no
checking for setenv... yes
checking for basename... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for setlocale... yes
checking for bcmp... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for strcasecmp... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strpbrk... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for tcgetattr... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for vsnprintf... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for isascii... yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for isxdigit... yes
checking for ffs... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for getpwent... checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
no
checking for getpwnam... checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
yes
checking for getpwuid... checking for gettimeofday... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for index... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for insque... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for memchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for memcmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memmem... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for memmove... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mempcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for memset... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for mkstemps... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for putenv... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for random... no
checking sys/stream.h presence... no
checking for rename... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for rindex... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for setenv... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for snprintf... 64
checking for type of signal functions... yes
checking for sigsetmask... no
checking for stpcpy... no
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for stpncpy... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strchr... yes
checking whether signal handlers are of type void... yes
checking for strdup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strncasecmp... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for strndup... yes
checking for struct dirent.d_fileno... no
checking for strnlen... no
checking for tgetent... yes
checking for strrchr... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strstr... yes
checking wctype.h presence... yes
checking for wctype.h... yes
yes
checking wchar.h usability... checking for strtod... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking for strtol... checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for strtoul... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for strtoull... yes
no
checking for mbsnrtowcs... checking for strverscmp... no
checking for mbsrtowcs... no
checking for tmpnam... yes
checking for mbschr... yes
checking for vasprintf... no
checking for wcrtomb... yes
checking for vfprintf... yes
checking for wcscoll... yes
checking for vprintf... yes
checking for wcsdup... yes
checking for vsnprintf... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for wcswidth... yes
checking for waitpid... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setproctitle... yes
checking for iswlower... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswupper... no
checking for vfork... yes
checking for towlower... no
checking for _doprnt... yes
checking for towupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswctype... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for canonicalize_file_name... yes
checking for wctype_t in wctype.h... no
checking for dup3... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrusage... config.status: creating Makefile
no
checking for getsysinfo... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for gettimeofday... (cached) yes
config.status: creating config.h
checking for on_exit... config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-23  3:41 [binutils-gdb] Remove some unused variables sergiodj+buildbot
@ 2018-07-24 12:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-24 12:29 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/2304>

Commit(s) tested:
	cf4088a92f240b01e6db8f39a5a3abfa918f6f2c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove some unused variables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cf/cf4088a92f240b01e6db8f39a5a3abfa918f6f2c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking build system type... checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
config.status: creating Makefile
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/types.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for grep that handles long lines and -e... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdint.h... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for ANSI C header files... yes
yes
checking for unistd.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... checking minix/config.h usability... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
no
checking minix/config.h presence... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... yes
yes
checking whether make sets $(MAKE)... checking for stdlib.h... x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
checking for msgmerge... checking for grep that handles long lines and -e... checking for inttypes.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/msgmerge
yes
checking for string.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for stdint.h... yes
checking for memory.h... yes
checking for sys/types.h... yes
none required
checking for an ANSI C-conforming const... checking for unistd.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for inline... yes
yes
checking minix/config.h usability... inline
checking for off_t... checking for inttypes.h... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
yes
checking for stdint.h... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
yes
checking for unistd.h... checking for memory.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 for dlfcn.h... checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
no
checking for objdir... .libs
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for sys/param.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for getpagesize... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking ctype.h presence... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for unsigned long long... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking dynamic linker characteristics... checking stdio.h usability... yes
checking for inttypes.h... Win32 ld.exe
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 for an ANSI C-conforming const... checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stdio.h presence... yes
checking for inline... checking for stdlib.h... (cached) yes
yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... inline
no
checking whether byte ordering is bigendian... checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for getpagesize... done
yes
checking for uintptr_t... checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for working mmap... no
yes
checking for memcpy... no
checking argz.h presence... checking for sys/param.h... yes
checking for int_least32_t... yes
no
checking for argz.h... no
checking limits.h usability... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for strerror... yes
checking for int_fast32_t... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking locale.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
yes
checking for uint64_t... yes
yes
checking locale.h presence... checking for time.h... yes
checking for locale.h... yes
yes
configure: updating cache ./config.cache
checking for sys/resource.h... checking nl_types.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
no
yes
checking for sys/stat.h... (cached) yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/mman.h... no
checking for fcntl.h... no
checking nl_types.h presence... yes
checking for off_t... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for alloca.h... no
checking for sys/pstat.h... yes
checking malloc.h presence... no
checking for sys/sysmp.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysinfo.h... yes
checking size of int... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... no
checking for sys/table.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/sysctl.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for feof_unlocked... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for process.h... checking for fgets_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... config.status: creating Makefile
no
checking for getgid... config.status: executing depfiles commands
no
checking for getuid... config.status: executing libtool commands
no
checking for mempcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
yes
checking size of long... checking for munmap... no
4
checking for ANSI C header files... (cached) yes
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
configure: creating cache ./config.cache
checking for setenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
no
checking for setlocale... checking whether the C compiler works... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
yes
checking for suffix of object files... checking for strcasecmp... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... config.status: creating config.h
4
checking size of size_t... config.status: executing gstdint.h commands
yes
checking for strdup... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-gcc -E
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... yes
checking for sys/types.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_stringify... yes
checking for sys/stat.h... no
yes
checking for __argz_next... checking for stdlib.h... yes
checking for string.h... no
checking for __fsetlocking... yes
8
checking for long long... checking for memory.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strings.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
yes
checking size of long long... checking for inttypes.h... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
checking for stdint.h... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for unistd.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking minix/config.h usability... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating Makefile
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 config.intl
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating config.h
config.status: executing default-1 commands
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... void
checking for size_t... 8
checking for a 64-bit type... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 uintptr_t... 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
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for dirent.h that defines DIR... yes
checking for ssize_t... yes
checking for library containing opendir... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
none required
checking for fcntl... yes
checking for pid_t... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for memmove... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for putenv... yes
checking for basename... yes
checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for bcmp... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for setlocale... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for strcasecmp... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for strpbrk... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for vsnprintf... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for ffs... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for isascii... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for isxdigit... yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for getpwent... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for gettimeofday... no
checking for getpwnam... yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for memcmp... checking varargs.h usability... no
checking varargs.h presence... yes
checking for memcpy... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for memmem... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for putenv... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for random... no
checking termio.h presence... no
checking for rename... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for rindex... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for setenv... no
checking for sys/stream.h... no
checking sys/select.h usability... no
no
checking sys/select.h presence... checking for snprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for sigsetmask... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strdup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
yes
checking for sig_atomic_t in signal.h... checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for strnlen... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for strstr... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoul... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoll... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoull... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
checking for vprintf... yes
checking for mbschr... yes
checking for vsnprintf... no
checking for wcrtomb... yes
yes
checking for wcscoll... checking for vsprintf... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcswidth... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
no
checking for _doprnt... checking for iswlower... no
yes
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for iswupper... checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for towlower... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for getrlimit... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for getrusage... yes
checking for wint_t in wctype.h... no
checking for getsysinfo... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for pstat_getdynamic... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-22 21:53 [binutils-gdb] Remove unused variables from gdbserver sergiodj+buildbot
@ 2018-07-24  7:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-24  7:11 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/2299>

Commit(s) tested:
	b0a7723d29ddd39345a4af30c130ebc89c623d21

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unused variables from gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b0/b0a7723d29ddd39345a4af30c130ebc89c623d21/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating 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
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... configure: updating cache ./config.cache
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: creating ./config.status
yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether the C compiler works... checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking whether the C compiler works... checking for suffix of object files... yes
yes
checking for style of include used by make... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
gcc3
checking how to print strings... checking for string.h... none needed
checking how to run the C preprocessor... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... o
checking whether we are using the GNU C compiler... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for memory.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
yes
yes
checking how to run the C preprocessor... checking for sys/stat.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... x86_64-w64-mingw32-gcc -E
yes
yes
checking for unistd.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking minix/config.h usability... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for sys/types.h... yes
no
checking minix/config.h presence... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for strings.h... yes
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking for inttypes.h... yes
checking how to run the C preprocessor... /usr/bin/xgettext
checking for msgmerge... yes
/usr/bin/msgmerge
checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking build system type... checking for stdint.h... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... yes
checking for unistd.h... yes
none required
checking for an ANSI C-conforming const... checking for strings.h... yes
yes
checking minix/config.h usability... checking for sys/types.h... yes
checking for inline... yes
inline
checking for off_t... checking for inttypes.h... yes
no
checking minix/config.h presence... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdint.h... yes
checking for stdlib.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... checking for unistd.h... yes
checking for string.h... yes
64
checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... no
checking for objdir... .libs
yes
no
checking for alloca... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdint.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h usability... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking ctype.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for unsigned long long... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
yes
checking stddef.h presence... 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... x86_64-w64-mingw32-gcc -E
yes
checking for inline... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking stdio.h usability... inline
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for ld used by GCC... yes
checking stdio.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for stdio.h... yes
yes
checking for shared library run path origin... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for getpagesize... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... checking argz.h usability... yes
checking for sys/param.h... yes
checking for working mmap... no
yes
checking for uintptr_t... checking for memcpy... yes
no
checking argz.h presence... checking for limits.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
yes
checking for int_least32_t... yes
checking for strerror... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking limits.h presence... checking for strings.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/time.h... checking locale.h usability... yes
yes
checking for int_fast32_t... checking for time.h... yes
checking for unistd.h... (cached) yes
yes
checking for sys/resource.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
configure: updating cache ./config.cache
checking for sys/stat.h... (cached) yes
checking nl_types.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/mman.h... yes
checking for uint64_t... no
checking for fcntl.h... no
checking nl_types.h presence... yes
checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
no
checking for an ANSI C-conforming const... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking for off_t... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... no
checking for sys/table.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking size of int... no
checking for sys/sysctl.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for sys/systemcfg.h... checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for fgets_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... yes
checking for getegid... no
checking for geteuid... 4
checking size of long... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getgid... no
checking for getuid... config.status: executing libtool commands
no
checking for mempcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
checking size of long... yes
checking for munmap... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for setenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... configure: creating cache ./config.cache
checking build system type... no
checking for setlocale... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
yes
checking for stpcpy... checking whether the C compiler works... configure: updating cache ./config.cache
configure: creating ./config.status
no
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for strcasecmp... 4
checking size of size_t... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for strdup... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strtoul... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... yes
checking for tsearch... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for __argz_count... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
yes
checking for __argz_stringify... checking for sys/types.h... yes
checking for sys/stat.h... no
checking for __argz_next... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... no
checking for __fsetlocking... yes
8
checking for long long... checking for string.h... no
checking for iconv... yes
checking for memory.h... yes
yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for strings.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... yes
no
checking for bison... bison
checking version of bison... checking for inttypes.h... 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 GNU gettext in libintl... yes
checking for stdint.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
checking for unistd.h... configure: creating ./config.status
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking minix/config.h presence... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-infback.Tpo .deps/libz_a-infback.Po
no
checking for working volatile... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
checking return type of signal handlers... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
void
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-trees.Tpo .deps/libz_a-trees.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for fcntl... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
no
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for kill... none required
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for asprintf... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for atexit... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for basename... yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bcmp... yes
checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for bcopy... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for bsearch... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for bzero... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for strpbrk... yes
checking for clock... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for getcwd... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for isascii... yes
checking for getpagesize... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for isxdigit... yes
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for getpwent... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for index... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for insque... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for getpwuid... no
checking for memchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for memcmp... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for memcpy... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for memmove... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for mempcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memset... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mkstemps... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for random... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for rindex... no
checking sys/pte.h presence... no
checking for setenv... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for snprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for sigsetmask... no
checking for sys/select.h... no
checking sys/file.h usability... no
yes
checking sys/file.h presence... checking for stpcpy... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strncasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strndup... yes
checking whether signal handlers are of type void... no
checking for strnlen... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strrchr... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strstr... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strtod... no
checking for tgetent... yes
checking for strtol... no
checking for tgetent in -ltermcap... yes
checking for strtoul... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for strtoll... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for strtoull... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strverscmp... no
checking for langinfo.h... no
checking for mbrlen... no
checking for tmpnam... yes
checking for mbscasecmp... yes
checking for vasprintf... no
checking for mbscmp... yes
checking for vfprintf... no
checking for mbsnrtowcs... yes
no
checking for mbsrtowcs... checking for vprintf... yes
checking for mbschr... yes
checking for vsnprintf... no
checking for wcrtomb... yes
checking for vsprintf... yes
checking for wcscoll... yes
checking for waitpid... yes
checking for wcsdup... no
checking for setproctitle... yes
checking for wcwidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for wctype... no
checking for fork... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
checking for iswlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towlower... no
checking for canonicalize_file_name... yes
checking for towupper... no
checking for dup3... yes
checking for iswctype... no
checking for getrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrusage... yes
checking for wctype_t in wctype.h... no
checking for getsysinfo... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for gettimeofday... (cached) yes
checking for on_exit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for psignal... config.status: creating Makefile
no
checking for pstat_getdynamic... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for pstat_getstatic... config.status: creating config.h
config.status: executing default commands
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-22 21:41 [binutils-gdb] Remove unused declaration from value.c sergiodj+buildbot
@ 2018-07-24  6:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-24  6:11 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/2298>

Commit(s) tested:
	8c8807f43924ec0f936b9bb59fd73d8fa4956e9e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unused declaration from value.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8c/8c8807f43924ec0f936b9bb59fd73d8fa4956e9e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./intl
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating cache ./config.cache
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether make supports nested variables... yes
configure: updating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... x86_64-w64-mingw32-gcc -E
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... .exe
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 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
yes
checking whether the shell understands "+="... yes
checking for sys/types.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for sys/stat.h... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
ok
checking whether x86_64-w64-mingw32-gcc supports -W... checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for ANSI C header files... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... checking for string.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... checking for memory.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for strings.h... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for inttypes.h... checking for inttypes.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking how to run the C preprocessor... yes
checking for memory.h... yes
yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... checking for stdint.h... yes
checking for grep that handles long lines and -e... checking for strings.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
checking for stdint.h... yes
yes
yes
checking minix/config.h usability... checking minix/config.h usability... checking for sys/stat.h... yes
checking for unistd.h... yes
no
no
checking minix/config.h presence... checking minix/config.h presence... checking for stdlib.h... no
no
checking for minix/config.h... checking for minix/config.h... no
no
checking whether it is safe to define __EXTENSIONS__... checking whether it is safe to define __EXTENSIONS__... yes
checking for dlfcn.h... yes
checking for string.h... yes
yes
checking whether make sets $(MAKE)... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... no
checking for objdir... .libs
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... /usr/bin/xgettext
checking for memory.h... checking for msgmerge... /usr/bin/msgmerge
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... none required
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for inline... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... inline
checking for off_t... checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... yes
checking dynamic linker characteristics... yes
checking for size_t... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking if libtool supports shared libraries... yes
yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking stddef.h usability... yes
checking for stdlib.h... (cached) yes
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for inline... yes
checking for working alloca.h... checking for string.h... (cached) yes
checking stdio.h usability... inline
checking whether byte ordering is bigendian... yes
no
checking for alloca... checking for getpagesize... yes
checking stdio.h presence... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for stdio.h... yes
checking for working mmap... no
checking for unistd.h... (cached) yes
checking for memcpy... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/param.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking for getpagesize... yes
checking for uintptr_t... checking for strerror... yes
checking for sys/param.h... yes
yes
yes
checking for int_least32_t... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for limits.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for stdint.h... yes
configure: updating cache ./config.cache
yes
checking for int_fast32_t... checking for string.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for unsigned long long... checking for sys/time.h... yes
checking for uint64_t... yes
checking for time.h... yes
checking for sys/resource.h... yes
no
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... checking for inttypes.h... no
yes
checking for off_t... checking for fcntl.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for alloca.h... no
no
checking for sys/pstat.h... checking for ld used by GCC... no
checking for sys/sysmp.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for sys/sysinfo.h... yes
checking size of int... no
checking for machine/hal_sysinfo.h... done
no
checking for sys/table.h... checking argz.h usability... no
checking for sys/sysctl.h... no
no
checking argz.h presence... checking for sys/systemcfg.h... no
checking for argz.h... no
no
checking limits.h usability... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking limits.h presence... yes
checking for sys/prctl.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking whether errno must be declared... no
checking nl_types.h presence... no
checking size of int... no
checking for nl_types.h... no
checking malloc.h usability... config.status: creating Makefile
4
checking size of long... yes
checking malloc.h presence... config.status: executing depfiles commands
yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... config.status: executing libtool commands
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for fgets_unlocked... 4
checking size of long... no
checking for getc_unlocked... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for getcwd... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for getegid... configure: creating cache ./config.cache
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for geteuid... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... no
checking for getgid... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
no
checking for getuid... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... 4
checking size of size_t... config.status: creating config.h
o
checking whether we are using the GNU C compiler... config.status: executing gstdint.h commands
no
checking for mempcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for munmap... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for putenv... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for setenv... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... no
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for setlocale... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
checking for stpcpy... yes
checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for string.h... checking for strcasecmp... 8
checking for long long... yes
checking for memory.h... yes
checking for strdup... yes
checking for strings.h... yes
checking size of long long... yes
checking for strtoul... yes
checking for inttypes.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
checking for stdint.h... yes
yes
checking for unistd.h... checking for __argz_count... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking for __argz_stringify... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for __argz_next... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for iconv... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking return type of signal handlers... 8
checking for a 64-bit type... no
checking for LC_MESSAGES... uint64_t
checking for intptr_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 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... void
checking for size_t... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for uintptr_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for ssize_t... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: creating Makefile
no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
yes
checking for pid_t... yes
config.status: creating config.h
checking for library containing opendir... config.status: executing default-1 commands
yes
checking for library containing strerror... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
none required
checking for asprintf... checking for fcntl... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 atexit... no
checking for lstat... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for basename... no
checking for memmove... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for bcmp... yes
checking for putenv... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for bcopy... yes
checking for select... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for bsearch... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for calloc... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for clock... yes
checking for strpbrk... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for vsnprintf... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for isascii... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for isxdigit... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for index... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for getpwent... no
checking for insque... no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memchr... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for getpwuid... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for memcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for working strcoll... no
checking fcntl.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for memcpy... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking fcntl.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking varargs.h usability... checking for memmem... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
no
checking varargs.h presence... checking for memmove... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for mempcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memset... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mkstemps... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for putenv... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for random... checking termcap.h usability... no
checking for rename... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for rindex... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for setenv... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for snprintf... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for sigsetmask... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
no
checking sys/select.h usability... checking for stpcpy... no
checking sys/select.h presence... no
checking for stpncpy... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for strcasecmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strchr... 64
checking for type of signal functions... yes
checking for strdup... yes
checking for strncasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strndup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for strnlen... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strrchr... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strstr... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtod... not found
checking for struct dirent.d_ino... yes
checking for strtol... yes
checking for struct dirent.d_fileno... yes
checking for strtoul... no
checking for tgetent... yes
checking for strtoll... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoull... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strverscmp... yes
checking wchar.h presence... no
checking for tmpnam... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vasprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vfprintf... yes
checking for mbscasecmp... yes
checking for vprintf... no
checking for mbscmp... yes
no
checking for mbsnrtowcs... checking for vsnprintf... no
checking for mbsrtowcs... yes
checking for vsprintf... yes
checking for mbschr... yes
checking for waitpid... no
checking for wcrtomb... no
checking for setproctitle... yes
checking for wcscoll... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcsdup... no
checking for fork... yes
checking for wcwidth... no
checking for vfork... no
checking for wctype... no
checking for _doprnt... yes
checking for wcswidth... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswlower... no
checking for canonicalize_file_name... yes
checking for iswupper... no
checking for dup3... yes
checking for towlower... no
checking for getrlimit... yes
checking for towupper... no
checking for getrusage... yes
checking for iswctype... no
checking for getsysinfo... yes
checking for nl_langinfo and CODESET... no
checking for gettimeofday... (cached) yes
no
checking for wchar_t in wchar.h... checking for on_exit... yes
checking for wctype_t in wctype.h... no
checking for psignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for pstat_getdynamic... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getstatic... no
checking for realpath... config.status: creating Makefile
no
checking for setrlimit... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking for sbrk... config.status: creating config.h
no
checking for spawnve... config.status: executing default commands
yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-23  2:55 [binutils-gdb] Remove declarations from m32c-tdep.c sergiodj+buildbot
@ 2018-07-23 21:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-23 21:31 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/2291>

Commit(s) tested:
	374fd1fd7b9bbefc15c003f14f4229ccbfc1bfc8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove declarations from m32c-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/37/374fd1fd7b9bbefc15c003f14f4229ccbfc1bfc8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... configure: creating cache ./config.cache
/usr/bin/install -c
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... configure: updating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... .exe
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether we are cross compiling... GNU
yes
checking for suffix of object files... checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... none needed
checking how to run the C preprocessor... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... x86_64-w64-mingw32-gcc -E
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 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 memory.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
ok
checking how to run the C preprocessor... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for unistd.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for sys/types.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
no
checking minix/config.h presence... checking for sys/stat.h... yes
yes
checking how to run the C preprocessor... checking for strings.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -E
checking for stdlib.h... yes
checking for inttypes.h... yes
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for string.h... checking for xgettext... yes
/usr/bin/xgettext
checking for msgmerge... checking for stdint.h... /usr/bin/msgmerge
yes
checking for memory.h... checking build system type... yes
checking for sys/types.h... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for unistd.h... yes
yes
checking for strings.h... checking for sys/stat.h... yes
checking minix/config.h usability... none required
checking for an ANSI C-conforming const... yes
yes
checking for inttypes.h... checking for stdlib.h... yes
checking for inline... no
checking minix/config.h presence... inline
checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdint.h... checking for string.h... 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 for memory.h... checking for unistd.h... yes
checking for size_t... yes
yes
64
checking for strings.h... checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking for objdir... checking for inttypes.h... .libs
yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... checking for unistd.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking ctype.h usability... yes
checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for ctype.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether -lc should be explicitly linked in... checking stddef.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking stddef.h presence... checking for stdint.h... yes
checking dynamic linker characteristics... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking stdio.h usability... yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
yes
checking for inline... checking for unistd.h... (cached) yes
yes
checking stdio.h presence... checking for sys/param.h... yes
checking for inttypes.h... inline
checking whether byte ordering is bigendian... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for getpagesize... no
checking for ld used by GCC... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/file.h... yes
checking for shared library run path origin... yes
checking for working mmap... no
checking for memcpy... yes
checking for sys/param.h... done
checking argz.h usability... yes
checking for int_least32_t... yes
checking for limits.h... yes
yes
checking for stdlib.h... (cached) yes
checking for strerror... no
checking argz.h presence... checking for malloc.h... yes
checking for int_fast32_t... yes
no
checking for argz.h... no
checking limits.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
yes
yes
checking limits.h presence... checking for time.h... yes
checking for uint64_t... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sys/resource.h... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
yes
checking locale.h presence... checking for an ANSI C-conforming const... no
yes
checking for locale.h... yes
checking for fcntl.h... checking nl_types.h usability... yes
yes
checking for off_t... checking for alloca.h... no
checking for sys/pstat.h... no
checking nl_types.h presence... no
checking for sys/sysmp.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking size of int... yes
checking malloc.h presence... no
checking for sys/table.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... no
checking for stdint.h... (cached) yes
yes
checking for stddef.h... yes
checking for stdio_ext.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for process.h... checking for sys/param.h... (cached) yes
yes
checking for feof_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for fgets_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
Configuring in ./readline
checking for getuid... 4
checking size of long... no
checking for mempcpy... yes
4
checking for ANSI C header files... (cached) yes
checking for munmap... checking build system type... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking build system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for putenv... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
no
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
4
checking for stpcpy... checking size of size_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for strcasecmp... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
checking for strdup... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strtoul... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for sys/types.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
checking for sys/stat.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdlib.h... checking for __argz_count... yes
checking for string.h... no
checking for __argz_stringify... yes
checking for memory.h... 8
checking for long long... no
checking for __argz_next... yes
checking for strings.h... no
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __fsetlocking... yes
checking for inttypes.h... yes
checking size of long long... no
checking for iconv... yes
checking for stdint.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
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 GNU gettext in libintl... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... configure: creating ./config.status
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... config.status: creating Makefile
config.status: creating config.intl
yes
checking return type of signal handlers... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.h
config.status: executing default-1 commands
void
checking for size_t... 8
checking for a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... yes
checking for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ssize_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking for library containing opendir... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
none required
checking for fcntl... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for pid_t... config.status: creating config.h
no
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1checking for kill... -12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for lstat... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
none required
no
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for putenv... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for basename... yes
checking for select... yes
checking for bcmp... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for bcopy... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bsearch... checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for bzero... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for calloc... yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for clock... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for ffs... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for getcwd... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for isxdigit... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for getpwent... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for gettimeofday... no
checking for getpwnam... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for memmove... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for mempcpy... checking pwd.h usability... no
checking pwd.h presence... yes
checking for memset... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for mkstemps... yes
checking for termcap.h... yes
checking termios.h usability... no
no
checking termios.h presence... checking for putenv... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strdup... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for strstr... no
yes
checking for tgetent in -ltermcap... checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
yes
checking langinfo.h usability... checking for strtoll... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for fork... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towlower... no
checking for external symbol _system_configuration... no
yes
checking for __fsetlocking... checking for towupper... no
yes
checking for canonicalize_file_name... checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrusage... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for getsysinfo... configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for psignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for pstat_getdynamic... config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-22 20:37 [binutils-gdb] Call some functions in guile/ for effect sergiodj+buildbot
@ 2018-07-23 20:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-23 20:31 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/2290>

Commit(s) tested:
	d5e9a511c4bbb25a7e6844169aa9e5b3fc7ef453

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Call some functions in guile/ for effect

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d5/d5e9a511c4bbb25a7e6844169aa9e5b3fc7ef453/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for C compiler default output file name... a.exe
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for style of include used by make... yes
o
checking whether we are using the GNU C compiler... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for stdlib.h... /usr/bin/grep -E
checking for fgrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... checking for string.h... x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for memory.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for grep that handles long lines and -e... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... /usr/bin/grep
checking for egrep... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
/usr/bin/grep -E
checking for x86_64-w64-mingw32-ranlib... checking for ANSI C header files... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/types.h... checking for inttypes.h... ok
yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/stat.h... yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for unistd.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for sys/types.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking minix/config.h presence... yes
checking for sys/stat.h... yes
no
checking for minix/config.h... no
checking how to run the C preprocessor... checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdlib.h... yes
yes
checking whether make sets $(MAKE)... checking for inttypes.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
checking for string.h... checking for msgmerge... yes
/usr/bin/msgmerge
checking for stdint.h... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for memory.h... yes
checking for sys/types.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for unistd.h... yes
yes
checking for strings.h... checking for sys/stat.h... none required
checking for an ANSI C-conforming const... yes
checking minix/config.h usability... yes
yes
yes
checking for inline... checking for inttypes.h... checking for stdlib.h... inline
checking for off_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for string.h... checking for stdint.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 for memory.h... checking for unistd.h... yes
checking for size_t... yes
yes
64
checking for dlfcn.h... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking for objdir... .libs
checking for inttypes.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for unistd.h... checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h usability... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking ctype.h presence... yes
yes
checking for ctype.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking stddef.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether -lc should be explicitly linked in... yes
yes
checking stddef.h presence... checking for stdint.h... yes
checking for stddef.h... yes
yes
checking dynamic linker characteristics... checking for string.h... (cached) yes
checking stdio.h usability... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for unsigned long long... yes
checking for an ANSI C-conforming const... 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... x86_64-w64-mingw32-gcc -E
yes
checking stdio.h presence... yes
checking for inline... yes
checking for inttypes.h... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
inline
checking whether byte ordering is bigendian... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... yes
checking for getpagesize... yes
checking for uintptr_t... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for shared library run path origin... checking for sys/file.h... yes
yes
done
checking for working mmap... no
checking for sys/param.h... yes
checking for int_least32_t... checking for memcpy... checking argz.h usability... yes
checking for limits.h... no
checking argz.h presence... yes
yes
checking for int_fast32_t... yes
checking for stdlib.h... (cached) yes
no
checking for argz.h... no
checking for strerror... checking limits.h usability... checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
yes
checking limits.h presence... checking for uint64_t... checking for sys/time.h... yes
checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
yes
checking locale.h usability... checking for time.h... yes
checking for sys/resource.h... configure: updating cache ./config.cache
yes
checking what to include in gstdint.h... checking that generated files are newer than configure... done
stdint.h (already complete)
configure: creating ./config.status
checking for an ANSI C-conforming const... yes
checking locale.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for locale.h... yes
checking for sys/mman.h... checking nl_types.h usability... yes
checking for off_t... no
checking for fcntl.h... yes
no
checking nl_types.h presence... checking for alloca.h... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking size of int... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/systemcfg.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdio_ext.h... checking for feof_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... config.status: creating Makefile
no
checking for geteuid... config.status: executing depfiles commands
no
checking for getgid... config.status: executing libtool commands
no
checking for getuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
4
checking for mempcpy... checking size of long... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for munmap... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for putenv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
yes
checking for setenv... configure: updating cache ./config.cache
checking whether the C compiler works... configure: creating ./config.status
no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
checking for stpcpy... config.status: creating config.h
o
checking whether we are using the GNU C compiler... config.status: executing gstdint.h commands
4
checking size of size_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for strcasecmp... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strdup... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
checking for strtoul... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
checking for sys/types.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... checking for __argz_count... yes
checking for stdlib.h... no
checking for __argz_stringify... yes
checking for string.h... no
checking for __argz_next... yes
checking for memory.h... 8
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
checking for long long... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... yes
checking for strings.h... yes
no
checking for iconv... checking for inttypes.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... yes
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 LC_MESSAGES... yes
checking for unistd.h... no
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 GNU gettext in libintl... yes
checking minix/config.h usability... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating Makefile
yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
no
checking for working volatile... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking return type of signal handlers... void
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for size_t... 8
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for ssize_t... yes
checking for library containing opendir... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for pid_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 kill... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for lstat... x86_64-w64-mingw32-ranlib libz.a
yes
checking for library containing strerror... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for memmove... none required
checking for asprintf... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for atexit... checking for putenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
yes
checking for basename... checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
no
checking for setlocale... checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for strcasecmp... no
checking for bsearch... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for bzero... yes
checking for strpbrk... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for calloc... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for clock... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for ffs... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for isascii... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getcwd... yes
checking for isxdigit... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for getpwent... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwnam... yes
checking for index... no
checking for getpwuid... no
checking for insque... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for memchr... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for memmove... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for mempcpy... checking pwd.h usability... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memset... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for mkstemps... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for putenv... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
64
checking for stpcpy... checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strdup... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtol... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoul... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoll... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoull... yes
checking for mbscasecmp... yes
checking for strverscmp... no
checking for mbscmp... no
checking for tmpnam... no
checking for mbsnrtowcs... yes
checking for vasprintf... no
checking for mbsrtowcs... yes
checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
yes
checking for wcscoll... checking for vsnprintf... yes
checking for wcsdup... yes
checking for vsprintf... yes
checking for wcwidth... yes
checking for waitpid... no
checking for wctype... no
checking for setproctitle... yes
checking for wcswidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for fork... yes
no
checking for iswlower... checking for vfork... no
yes
checking for _doprnt... checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for sys_siglist... checking for towlower... no
checking for external symbol _system_configuration... yes
checking for towupper... no
checking for __fsetlocking... yes
no
checking for canonicalize_file_name... checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrusage... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for getsysinfo... configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for psignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for pstat_getdynamic... config.status: executing default commands
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-22 23:44 [binutils-gdb] Use a previously unused variable in bfin-tdep.c sergiodj+buildbot
@ 2018-07-23 19:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-23 19:29 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/2289>

Commit(s) tested:
	996d693a07973411897103a36e89bccee6c94479

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use a previously unused variable in bfin-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/99/996d693a07973411897103a36e89bccee6c94479/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking whether we are cross compiling... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for suffix of object files... checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether the C compiler works... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for suffix of executables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for style of include used by make... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for stdlib.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... none needed
checking how to run the C preprocessor... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for sys/types.h... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for unistd.h... yes
checking for sys/types.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking minix/config.h usability... checking for sys/stat.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
no
checking minix/config.h presence... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for string.h... yes
yes
checking whether make sets $(MAKE)... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... /usr/bin/xgettext
checking for memory.h... yes
checking for grep that handles long lines and -e... checking for msgmerge... /usr/bin/grep
checking for egrep... /usr/bin/msgmerge
/usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strings.h... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for stdint.h... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
none required
checking for an ANSI C-conforming const... checking for unistd.h... yes
checking for sys/stat.h... yes
yes
checking for inline... checking for stdint.h... yes
checking minix/config.h usability... inline
checking for off_t... yes
checking for stdlib.h... yes
checking for unistd.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for dlfcn.h... yes
checking for size_t... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... no
checking for objdir... .libs
yes
64
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... (cached) yes
yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... (cached) yes
checking for stdint.h... checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for unistd.h... yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking dynamic linker characteristics... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking for stdint.h... checking stddef.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for unsigned long long... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
yes
checking for an ANSI C-conforming const... checking for getpagesize... checking stdio.h usability... yes
checking for inttypes.h... yes
checking for inline... yes
yes
checking stdio.h presence... checking whether the inttypes.h PRIxNN macros are broken... inline
checking whether byte ordering is bigendian... yes
checking for working mmap... no
checking for memcpy... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for strerror... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... checking argz.h usability... yes
yes
checking for sys/param.h... checking for unistd.h... (cached) yes
yes
checking for int_least32_t... yes
checking for limits.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
checking limits.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for malloc.h... yes
checking for int_fast32_t... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking limits.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking for uint64_t... checking for time.h... yes
checking for sys/resource.h... yes
checking locale.h presence... no
yes
checking for locale.h... yes
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking nl_types.h usability... checking for an ANSI C-conforming const... checking for sys/mman.h... no
checking for fcntl.h... yes
checking for off_t... yes
no
checking nl_types.h presence... checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking size of int... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/systemcfg.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... config.status: creating Makefile
config.status: executing depfiles commands
4
checking size of long... yes
checking for getegid... config.status: executing libtool commands
no
checking for geteuid... make[1]: Nothing to be done for 'all-target'.
no
checking for getgid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... no
checking for mempcpy... 4
checking size of long... configure: creating cache ./config.cache
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for munmap... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 4
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for putenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for setenv... no
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for setlocale... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stpcpy... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.h
no
config.status: executing gstdint.h commands
checking for strcasecmp... 4
checking size of size_t... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strdup... yes
yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/types.h... checking for strtoul... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/stat.h... checking for tsearch... yes
checking for stdlib.h... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for __argz_count... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... no
checking for __argz_stringify... yes
checking for memory.h... no
checking for __argz_next... yes
checking for strings.h... yes
no
checking for __fsetlocking... checking for inttypes.h... 8
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
checking for long long... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdint.h... no
checking for iconv... yes
checking for unistd.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking minix/config.h usability... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 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 minix/config.h presence... no
checking for GNU gettext in libintl... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... config.status: creating Makefile
config.status: creating config.intl
yes
checking return type of signal handlers... config.status: creating config.h
config.status: executing default-1 commands
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing opendir... none required
checking for fcntl... yes
checking for ssize_t... no
checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for pid_t... no
checking for lstat... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for library containing strerror... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for putenv... config.status: creating config.h
none required
checking for asprintf... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for select... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setenv... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for strpbrk... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for tcgetattr... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for vsnprintf... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
yes
checking for isascii... checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
yes
checking for isxdigit... checking for ffs... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for getpwent... checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
no
checking for getpwnam... checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
no
checking for getpwuid... checking for gettimeofday... yes
no
checking for working strcoll... no
checking for index... checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for insque... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memmem... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for memmove... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for mempcpy... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking for memset... checking termios.h usability... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for mkstemps... checking termio.h usability... no
checking termio.h presence... no
checking for putenv... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for random... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
no
checking sys/stream.h presence... checking for rename... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for snprintf... 64
checking for type of signal functions... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for strchr... checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for strdup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strncasecmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strndup... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strrchr... no
checking for tgetent in -ltermcap... yes
checking for strstr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtod... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtol... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoul... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
no
checking for wcrtomb... checking for vfprintf... yes
checking for wcscoll... yes
checking for vprintf... yes
checking for wcsdup... yes
checking for vsnprintf... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... yes
no
checking stack direction for C alloca... 0
checking for vfork.h... checking for iswlower... no
checking for fork... yes
checking for iswupper... no
checking for vfork... yes
checking for towlower... no
checking for _doprnt... yes
no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for towupper... checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for iswctype... no
checking for __fsetlocking... yes
checking for nl_langinfo and CODESET... no
checking for canonicalize_file_name... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for dup3... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getrusage... no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-22 20:11 [binutils-gdb] Unused variable fixes related to conditional compilation sergiodj+buildbot
@ 2018-07-23 18:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-23 18:26 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/2288>

Commit(s) tested:
	157663703656814c751998747faadf41711e51ec

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Unused variable fixes related to conditional compilation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/15/157663703656814c751998747faadf41711e51ec/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
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... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking whether make supports nested variables... yes
configure: updating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... checking for perl... perl
config.status: creating Makefile
checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
mkdir -p -- ./libdecnumber
checking whether we are cross compiling... yes
checking for suffix of object files... Configuring in ./libdecnumber
checking whether the C compiler works... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for style of include used by make... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/types.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/types.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/stat.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking for string.h... checking for string.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... checking for sys/stat.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for stdlib.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for strings.h... yes
yes
yes
checking how to run the C preprocessor... checking for string.h... yes
checking for inttypes.h... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
yes
/usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... checking for stdint.h... yes
checking for strings.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
yes
checking for sys/types.h... checking for inttypes.h... yes
checking for sys/stat.h... yes
checking for stdint.h... yes
checking for stdlib.h... yes
yes
yes
checking minix/config.h usability... checking minix/config.h usability... checking for unistd.h... yes
no
no
checking minix/config.h presence... checking minix/config.h presence... checking for string.h... yes
no
no
checking for minix/config.h... checking for minix/config.h... no
no
checking whether it is safe to define __EXTENSIONS__... checking whether it is safe to define __EXTENSIONS__... checking for dlfcn.h... yes
checking for memory.h... no
yes
yes
checking for objdir... checking whether make sets $(MAKE)... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... .libs
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking for strings.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... none required
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inline... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... yes
inline
checking for off_t... checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking dynamic linker characteristics... yes
checking for size_t... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking ctype.h presence... yes
checking for ctype.h... 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... x86_64-w64-mingw32-gcc -E
checking stddef.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
yes
checking for working alloca.h... checking for string.h... (cached) yes
checking stdio.h usability... no
checking for alloca... yes
yes
checking for inline... checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking for stdlib.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking for unistd.h... (cached) yes
checking for memcpy... checking for sys/param.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... yes
checking for uintptr_t... checking for getpagesize... yes
checking for strerror... yes
checking for sys/param.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for int_least32_t... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for unistd.h... (cached) yes
checking for inttypes.h... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for stdint.h... configure: updating cache ./config.cache
yes
yes
checking for int_fast32_t... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for unsigned long long... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for inttypes.h... yes
yes
checking for uint64_t... yes
checking for time.h... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for sys/resource.h... no
checking for ld used by GCC... no
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/mman.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for fcntl.h... yes
checking for off_t... yes
checking for alloca.h... done
no
checking argz.h usability... checking for sys/pstat.h... no
checking for sys/sysmp.h... no
no
checking argz.h presence... checking for sys/sysinfo.h... yes
checking size of int... no
checking for argz.h... no
no
checking limits.h usability... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
no
checking limits.h presence... checking for sys/sysctl.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking locale.h presence... no
checking for process.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking nl_types.h presence... no
checking whether time.h and sys/time.h may both be included... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking whether errno must be declared... yes
checking malloc.h presence... yes
checking for malloc.h... yes
config.status: creating Makefile
checking stddef.h usability... no
checking size of int... config.status: executing depfiles commands
yes
checking stddef.h presence... yes
checking for stddef.h... yes
4
checking for stdlib.h... (cached) yes
checking size of long... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... config.status: executing libtool commands
make[1]: Nothing to be done for 'all-target'.
no
checking for fgets_unlocked... mkdir -p -- ./readline
Configuring in ./readline
no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... configure: creating cache ./config.cache
4
checking for ANSI C header files... (cached) yes
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for geteuid... checking whether the C compiler works... no
checking for getgid... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getuid... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for mempcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
4
checking size of size_t... none needed
checking how to run the C preprocessor... yes
checking for munmap... config.status: creating config.h
x86_64-w64-mingw32-gcc -E
config.status: executing gstdint.h commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for putenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for sys/types.h... checking for setenv... yes
checking for sys/stat.h... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for setlocale... yes
checking for stdlib.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stpcpy... yes
checking for string.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for strcasecmp... checking for memory.h... yes
checking for strings.h... yes
checking for strdup... 8
checking for long long... yes
checking for inttypes.h... yes
checking for strtoul... yes
checking for stdint.h... yes
yes
checking size of long long... checking for tsearch... yes
checking for unistd.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking minix/config.h usability... checking for __argz_count... no
checking minix/config.h presence... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for __argz_stringify... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for __argz_next... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for __fsetlocking... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... no
checking for iconv... yes
checking return type of signal handlers... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... void
checking for size_t... no
checking for LC_MESSAGES... no
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... 8
checking for a 64-bit type... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... uint64_t
checking for intptr_t... yes
checking for ssize_t... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... config.status: creating Makefile
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... yes
checking for library containing opendir... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for pid_t... none required
checking for fcntl... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... no
checking for kill... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
none required
checking for asprintf... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-ranlib libz.a
no
checking for memmove... yes
yes
checking for atexit... checking for putenv... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for basename... checking for select... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for setenv... yes
checking for bcmp... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for setlocale... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strpbrk... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for tcgetattr... no
checking for calloc... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for clock... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for isascii... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for isxdigit... no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for getpwent... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
yes
checking for getpwnam... checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for getpwuid... yes
checking for index... no
checking for working strcoll... no
checking fcntl.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
yes
checking fcntl.h presence... checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for fcntl.h... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memchr... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking varargs.h presence... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for memcmp... no
checking for varargs.h... no
checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking stdarg.h presence... yes
checking for memcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for strings.h... (cached) yes
checking limits.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for memmem... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for memmove... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memset... yes
checking termcap.h presence... yes
checking for mkstemps... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for putenv... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for rindex... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for snprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for sigsetmask... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strdup... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strncasecmp... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strndup... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for strnlen... not found
checking for struct dirent.d_ino... yes
checking for strrchr... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strstr... no
checking for tgetent in -ltermcap... yes
checking for strtod... yes
checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoul... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoll... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoull... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
checking for vfprintf... no
checking for mbsrtowcs... yes
checking for vprintf... yes
checking for mbschr... yes
checking for vsnprintf... no
checking for wcrtomb... yes
yes
checking for wcscoll... checking for vsprintf... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
yes
checking for wcswidth... checking for fork... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for vfork... no
checking for _doprnt... yes
checking for iswlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for sys_siglist... checking for iswupper... no
checking for external symbol _system_configuration... yes
checking for towlower... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
no
checking for dup3... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for getrlimit... no
checking for wchar_t in wchar.h... no
checking for getrusage... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getsysinfo... yes
checking configuration for building shared libraries... supported
no
checking for gettimeofday... (cached) yes
checking for on_exit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for psignal... no
config.status: creating Makefile
checking for pstat_getdynamic... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for pstat_getstatic... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-20 21:21 [binutils-gdb] Rename remaining members of buildsym_compunit to start with "m_" sergiodj+buildbot
@ 2018-07-22 19:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-22 19:43 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/2278>

Commit(s) tested:
	cbb09508e4b515501273288aaa11a8ef5e15e0ff

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Rename remaining members of buildsym_compunit to start with "m_"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cb/cbb09508e4b515501273288aaa11a8ef5e15e0ff/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./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
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking for perl... perl
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... checking build system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether the C compiler works... checking whether make supports nested variables... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for sys/types.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for sys/stat.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for sys/types.h... checking for stdlib.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for sys/stat.h... checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for stdlib.h... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether the C compiler works... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for strings.h... checking for string.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for memory.h... checking for inttypes.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for strings.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... ok
yes
checking how to run the C preprocessor... yes
checking for stdint.h... yes
checking for inttypes.h... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking minix/config.h usability... checking for ANSI C header files... yes
yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for sys/types.h... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for sys/stat.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... no
checking minix/config.h presence... yes
/usr/bin/xgettext
checking for stdlib.h... checking for msgmerge... yes
/usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for string.h... checking build system type... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... none required
checking for an ANSI C-conforming const... yes
64
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... inline
checking for off_t... yes
checking how to run the C preprocessor... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... yes
checking for size_t... yes
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... /usr/bin/grep -E
checking for ANSI C header files... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for dlfcn.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for sys/types.h... no
checking for objdir... no
checking for alloca... .libs
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for sys/param.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdlib.h... yes
checking for an ANSI C-conforming const... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for getpagesize... yes
checking for inline... checking for string.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... inline
checking whether byte ordering is bigendian... yes
yes
checking for working mmap... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking whether we are using the GNU C Library 2.1 or newer... checking for memory.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for strings.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/file.h... checking for stdint.h... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for inttypes.h... yes
checking dynamic linker characteristics... yes
checking for unsigned long long... Win32 ld.exe
checking how to hardcode library paths into programs... checking for sys/param.h... 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... x86_64-w64-mingw32-gcc -E
yes
yes
checking for limits.h... checking for stdint.h... yes
checking for inttypes.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... checking for stdlib.h... (cached) yes
yes
yes
yes
checking for string.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... checking for unistd.h... (cached) yes
checking for unistd.h... checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for ld used by GCC... checking for strings.h... (cached) yes
yes
yes
checking for sys/time.h... checking for getpagesize... checking ctype.h usability... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for time.h... checking for working mmap... no
yes
checking ctype.h presence... checking for memcpy... yes
yes
checking for ctype.h... yes
checking stddef.h usability... checking for sys/resource.h... done
checking argz.h usability... yes
checking stddef.h presence... no
checking for sys/stat.h... (cached) yes
yes
yes
checking for stddef.h... yes
checking for sys/mman.h... no
checking argz.h presence... checking for string.h... (cached) yes
checking for strerror... no
checking stdio.h usability... checking for fcntl.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for alloca.h... checking for unistd.h... (cached) yes
yes
checking stdio.h presence... no
checking for sys/pstat.h... yes
checking limits.h presence... configure: updating cache ./config.cache
yes
checking for stdio.h... yes
no
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/sysmp.h... yes
checking for limits.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking locale.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for uintptr_t... no
checking nl_types.h usability... checking for sys/table.h... no
checking for sys/sysctl.h... no
checking nl_types.h presence... yes
checking for int_least32_t... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking malloc.h presence... yes
checking for int_fast32_t... yes
checking for malloc.h... yes
checking for stdio_ext.h... no
checking stddef.h usability... checking for process.h... yes
checking for sys/prctl.h... yes
checking for uint64_t... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
yes
checking whether errno must be declared... checking for sys/param.h... (cached) yes
yes
checking for off_t... checking for feof_unlocked... no
checking size of int... no
checking for fgets_unlocked... yes
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... 4
checking size of long... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... config.status: creating Makefile
4
checking size of size_t... config.status: executing depfiles commands
yes
checking for munmap... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... config.status: executing libtool commands
no
checking for setlocale... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
Configuring in ./readline
yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... 8
checking for long long... config.status: creating Makefile
config.status: creating config.h
configure: creating cache ./config.cache
yes
config.status: executing gstdint.h commands
checking build system type... checking for tsearch... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking size of long long... yes
checking for __argz_count... checking whether the C compiler works... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_stringify... yes
checking for C compiler default output file name... a.exe
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for suffix of executables... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
no
checking whether we are cross compiling... yes
checking for __argz_next... checking for suffix of object files... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for __fsetlocking... none needed
checking how to run the C preprocessor... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 LC_MESSAGES... yes
checking for sys/types.h... 8
checking for a 64-bit type... yes
checking for sys/stat.h... no
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... uint64_t
checking for intptr_t... yes
checking for stdlib.h... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for GNU gettext in libintl... yes
checking for string.h... no
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for uintptr_t... yes
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strings.h... yes
checking for inttypes.h... yes
yes
checking for ssize_t... checking for stdint.h... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for unistd.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for pid_t... checking minix/config.h usability... no
checking minix/config.h presence... config.status: creating Makefile
config.status: creating config.intl
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... config.status: creating config.h
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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: executing default-1 commands
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... none required
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for asprintf... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... yes
checking for atexit... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for basename... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
void
checking for size_t... checking for bcmp... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for bcopy... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bzero... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for calloc... none required
checking for fcntl... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for ffs... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for memmove... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for putenv... checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
rm -f libdecnumber.a
yes
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for index... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for select... no
no
checking for insque... checking for setenv... no
checking for memchr... no
checking for setlocale... yes
checking for memcmp... yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
yes
checking for isascii... checking for memset... yes
yes
checking for isxdigit... checking for mkstemps... yes
no
checking for putenv... checking for getpwent... yes
no
checking for getpwnam... checking for random... no
checking for rename... yes
no
checking for getpwuid... checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... yes
checking for sigsetmask... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for stpcpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for strcasecmp... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strchr... checking pwd.h usability... no
checking pwd.h presence... yes
checking for strdup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strndup... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strstr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strtod... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtol... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtoul... 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 strtoll... 64
checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vasprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... yes
not found
checking for struct dirent.d_ino... checking for vsprintf... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
yes
checking wctype.h presence... checking for fork... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for mbsrtowcs... no
checking for __fsetlocking... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... no
checking for getrlimit... no
yes
checking for wcsdup... checking for getrusage... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
yes
checking for wcswidth... checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
no
checking for pstat_getstatic... checking for iswupper... yes
no
checking for towlower... checking for realpath... no
checking for setrlimit... yes
checking for towupper... no
yes
checking for sbrk... checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for spawnvpe... yes
checking configuration for building shared libraries... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-20 12:50 [binutils-gdb] MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a sergiodj+buildbot
@ 2018-07-21 13:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-21 13:39 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/2250>

Commit(s) tested:
	8095d2f70e1a982c006f306be1a9e1c892758914

Author(s) (in the same order as the commits):
	Chenghua Xu <paul.hua.gm@gmail.com>

Subject:
	MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/80/8095d2f70e1a982c006f306be1a9e1c892758914/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking whether the C compiler works... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
.exe
checking whether we are cross compiling... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for suffix of object files... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
o
checking whether we are using the GNU C compiler... checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/types.h... .exe
o
checking whether we are using the GNU C compiler... checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking whether the C compiler works... yes
none needed
checking how to run the C preprocessor... checking for string.h... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking for style of include used by make... x86_64-w64-mingw32-gcc -E
yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for memory.h... .exe
checking for grep that handles long lines and -e... checking whether we are cross compiling... yes
checking for suffix of object files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
gcc3
o
checking whether we are using the GNU C compiler... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for inttypes.h... yes
checking for sys/types.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdint.h... checking for sys/stat.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for unistd.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
yes
checking minix/config.h usability... checking for string.h... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking minix/config.h presence... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for msgfmt... yes
yes
checking for inttypes.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for sys/stat.h... yes
checking for xgettext... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/xgettext
checking for msgmerge... yes
/usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking for stdlib.h... checking build system type... checking for stdint.h... x86_64-pc-linux-gnu
checking host system type... yes
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
x86_64-w64-mingw32-gcc -E
checking for string.h... checking for unistd.h... none required
checking for an ANSI C-conforming const... yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking minix/config.h usability... checking for memory.h... inline
checking for off_t... yes
no
checking minix/config.h presence... checking for strings.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/types.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... checking for inttypes.h... yes
64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for unistd.h... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... (cached) yes
yes
checking for dlfcn.h... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for memory.h... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for strings.h... yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for working mmap... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for inttypes.h... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stdint.h... yes
yes
checking for an ANSI C-conforming const... checking for stdint.h... yes
checking for unsigned long long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for inline... yes
checking for unistd.h... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking ctype.h usability... checking for sys/file.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for sys/param.h... yes
checking ctype.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for ld used by GCC... yes
yes
checking for ctype.h... yes
checking stddef.h usability... checking for limits.h... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... checking for malloc.h... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
done
yes
checking for unistd.h... (cached) yes
checking argz.h usability... checking for string.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/param.h... checking stdio.h usability... checking for unistd.h... (cached) yes
yes
checking stdio.h presence... yes
checking for strings.h... (cached) yes
checking for getpagesize... yes
checking for stdio.h... yes
checking for sys/time.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
checking for working mmap... no
checking for memcpy... no
checking argz.h presence... checking for time.h... yes
checking for uintptr_t... yes
no
checking for argz.h... no
checking limits.h usability... checking for sys/resource.h... yes
yes
checking for int_least32_t... no
checking for sys/stat.h... (cached) yes
checking for strerror... checking for sys/mman.h... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for fcntl.h... checking locale.h usability... yes
yes
checking for alloca.h... yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
yes
checking locale.h presence... no
yes
checking for locale.h... yes
checking for sys/pstat.h... checking nl_types.h usability... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/sysmp.h... yes
checking for uint64_t... no
checking nl_types.h presence... no
checking for sys/sysinfo.h... no
checking for nl_types.h... no
checking malloc.h usability... no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... no
yes
checking for off_t... yes
checking for malloc.h... yes
checking for sys/table.h... checking stddef.h usability... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking size of int... no
checking for string.h... checking for stdint.h... (cached) yes
(cached) yes
checking for stdio_ext.h... checking for unistd.h... (cached) yes
no
checking for process.h... checking for sys/param.h... (cached) yes
yes
checking for feof_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... no
checking size of int... no
checking for getcwd... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... config.status: creating Makefile
no
checking for setlocale... config.status: executing depfiles commands
yes
checking for stpcpy... no
4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... config.status: executing libtool commands
yes
checking for strtoul... config.status: creating Makefile
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for tsearch... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for __argz_count... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for long long... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_stringify... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no
checking for __fsetlocking... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for iconv... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 bison... bison
checking version of bison... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... no
8
checking for a 64-bit type... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for uintptr_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... config.status: creating Makefile
config.status: creating config.intl
yes
checking for pid_t... yes
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
checking for string.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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.h
config.status: executing default-1 commands
yes
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... yes
yes
checking for library containing strerror... checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... yes
checking for inttypes.h... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdint.h... checking for atexit... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
yes
rm -f libz.a
x86_64-w64-mingw32-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 unistd.h... checking for basename... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking minix/config.h usability... no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for bcmp... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for bcopy... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... no
yes
checking return type of signal handlers... checking for bsearch... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for calloc... yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for clock... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for dirent.h that defines DIR... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking for library containing opendir... checking for getcwd... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
yes
none required
checking for fcntl... checking for getpagesize... config.status: creating config.h
no
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for kill... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for lstat... yes
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
no
checking for memchr... checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memcmp... no
checking for setenv... yes
checking for memcpy... no
checking for setlocale... yes
checking for memmem... yes
no
checking for memmove... checking for strcasecmp... yes
yes
checking for strpbrk... checking for mempcpy... yes
yes
checking for tcgetattr... checking for memset... no
yes
checking for vsnprintf... checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
checking for isxdigit... yes
yes
checking for random... checking for getpwent... no
checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
checking for setenv... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for snprintf... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for sigsetmask... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for stpcpy... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... no
yes
checking stdarg.h presence... checking for strcasecmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strdup... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strndup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strrchr... no
checking sys/pte.h presence... yes
checking for strstr... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtod... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strtol... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... 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... checking for strtoll... 64
yes
checking for type of signal functions... checking for strtoull... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
yes
checking wctype.h presence... checking for vfork... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
no
checking langinfo.h presence... checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
no
checking for mbsnrtowcs... checking for canonicalize_file_name... no
checking for dup3... no
checking for getrlimit... no
checking for mbsrtowcs... no
checking for getrusage... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... no
yes
checking for wcscoll... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... no
checking for sbrk... yes
no
checking for spawnve... checking for iswupper... yes
checking for spawnvpe... yes
checking for towlower... yes
checking for strerror... yes
checking for towupper... yes
checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for sysconf... no
checking for wchar_t in wchar.h... no
checking for sysctl... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for table... supported
no
checking for times... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... config.status: creating Makefile
no
checking whether asprintf is declared... config.status: creating doc/Makefile
yes
checking whether vasprintf is declared... config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-20 12:54 [binutils-gdb] MIPS/LD: Fix crashing with a discarded dynamic relocation section sergiodj+buildbot
@ 2018-07-21 12:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-21 12:28 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/2249>

Commit(s) tested:
	db841b6fcd8b3bc2e6d6774e81c14dfbb9ac815d

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/LD: Fix crashing with a discarded dynamic relocation section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/db/db841b6fcd8b3bc2e6d6774e81c14dfbb9ac815d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
Configuring in ./libiberty
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking whether the C compiler works... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mkdir -p -- ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... Configuring in ./libdecnumber
checking for perl... perl
checking build system type... .exe
x86_64-pc-linux-gnu
checking host system type... checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for grep that handles long lines and -e... yes
checking for C compiler default output file name... a.exe
/usr/bin/grep
checking for egrep... checking for suffix of executables... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for style of include used by make... .exe
GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... .exe
none needed
checking how to run the C preprocessor... checking whether we are cross compiling... yes
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... checking for sys/stat.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
x86_64-w64-mingw32-gcc -E
yes
checking for string.h... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for ANSI C header files... checking for memory.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... yes
checking for sys/types.h... yes
yes
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for inttypes.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking for stdlib.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdint.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for stdint.h... checking for string.h... yes
checking for unistd.h... yes
checking how to run the C preprocessor... yes
yes
checking for memory.h... checking for unistd.h... x86_64-w64-mingw32-gcc -E
yes
yes
yes
checking for strings.h... checking minix/config.h usability... checking minix/config.h usability... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
no
checking minix/config.h presence... no
checking minix/config.h presence... checking for inttypes.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdint.h... checking for sys/types.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for msgfmt... checking for unistd.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for sys/stat.h... checking for xgettext... /usr/bin/xgettext
64
checking for msgmerge... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/msgmerge
yes
yes
checking for dlfcn.h... checking for stdlib.h... yes
checking build system type... checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for string.h... no
checking for objdir... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
none required
checking for an ANSI C-conforming const... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for strings.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... inline
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for stdint.h... yes
checking for size_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for unistd.h... yes
yes
checking for an ANSI C-conforming const... checking ctype.h usability... yes
checking dynamic linker characteristics... yes
checking for inline... yes
checking for working alloca.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... inline
checking whether byte ordering is bigendian... no
checking for alloca... yes
checking ctype.h presence... 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... x86_64-w64-mingw32-gcc -E
yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... checking for unistd.h... (cached) yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/param.h... yes
checking stddef.h presence... checking for sys/file.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for getpagesize... checking stdio.h usability... yes
yes
checking for sys/param.h... checking for getpagesize... yes
checking stdio.h presence... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for limits.h... yes
checking for stdio.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for working mmap... no
yes
checking for stdint.h... checking for memcpy... yes
checking for string.h... (cached) yes
yes
checking for uintptr_t... yes
checking for unistd.h... (cached) yes
checking for unsigned long long... checking for strings.h... (cached) yes
yes
checking for sys/time.h... checking for strerror... yes
checking for unistd.h... (cached) yes
yes
checking for int_least32_t... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for inttypes.h... yes
checking for time.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... checking for sys/resource.h... /usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... no
yes
checking for shared library run path origin... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for fcntl.h... yes
checking for alloca.h... yes
checking for int_fast32_t... no
checking for sys/pstat.h... done
checking argz.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking argz.h presence... no
checking for machine/hal_sysinfo.h... no
checking for argz.h... no
checking limits.h usability... no
checking for sys/table.h... yes
checking for uint64_t... no
checking for sys/sysctl.h... yes
checking limits.h presence... no
yes
checking for limits.h... yes
checking for sys/systemcfg.h... checking locale.h usability... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking locale.h presence... no
checking whether time.h and sys/time.h may both be included... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for off_t... yes
checking whether errno must be declared... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... config.status: creating Makefile
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking size of int... no
yes
checking size of int... checking for fgets_unlocked... config.status: executing depfiles commands
no
checking for getc_unlocked... config.status: executing libtool commands
no
checking for getcwd... yes
checking for getegid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for geteuid... 4
checking size of long... no
checking for getgid... no
checking for getuid... 4
checking size of long... no
checking for mempcpy... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for munmap... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... 4
checking size of size_t... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for putenv... o
checking whether we are using the GNU C compiler... yes
checking for setenv... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
checking build system type... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... x86_64-w64-mingw32-gcc -E
checking for stpcpy... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for strcasecmp... no
yes
configure: updating cache ./config.cache
checking for sys/types.h... configure: creating ./config.status
yes
checking for strdup... yes
checking for sys/stat.h... yes
checking for strtoul... yes
checking for stdlib.h... config.status: creating Makefile
8
checking for long long... yes
yes
checking for tsearch... checking for string.h... config.status: creating config.h
config.status: executing gstdint.h commands
yes
yes
checking for __argz_count... checking for memory.h... yes
checking size of long long... yes
checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_stringify... yes
checking for inttypes.h... no
yes
checking for __argz_next... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdint.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for __fsetlocking... checking for unistd.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 iconv... yes
checking minix/config.h usability... no
checking minix/config.h presence... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... 8
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for a 64-bit type... yes
checking for function prototypes... yes
checking whether char is unsigned... uint64_t
checking for intptr_t... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for working volatile... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for uintptr_t... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
checking for ssize_t... config.status: creating Makefile
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 pid_t... config.status: creating config.intl
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: creating config.h
no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: executing default-1 commands
yes
checking for library containing strerror... yes
checking for library containing opendir... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
none required
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for asprintf... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
checking for atexit... none required
checking for fcntl... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
yes
checking for kill... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
checking for basename... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for lstat... checking for bcmp... 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
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
no
checking for memmove... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bcopy... yes
no
checking for bsearch... checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
yes
checking for bzero... checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
no
checking for calloc... checking for setenv... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
no
checking for setlocale... checking for clock... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for ffs... yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for getcwd... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for strpbrk... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for tcgetattr... config.status: creating config.h
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
config.status: config.h is unchanged
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for gettimeofday... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
yes
checking for vsnprintf... checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for isascii... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for getpwent... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for memcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memcpy... checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getpwuid... yes
checking for memmem... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memmove... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for mempcpy... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memset... no
checking varargs.h presence... no
checking for varargs.h... yes
no
checking stdarg.h usability... checking for mkstemps... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for putenv... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for random... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for rename... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for rindex... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for setenv... checking termcap.h usability... no
checking for snprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for sigsetmask... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpcpy... no
checking termio.h presence... no
checking for termio.h... no
no
checking for stpncpy... checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for strcasecmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strndup... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
64
checking for type of signal functions... checking for strnlen... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtol... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoll... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strtoull... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tmpnam... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsrtowcs... no
checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrlimit... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... no
checking for setrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sbrk... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
yes
checking for strerror... config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking for strsignal... config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for sysconf... config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-19  7:40 [binutils-gdb] x86: fold various AVX512DQ templates sergiodj+buildbot
@ 2018-07-20 19:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-20 19:46 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/2237>

Commit(s) tested:
	cf769ed505ed9b3eca24df67bb9cfc0adc1a033f

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold various AVX512DQ templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cf/cf769ed505ed9b3eca24df67bb9cfc0adc1a033f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... .exe
configure: updating cache ./config.cache
yes
checking whether we are cross compiling... yes
checking for suffix of object files... configure: creating ./config.status
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... config.status: creating Makefile
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
mkdir -p -- ./libdecnumber
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... Configuring in ./libdecnumber
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
none needed
checking how to run the C preprocessor... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for sys/types.h... 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
yes
checking whether the C compiler works... checking for memory.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/stat.h... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for stdlib.h... checking for strings.h... yes
checking for string.h... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for inttypes.h... ok
checking how to run the C preprocessor... yes
o
checking whether we are using the GNU C compiler... checking for memory.h... yes
x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdint.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strings.h... checking for ANSI C header files... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... checking minix/config.h usability... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... no
checking minix/config.h presence... checking for unistd.h... yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for msgfmt... no
checking minix/config.h presence... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for memory.h... checking for xgettext... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/xgettext
checking for msgmerge... yes
checking for strings.h... /usr/bin/msgmerge
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking build system type... yes
checking for inttypes.h... checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... none required
checking for an ANSI C-conforming const... yes
64
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -W... checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for off_t... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
no
checking for objdir... checking for sys/types.h... .libs
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for size_t... yes
checking for sys/stat.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for string.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for memory.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
no
checking for alloca... checking for strings.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for inttypes.h... yes
yes
checking whether -lc should be explicitly linked in... checking for an ANSI C-conforming const... yes
checking for getpagesize... yes
yes
checking for inline... checking for stdint.h... yes
checking dynamic linker characteristics... yes
checking for working mmap... no
inline
checking whether byte ordering is bigendian... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for unistd.h... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
yes
yes
checking for unsigned long long... checking for unistd.h... (cached) yes
checking ctype.h usability... checking for sys/param.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for inttypes.h... yes
checking for getpagesize... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/file.h... no
checking for ld used by GCC... yes
checking ctype.h presence... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/param.h... yes
checking for ctype.h... yes
yes
checking for working mmap... no
yes
checking for memcpy... checking stddef.h usability... checking for limits.h... done
yes
yes
checking stddef.h presence... checking argz.h usability... yes
checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
checking for malloc.h... checking for strerror... checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking argz.h presence... yes
checking for strings.h... (cached) yes
no
checking for argz.h... no
checking for unistd.h... (cached) yes
checking limits.h usability... checking for sys/time.h... yes
checking stdio.h presence... yes
checking for stdio.h... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
checking limits.h presence... checking for time.h... yes
yes
checking for limits.h... yes
checking for sys/resource.h... checking locale.h usability... no
yes
checking for uintptr_t... checking for sys/stat.h... (cached) yes
yes
checking locale.h presence... checking for sys/mman.h... yes
checking for locale.h... yes
no
checking nl_types.h usability... checking for fcntl.h... yes
checking for int_least32_t... yes
no
checking nl_types.h presence... checking for alloca.h... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/pstat.h... yes
checking for int_fast32_t... no
checking for sys/sysmp.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/sysinfo.h... yes
checking for uint64_t... checking stddef.h usability... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... no
checking for sys/table.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/sysctl.h... yes
checking for off_t... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for sys/systemcfg.h... yes
checking size of int... no
no
checking for stdint.h... (cached) yes
checking for fgets_unlocked... checking for stdio_ext.h... no
checking for process.h... no
checking for getc_unlocked... yes
checking for sys/prctl.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking for getegid... yes
checking whether errno must be declared... no
no
checking size of int... checking for geteuid... 4
checking size of long... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... config.status: creating Makefile
config.status: executing depfiles commands
4
checking size of long... no
checking for putenv... yes
4
checking for ANSI C header files... (cached) yes
checking build system type... checking for setenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... config.status: executing libtool commands
yes
no
checking for stpcpy... make[1]: Nothing to be done for 'all-target'.
configure: updating cache ./config.cache
mkdir -p -- ./readline
Configuring in ./readline
configure: creating ./config.status
no
checking for strcasecmp... 4
checking size of size_t... yes
checking for strdup... config.status: creating Makefile
yes
checking for strtoul... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
checking build system type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for __argz_stringify... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether the C compiler works... checking for __argz_next... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for __fsetlocking... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... 8
checking for long long... no
checking for iconv... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... yes
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
checking for sys/stat.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdlib.h... yes
config.status: creating Makefile
checking for string.h... 8
checking for a 64-bit type... config.status: creating config.intl
uint64_t
checking for intptr_t... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for memory.h... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... yes
checking for inttypes.h... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdint.h... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
yes
checking for pid_t... yes
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
checking for unistd.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking minix/config.h usability... checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking minix/config.h presence... none required
checking for asprintf... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for basename... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for working volatile... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
config.status: creating config.h
no
void
checking for size_t... rm -f libdecnumber.a
config.status: config.h is unchanged
checking for bcopy... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
x86_64-w64-mingw32-ranlib libdecnumber.a
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for bsearch... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
yes
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for bzero... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for calloc... none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for clock... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
checking for lstat... ../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for memmove... yes
checking for ffs... no
yes
checking for putenv... checking for getcwd... yes
checking for getpagesize... yes
checking for select... yes
no
checking for gettimeofday... checking for setenv... yes
no
checking for setlocale... checking for index... no
yes
checking for insque... checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
no
checking for getpwnam... checking for memset... no
yes
checking for getpwuid... checking for mkstemps... no
checking for working strcoll... no
no
checking fcntl.h usability... checking for putenv... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for random... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
yes
checking stdarg.h usability... checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for setenv... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
no
checking for pwd.h... no
checking for stpncpy... checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strrchr... checking termios.h usability... no
checking termios.h presence... yes
checking for strstr... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strtol... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoul... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoll... yes
checking sys/file.h presence... yes
checking for strtoull... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strverscmp... 64
checking for type of signal functions... no
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vsnprintf... yes
checking whether signal handlers are of type void... yes
checking for vsprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for waitpid... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setproctitle... not found
checking for struct dirent.d_ino... no
checking whether alloca needs Cray hooks... yes
checking for struct dirent.d_fileno... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for vfork... no
checking for _doprnt... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for canonicalize_file_name... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for dup3... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
yes
checking for mbschr... checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
checking for iswupper... yes
checking for spawnvpe... yes
checking for towlower... yes
checking for strerror... yes
checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for table... supported
no
configure: updating cache ./config.cache
checking for times... configure: creating ./config.status
no
checking for wait3... no
checking for wait4... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking whether basename is declared... no
config.status: creating examples/Makefile
checking whether ffs is declared... config.status: creating shlib/Makefile
no
checking whether asprintf is declared... config.status: creating config.h
yes
checking whether vasprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-16 22:04 [binutils-gdb] RISC-V: Add osabi support sergiodj+buildbot
@ 2018-07-18  0:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-18  0:50 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/2210>

Commit(s) tested:
	117a0e996dab2abae985a2b4251ebfb092955dc8

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add osabi support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/11/117a0e996dab2abae985a2b4251ebfb092955dc8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./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
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... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... .exe
x86_64-pc-linux-gnu
checking host system type... checking whether we are cross compiling... yes
mkdir -p -- ./libdecnumber
checking for suffix of object files... Configuring in ./libdecnumber
checking whether the C compiler works... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
.exe
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... checking whether we are cross compiling... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep
checking for egrep... checking for suffix of object files... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/stat.h... none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for string.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for memory.h... checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inttypes.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... ok
checking how to run the C preprocessor... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... checking for ANSI C header files... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking minix/config.h usability... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... no
checking minix/config.h presence... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
yes
checking how to run the C preprocessor... checking for stdint.h... yes
yes
checking whether make sets $(MAKE)... checking for stdlib.h... x86_64-w64-mingw32-gcc -E
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for unistd.h... checking for xgettext... /usr/bin/xgettext
yes
checking for grep that handles long lines and -e... checking for msgmerge... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/msgmerge
checking for string.h... yes
checking minix/config.h usability... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for memory.h... yes
no
checking minix/config.h presence... checking for sys/types.h... yes
none required
checking for an ANSI C-conforming const... no
checking for minix/config.h... no
checking for strings.h... checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking for inline... yes
checking for inttypes.h... inline
checking for off_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... yes
checking for stdint.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for size_t... checking for unistd.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for dlfcn.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working alloca.h... no
checking for objdir... .libs
no
yes
checking for alloca... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for unistd.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for getpagesize... yes
checking ctype.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for an ANSI C-conforming const... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking ctype.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for inttypes.h... yes
checking whether -lc should be explicitly linked in... yes
checking for ctype.h... yes
yes
checking for inline... checking stddef.h usability... yes
checking for stdint.h... inline
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... yes
checking stddef.h presence... yes
checking for unsigned long long... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
yes
checking for stddef.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
checking stdio.h usability... checking for stdlib.h... (cached) yes
yes
checking for inttypes.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for unistd.h... (cached) yes
checking for sys/file.h... checking for sys/param.h... yes
checking stdio.h presence... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/param.h... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for limits.h... checking for getpagesize... no
checking for ld used by GCC... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for uintptr_t... checking for string.h... (cached) yes
yes
checking for working mmap... no
checking for unistd.h... (cached) yes
checking for memcpy... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_least32_t... yes
done
checking for time.h... yes
checking argz.h usability... checking for strerror... yes
checking for sys/resource.h... yes
checking for int_fast32_t... no
checking argz.h presence... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for unistd.h... (cached) yes
no
checking for fcntl.h... yes
checking for uint64_t... yes
checking for alloca.h... yes
checking limits.h presence... configure: updating cache ./config.cache
yes
checking for limits.h... yes
checking that generated files are newer than configure... no
done
configure: creating ./config.status
checking for sys/pstat.h... checking locale.h usability... no
checking for sys/sysmp.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking locale.h presence... checking for sys/sysinfo.h... yes
checking for locale.h... yes
yes
checking for off_t... no
checking for machine/hal_sysinfo.h... checking nl_types.h usability... no
checking for sys/table.h... no
no
checking nl_types.h presence... checking for sys/sysctl.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking size of int... checking for stdio_ext.h... yes
checking malloc.h presence... no
checking for process.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking stddef.h presence... no
checking whether time.h and sys/time.h may both be included... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking whether errno must be declared... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking size of int... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
4
no
checking size of long... checking for getgid... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
checking for getuid... Configuring in ./readline
no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for munmap... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for putenv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... 4
checking size of size_t... no
checking for setlocale... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
config.status: creating Makefile
checking for stpcpy... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for strcasecmp... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strdup... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for strtoul... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/types.h... yes
checking for __argz_count... yes
checking for sys/stat.h... 8
checking for long long... no
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for __argz_stringify... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... yes
no
checking for __argz_next... checking for string.h... yes
checking size of long long... yes
checking for memory.h... no
checking for __fsetlocking... yes
checking for strings.h... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for inttypes.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
no
checking for LC_MESSAGES... checking for stdint.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... yes
checking for unistd.h... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking minix/config.h usability... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating Makefile
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... config.status: creating config.intl
yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating config.h
uint64_t
checking for intptr_t... config.status: executing default-1 commands
no
checking for working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... yes
checking for uintptr_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for pid_t... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for library containing strerror... none required
checking for fcntl... none required
checking for asprintf... no
checking for kill... yes
checking for atexit... no
checking for lstat... yes
checking for basename... no
checking for memmove... yes
checking for bcmp... yes
checking for putenv... no
checking for bcopy... yes
checking for select... no
checking for bsearch... no
checking for setenv... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bzero... no
checking for setlocale... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for strcasecmp... yes
checking for clock... yes
checking for strpbrk... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for ffs... yes
checking for tcgetattr... no
checking for getcwd... no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for getpagesize... yes
checking for isascii... yes
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for isxdigit... yes
checking for index... yes
checking for getpwent... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for insque... no
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for memchr... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for getpwuid... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-trees.Tpo .deps/libz_a-trees.Po
yes
checking for memcmp... no
checking for working strcoll... no
checking fcntl.h usability... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking fcntl.h presence... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for memcpy... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
yes
checking for fcntl.h... yes
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memmem... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking varargs.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for varargs.h... no
checking stdarg.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strings.h... (cached) yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for mempcpy... checking limits.h usability... yes
checking limits.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for limits.h... yes
yes
checking locale.h usability... checking for memset... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking locale.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for locale.h... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking pwd.h usability... checking for mkstemps... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking pwd.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for pwd.h... no
no
checking for memory.h... (cached) yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking termcap.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
yes
checking termcap.h presence... checking for random... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for termcap.h... yes
checking termios.h usability... no
checking for rename... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for rindex... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for setenv... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for snprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for sigsetmask... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for stpcpy... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
no
checking for sys/ptem.h... checking for stpncpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strcasecmp... 64
checking for type of signal functions... yes
checking for strchr... yes
checking for strdup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strncasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strndup... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for strnlen... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strrchr... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strstr... not found
checking for struct dirent.d_ino... yes
checking for strtod... yes
checking for struct dirent.d_fileno... yes
checking for strtol... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for strtoul... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoll... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtoull... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking for strverscmp... checking langinfo.h usability... no
checking langinfo.h presence... no
checking for tmpnam... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for vasprintf... no
checking for mbscmp... yes
checking for vfprintf... no
checking for mbsnrtowcs... yes
checking for vprintf... no
checking for mbsrtowcs... yes
checking for vsnprintf... yes
checking for mbschr... yes
checking for vsprintf... no
checking for wcrtomb... yes
checking for waitpid... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for setproctitle... yes
checking for wcwidth... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wctype... no
checking for vfork... yes
checking for wcswidth... no
checking for _doprnt... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswlower... no
checking for external symbol _system_configuration... yes
no
checking for __fsetlocking... checking for iswupper... no
yes
checking for canonicalize_file_name... checking for towlower... no
yes
checking for dup3... checking for towupper... no
checking for getrlimit... yes
checking for iswctype... no
checking for getrusage... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getsysinfo... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking configuration for building shared libraries... supported
no
checking for psignal... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for realpath... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for setrlimit... config.status: creating config.h
config.status: executing default commands
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-17 21:40 [binutils-gdb] Remove unused variables in ia64*tdep.c sergiodj+buildbot
@ 2018-07-17 22:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-17 22:35 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/2208>

Commit(s) tested:
	b4792091ca60bd865064a501d50661f522e26636

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove unused variables in ia64*tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b4/b4792091ca60bd865064a501d50661f522e26636/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
config.status: creating Makefile
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for style of include used by make... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... checking whether the C compiler works... none needed
checking how to run the C preprocessor... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... x86_64-w64-mingw32-gcc -E
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for grep that handles long lines and -e... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
/usr/bin/grep
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/types.h... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... yes
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... ok
checking how to run the C preprocessor... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
x86_64-w64-mingw32-gcc -E
checking for memory.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for sys/stat.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdlib.h... yes
yes
checking for unistd.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for unistd.h... yes
checking how to run the C preprocessor... yes
yes
checking minix/config.h usability... checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
checking minix/config.h usability... yes
no
checking minix/config.h presence... checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for inttypes.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... checking for sys/types.h... yes
yes
checking for msgfmt... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for stdint.h... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... yes
/usr/bin/msgmerge
checking for sys/stat.h... yes
checking for unistd.h... 64
checking build system type... checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for dlfcn.h... yes
yes
none required
checking for an ANSI C-conforming const... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for inline... yes
checking for memory.h... yes
inline
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for unistd.h... yes
checking for working alloca.h... no
checking for alloca... yes
yes
checking dynamic linker characteristics... checking for an ANSI C-conforming const... yes
checking ctype.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for inline... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking for sys/param.h... yes
checking ctype.h presence... checking for stdlib.h... (cached) yes
yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking stddef.h usability... checking for sys/param.h... yes
checking for getpagesize... yes
checking stddef.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking for stddef.h... yes
checking for sys/file.h... checking for getpagesize... checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for sys/param.h... yes
checking for working mmap... no
yes
checking stdio.h presence... yes
checking for memcpy... yes
checking for stdint.h... checking for limits.h... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
yes
checking for unsigned long long... checking for malloc.h... yes
yes
checking for string.h... (cached) yes
checking for strerror... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for uintptr_t... checking for sys/time.h... yes
checking for inttypes.h... yes
checking for unistd.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for int_least32_t... checking for time.h... configure: updating cache ./config.cache
no
checking for ld used by GCC... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/resource.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for int_fast32_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for fcntl.h... done
yes
checking for uint64_t... yes
checking argz.h usability... checking for alloca.h... no
checking for sys/pstat.h... no
checking argz.h presence... no
yes
checking what to include in gstdint.h... checking for sys/sysmp.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for argz.h... no
checking limits.h usability... no
checking for sys/sysinfo.h... yes
checking for off_t... no
checking for machine/hal_sysinfo.h... yes
checking limits.h presence... no
checking for sys/table.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking locale.h presence... no
checking for stdint.h... (cached) yes
yes
checking size of int... yes
checking for locale.h... yes
checking for stdio_ext.h... checking nl_types.h usability... no
checking for process.h... yes
checking for sys/prctl.h... no
checking nl_types.h presence... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for nl_types.h... no
checking malloc.h usability... no
checking whether time.h and sys/time.h may both be included... yes
checking malloc.h presence... yes
checking whether errno must be declared... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking size of int... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for fgets_unlocked... 4
checking size of long... no
checking for getc_unlocked... config.status: executing libtool commands
no
checking for getcwd... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
4
checking size of long... checking for getegid... no
checking for geteuid... no
checking for getgid... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
4
checking host system type... checking for ANSI C header files... (cached) yes
no
checking for getuid... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... no
checking for mempcpy... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
yes
configure: updating cache ./config.cache
checking for munmap... configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... 4
checking size of size_t... o
checking whether we are using the GNU C compiler... no
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for putenv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
yes
checking for setenv... none needed
checking how to run the C preprocessor... config.status: creating config.h
x86_64-w64-mingw32-gcc -E
config.status: executing gstdint.h commands
no
checking for setlocale... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stpcpy... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... no
checking for strcasecmp... yes
checking for sys/stat.h... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for strdup... checking for stdlib.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for string.h... yes
checking for strtoul... 8
checking for long long... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... yes
checking for tsearch... yes
checking for strings.h... yes
checking size of long long... yes
checking for __argz_count... yes
checking for inttypes.h... no
checking for __argz_stringify... yes
checking for stdint.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for unistd.h... checking for __argz_next... yes
checking minix/config.h usability... no
checking for __fsetlocking... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for iconv... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
checking for LC_MESSAGES... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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 GNU gettext in libintl... no
checking for working volatile... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking return type of signal handlers... 8
checking for a 64-bit type... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
uint64_t
checking for intptr_t... void
checking for size_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 uintptr_t... yes
checking for ssize_t... config.status: creating Makefile
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for dirent.h that defines DIR... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for pid_t... checking for library containing opendir... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for library containing strerror... no
checking for kill... none required
checking for asprintf... no
checking for lstat... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for atexit... no
checking for memmove... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 basename... yes
checking for putenv... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ranlib libz.a
checking for bcmp... yes
checking for select... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bcopy... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking for bsearch... no
checking for setlocale... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for bzero... yes
checking for strcasecmp... config.status: creating config.h
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for calloc... yes
checking for strpbrk... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for getcwd... yes
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for getpagesize... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for isxdigit... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for getpwent... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for getpwnam... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for insque... no
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
(cached) yes
checking varargs.h usability... yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for memcpy... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for memmem... checking stdarg.h usability... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for memmove... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for mempcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memset... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mkstemps... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for random... no
checking termios.h presence... no
checking for rename... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for rindex... no
checking for termio.h... no
checking sys/pte.h usability... no
no
checking sys/pte.h presence... checking for setenv... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for snprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for sigsetmask... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for stpcpy... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strncasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strndup... yes
checking whether signal handlers are of type void... no
checking for strnlen... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strrchr... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strstr... not found
checking for struct dirent.d_ino... yes
checking for strtod... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtol... no
checking for tgetent in -ltermcap... yes
checking for strtoul... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strtoll... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for strtoull... yes
yes
checking wchar.h presence... checking for strverscmp... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for tmpnam... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vasprintf... yes
checking for mbscasecmp... yes
checking for vfprintf... no
checking for mbscmp... yes
checking for vprintf... no
checking for mbsnrtowcs... yes
no
checking for mbsrtowcs... checking for vsnprintf... yes
checking for mbschr... yes
checking for vsprintf... no
checking for wcrtomb... yes
checking for waitpid... yes
checking for wcscoll... no
checking for setproctitle... yes
checking for wcsdup... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcwidth... no
checking for fork... no
checking for wctype... no
checking for vfork... yes
checking for wcswidth... no
checking for _doprnt... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswlower... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswupper... no
checking for canonicalize_file_name... yes
checking for towlower... no
checking for dup3... yes
checking for towupper... no
checking for getrlimit... yes
checking for iswctype... no
checking for getrusage... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getsysinfo... yes
checking for wctype_t in wctype.h... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for psignal... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for realpath... config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking for setrlimit... config.status: creating config.h
config.status: executing default commands
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-16 18:54 [binutils-gdb] Move scan_file_globals declaration to stabsread.h sergiodj+buildbot
@ 2018-07-17 10:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-17 10:53 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/2197>

Commit(s) tested:
	77d6f1aa16685bc715c95decf6e3d3ae2e70dbc1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move scan_file_globals declaration to stabsread.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/77/77d6f1aa16685bc715c95decf6e3d3ae2e70dbc1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... checking whether the C compiler works... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
x86_64-w64-mingw32
checking target system type... checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of object files... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for grep that handles long lines and -e... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
/usr/bin/grep
checking for egrep... checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... checking whether the C compiler works... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/stat.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether the C compiler works... checking for stdlib.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... .exe
/usr/bin/grep -E
checking for fgrep... checking for memory.h... checking whether we are cross compiling... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... o
checking whether we are using the GNU C compiler... yes
none needed
checking how to run the C preprocessor... checking for strings.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdint.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
x86_64-w64-mingw32-gcc -E
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... checking for sys/stat.h... yes
yes
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for memory.h... checking for xgettext... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdlib.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for strings.h... yes
checking for string.h... checking build system type... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for inttypes.h... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
none required
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... checking for strings.h... yes
checking for inline... inline
checking for off_t... yes
yes
checking for unistd.h... checking for inttypes.h... yes
checking for sys/types.h... yes
checking minix/config.h usability... yes
yes
checking for stdint.h... checking for sys/stat.h... yes
checking for size_t... no
checking minix/config.h presence... yes
yes
checking for unistd.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... yes
yes
checking for dlfcn.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
checking for working alloca.h... no
checking for alloca... no
yes
checking for objdir... checking for memory.h... 64
.libs
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for strings.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for sys/param.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdint.h... yes
yes
checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking whether we are using the GNU C Library 2.1 or newer... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for unsigned long long... checking ctype.h usability... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... yes
checking ctype.h presence... yes
checking for inttypes.h... yes
checking for ctype.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking stddef.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... 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... x86_64-w64-mingw32-gcc -E
no
checking for ld used by GCC... yes
checking for an ANSI C-conforming const... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for inline... checking for sys/param.h... checking stdio.h usability... inline
checking whether byte ordering is bigendian... yes
done
checking for getpagesize... yes
checking stdio.h presence... checking argz.h usability... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... yes
checking for working mmap... no
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for memcpy... checking for sys/file.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for uintptr_t... checking for sys/param.h... yes
checking for limits.h... yes
yes
checking limits.h presence... yes
checking for strerror... checking for stdlib.h... (cached) yes
yes
checking for limits.h... yes
checking for malloc.h... yes
checking locale.h usability... checking for int_least32_t... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking locale.h presence... checking for sys/time.h... yes
checking for locale.h... yes
yes
checking for int_fast32_t... checking nl_types.h usability... yes
checking for time.h... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/resource.h... no
checking nl_types.h presence... yes
checking for uint64_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for fcntl.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
yes
checking malloc.h presence... checking for an ANSI C-conforming const... checking for alloca.h... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for sys/pstat.h... yes
checking for off_t... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for machine/hal_sysinfo.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/table.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking size of int... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for fgets_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking size of int... yes
checking for getegid... no
checking for geteuid... config.status: creating Makefile
4
checking size of long... no
config.status: executing depfiles commands
checking for getgid... no
checking for getuid... config.status: executing libtool commands
no
checking for mempcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... configure: creating cache ./config.cache
checking build system type... 4
checking for ANSI C header files... (cached) yes
x86_64-pc-linux-gnu
checking host system type... checking build system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
x86_64-w64-mingw32
checking target system type... checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... yes
checking for stpcpy... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 4
checking size of size_t... yes
checking for strdup... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
yes
checking for strtoul... config.status: creating config.h
none needed
checking how to run the C preprocessor... config.status: executing gstdint.h commands
x86_64-w64-mingw32-gcc -E
yes
checking for tsearch... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... yes
checking for sys/types.h... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
no
checking for __argz_stringify... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __argz_next... yes
checking for stdlib.h... yes
checking for string.h... no
checking for __fsetlocking... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... 8
checking for long long... no
checking for iconv... yes
checking for strings.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
no
checking for LC_MESSAGES... checking for inttypes.h... yes
checking size of long long... no
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... yes
checking for stdint.h... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for unistd.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking minix/config.h usability... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: executing default-1 commands
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... void
checking for size_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ssize_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for ssize_t... no
checking for dirent.h that defines DIR... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for library containing opendir... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for pid_t... checking for fcntl... no
checking for kill... yes
checking for library containing strerror... no
checking for lstat... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 atexit... yes
checking for putenv... yes
checking for basename... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
checking for select... rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
x86_64-w64-mingw32-ranlib libz.a
checking for bcmp... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for setenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for bcopy... no
checking for setlocale... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for bsearch... yes
rm -f plural.h
checking for strcasecmp... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for bzero... yes
checking for strpbrk... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for isascii... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for getcwd... yes
checking for isxdigit... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getpwnam... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
no
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for insque... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for working strcoll... no
checking fcntl.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for memchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for memcmp... no
checking varargs.h presence... no
checking for varargs.h... no
yes
checking stdarg.h usability... checking for memcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for memmem... checking for strings.h... (cached) yes
checking limits.h usability... no
yes
checking limits.h presence... checking for memmove... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memset... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for mkstemps... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for putenv... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for random... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for rename... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for rindex... no
checking sys/stream.h presence... no
checking for setenv... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for snprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for sigsetmask... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpcpy... 64
checking for type of signal functions... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strdup... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strncasecmp... yes
checking whether signal handlers are of type void... yes
checking for strndup... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for strnlen... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strrchr... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strstr... no
checking for tgetent... yes
checking for strtod... no
checking for tgetent in -ltermcap... yes
checking for strtol... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for strtoul... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for strtoll... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strtoull... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strverscmp... yes
checking for mbscasecmp... no
checking for tmpnam... no
checking for mbscmp... yes
checking for vasprintf... no
checking for mbsnrtowcs... yes
no
checking for mbsrtowcs... checking for vfprintf... yes
checking for mbschr... yes
checking for vprintf... no
checking for wcrtomb... yes
checking for vsnprintf... yes
checking for wcscoll... yes
checking for vsprintf... yes
checking for wcsdup... yes
checking for waitpid... yes
checking for wcwidth... no
checking for setproctitle... no
checking for wctype... no
checking whether alloca needs Cray hooks... yes
checking for wcswidth... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for vfork... yes
checking for iswlower... no
checking for _doprnt... yes
checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towlower... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for getrlimit... yes
checking for wctype_t in wctype.h... no
checking for getrusage... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for getsysinfo... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for pstat_getdynamic... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for pstat_getstatic... config.status: creating config.h
config.status: executing default commands
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-16 17:29 [binutils-gdb] Move last_source file to buildsym_compunit sergiodj+buildbot
@ 2018-07-16 22:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-16 22:57 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/2186>

Commit(s) tested:
	c0015d4497e0057536b5ec7e0fed8f8bca07572e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move last_source file to buildsym_compunit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c0/c0015d4497e0057536b5ec7e0fed8f8bca07572e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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
checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for perl... perl
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking build system type... x86_64-pc-linux-gnu
checking host system type... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... .exe
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... checking whether the C compiler works... none needed
checking how to run the C preprocessor... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
/usr/bin/grep -E
checking for ANSI C header files... checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... none needed
checking how to run the C preprocessor... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... yes
checking for grep that handles long lines and -e... checking for style of include used by make... /usr/bin/grep
checking for egrep... yes
configure: creating cache ./config.cache
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdlib.h... checking whether make sets $(MAKE)... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
gcc3
checking for string.h... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether the C compiler works... checking for memory.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for sys/types.h... yes
checking for strings.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... 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 inttypes.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for sys/stat.h... checking for stdint.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
ok
checking how to run the C preprocessor... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for memory.h... checking for ANSI C header files... no
checking minix/config.h presence... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for strings.h... yes
yes
checking for sys/types.h... yes
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for inttypes.h... checking for sys/stat.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... /usr/bin/xgettext
yes
checking for msgmerge... yes
/usr/bin/msgmerge
checking for stdint.h... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking build system type... checking for unistd.h... yes
yes
x86_64-pc-linux-gnu
checking host system type... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking minix/config.h usability... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking minix/config.h presence... none required
checking for an ANSI C-conforming const... yes
checking for strings.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inline... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... inline
checking for off_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for inttypes.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking how to run the C preprocessor... yes
checking for unistd.h... yes
x86_64-w64-mingw32-gcc -E
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for alloca... yes
yes
checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... (cached) yes
yes
no
checking for objdir... .libs
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/param.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for sys/types.h... yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/stat.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdlib.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for stdint.h... checking for string.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for an ANSI C-conforming const... yes
yes
checking for unsigned long long... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for memory.h... yes
checking for inline... yes
checking for inttypes.h... yes
checking for strings.h... inline
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for inttypes.h... no
checking for ld used by GCC... yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... checking for stdint.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... x86_64-w64-mingw32-gcc -E
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/param.h... yes
checking for shared library run path origin... checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... checking for unistd.h... (cached) yes
checking for limits.h... checking for sys/param.h... yes
done
yes
checking ctype.h usability... checking argz.h usability... yes
checking ctype.h presence... checking for stdlib.h... yes
(cached) yes
checking for getpagesize... no
checking argz.h presence... yes
checking for ctype.h... yes
checking for malloc.h... no
checking for argz.h... no
yes
checking stddef.h usability... checking limits.h usability... checking for string.h... (cached) yes
yes
checking stddef.h presence... yes
checking limits.h presence... checking for unistd.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for working mmap... no
checking for memcpy... checking for strings.h... (cached) yes
yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for sys/time.h... checking locale.h usability... yes
checking stdio.h usability... checking for time.h... yes
yes
checking for strerror... yes
checking locale.h presence... checking for sys/resource.h... yes
checking stdio.h presence... yes
checking for locale.h... yes
no
checking nl_types.h usability... yes
checking for stdio.h... yes
checking for sys/stat.h... (cached) yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/mman.h... checking for unistd.h... (cached) yes
no
checking nl_types.h presence... no
checking for fcntl.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for alloca.h... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
configure: updating cache ./config.cache
yes
checking for uintptr_t... checking for sys/sysinfo.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking malloc.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
no
checking for sys/table.h... checking stddef.h usability... no
checking for sys/sysctl.h... yes
checking for int_least32_t... no
yes
checking stddef.h presence... checking for sys/systemcfg.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking for sys/param.h... (cached) yes
no
checking for feof_unlocked... checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for uint64_t... no
checking for process.h... no
checking for fgets_unlocked... yes
checking for sys/prctl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t... no
checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getcwd... yes
checking size of int... no
checking size of int... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... 4
checking size of long... 4
checking size of long... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... config.status: creating Makefile
config.status: executing depfiles commands
4
checking size of size_t... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stpcpy... no
checking for strcasecmp... no
config.status: executing libtool commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... config.status: creating Makefile
8
checking for long long... config.status: creating config.h
no
checking for __argz_stringify... config.status: executing gstdint.h commands
yes
checking size of long long... no
checking for __argz_next... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
configure: creating cache ./config.cache
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __fsetlocking... checking build system type... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 C compiler default output file name... a.exe
no
checking for LC_MESSAGES... checking for suffix of executables... no
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... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
o
checking whether we are using the GNU C compiler... checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
uint64_t
checking for intptr_t... configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 uintptr_t... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
config.status: creating config.intl
yes
checking for ssize_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/types.h... yes
checking for pid_t... yes
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
yes
checking for library containing strerror... checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
yes
checking for asprintf... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... yes
checking for atexit... yes
checking for basename... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
checking for memory.h... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for strings.h... yes
yes
checking for bcmp... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for inttypes.h... /bin/sh ./config.status config.h
yes
no
checking for bcopy... checking for stdint.h... yes
config.status: creating config.h
checking for unistd.h... config.status: config.h is unchanged
no
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for bsearch... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for working volatile... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking return type of signal handlers... void
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for size_t... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for ssize_t... x86_64-w64-mingw32-ranlib libdecnumber.a
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
yes
checking for dirent.h that defines DIR... checking for gettimeofday... yes
checking for library containing opendir... yes
checking for index... none required
checking for fcntl... no
checking for insque... no
checking for kill... no
checking for memchr... no
checking for lstat... yes
checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
checking for putenv... yes
checking for memmem... yes
checking for select... no
no
checking for memmove... checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
yes
checking for memset... checking for strcasecmp... yes
yes
checking for mkstemps... checking for strpbrk... no
checking for putenv... yes
checking for tcgetattr... yes
checking for random... no
checking for vsnprintf... no
checking for rename... yes
checking for isascii... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for stpncpy... checking varargs.h usability... no
checking for strcasecmp... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for strchr... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for strdup... checking limits.h usability... yes
yes
checking limits.h presence... checking for strncasecmp... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strndup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strrchr... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strstr... checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strtod... checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strtol... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoul... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoll... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoull... yes
checking sys/file.h presence... 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... checking for strverscmp... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vsnprintf... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vsprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for waitpid... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for getrlimit... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
yes
checking for realpath... checking for iswctype... no
yes
checking for setrlimit... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for spawnve... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
config.status: creating Makefile
checking for sysctl... config.status: creating doc/Makefile
no
checking for sysmp... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for table... config.status: creating config.h
no
checking for times... config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-16 17:06 [binutils-gdb] Add assert in prepare_for_building sergiodj+buildbot
@ 2018-07-16 21:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-16 21:13 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/2185>

Commit(s) tested:
	e62cca7ccb9ea47d18a0812a2c27f00e5048367b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add assert in prepare_for_building

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e6/e62cca7ccb9ea47d18a0812a2c27f00e5048367b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether to enable maintainer-specific portions of Makefiles... /usr/bin/install -c
no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... checking whether the C compiler works... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... yes
checking for sys/types.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for string.h... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for memory.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... /usr/bin/grep -E
checking for ANSI C header files... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... checking for sys/types.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... yes
yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking minix/config.h usability... yes
checking for string.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
no
checking minix/config.h presence... yes
checking for sys/stat.h... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for stdlib.h... yes
checking for strings.h... yes
checking how to run the C preprocessor... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking for xgettext... checking for inttypes.h... /usr/bin/xgettext
checking for msgmerge... checking for grep that handles long lines and -e... /usr/bin/msgmerge
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... yes
checking build system type... checking for stdint.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for strings.h... yes
yes
checking for sys/types.h... checking for unistd.h... none required
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for inline... inline
checking for off_t... yes
checking for stdint.h... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for unistd.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
checking for size_t... yes
yes
checking for dlfcn.h... checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
no
checking for objdir... checking for strings.h... yes
.libs
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking whether integer division by zero raises SIGFPE... yes
guessing no
checking whether -lc should be explicitly linked in... checking for inttypes.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdint.h... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... checking for unsigned long long... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking stdio.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for inttypes.h... checking for sys/param.h... yes
checking for inline... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for getpagesize... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking for uintptr_t... checking for working mmap... no
checking for memcpy... checking for sys/file.h... done
checking argz.h usability... yes
checking for sys/param.h... yes
yes
checking for int_least32_t... checking for limits.h... yes
checking for strerror... yes
no
checking argz.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for int_fast32_t... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h presence... checking for sys/time.h... yes
checking for limits.h... yes
yes
checking locale.h usability... yes
checking for uint64_t... configure: updating cache ./config.cache
checking for time.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/resource.h... no
yes
checking locale.h presence... checking for sys/stat.h... (cached) yes
yes
checking for locale.h... yes
checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking nl_types.h usability... no
checking for fcntl.h... yes
checking for off_t... yes
no
checking nl_types.h presence... checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
yes
checking size of int... checking stddef.h usability... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
no
checking for sys/prctl.h... checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
4
checking size of long... checking for getegid... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for geteuid... config.status: executing libtool commands
no
checking for getgid... no
make[1]: Nothing to be done for 'all-target'.
checking for getuid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... configure: creating cache ./config.cache
4
checking build system type... checking for ANSI C header files... (cached) yes
x86_64-pc-linux-gnu
checking host system type... checking build system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for putenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
yes
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking whether the C compiler works... yes
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for strcasecmp... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
none needed
checking how to run the C preprocessor... config.status: executing gstdint.h commands
yes
x86_64-w64-mingw32-gcc -E
checking for strdup... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... yes
checking for tsearch... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... yes
yes
checking for __argz_count... checking for stdlib.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... no
checking for __argz_stringify... yes
checking for memory.h... no
checking for __argz_next... yes
checking for strings.h... no
checking for __fsetlocking... yes
checking for inttypes.h... 8
checking for long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for iconv... yes
checking for stdint.h... yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for unistd.h... yes
checking size of long long... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... yes
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking minix/config.h usability... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... no
checking minix/config.h presence... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
no
checking for working volatile... config.status: creating config.h
config.status: executing default-1 commands
yes
checking return type of signal handlers... void
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
checking for size_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... yes
checking for uintptr_t... yes
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing opendir... none required
checking for fcntl... yes
checking for ssize_t... no
checking for kill... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 lstat... yes
checking for pid_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memmove... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing strerror... yes
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
none required
checking for asprintf... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for select... yes
checking for atexit... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for setenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setlocale... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for strcasecmp... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
yes
checking for bsearch... checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bzero... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for calloc... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for clock... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for isascii... yes
checking for ffs... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for getcwd... yes
checking for getpwent... yes
checking for getpagesize... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for index... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for insque... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking varargs.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for memchr... no
checking varargs.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for varargs.h... no
checking stdarg.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for memcmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for memmem... checking locale.h usability... yes
checking locale.h presence... no
yes
checking for locale.h... yes
checking for memmove... checking pwd.h usability... no
checking pwd.h presence... yes
checking for mempcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for memset... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for mkstemps... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for random... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for snprintf... 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 sigsetmask... 64
checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strchr... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strncasecmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strndup... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for strrchr... yes
no
checking for tgetent in -ltermcap... checking for strstr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtod... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtol... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoul... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
yes
checking for vsnprintf... checking for wcsdup... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
yes
checking for __fsetlocking... checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrlimit... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for getrusage... configure: creating ./config.status
no
checking for getsysinfo... config.status: creating Makefile
no
checking for gettimeofday... (cached) yes
config.status: creating doc/Makefile
checking for on_exit... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for psignal... config.status: executing default commands
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-12 15:11 [binutils-gdb] This patch adds support for the SSBB and PSSBB speculation barrier instructions to the AArch64 assembler and disassembler sergiodj+buildbot
@ 2018-07-12 15:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-12 15:20 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/2159>

Commit(s) tested:
	cde3679eb5aca10a6d09f6aa4f846ac99a3371dd

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	This patch adds support for the SSBB and PSSBB speculation barrier instructions to the AArch64 assembler and disassembler.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cd/cde3679eb5aca10a6d09f6aa4f846ac99a3371dd/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
.exe
checking whether we are cross compiling... yes
yes
checking whether make supports nested variables... checking for suffix of object files... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none needed
checking how to run the C preprocessor... yes
checking for string.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
gcc3
checking how to print strings... checking for memory.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking whether the C compiler works... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for sys/types.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
yes
checking for stdint.h... checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... 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
yes
checking for unistd.h... o
checking whether we are using the GNU C compiler... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking minix/config.h usability... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... no
checking minix/config.h presence... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for memory.h... checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
yes
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking for inttypes.h... checking for ANSI C header files... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
yes
checking for msgmerge... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... /usr/bin/msgmerge
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking build system type... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
x86_64-pc-linux-gnu
checking host system type... checking for sys/types.h... checking for unistd.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... none required
checking for an ANSI C-conforming const... checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inline... yes
yes
inline
checking for off_t... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for string.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking how to run the C preprocessor... yes
checking for memory.h... yes
checking for size_t... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strings.h... checking for grep that handles long lines and -e... 64
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdint.h... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
checking for stdlib.h... checking for unistd.h... checking for unistd.h... (cached) yes
yes
yes
checking for sys/param.h... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for dlfcn.h... yes
yes
yes
checking for memory.h... checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for objdir... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
.libs
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for strings.h... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking for inttypes.h... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for unistd.h... checking for unsigned long long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for an ANSI C-conforming const... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for inttypes.h... checking ctype.h usability... yes
checking for inline... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... inline
checking whether byte ordering is bigendian... yes
checking for ctype.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking stddef.h usability... no
checking for ld used by GCC... yes
checking whether -lc should be explicitly linked in... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking stddef.h presence... checking for sys/param.h... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for limits.h... yes
yes
checking dynamic linker characteristics... checking stdio.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking stdio.h presence... done
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... x86_64-w64-mingw32-gcc -E
checking argz.h usability... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking argz.h presence... checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... checking for sys/param.h... no
checking for argz.h... no
yes
checking limits.h usability... yes
checking for uintptr_t... checking for time.h... yes
yes
yes
checking limits.h presence... checking for getpagesize... checking for sys/resource.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for working mmap... no
yes
checking for int_least32_t... no
checking for memcpy... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for fcntl.h... yes
checking locale.h presence... yes
yes
yes
checking for locale.h... yes
checking for alloca.h... checking for strerror... yes
checking for int_fast32_t... checking nl_types.h usability... no
checking for sys/pstat.h... no
no
checking nl_types.h presence... yes
checking for uint64_t... yes
checking for unistd.h... (cached) yes
checking for sys/sysmp.h... no
checking for nl_types.h... no
checking malloc.h usability... no
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/sysinfo.h... yes
checking malloc.h presence... yes
checking what to include in gstdint.h... yes
checking for malloc.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for machine/hal_sysinfo.h... checking stddef.h usability... yes
checking for off_t... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... no
yes
checking size of int... checking for sys/systemcfg.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdio_ext.h... checking for feof_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... 4
checking size of long... no
checking size of int... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
4
checking for getuid... checking size of long... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for mempcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for munmap... no
no
checking for putenv... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... config.status: creating Makefile
no
checking for setlocale... config.status: executing depfiles commands
4
checking size of size_t... config.status: creating Makefile
yes
config.status: creating config.h
checking for stpcpy... config.status: executing gstdint.h commands
no
checking for strcasecmp... config.status: executing libtool commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for strdup... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 tsearch... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for __argz_count... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether the C compiler works... no
checking for __argz_stringify... 8
checking for long long... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 C compiler default output file name... a.exe
checking for suffix of executables... no
checking for __argz_next... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
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 GNU gettext in libintl... yes
no
checking for sys/types.h... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for sys/stat.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stdlib.h... 8
checking for a 64-bit type... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for string.h... uint64_t
checking for intptr_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
config.status: creating Makefile
checking for strings.h... yes
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for inttypes.h... config.status: creating config.intl
yes
config.status: creating config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdint.h... config.status: executing default-1 commands
yes
checking for ssize_t... yes
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
config.status: creating config.h
checking minix/config.h usability... yes
checking for pid_t... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking minix/config.h presence... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for atexit... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for basename... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no
checking for working volatile... checking for bcmp... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
void
checking for size_t... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for library containing opendir... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
none required
checking for fcntl... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for clock... no
checking for kill... yes
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for lstat... no
checking for getcwd... yes
no
checking for memmove... checking for getpagesize... yes
checking for gettimeofday... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for putenv... yes
checking for index... yes
no
checking for select... checking for insque... no
checking for setenv... no
checking for memchr... no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
yes
checking for memmem... checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
no
checking for putenv... checking for isxdigit... yes
checking for random... yes
no
checking for rename... checking for getpwent... yes
checking for rindex... no
checking for getpwnam... no
checking for getpwuid... no
checking for setenv... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for sigsetmask... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for stpcpy... checking varargs.h usability... no
checking for stpncpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strcasecmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strchr... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strdup... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strncasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strndup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtol... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoul... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtoll... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoull... 64
checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vfprintf... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for waitpid... no
no
checking for tgetent... checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking for tgetent in -ltermcap... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for mbscasecmp... checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for wctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
checking for psignal... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
checking for towlower... no
checking for setrlimit... no
yes
checking for sbrk... checking for towupper... yes
no
checking for spawnve... checking for iswctype... yes
yes
checking for spawnvpe... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strerror... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... checking for strsignal... no
checking for sysconf... supported
no
checking for sysctl... configure: updating cache ./config.cache
no
checking for sysmp... no
checking for table... configure: creating ./config.status
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating Makefile
yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... config.status: creating doc/Makefile
yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
config.status: creating examples/Makefile
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... config.status: creating shlib/Makefile
yes
checking whether strtoull is declared... config.status: creating config.h
yes
checking whether strverscmp is declared... config.status: executing default commands
no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-12  9:57 [binutils-gdb] Add remainder of Em16 restrictions for AArch64 gas sergiodj+buildbot
@ 2018-07-12 13:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-12 13:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2158>

Commit(s) tested:
	45a28947f3fe5693560e9a1d6373807a9e82c04a

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Add remainder of Em16 restrictions for AArch64 gas.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/45/45a28947f3fe5693560e9a1d6373807a9e82c04a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
../../binutils-gdb/gdb/ser-tcp.c: In function 'int try_connect(const addrinfo*, unsigned int*)':
../../binutils-gdb/gdb/ser-tcp.c:176:25: error: invalid conversion from 'int*' to 'u_long* {aka long unsigned int*}' [-fpermissive]
   ioctl (sock, FIONBIO, &ioarg);
                         ^~~~~~
In file included from ../../binutils-gdb/gdb/serial.h:23:0,
                 from ../../binutils-gdb/gdb/ser-tcp.c:21:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:977:34: note:   initializing argument 3 of 'int ioctlsocket(SOCKET, long int, u_long*)'
   WINSOCK_API_LINKAGE int WSAAPI ioctlsocket(SOCKET s,__LONG32 cmd,u_long *argp);
                                  ^~~~~~~~~~~
make[2]: *** [Makefile:1610: ser-tcp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-12  0:20 [binutils-gdb] Implement IPv6 support for GDB/gdbserver sergiodj+buildbot
@ 2018-07-12  8:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-12  8:56 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/2157>

Commit(s) tested:
	c7ab0aef11d91b637bf091aa9176b8dc4aadee46

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Implement IPv6 support for GDB/gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c7/c7ab0aef11d91b637bf091aa9176b8dc4aadee46/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
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... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
config.status: creating Makefile
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
none needed
checking how to run the C preprocessor... checking whether we are cross compiling... yes
checking for suffix of object files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... none needed
checking how to run the C preprocessor... checking whether the C compiler works... yes
checking for style of include used by make... GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/types.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for memory.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for stdlib.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for inttypes.h... checking for memory.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdint.h... yes
yes
checking for inttypes.h... checking for ANSI C header files... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking minix/config.h usability... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... no
checking minix/config.h presence... checking for unistd.h... yes
yes
checking how to run the C preprocessor... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
yes
checking whether make sets $(MAKE)... checking for stdlib.h... no
checking minix/config.h presence... 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__... checking for grep that handles long lines and -e... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/grep
checking for egrep... /usr/bin/msgfmt
/usr/bin/grep -E
checking for ANSI C header files... checking for xgettext... /usr/bin/xgettext
checking for string.h... checking for msgmerge... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/msgmerge
yes
yes
checking build system type... checking for sys/types.h... x86_64-pc-linux-gnu
checking host system type... checking for memory.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... 64
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inline... yes
checking for stdlib.h... yes
inline
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... checking for string.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for size_t... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for dlfcn.h... yes
no
checking for objdir... checking for strings.h... .libs
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working alloca.h... yes
checking for inttypes.h... no
checking for alloca... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for unistd.h... (cached) yes
yes
checking for an ANSI C-conforming const... yes
checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for inline... checking for unistd.h... yes
checking for getpagesize... inline
checking whether byte ordering is bigendian... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking ctype.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether -lc should be explicitly linked in... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h presence... no
checking for a BSD-compatible install... yes
checking for ctype.h... /usr/bin/install -c
yes
checking stddef.h usability... checking for sys/file.h... yes
checking for stdint.h... yes
checking dynamic linker characteristics... yes
yes
checking stddef.h presence... yes
checking for sys/param.h... checking for unsigned long long... yes
yes
checking for stddef.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for limits.h... checking for string.h... (cached) yes
yes
checking stdio.h usability... 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... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for inttypes.h... yes
checking stdio.h presence... checking for strings.h... (cached) yes
yes
checking for stdio.h... yes
checking for sys/time.h... checking for stdlib.h... yes
(cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking whether the inttypes.h PRIxNN macros are broken... checking for unistd.h... (cached) yes
yes
no
checking for ld used by GCC... checking for time.h... checking for sys/param.h... yes
checking for uintptr_t... yes
checking for sys/resource.h... yes
yes
checking for int_least32_t... checking for getpagesize... no
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/stat.h... (cached) yes
yes
checking for shared library run path origin... checking for sys/mman.h... yes
checking for working mmap... no
checking for memcpy... done
yes
checking for int_fast32_t... no
checking for fcntl.h... checking argz.h usability... yes
yes
checking for strerror... checking for alloca.h... no
yes
checking for uint64_t... checking for sys/pstat.h... no
checking argz.h presence... no
yes
checking for sys/sysmp.h... checking for unistd.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... no
checking for sys/sysinfo.h... yes
checking limits.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking for limits.h... yes
configure: updating cache ./config.cache
checking for machine/hal_sysinfo.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking locale.h usability... no
checking for sys/table.h... yes
checking for off_t... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking locale.h presence... no
checking for process.h... yes
checking for locale.h... yes
yes
checking size of int... checking nl_types.h usability... yes
checking for sys/prctl.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking malloc.h usability... yes
checking malloc.h presence... no
checking whether time.h and sys/time.h may both be included... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking whether errno must be declared... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking size of int... no
checking for putenv... yes
checking for setenv... 4
no
checking size of long... checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... 4
checking size of long... yes
checking for strdup... 4
yes
checking for ANSI C header files... (cached) yes
checking build system type... checking for strtoul... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
config.status: creating Makefile
checking for tsearch... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
config.status: executing depfiles commands
checking for __argz_count... no
checking for __argz_stringify... 4
checking size of size_t... no
checking for __argz_next... no
checking for __fsetlocking... config.status: executing libtool commands
config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for iconv... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for GNU gettext in libintl... no
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
8
checking for long long... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking size of long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether the C compiler works... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
config.status: creating config.intl
o
checking whether we are using the GNU C compiler... config.status: creating config.h
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
config.status: executing default-1 commands
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc accepts -g... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
none needed
checking how to run the C preprocessor... 8
checking for a 64-bit type... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
uint64_t
checking for intptr_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/types.h... yes
yes
checking for ssize_t... checking for sys/stat.h... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... yes
checking for pid_t... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
rm -f libz.a
x86_64-w64-mingw32-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
checking for string.h... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for library containing strerror... checking for strings.h... none required
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for asprintf... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for inttypes.h... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
yes
checking for atexit... checking for stdint.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for unistd.h... checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking minix/config.h usability... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for bsearch... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for calloc... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
void
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
checking for size_t... ../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for ssize_t... yes
checking for clock... yes
checking for ffs... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
yes
checking for getcwd... checking for library containing opendir... yes
checking for getpagesize... yes
checking for gettimeofday... none required
checking for fcntl... yes
checking for index... no
checking for kill... no
checking for insque... no
checking for lstat... no
checking for memchr... no
checking for memmove... yes
checking for putenv... yes
yes
checking for memcmp... checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
yes
checking for mempcpy... checking for strpbrk... yes
yes
checking for tcgetattr... checking for memset... no
yes
checking for vsnprintf... checking for mkstemps... no
checking for putenv... yes
checking for isascii... yes
checking for random... yes
checking for isxdigit... no
checking for rename... yes
checking for getpwent... yes
checking for rindex... no
checking for getpwnam... no
checking for setenv... no
checking for getpwuid... no
no
checking for working strcoll... no
checking for snprintf... checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for sigsetmask... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strcasecmp... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for strchr... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strdup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strncasecmp... yes
yes
checking termcap.h presence... checking for strndup... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for strnlen... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strtod... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... yes
checking for strtoll... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoull... 64
checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vfprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vsnprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for waitpid... yes
checking for struct dirent.d_fileno... no
checking for setproctitle... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
no
checking for tgetent in -ltermcap... checking for vfork.h... no
checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for vfork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... no
checking for gettimeofday... (cached) yes
yes
checking for wcscoll... checking for on_exit... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for psignal... no
no
checking for wctype... checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
yes
checking for strerror... checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for strsignal... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysctl... supported
no
configure: updating cache ./config.cache
checking for sysmp... configure: creating ./config.status
no
checking for table... no
checking for times... no
checking for wait3... config.status: creating Makefile
no
checking for wait4... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking whether basename is declared... config.status: creating shlib/Makefile
no
checking whether ffs is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-11 22:50 [binutils-gdb] GDBserver: Don't assume a current process in D; PID implementation (PR gdb/23377) sergiodj+buildbot
@ 2018-07-12  3:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-12  3:43 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/2152>

Commit(s) tested:
	31445d1036f7fc41de2724cb016913c9b1461bb1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/31/31445d1036f7fc41de2724cb016913c9b1461bb1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
mkdir -p -- ./zlib
Configuring in ./zlib
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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 a BSD-compatible install... /usr/bin/install -c
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... configure: creating cache ./config.cache
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking target system type... checking for perl... perl
checking build system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
config.status: creating Makefile
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... none needed
checking how to run the C preprocessor... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
x86_64-w64-mingw32-gcc -E
checking whether make supports nested variables... yes
checking whether the C compiler works... checking for grep that handles long lines and -e... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/types.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for string.h... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for strings.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking whether the C compiler works... checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for stdint.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
yes
checking for sys/types.h... checking for unistd.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... o
checking whether we are using the GNU C compiler... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking minix/config.h usability... yes
checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
no
checking minix/config.h presence... checking for string.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for memory.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for msgfmt... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... yes
/usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking build system type... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... ok
checking how to run the C preprocessor... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... x86_64-w64-mingw32-gcc -E
none required
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for ANSI C header files... yes
checking for inline... checking for stdint.h... yes
inline
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking how to run the C preprocessor... checking for unistd.h... yes
checking for sys/types.h... yes
checking for size_t... x86_64-w64-mingw32-gcc -E
yes
checking minix/config.h usability... yes
checking for grep that handles long lines and -e... checking for sys/stat.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
no
checking minix/config.h presence... yes
checking for working alloca.h... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for alloca... yes
yes
checking for sys/types.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 for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... checking for memory.h... checking for sys/param.h... yes
64
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... checking for getpagesize... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for string.h... checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... checking for stdint.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for inttypes.h... checking for unsigned long long... yes
yes
checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for stdint.h... yes
checking for inttypes.h... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for unistd.h... no
checking for ld used by GCC... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking ctype.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... done
yes
checking for an ANSI C-conforming const... checking stddef.h usability... checking argz.h usability... yes
checking for inline... yes
checking stddef.h presence... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking stdio.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking stdio.h presence... yes
checking limits.h presence... yes
checking for stdio.h... yes
yes
checking dynamic linker characteristics... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for limits.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for a BSD-compatible install... /usr/bin/install -c
checking locale.h usability... checking for sys/file.h... yes
checking for sys/param.h... checking for stdlib.h... (cached) yes
yes
checking locale.h presence... yes
checking for uintptr_t... yes
yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... checking nl_types.h usability... checking for limits.h... yes
yes
checking for stdlib.h... (cached) yes
checking for getpagesize... checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking nl_types.h presence... checking for sys/time.h... yes
checking for working mmap... no
no
checking for nl_types.h... no
checking malloc.h usability... checking for memcpy... yes
checking for int_least32_t... yes
yes
checking malloc.h presence... checking for time.h... yes
yes
checking for int_fast32_t... yes
checking for malloc.h... yes
checking for sys/resource.h... checking stddef.h usability... yes
checking for strerror... no
yes
checking for uint64_t... checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
no
checking for fcntl.h... yes
checking for stddef.h... yes
yes
yes
checking what to include in gstdint.h... checking for stdlib.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
checking for alloca.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/param.h... (cached) yes
yes
checking for off_t... checking for feof_unlocked... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
no
checking for sys/sysinfo.h... checking for fgets_unlocked... no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
checking for sys/table.h... no
checking for getc_unlocked... no
checking for sys/sysctl.h... no
no
checking for getcwd... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for getegid... checking for stdio_ext.h... no
checking for process.h... yes
no
checking for geteuid... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getgid... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... 4
checking size of long... no
checking for getuid... no
checking size of int... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
4
checking for ANSI C header files... (cached) yes
checking for setenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... 4
checking size of long... x86_64-w64-mingw32
checking target system type... no
checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... no
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... 4
checking size of size_t... config.status: creating Makefile
yes
config.status: executing depfiles commands
config.status: creating Makefile
config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... config.status: executing libtool commands
no
checking for __argz_stringify... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking size of long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... checking whether the C compiler works... no
checking for bison... bison
checking version of bison... 3.0.4, ok
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strings.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for inttypes.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stdint.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for unistd.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
checking minix/config.h usability... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating config.intl
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating config.h
no
8
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for a 64-bit type... config.status: executing default-1 commands
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... uint64_t
checking for intptr_t... no
checking for working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for uintptr_t... void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for pid_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for library containing strerror... yes
checking for library containing opendir... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... none required
checking for asprintf... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-zutil.Tpo .deps/libz_a-zutil.Po
yes
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
checking for atexit... no
checking for kill... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
yes
checking for basename... checking for lstat... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for bcmp... no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
config.status: creating config.h
checking for bcopy... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for putenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for select... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for calloc... no
checking for setenv... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
no
checking for getcwd... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for strcasecmp... checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... yes
checking for index... yes
checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
checking for memcmp... yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mkstemps... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for putenv... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for random... checking stdarg.h usability... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for rename... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for snprintf... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for sigsetmask... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpcpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpncpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strchr... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strdup... checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strncasecmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strnlen... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoll... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for tmpnam... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vsnprintf... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vsprintf... yes
checking wchar.h presence... yes
checking for waitpid... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for mbscasecmp... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
yes
checking for wcscoll... checking for __fsetlocking... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for dup3... no
checking for getrlimit... no
checking for wctype... no
yes
checking for wcswidth... checking for getrusage... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for sbrk... yes
checking configuration for building shared libraries... no
checking for spawnve... supported
yes
configure: updating cache ./config.cache
checking for spawnvpe... configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
no
checking for sysctl... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysmp... config.status: creating shlib/Makefile
no
checking for table... config.status: creating config.h
config.status: executing default commands
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-11 20:12 [binutils-gdb] gdb: Remove traces of h8300 ecoff support sergiodj+buildbot
@ 2018-07-12  2:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-12  2:39 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/2151>

Commit(s) tested:
	a6f88f6e4458e672b8a72ee0c0998fdc79cf601e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Remove traces of h8300 ecoff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a6/a6f88f6e4458e672b8a72ee0c0998fdc79cf601e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
Configuring in ./libiberty
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 for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
yes
checking for C compiler default output file name... a.exe
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... config.status: creating Makefile
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether make supports nested variables... yes
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... o
checking whether we are using the GNU C compiler... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
yes
checking whether we are cross compiling... yes
checking for sys/types.h... checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
checking for style of include used by make... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether the C compiler works... checking for stdlib.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
gcc3
checking how to print strings... none needed
checking how to run the C preprocessor... checking for string.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... .exe
checking whether we are cross compiling... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for suffix of object files... x86_64-w64-mingw32-gcc -E
yes
o
checking whether we are using the GNU C compiler... checking for memory.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for inttypes.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for unistd.h... ok
checking how to run the C preprocessor... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for stdlib.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether make sets $(MAKE)... yes
checking for sys/types.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
yes
/usr/bin/xgettext
yes
checking for msgmerge... checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... /usr/bin/msgmerge
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking build system type... checking for stdlib.h... yes
x86_64-pc-linux-gnu
checking host system type... yes
checking for inttypes.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
none required
checking for an ANSI C-conforming const... checking for stdint.h... checking for string.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inline... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... inline
checking for off_t... checking for unistd.h... yes
yes
yes
checking for strings.h... checking for sys/types.h... checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/stat.h... checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdlib.h... yes
checking for working alloca.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for dlfcn.h... yes
yes
checking for string.h... checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
no
checking for objdir... yes
checking for sys/param.h... .libs
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for memory.h... yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for unistd.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stdint.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking ctype.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for unsigned long long... yes
yes
checking whether -lc should be explicitly linked in... checking for an ANSI C-conforming const... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... yes
checking stddef.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for stddef.h... 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... x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for shared library run path origin... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... checking for sys/file.h... yes
yes
checking stdio.h presence... checking for sys/param.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... done
yes
checking argz.h usability... checking for limits.h... yes
checking for getpagesize... yes
yes
checking for uintptr_t... checking for stdlib.h... (cached) yes
no
checking argz.h presence... checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for working mmap... no
checking for string.h... (cached) yes
checking for memcpy... yes
checking for int_least32_t... checking for unistd.h... (cached) yes
yes
checking limits.h presence... checking for strings.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/time.h... checking locale.h usability... yes
yes
yes
checking for int_fast32_t... checking for strerror... checking for time.h... yes
yes
checking locale.h presence... yes
checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for sys/resource.h... no
yes
checking for uint64_t... checking for sys/stat.h... (cached) yes
configure: updating cache ./config.cache
no
checking nl_types.h presence... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/mman.h... no
checking for nl_types.h... no
checking malloc.h usability... no
yes
checking what to include in gstdint.h... checking for fcntl.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
yes
checking for off_t... checking for alloca.h... checking stddef.h usability... no
checking for sys/pstat.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for stdlib.h... (cached) yes
checking for machine/hal_sysinfo.h... checking for string.h... (cached) yes
yes
checking size of int... no
checking for sys/table.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for feof_unlocked... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for fgets_unlocked... no
checking for process.h... yes
no
checking for getc_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for getegid... no
checking size of int... no
checking for geteuid... no
4
checking size of long... checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... config.status: creating Makefile
no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... config.status: executing depfiles commands
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... 4
checking size of long... config.status: executing libtool commands
yes
checking for __argz_count... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for __argz_stringify... x86_64-w64-mingw32
checking target system type... make[1]: Nothing to be done for 'all-target'.
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
configure: updating cache ./config.cache
no
checking for iconv... configure: creating ./config.status
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... 4
checking size of size_t... config.status: creating Makefile
no
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
config.status: creating config.h
checking for GNU gettext in libintl... config.status: executing gstdint.h commands
configure: creating cache ./config.cache
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether the C compiler works... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.intl
8
checking for long long... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
none needed
checking how to run the C preprocessor... config.status: creating config.h
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -E
yes
checking size of long long... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
yes
checking for sys/types.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... yes
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
checking for stdlib.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... yes
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... yes
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strings.h... yes
checking for inttypes.h... 8
checking for a 64-bit type... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... checking for stdint.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for unistd.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for uintptr_t... yes
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for ssize_t... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking return type of signal handlers... yes
checking for pid_t... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for library containing strerror... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for ssize_t... none required
checking for asprintf... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for atexit... checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
none required
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for fcntl... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for basename... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for kill... checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for lstat... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for bsearch... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for putenv... yes
checking for bzero... yes
checking for select... no
no
checking for calloc... checking for setenv... yes
no
checking for setlocale... checking for clock... yes
yes
checking for strcasecmp... checking for ffs... no
yes
checking for getcwd... checking for strpbrk... yes
yes
checking for getpagesize... checking for tcgetattr... yes
checking for gettimeofday... no
checking for vsnprintf... yes
checking for index... yes
checking for isascii... no
yes
checking for insque... checking for isxdigit... no
checking for memchr... yes
checking for getpwent... yes
checking for memcmp... no
checking for getpwnam... yes
checking for memcpy... no
checking for getpwuid... yes
checking for memmem... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memmove... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for mempcpy... no
checking varargs.h presence... no
checking for varargs.h... no
yes
checking stdarg.h usability... checking for memset... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for mkstemps... checking limits.h usability... no
checking for putenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for random... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for rename... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for rindex... checking termcap.h usability... no
checking for setenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for snprintf... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for sigsetmask... no
checking termio.h presence... no
no
checking for termio.h... no
checking sys/pte.h usability... checking for stpcpy... no
checking sys/pte.h presence... no
checking for stpncpy... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strcasecmp... yes
no
checking sys/stream.h presence... checking for strchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strdup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for strndup... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... no
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtod... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strtol... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtoul... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtoll... yes
not found
checking for struct dirent.d_ino... checking for strtoull... yes
checking for struct dirent.d_fileno... yes
checking for strverscmp... no
checking for tgetent... no
checking for tmpnam... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vasprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vfprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vprintf... yes
checking for mbscasecmp... yes
checking for vsnprintf... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for vsprintf... no
checking for mbsrtowcs... yes
checking for waitpid... yes
checking for mbschr... no
checking for setproctitle... no
checking for wcrtomb... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
yes
checking for wcscoll... checking for vfork.h... no
checking for fork... yes
checking for wcsdup... no
checking for vfork... yes
checking for wcwidth... no
checking for _doprnt... no
checking for wctype... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcswidth... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for canonicalize_file_name... yes
checking for iswlower... no
checking for dup3... yes
checking for iswupper... no
checking for getrlimit... yes
checking for towlower... no
checking for getrusage... no
yes
checking for getsysinfo... checking for towupper... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for iswctype... no
checking for psignal... yes
no
checking for nl_langinfo and CODESET... checking for pstat_getdynamic... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for pstat_getstatic... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for realpath... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
config.status: creating Makefile
checking for strerror... config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
no
checking for sysmp... config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-11 19:19 [binutils-gdb] Fix PR c++/23373: GDB hangs when printing a struct with a static member of itself sergiodj+buildbot
@ 2018-07-11 23:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-11 23:34 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/2148>

Commit(s) tested:
	16ff70ddd430b63ca4dd68bf1d52828f2ed4f030

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Fix PR c++/23373: GDB hangs when printing a struct with a static member of itself

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/16/16ff70ddd430b63ca4dd68bf1d52828f2ed4f030/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
o
checking whether we are using the GNU C compiler... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether the C compiler works... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for sys/stat.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... none needed
x86_64-w64-mingw32-nm
checking how to run the C preprocessor... checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for stdlib.h... x86_64-w64-mingw32-gcc -E
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for string.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
ok
yes
checking for strings.h... yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for ANSI C header files... yes
checking for stdint.h... checking for string.h... yes
yes
yes
checking for memory.h... checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for sys/types.h... yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking minix/config.h usability... checking for sys/stat.h... yes
yes
checking for stdlib.h... no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... checking for memory.h... yes
yes
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for unistd.h... yes
/usr/bin/xgettext
checking how to run the C preprocessor... yes
checking for msgmerge... /usr/bin/msgmerge
checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking minix/config.h usability... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for inttypes.h... checking for grep that handles long lines and -e... no
checking minix/config.h presence... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none required
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 stdint.h... yes
checking for inline... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
inline
checking for off_t... checking for sys/types.h... yes
yes
checking for unistd.h... checking for sys/stat.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for size_t... yes
no
checking for objdir... checking for stdlib.h... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for string.h... yes
checking for memory.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for alloca... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for strings.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for sys/param.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for getpagesize... yes
checking for stdint.h... yes
checking dynamic linker characteristics... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for unistd.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... x86_64-w64-mingw32-gcc -E
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking ctype.h usability... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... checking for an ANSI C-conforming const... yes
checking for unsigned long long... yes
checking for inline... yes
checking for getpagesize... yes
checking ctype.h presence... inline
checking whether byte ordering is bigendian... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for inttypes.h... yes
checking for working mmap... no
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stddef.h presence... checking for memcpy... no
checking for ld used by GCC... yes
checking for stddef.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for string.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/file.h... checking stdio.h usability... yes
yes
checking for strerror... yes
checking stdio.h presence... checking for sys/param.h... done
yes
checking for limits.h... yes
checking for stdio.h... yes
checking argz.h usability... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for uintptr_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
checking for strings.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/time.h... yes
checking for int_least32_t... checking locale.h usability... yes
checking for time.h... yes
checking for int_fast32_t... yes
yes
checking locale.h presence... checking for sys/resource.h... yes
checking for locale.h... yes
yes
checking for uint64_t... checking nl_types.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking nl_types.h presence... no
no
checking for nl_types.h... no
checking for fcntl.h... checking malloc.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for alloca.h... yes
checking for off_t... yes
checking malloc.h presence... no
checking for sys/pstat.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysmp.h... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for sys/sysinfo.h... yes
checking size of int... checking for stdlib.h... (cached) yes
no
checking for machine/hal_sysinfo.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for sys/table.h... checking for feof_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for fgets_unlocked... no
checking for process.h... yes
no
checking for getc_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... 4
checking size of long... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for getegid... no
checking size of int... no
checking for geteuid... no
checking for getgid... no
checking for getuid... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for mempcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of long... yes
config.status: creating Makefile
checking for munmap... no
no
checking for putenv... config.status: executing depfiles commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... no
checking for setlocale... yes
config.status: executing libtool commands
checking for stpcpy... config.status: creating Makefile
4
checking size of size_t... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
checking for strcasecmp... Configuring in ./readline
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for tsearch... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __argz_count... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __argz_stringify... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_next... 8
checking for long long... checking whether the C compiler works... no
checking for __fsetlocking... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 iconv... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bison... bison
checking version of bison... none needed
checking how to run the C preprocessor... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
x86_64-w64-mingw32-gcc -E
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for grep that handles long lines and -e... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/types.h... 8
checking for a 64-bit type... uint64_t
yes
checking for intptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
yes
checking for stdlib.h... yes
checking for uintptr_t... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for string.h... yes
checking for ssize_t... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for memory.h... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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
checking for pid_t... x86_64-w64-mingw32-ranlib libz.a
checking for strings.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for inttypes.h... yes
checking for library containing strerror... yes
checking for stdint.h... yes
none required
config.status: creating config.h
checking for unistd.h... checking for asprintf... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking minix/config.h usability... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for atexit... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for basename... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for working volatile... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bcmp... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bcopy... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking for bsearch... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for bzero... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for clock... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
yes
checking for library containing opendir... checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
none required
checking for fcntl... yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for index... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for lstat... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
no
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking for memmove... checking for insque... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
rm -f libdecnumber.a
yes
no
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for memchr... checking for putenv... yes
checking for memcmp... yes
checking for select... yes
no
checking for memcpy... checking for setenv... yes
no
checking for memmem... checking for setlocale... yes
no
checking for memmove... checking for strcasecmp... yes
yes
checking for mempcpy... checking for strpbrk... yes
checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... yes
checking for isascii... yes
checking for random... yes
no
checking for isxdigit... checking for rename... yes
yes
checking for getpwent... checking for rindex... no
checking for getpwnam... no
checking for setenv... no
checking for getpwuid... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for sigsetmask... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpcpy... no
checking varargs.h presence... no
no
checking for varargs.h... no
checking for stpncpy... checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for strcasecmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strchr... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strdup... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for strncasecmp... checking pwd.h usability... no
checking pwd.h presence... yes
checking for strndup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strrchr... checking termios.h usability... yes
checking for strstr... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strtod... checking termio.h usability... no
checking termio.h presence... yes
checking for strtol... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strtoul... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strtoll... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strtoull... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strverscmp... checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for tmpnam... 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... checking for vasprintf... yes
64
checking for vfprintf... checking for type of signal functions... yes
checking for vprintf... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vsprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for waitpid... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for setproctitle... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking whether alloca needs Cray hooks... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for external symbol _system_configuration... no
yes
checking for wctype.h... yes
checking for __fsetlocking... checking wchar.h usability... no
checking for canonicalize_file_name... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for dup3... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrlimit... yes
checking for mbscasecmp... no
checking for getrusage... no
checking for mbscmp... no
checking for getsysinfo... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for psignal... no
checking for wcrtomb... no
checking for pstat_getdynamic... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
checking for iswupper... yes
checking for spawnvpe... yes
yes
checking for towlower... checking for strerror... yes
checking for strsignal... yes
checking for towupper... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for sysmp... yes
checking configuration for building shared libraries... no
checking for table... supported
no
checking for times... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... config.status: creating Makefile
no
checking whether basename is declared... config.status: creating doc/Makefile
no
checking whether ffs is declared... no
config.status: creating examples/Makefile
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating shlib/Makefile
yes
checking whether snprintf is declared... config.status: creating config.h
yes
checking whether vsnprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-11 17:09 [binutils-gdb] PR ld/22570: MIPS/BFD: Fix TLS relocation resolution for PIE executables sergiodj+buildbot
@ 2018-07-11 17:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-11 17:12 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/2142>

Commit(s) tested:
	9143e72c6d4ddefbcb41c0f6361ad140354145ef

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	PR ld/22570: MIPS/BFD: Fix TLS relocation resolution for PIE executables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/91/9143e72c6d4ddefbcb41c0f6361ad140354145ef/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
.exe
x86_64-w64-mingw32
checking target system type... checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
none needed
checking how to run the C preprocessor... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... checking for grep that handles long lines and -e... mkdir -p -- ./libdecnumber
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/types.h... yes
checking for style of include used by make... none needed
checking how to run the C preprocessor... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/stat.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for grep that handles long lines and -e... gcc3
checking how to print strings... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdlib.h... printf
checking for a sed that does not truncate output... checking whether the C compiler works... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for sys/types.h... .exe
checking for memory.h... checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/stat.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... o
checking whether we are using the GNU C compiler... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... checking for string.h... yes
ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for ANSI C header files... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
no
checking minix/config.h presence... checking for sys/types.h... checking for stdint.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdlib.h... checking for msgmerge... yes
/usr/bin/msgmerge
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking how to run the C preprocessor... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... no
checking minix/config.h presence... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
yes
checking for memory.h... none required
checking for an ANSI C-conforming const... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for inline... inline
checking for off_t... 64
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/types.h... yes
yes
checking for size_t... checking for inttypes.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working alloca.h... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for memory.h... yes
checking for stdlib.h... (cached) yes
no
checking for objdir... checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... .libs
yes
checking for strings.h... checking for sys/param.h... yes
checking for getpagesize... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking for working mmap... no
yes
checking for inline... checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdint.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... inline
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stdint.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking for unsigned long long... checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for inttypes.h... yes
yes
checking whether -lc should be explicitly linked in... no
checking for a BSD-compatible install... /usr/bin/install -c
checking ctype.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/file.h... no
checking for ld used by GCC... yes
checking dynamic linker characteristics... yes
checking ctype.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for malloc.h... checking stdio.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
done
yes
checking stdio.h presence... 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... x86_64-w64-mingw32-gcc -E
checking argz.h usability... checking for sys/time.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... checking for stdlib.h... (cached) yes
yes
yes
checking for uintptr_t... checking for unistd.h... (cached) yes
yes
checking limits.h presence... checking for time.h... yes
checking for limits.h... yes
checking for sys/param.h... checking locale.h usability... yes
checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... checking for getpagesize... yes
checking for int_least32_t... no
checking for fcntl.h... yes
checking locale.h presence... yes
checking for alloca.h... yes
checking for locale.h... yes
yes
checking for working mmap... no
yes
checking for int_fast32_t... checking for memcpy... no
checking nl_types.h usability... checking for sys/pstat.h... no
checking for sys/sysmp.h... no
yes
checking for sys/sysinfo.h... no
checking nl_types.h presence... yes
checking for uint64_t... checking for strerror... no
checking for machine/hal_sysinfo.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking what to include in gstdint.h... no
checking for unistd.h... (cached) yes
checking for sys/table.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/sysctl.h... yes
checking for off_t... configure: updating cache ./config.cache
checking stddef.h usability... no
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking stddef.h presence... checking for stdio_ext.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking size of int... no
checking for process.h... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/prctl.h... checking for feof_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for fgets_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for munmap... no
checking for putenv... no
configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of size_t... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... config.status: creating Makefile
no
config.status: executing depfiles commands
config.status: creating Makefile
checking for strcasecmp... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
config.status: executing libtool commands
yes
checking for strtoul... 8
checking for long long... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... yes
checking size of long long... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating cache ./config.cache
no
checking build system type... checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no
checking for __argz_next... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __fsetlocking... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for iconv... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
checking for a 64-bit type... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking for grep that handles long lines and -e... checking whether included gettext is requested... no
checking for GNU gettext in libc... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 uintptr_t... no
checking for GNU gettext in libintl... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/stat.h... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
checking for pid_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for string.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for memory.h... yes
checking for library containing strerror... yes
checking for strings.h... none required
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
checking for asprintf... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... yes
config.status: creating Makefile
checking for atexit... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdint.h... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
config.status: creating config.intl
rm -f libz.a
x86_64-w64-mingw32-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 basename... yes
x86_64-w64-mingw32-ranlib libz.a
checking for unistd.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
config.status: creating config.h
yes
config.status: executing default-1 commands
checking for bcmp... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking minix/config.h usability... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for bcopy... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
config.status: creating config.h
checking for bsearch... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for calloc... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
void
yes
checking for size_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for clock... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for ffs... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for getpagesize... checking for dirent.h that defines DIR... yes
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
none required
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for insque... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for memchr... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for lstat... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
checking for putenv... yes
yes
checking for memmem... checking for select... no
checking for memmove... no
checking for setenv... no
checking for setlocale... yes
checking for mempcpy... yes
checking for strcasecmp... yes
checking for memset... yes
checking for strpbrk... yes
checking for mkstemps... yes
checking for tcgetattr... no
checking for putenv... no
checking for vsnprintf... yes
checking for random... yes
checking for isascii... no
checking for rename... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
no
checking for sigsetmask... checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for stpncpy... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for strcasecmp... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for strchr... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strdup... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strncasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strndup... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strnlen... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strrchr... yes
checking for strstr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtod... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtol... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoul... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoll... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoull... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strverscmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for tmpnam... 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 vasprintf... 64
checking for type of signal functions... yes
checking for vfprintf... yes
checking for vprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vsnprintf... no
checking whether or not strcoll and strcmp differ... no
configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vsprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for waitpid... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for setproctitle... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... not found
checking for struct dirent.d_ino... no
checking for vfork... yes
checking for struct dirent.d_fileno... no
checking for _doprnt... no
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for __fsetlocking... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for canonicalize_file_name... yes
checking wchar.h presence... no
checking for dup3... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for getrlimit... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrusage... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for mbsrtowcs... no
checking for pstat_getdynamic... yes
checking for mbschr... no
checking for pstat_getstatic... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for realpath... yes
checking for wcsdup... no
checking for setrlimit... yes
checking for wcwidth... no
checking for sbrk... no
checking for wctype... no
checking for spawnve... yes
checking for wcswidth... yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for spawnvpe... yes
yes
checking for iswlower... checking for strerror... yes
yes
checking for strsignal... checking for iswupper... no
checking for sysconf... yes
checking for towlower... no
checking for sysctl... yes
checking for towupper... no
checking for sysmp... yes
checking for iswctype... no
checking for table... yes
no
checking for times... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for wait3... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for wait4... supported
no
configure: updating cache ./config.cache
checking whether basename is declared... configure: creating ./config.status
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... config.status: creating examples/Makefile
yes
checking whether calloc is declared... yes
checking whether getenv is declared... config.status: creating shlib/Makefile
yes
checking whether getopt is declared... config.status: creating config.h
yes
checking whether malloc is declared... config.status: executing default commands
yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-11  8:40 [binutils-gdb] x86: replace off-by-one OTMax sergiodj+buildbot
@ 2018-07-11  8:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-11  8:55 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/2136>

Commit(s) tested:
	f0a85b07061964d6c608e6280ce61aa3fed1eabf

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: replace off-by-one OTMax

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f0/f0a85b07061964d6c608e6280ce61aa3fed1eabf/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether make supports nested variables... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
none needed
checking how to run the C preprocessor... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking whether we are cross compiling... yes
checking whether the C compiler works... checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for sys/types.h... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for style of include used by make... checking whether the C compiler works... checking for sys/stat.h... GNU
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
none needed
checking how to run the C preprocessor... checking for stdlib.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc -E
checking for string.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for grep that handles long lines and -e... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for memory.h... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
none needed
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... ok
checking how to run the C preprocessor... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
x86_64-w64-mingw32-gcc -E
yes
checking for stdlib.h... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for ANSI C header files... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking minix/config.h usability... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for strings.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking how to run the C preprocessor... yes
checking for string.h... checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -E
yes
checking whether make sets $(MAKE)... checking for memory.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for stdint.h... /usr/bin/xgettext
yes
checking for msgmerge... checking for grep that handles long lines and -e... checking for strings.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
/usr/bin/msgmerge
yes
checking for unistd.h... checking for inttypes.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking minix/config.h usability... yes
yes
checking for sys/types.h... none required
checking for an ANSI C-conforming const... checking for stdint.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
checking for unistd.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... yes
checking for dlfcn.h... yes
checking for string.h... 64
no
checking for objdir... .libs
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inline... yes
checking for stdint.h... inline
checking for off_t... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for size_t... yes
checking ctype.h usability... yes
checking dynamic linker characteristics... yes
checking ctype.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for working alloca.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... x86_64-w64-mingw32-gcc -E
yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for alloca... yes
checking for an ANSI C-conforming const... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
yes
checking for inline... checking for unistd.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... checking for string.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes
checking stdio.h usability... checking for sys/param.h... yes
checking for getpagesize... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
checking for getpagesize... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for working mmap... no
checking for memcpy... checking for sys/file.h... yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for uintptr_t... checking for sys/param.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for limits.h... checking for strerror... yes
checking for stdint.h... yes
checking for stdlib.h... (cached) yes
yes
checking for int_least32_t... yes
checking for unsigned long long... checking for malloc.h... yes
checking for unistd.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_fast32_t... yes
checking for time.h... yes
checking for inttypes.h... configure: updating cache ./config.cache
yes
checking for uint64_t... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/resource.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for ld used by GCC... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for fcntl.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for off_t... yes
checking for shared library run path origin... yes
checking for alloca.h... no
checking for sys/pstat.h... done
no
checking for sys/sysmp.h... checking argz.h usability... no
checking for sys/sysinfo.h... yes
checking size of int... no
checking argz.h presence... no
checking for machine/hal_sysinfo.h... no
checking for argz.h... no
checking limits.h usability... no
checking for sys/table.h... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking locale.h usability... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking locale.h presence... no
checking for stdint.h... (cached) yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for stdio_ext.h... no
checking for process.h... no
checking nl_types.h presence... yes
checking for sys/prctl.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking whether time.h and sys/time.h may both be included... checking stddef.h usability... yes
checking stddef.h presence... yes
checking whether errno must be declared... yes
checking for stddef.h... yes
4
checking size of long... checking for stdlib.h... (cached) yes
no
checking size of int... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
4
checking for ANSI C header files... (cached) yes
checking for getegid... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for geteuid... config.status: creating Makefile
no
config.status: executing depfiles commands
no
configure: updating cache ./config.cache
checking for getgid... configure: creating ./config.status
no
checking for getuid... no
checking for mempcpy... config.status: executing libtool commands
4
checking size of size_t... config.status: creating Makefile
yes
checking for munmap... config.status: creating config.h
config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for putenv... yes
checking for setenv... no
checking for setlocale... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stpcpy... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for strcasecmp... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strdup... configure: creating cache ./config.cache
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strtoul... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for tsearch... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for long long... checking whether the C compiler works... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
checking for __argz_count... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for __argz_stringify... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for __fsetlocking... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... no
checking for iconv... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
/usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... no
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
yes
checking for GNU gettext in libintl... checking for sys/types.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
8
yes
checking for a 64-bit type... checking for sys/stat.h... configure: updating cache ./config.cache
configure: creating ./config.status
uint64_t
checking for intptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for stdlib.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for string.h... yes
checking for uintptr_t... yes
checking for memory.h... config.status: creating Makefile
yes
checking for strings.h... config.status: creating config.intl
yes
checking for ssize_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for inttypes.h... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: executing default-1 commands
yes
checking for stdint.h... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for pid_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for library containing strerror... checking minix/config.h usability... none required
no
checking minix/config.h presence... checking for asprintf... config.status: creating config.h
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for atexit... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for basename... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for bcmp... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
void
checking for size_t... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
yes
checking for dirent.h that defines DIR... checking for clock... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for ffs... none required
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for kill... no
checking for getcwd... rm -f libdecnumber.a
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for lstat... yes
checking for getpagesize... no
checking for memmove... yes
checking for gettimeofday... yes
checking for index... yes
checking for putenv... no
checking for insque... no
checking for memchr... yes
yes
checking for select... checking for memcmp... yes
no
checking for setenv... checking for memcpy... yes
no
checking for setlocale... checking for memmem... yes
checking for strcasecmp... no
checking for memmove... yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for tcgetattr... yes
no
checking for vsnprintf... checking for memset... yes
yes
checking for isascii... checking for mkstemps... yes
no
checking for putenv... checking for isxdigit... yes
yes
checking for random... checking for getpwent... no
checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for snprintf... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strings.h... (cached) yes
checking for stpncpy... checking limits.h usability... yes
checking limits.h presence... no
checking for strcasecmp... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strchr... checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strdup... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strndup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strrchr... no
checking sys/pte.h presence... yes
checking for strstr... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtod... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoul... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strtoll... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strtoull... checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vsprintf... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for _doprnt... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
checking langinfo.h presence... no
checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... no
checking for getsysinfo... yes
checking for mbschr... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for psignal... yes
checking for wcsdup... no
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... no
checking for sbrk... yes
no
checking for spawnve... checking for iswupper... yes
yes
checking for spawnvpe... checking for towlower... yes
yes
checking for strerror... checking for towupper... yes
yes
checking for strsignal... checking for iswctype... no
yes
checking for nl_langinfo and CODESET... checking for sysconf... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for sysctl... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysmp... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for table... no
checking for times... no
checking for wait3... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for wait4... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking whether basename is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-11  1:58 [binutils-gdb] Use std::vector for moribund_locations sergiodj+buildbot
@ 2018-07-11  2:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-11  2:13 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/2135>

Commit(s) tested:
	1123588c0bf1d777a3eb9c01f2370473a14a1ca5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::vector for moribund_locations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/11/1123588c0bf1d777a3eb9c01f2370473a14a1ca5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the C compiler works... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for perl... perl
checking whether we are cross compiling... yes
checking for suffix of object files... checking build system type... checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
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.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
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.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
mkdir -p -- ./libdecnumber
checking for suffix of object files... Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for sys/types.h... checking for style of include used by make... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... GNU
checking dependency style of x86_64-w64-mingw32-gcc... none needed
checking how to run the C preprocessor... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for stdlib.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for string.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking for sys/types.h... checking for memory.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... configure: creating cache ./config.cache
yes
checking whether make sets $(MAKE)... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for strings.h... checking whether the C compiler works... yes
yes
checking for stdlib.h... checking for inttypes.h... ok
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
yes
checking for string.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
yes
checking for unistd.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... yes
checking for strings.h... checking minix/config.h usability... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
no
checking minix/config.h presence... checking for sys/stat.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking for stdint.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
checking for string.h... yes
checking for msgmerge... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... /usr/bin/msgmerge
checking for memory.h... yes
checking build system type... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for strings.h... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... none required
checking for an ANSI C-conforming const... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inline... yes
inline
checking for off_t... no
checking minix/config.h presence... yes
checking for stdint.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for unistd.h... yes
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking how to run the C preprocessor... yes
checking for dlfcn.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/param.h... checking for sys/stat.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for string.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for working mmap... no
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 x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for memory.h... yes
checking dynamic linker characteristics... yes
checking for stdint.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
yes
checking for unsigned long long... 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... x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking for stdlib.h... (cached) yes
checking for inttypes.h... yes
checking for inttypes.h... checking for unistd.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking for sys/param.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for stdint.h... yes
checking for inline... yes
no
checking for ld used by GCC... checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking for unistd.h... yes
checking for working mmap... no
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for memcpy... yes
checking for shared library run path origin... yes
checking ctype.h usability... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... checking for strerror... checking argz.h usability... yes
checking for sys/param.h... no
checking argz.h presence... yes
checking ctype.h presence... yes
checking for limits.h... yes
checking for ctype.h... yes
no
checking for argz.h... no
checking limits.h usability... yes
checking for unistd.h... (cached) yes
checking stddef.h usability... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... configure: updating cache ./config.cache
yes
checking limits.h presence... yes
checking stddef.h presence... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking locale.h usability... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... checking stdio.h usability... yes
checking locale.h presence... yes
checking for time.h... yes
checking for locale.h... yes
yes
checking stdio.h presence... checking nl_types.h usability... yes
yes
checking for stdio.h... yes
checking for sys/resource.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/stat.h... (cached) yes
no
checking nl_types.h presence... checking for sys/mman.h... no
checking for nl_types.h... no
checking malloc.h usability... no
yes
checking for uintptr_t... checking for fcntl.h... yes
checking for alloca.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
yes
checking for int_least32_t... checking stddef.h usability... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for int_fast32_t... no
checking for sys/sysinfo.h... checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for machine/hal_sysinfo.h... checking for unistd.h... (cached) yes
no
checking for sys/param.h... (cached) yes
checking for sys/table.h... checking for feof_unlocked... no
checking for sys/sysctl.h... yes
checking for uint64_t... no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... no
yes
checking what to include in gstdint.h... checking for stdint.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdio_ext.h... no
checking for process.h... no
yes
checking for off_t... checking for getc_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking size of int... yes
checking whether errno must be declared... yes
no
checking size of int... checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... config.status: creating Makefile
4
checking size of long... yes
config.status: executing depfiles commands
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... config.status: executing libtool commands
no
checking for setlocale... yes
checking for stpcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
checking for ANSI C header files... (cached) yes
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for strcasecmp... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
4
checking size of size_t... checking for strdup... no
yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
no
checking build system type... checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating config.h
no
checking whether the C compiler works... checking for __argz_next... config.status: executing gstdint.h commands
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for __fsetlocking... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for iconv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... 8
checking for long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
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... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/types.h... yes
checking for sys/stat.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... config.status: creating Makefile
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
yes
checking for string.h... config.status: creating config.h
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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: executing default-1 commands
yes
checking for memory.h... 8
checking for a 64-bit type... yes
uint64_t
checking for intptr_t... checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for uintptr_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdint.h... yes
checking for unistd.h... yes
checking for ssize_t... yes
checking minix/config.h usability... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for pid_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for library containing strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
none required
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
yes
x86_64-w64-mingw32-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
checking return type of signal handlers... x86_64-w64-mingw32-ranlib libz.a
checking for atexit... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for basename... config.status: creating config.h
config.status: config.h is unchanged
yes
checking for ssize_t... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for bcmp... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for bcopy... no
checking for bsearch... yes
checking for bzero... no
checking for calloc... yes
checking for clock... yes
checking for ffs... no
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for index... checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for library containing opendir... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for memchr... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for kill... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for memcmp... no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for memcpy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memmem... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for memmove... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
checking for memset... yes
checking for strcasecmp... yes
checking for mkstemps... yes
checking for strpbrk... no
checking for putenv... yes
checking for tcgetattr... yes
checking for random... no
checking for vsnprintf... no
checking for rename... yes
yes
checking for isascii... checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpncpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for strchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strdup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strncasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strndup... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strnlen... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking for strrchr... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strstr... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strtol... yes
checking for strtoul... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoll... yes
checking sys/file.h presence... 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... checking for strtoull... 64
checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for vfprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vprintf... yes
checking whether signal handlers are of type void... yes
checking for vsnprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for waitpid... not found
checking for struct dirent.d_ino... no
checking for setproctitle... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for tgetent in -ltermcap... no
checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for vfork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... yes
checking for mbscasecmp... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
no
checking for wcrtomb... checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
yes
checking for wcwidth... checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... yes
no
checking for iswlower... checking for pstat_getstatic... no
yes
checking for realpath... checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
yes
checking for spawnvpe... checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strsignal... no
yes
checking for wctype_t in wctype.h... checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysctl... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... config.status: creating Makefile
no
checking for wait3... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait4... config.status: creating shlib/Makefile
no
config.status: creating config.h
checking whether basename is declared... config.status: executing default commands
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-09 15:04 [binutils-gdb] Simplify INIT_FILES sergiodj+buildbot
@ 2018-07-09 18:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-09 18:34 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/2117>

Commit(s) tested:
	4c7549492b301d7d118379c3e98afc0b364d1935

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify INIT_FILES

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4c/4c7549492b301d7d118379c3e98afc0b364d1935/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
checking for perl... perl
checking whether make supports nested variables... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking whether to enable maintainer-specific portions of Makefiles... yes
no
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... checking whether the C compiler works... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
yes
checking for C compiler default output file name... yes
a.exe
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for suffix of executables... .exe
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether we are cross compiling... yes
checking for suffix of object files... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... 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 whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for stdlib.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for string.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/types.h... yes
checking for memory.h... yes
checking for sys/stat.h... yes
yes
checking for strings.h... checking for stdlib.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for inttypes.h... checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... 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 stdint.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
yes
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for memory.h... yes
checking for unistd.h... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for strings.h... yes
checking minix/config.h usability... checking whether the C compiler works... yes
checking for inttypes.h... no
checking minix/config.h presence... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... ok
checking how to run the C preprocessor... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
o
checking whether we are using the GNU C compiler... checking for msgfmt... yes
checking for ANSI C header files... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/xgettext
checking for msgmerge... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
/usr/bin/msgmerge
checking minix/config.h usability... yes
checking for sys/types.h... checking build system type... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-pc-linux-gnu
checking host system type... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking minix/config.h presence... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... 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... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for inline... checking for string.h... 64
yes
inline
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for size_t... checking for strings.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working alloca.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... yes
yes
checking how to run the C preprocessor... checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... (cached) yes
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for dlfcn.h... checking for sys/param.h... x86_64-w64-mingw32-gcc -E
yes
no
checking for objdir... checking for grep that handles long lines and -e... checking for getpagesize... /usr/bin/grep
checking for egrep... .libs
/usr/bin/grep -E
checking for ANSI C header files... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for sys/types.h... checking for inttypes.h... yes
checking for an ANSI C-conforming const... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for inline... yes
checking for stdint.h... checking for sys/stat.h... inline
checking whether byte ordering is bigendian... yes
checking for unsigned long long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stdlib.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for inttypes.h... yes
checking for string.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for memory.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/file.h... no
checking for ld used by GCC... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for strings.h... yes
checking for shared library run path origin... yes
yes
checking dynamic linker characteristics... checking for limits.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
done
checking for inttypes.h... checking argz.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
no
checking argz.h presence... checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... checking for strings.h... (cached) yes
checking for sys/param.h... no
checking for argz.h... no
checking for sys/time.h... checking limits.h usability... yes
yes
yes
checking for getpagesize... checking for time.h... yes
checking for unistd.h... yes
checking limits.h presence... checking for sys/resource.h... yes
yes
checking for limits.h... yes
checking for working mmap... no
yes
checking for memcpy... checking locale.h usability... checking ctype.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking locale.h presence... yes
checking for strerror... yes
checking ctype.h presence... no
checking for fcntl.h... yes
checking for locale.h... yes
yes
checking for ctype.h... yes
checking nl_types.h usability... checking stddef.h usability... yes
yes
checking for alloca.h... checking for unistd.h... (cached) yes
no
checking nl_types.h presence... no
checking for sys/pstat.h... yes
checking stddef.h presence... yes
checking for stddef.h... no
yes
checking for nl_types.h... no
checking malloc.h usability... no
checking for string.h... (cached) yes
checking for sys/sysmp.h... configure: updating cache ./config.cache
checking stdio.h usability... no
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking stdio.h presence... yes
checking malloc.h presence... yes
checking for malloc.h... yes
yes
checking for stdio.h... yes
no
checking for sys/table.h... checking stddef.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/sysctl.h... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for sys/systemcfg.h... yes
checking for uintptr_t... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdio_ext.h... checking for sys/param.h... (cached) yes
no
checking for process.h... yes
checking for int_least32_t... yes
checking for feof_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... yes
checking for int_fast32_t... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... yes
checking for uint64_t... no
checking size of int... no
checking for getcwd... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for getegid... yes
checking size of int... no
checking for geteuid... no
checking for getgid... no
checking for getuid... 4
checking size of long... no
checking for mempcpy... yes
checking for munmap... no
4
checking size of long... checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
4
checking size of size_t... checking for stpcpy... config.status: creating Makefile
no
checking for strcasecmp... config.status: executing depfiles commands
yes
checking for strdup... yes
checking for strtoul... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for tsearch... config.status: executing libtool commands
yes
checking for __argz_count... no
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for __argz_stringify... Configuring in ./readline
no
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... no
yes
checking size of long long... checking for iconv... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... configure: creating cache ./config.cache
no
checking for LC_MESSAGES... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for bison... bison
checking version of bison... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... checking whether the C compiler works... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
checking for C compiler default output file name... a.exe
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for a 64-bit type... none needed
checking how to run the C preprocessor... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for uintptr_t... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
checking for sys/types.h... config.status: creating config.h
yes
checking for sys/stat.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: executing default-1 commands
yes
checking for ssize_t... yes
checking for stdlib.h... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for string.h... yes
checking for pid_t... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strings.h... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... yes
checking for inttypes.h... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
yes
checking for asprintf... checking for stdint.h... yes
yes
checking for unistd.h... checking for atexit... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for basename... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for bcmp... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 bcopy... no
checking for working volatile... no
checking for bsearch... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-ranlib libz.a
yes
checking return type of signal handlers... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
void
checking for size_t... yes
checking for bzero... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for calloc... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
checking for library containing opendir... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for getcwd... checking for kill... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for gettimeofday... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLIBDIR="\"/usr/local/lib\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localcharset.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
yes
checking for memcpy... checking for strcasecmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
yes
checking for memmem... checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for snprintf... checking varargs.h usability... no
checking varargs.h presence... yes
checking for sigsetmask... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for stpcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strdup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strncasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strtol... checking for sys/ptem.h... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
no
checking for wctype... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
checking for towlower... no
checking for setrlimit... yes
checking for towupper... no
checking for sbrk... yes
no
checking for spawnve... checking for iswctype... yes
yes
checking for nl_langinfo and CODESET... checking for spawnvpe... no
checking for wchar_t in wchar.h... yes
yes
checking for wctype_t in wctype.h... checking for strerror... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... checking for strsignal... supported
configure: updating cache ./config.cache
no
checking for sysconf... configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait3... config.status: creating config.h
config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-09 14:08 [binutils-gdb] bfd: Use changequote for "i[3-7]86-*-linux-*" sergiodj+buildbot
@ 2018-07-09 14:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-09 14:21 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/2113>

Commit(s) tested:
	872899f1efeda1e93ed569d322c6b2ee85ce885c

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	bfd: Use changequote for "i[3-7]86-*-linux-*"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/87/872899f1efeda1e93ed569d322c6b2ee85ce885c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./etc
Configuring in ./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
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
checking for perl... perl
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking whether the C compiler works... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.exe
checking whether make supports nested variables... checking for suffix of executables... yes
checking whether the C compiler works... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
yes
checking for style of include used by make... GNU
checking for sys/types.h... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/types.h... yes
yes
checking for sys/stat.h... checking for sys/stat.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
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 "+="... checking for string.h... checking whether the C compiler works... yes
checking for string.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for memory.h... checking for memory.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
ok
checking how to run the C preprocessor... .exe
checking for strings.h... checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
checking for ANSI C header files... checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... checking for unistd.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking minix/config.h usability... yes
no
checking minix/config.h presence... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether make sets $(MAKE)... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
64
yes
checking for xgettext... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
/usr/bin/xgettext
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for msgmerge... /usr/bin/msgmerge
yes
yes
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdint.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... checking for grep that handles long lines and -e... yes
none required
checking for an ANSI C-conforming const... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for dlfcn.h... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... inline
checking for off_t... no
checking for objdir... .libs
yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/stat.h... yes
yes
checking for size_t... checking for stdlib.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for an ANSI C-conforming const... checking for string.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for inline... yes
checking for working alloca.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... inline
checking whether byte ordering is bigendian... yes
checking for memory.h... no
checking for alloca... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for strings.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for inttypes.h... checking for sys/param.h... yes
yes
checking dynamic linker characteristics... yes
checking for sys/file.h... checking for stdint.h... checking for getpagesize... yes
yes
checking for sys/param.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for unistd.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... 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... x86_64-w64-mingw32-gcc -E
checking for limits.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking ctype.h usability... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking ctype.h presence... yes
checking for unsigned long long... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... yes
checking for ctype.h... yes
checking stddef.h usability... checking for string.h... (cached) yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for getpagesize... checking for sys/time.h... yes
checking stddef.h presence... yes
checking for working mmap... no
yes
checking for stddef.h... yes
no
checking for ld used by GCC... checking for memcpy... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for string.h... (cached) yes
yes
checking for shared library run path origin... checking for time.h... checking stdio.h usability... yes
yes
checking stdio.h presence... done
yes
checking for sys/resource.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking argz.h usability... no
checking for strerror... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking argz.h presence... yes
checking for uintptr_t... yes
no
checking for fcntl.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for unistd.h... (cached) yes
checking for alloca.h... yes
checking limits.h presence... yes
checking for limits.h... yes
configure: updating cache ./config.cache
yes
checking for int_least32_t... checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/pstat.h... checking locale.h usability... yes
checking locale.h presence... no
checking for sys/sysmp.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for int_fast32_t... no
checking for sys/sysinfo.h... no
checking nl_types.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for uint64_t... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
yes
checking malloc.h presence... checking for an ANSI C-conforming const... yes
checking for sys/prctl.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking size of int... checking for stdlib.h... (cached) yes
no
checking size of int... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
4
checking for getc_unlocked... checking size of long... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
config.status: creating Makefile
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... config.status: executing depfiles commands
no
checking for getuid... 4
checking size of size_t... no
checking for mempcpy... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing libtool commands
yes
checking for munmap... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for putenv... yes
checking for setenv... no
checking for setlocale... config.status: creating Makefile
config.status: creating config.h
yes
checking for stpcpy... config.status: executing gstdint.h commands
8
checking for long long... no
checking for strcasecmp... configure: creating cache ./config.cache
checking build system type... yes
yes
checking size of long long... checking for strdup... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether the C compiler works... yes
checking for tsearch... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
checking for C compiler default output file name... a.exe
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 suffix of executables... yes
checking for __argz_count... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for __argz_stringify... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
checking for __argz_next... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
no
checking for __fsetlocking... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for iconv... 8
checking for a 64-bit type... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for sys/types.h... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
no
checking for LC_MESSAGES... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/stat.h... yes
checking for uintptr_t... no
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... yes
checking for stdlib.h... no
checking for GNU gettext in libintl... yes
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
checking for ssize_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
checking for memory.h... yes
yes
checking for pid_t... checking for strings.h... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
checking for stdint.h... yes
checking for library containing strerror... x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for unistd.h... none required
checking for asprintf... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
config.status: creating Makefile
yes
checking minix/config.h usability... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
config.status: creating config.intl
checking for atexit... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for basename... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for bcmp... /bin/sh ./config.status config.h
no
checking for working volatile... no
checking for bcopy... yes
checking return type of signal handlers... void
checking for size_t... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for bsearch... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
no
checking for dirent.h that defines DIR... checking for clock... yes
yes
checking for library containing opendir... checking for ffs... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
none required
checking for fcntl... no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for kill... yes
checking for getpagesize... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
no
checking for memmove... checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for index... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for select... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for insque... checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for memchr... yes
checking for memcmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for setlocale... yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... yes
no
checking for getpwnam... checking for random... no
no
checking for rename... checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for setenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for stpcpy... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strchr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strdup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strncasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strrchr... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strstr... checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strtod... checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strtol... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strtoull... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for strverscmp... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for tmpnam... yes
checking whether signal handlers are of type void... yes
checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vfprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsnprintf... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
yes
checking wctype.h presence... checking for setproctitle... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... yes
checking wchar.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... no
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for fork... no
checking langinfo.h presence... no
no
checking for langinfo.h... no
checking for mbrlen... checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for mbsrtowcs... no
checking for __fsetlocking... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
no
checking for towlower... checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for sbrk... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
supported
checking for spawnvpe... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... config.status: creating Makefile
no
checking for sysmp... no
checking for table... config.status: creating doc/Makefile
no
checking for times... no
checking for wait3... no
config.status: creating examples/Makefile
checking for wait4... no
config.status: creating shlib/Makefile
checking whether basename is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-06 15:46 [binutils-gdb] Fix the read/write flag for these registers on AArch64 sergiodj+buildbot
@ 2018-07-06 15:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-06 15:52 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/2101>

Commit(s) tested:
	cba05feb51cb97f75f9a7814b081ce45245ac7b2

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Fix the read/write flag for these registers on AArch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cb/cba05feb51cb97f75f9a7814b081ce45245ac7b2/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/types.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
none needed
checking how to run the C preprocessor... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for stdlib.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for string.h... 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
yes
checking whether the C compiler works... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for memory.h... checking for sys/types.h... yes
checking for strings.h... yes
yes
checking for sys/stat.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for inttypes.h... ok
checking how to run the C preprocessor... yes
yes
checking for stdlib.h... .exe
x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stdint.h... o
checking whether we are using the GNU C compiler... checking for ANSI C header files... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for unistd.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for sys/types.h... checking minix/config.h usability... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... checking for strings.h... yes
yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether make sets $(MAKE)... checking for string.h... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
yes
checking for msgmerge... yes
yes
/usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... checking for unistd.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
none required
checking for an ANSI C-conforming const... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking for inline... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
inline
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... yes
checking for size_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for dlfcn.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking for objdir... .libs
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
no
checking for alloca... checking for sys/stat.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdlib.h... (cached) yes
checking for stdlib.h... yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/param.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking for getpagesize... checking for memory.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for strings.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking dynamic linker characteristics... yes
checking for stdint.h... yes
checking for an ANSI C-conforming const... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking for inline... yes
checking for unsigned long long... inline
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for inttypes.h... checking for stdint.h... checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking for sys/param.h... yes
no
checking for ld used by GCC... checking for unistd.h... checking for getpagesize... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
yes
checking for working mmap... no
done
checking ctype.h usability... checking for memcpy... yes
checking argz.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking ctype.h presence... no
checking argz.h presence... checking for strings.h... (cached) yes
yes
checking for ctype.h... yes
checking for sys/time.h... yes
checking stddef.h usability... no
checking for argz.h... no
yes
checking for strerror... checking limits.h usability... checking for time.h... yes
checking for sys/resource.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking limits.h presence... yes
no
checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... checking locale.h usability... checking stdio.h usability... configure: updating cache ./config.cache
no
yes
checking locale.h presence... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for fcntl.h... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking for locale.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking nl_types.h usability... checking for alloca.h... no
checking nl_types.h presence... no
checking for sys/pstat.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for uintptr_t... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for machine/hal_sysinfo.h... yes
checking for int_least32_t... no
checking for sys/table.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
yes
checking for int_fast32_t... checking for string.h... (cached) yes
no
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... yes
checking for uint64_t... no
checking for process.h... yes
no
checking for sys/prctl.h... checking for fgets_unlocked... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking for off_t... no
yes
checking whether errno must be declared... checking for getc_unlocked... no
checking size of int... yes
checking size of int... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... config.status: creating Makefile
no
checking for putenv... config.status: executing depfiles commands
4
checking size of size_t... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
config.status: executing libtool commands
x86_64-pc-linux-gnu
checking host system type... checking for setlocale... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for strcasecmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
8
checking for long long... checking for strtoul... config.status: creating Makefile
yes
config.status: creating config.h
checking for tsearch... config.status: executing gstdint.h commands
yes
checking size of long long... yes
configure: creating cache ./config.cache
checking for __argz_count... checking build system type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for __argz_stringify... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether the C compiler works... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_next... no
checking for __fsetlocking... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 iconv... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for LC_MESSAGES... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bison... bison
checking version of bison... 3.0.4, ok
none needed
checking how to run the C preprocessor... checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... 8
checking for a 64-bit type... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for GNU gettext in libintl... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
uint64_t
checking for intptr_t... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... yes
checking for sys/stat.h... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ssize_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
checking for stdlib.h... config.status: creating config.intl
yes
yes
checking for pid_t... checking for string.h... config.status: creating config.h
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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: executing default-1 commands
yes
yes
checking for memory.h... checking for library containing strerror... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... none required
checking for asprintf... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for atexit... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdint.h... yes
yes
checking for unistd.h... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 basename... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking minix/config.h usability... yes
checking for bcmp... no
checking minix/config.h presence... no
checking for bcopy... config.status: creating config.h
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for bsearch... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for calloc... no
checking for working volatile... yes
checking return type of signal handlers... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for clock... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ffs... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ssize_t... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for gettimeofday... no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for library containing opendir... checking for index... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for insque... no
checking for kill... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for memchr... yes
checking for memcmp... no
checking for lstat... yes
checking for memcpy... no
checking for memmove... yes
checking for memmem... yes
checking for putenv... no
checking for memmove... yes
checking for select... yes
checking for mempcpy... no
checking for setenv... yes
checking for memset... yes
checking for mkstemps... no
checking for setlocale... no
checking for putenv... yes
checking for strcasecmp... yes
checking for random... yes
checking for strpbrk... no
checking for rename... yes
yes
checking for rindex... checking for tcgetattr... no
checking for setenv... no
checking for vsnprintf... yes
checking for isascii... no
checking for snprintf... yes
yes
checking for sigsetmask... checking for isxdigit... no
checking for stpcpy... yes
checking for getpwent... no
checking for stpncpy... no
checking for getpwnam... no
checking for strcasecmp... no
checking for getpwuid... yes
checking for strchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for strdup... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for strncasecmp... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for strndup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strnlen... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strrchr... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for strstr... checking pwd.h usability... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strtod... checking termcap.h usability... yes
checking for strtol... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strtoul... checking termios.h usability... yes
checking for strtoll... yes
no
checking termios.h presence... checking for strtoull... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strverscmp... checking sys/pte.h usability... no
no
checking sys/pte.h presence... checking for tmpnam... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for vasprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for vfprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for vprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for vsnprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for vsprintf... checking for type of signal functions... yes
checking for waitpid... no
checking for setproctitle... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
no
checking for fork... checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for vfork... no
checking for _doprnt... yes
checking whether signal handlers are of type void... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for sys_siglist... no
checking for FIONREAD in sys/ioctl.h... no
checking for external symbol _system_configuration... no
checking for speed_t in sys/types.h... no
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for __fsetlocking... not found
checking for struct dirent.d_ino... no
yes
checking for struct dirent.d_fileno... checking for canonicalize_file_name... no
checking for dup3... no
checking for tgetent... no
checking for getrlimit... no
checking for tgetent in -ltermcap... no
checking for getrusage... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for getsysinfo... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking for gettimeofday... (cached) yes
checking langinfo.h usability... checking for on_exit... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for psignal... yes
checking for mbscasecmp... no
checking for pstat_getdynamic... no
checking for mbscmp... no
checking for pstat_getstatic... no
checking for mbsnrtowcs... no
checking for realpath... no
checking for setrlimit... no
checking for mbsrtowcs... no
checking for sbrk... yes
checking for mbschr... no
checking for spawnve... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for spawnvpe... yes
yes
checking for wcsdup... checking for strerror... yes
checking for wcwidth... yes
no
checking for wctype... checking for strsignal... yes
checking for wcswidth... no
checking for sysconf... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... no
checking for sysctl... yes
checking for iswupper... yes
no
checking for sysmp... checking for towlower... no
checking for table... yes
checking for towupper... no
checking for times... yes
no
checking for wait3... checking for iswctype... no
yes
checking for wait4... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking whether basename is declared... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking whether ffs is declared... yes
checking configuration for building shared libraries... supported
no
checking whether asprintf is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether getenv is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking whether getopt is declared... yes
config.status: creating config.h
checking whether malloc is declared... config.status: executing default commands
yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-06  6:41 [binutils-gdb] Update config.sub sergiodj+buildbot
@ 2018-07-06  9:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-06  9:26 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/2099>

Commit(s) tested:
	269965964e8a6586a07912a60e08eeb0053bfb2a

Author(s) (in the same order as the commits):
	Sebastian Huber <sebastian.huber@embedded-brains.de>

Subject:
	Update config.sub

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/26/269965964e8a6586a07912a60e08eeb0053bfb2a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
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... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether make supports nested variables... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
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... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for sys/types.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/types.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for sys/stat.h... checking for sys/stat.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking whether the C compiler works... checking for stdlib.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for stdlib.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for C compiler default output file name... a.exe
yes
checking for suffix of executables... yes
checking for string.h... checking for string.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for memory.h... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for ANSI C header files... checking for strings.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdint.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for unistd.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking minix/config.h usability... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
yes
checking minix/config.h presence... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
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... yes
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for inttypes.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32-gcc -E
64
checking for xgettext... yes
checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/xgettext
checking for msgmerge... checking for stdint.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/grep -E
checking for ANSI C header files... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for unistd.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for dlfcn.h... none required
checking for an ANSI C-conforming const... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... inline
checking for off_t... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for memory.h... yes
checking for size_t... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for strings.h... yes
checking for an ANSI C-conforming const... yes
checking for working alloca.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for inline... checking for inttypes.h... no
checking for alloca... inline
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking ctype.h usability... checking for getpagesize... checking for sys/file.h... yes
yes
checking ctype.h presence... checking for sys/param.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for ctype.h... yes
yes
checking dynamic linker characteristics... yes
checking for limits.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking stddef.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for malloc.h... checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... yes
checking for unistd.h... (cached) yes
yes
checking for stdint.h... checking for string.h... (cached) yes
checking for sys/param.h... checking for unistd.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for strings.h... (cached) yes
checking for getpagesize... checking for sys/time.h... checking for string.h... (cached) yes
yes
yes
checking for unsigned long long... checking for time.h... checking stdio.h usability... yes
checking for working mmap... no
checking for memcpy... yes
yes
checking stdio.h presence... yes
checking for inttypes.h... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for stdio.h... yes
checking for sys/mman.h... checking for strerror... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... no
yes
checking for fcntl.h... checking for unistd.h... (cached) yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for alloca.h... yes
checking for uintptr_t... yes
checking for shared library run path origin... no
configure: updating cache ./config.cache
checking for sys/pstat.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for int_least32_t... no
checking for sys/sysmp.h... done
no
checking argz.h usability... checking for sys/sysinfo.h... yes
checking for int_fast32_t... no
checking for machine/hal_sysinfo.h... no
checking argz.h presence... no
no
checking for argz.h... no
checking for sys/table.h... checking limits.h usability... yes
checking for uint64_t... no
checking for sys/sysctl.h... yes
checking limits.h presence... no
yes
checking for limits.h... yes
checking for sys/systemcfg.h... checking locale.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for stdint.h... (cached) yes
yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... checking for stdio_ext.h... yes
checking for off_t... no
checking nl_types.h presence... no
checking for process.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for sys/prctl.h... yes
checking size of int... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking malloc.h presence... no
checking whether time.h and sys/time.h may both be included... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking whether errno must be declared... no
checking size of int... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... 4
checking size of long... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... 4
checking for ANSI C header files... (cached) yes
checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... 4
checking size of size_t... config.status: executing depfiles commands
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for mempcpy... yes
checking for munmap... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for putenv... yes
checking for setenv... config.status: executing libtool commands
no
checking for setlocale... yes
checking for stpcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for strcasecmp... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
8
checking for long long... yes
checking for strdup... yes
checking for strtoul... yes
checking size of long long... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating cache ./config.cache
checking build system type... no
checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... checking whether the C compiler works... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... no
checking for iconv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for suffix of object files... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 LC_MESSAGES... o
checking whether we are using the GNU C compiler... 8
checking for a 64-bit type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for bison... bison
checking version of bison... uint64_t
checking for intptr_t... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
no
checking for GNU gettext in libintl... none needed
checking how to run the C preprocessor... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
checking for grep that handles long lines and -e... configure: creating ./config.status
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
config.status: creating Makefile
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.intl
yes
yes
checking for uintptr_t... checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating config.h
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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: executing default-1 commands
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for ssize_t... no
checking for working volatile... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 pid_t... yes
checking return type of signal handlers... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing strerror... none required
checking for asprintf... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for atexit... yes
checking for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for basename... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
yes
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bcopy... checking for library containing opendir... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking for bsearch... none required
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for fcntl... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for calloc... no
checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
checking for clock... no
checking for memmove... yes
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for ffs... yes
checking for putenv... yes
checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
no
checking for setenv... checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for strcasecmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... yes
checking for strpbrk... yes
checking for index... yes
checking for tcgetattr... no
checking for insque... no
checking for vsnprintf... no
checking for memchr... yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... yes
no
checking for mempcpy... checking for getpwuid... yes
no
checking for working strcoll... no
checking for memset... checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for mkstemps... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for putenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for random... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for rename... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for rindex... checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
no
checking pwd.h presence... checking for snprintf... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for sigsetmask... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpcpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpncpy... no
checking termio.h presence... no
checking for termio.h... no
no
checking sys/pte.h usability... checking for strcasecmp... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strchr... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strdup... checking sys/select.h usability... yes
checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtod... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for strtol... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strtoll... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strtoull... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for tmpnam... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vfprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for vsnprintf... no
checking for mbscmp... yes
checking for vsprintf... no
checking for mbsnrtowcs... yes
checking for waitpid... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for setproctitle... no
checking for wcrtomb... no
checking whether alloca needs Cray hooks... yes
checking for wcscoll... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for wcsdup... no
checking for vfork... yes
checking for wcwidth... no
checking for _doprnt... no
checking for wctype... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcswidth... no
checking for external symbol _system_configuration... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for __fsetlocking... yes
checking for iswlower... no
checking for canonicalize_file_name... yes
checking for iswupper... no
checking for dup3... yes
checking for towlower... no
checking for getrlimit... yes
no
checking for towupper... checking for getrusage... no
checking for getsysinfo... yes
checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for psignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking for pstat_getdynamic... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sbrk... config.status: creating examples/Makefile
no
checking for spawnve... config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking for spawnvpe... config.status: executing default commands
yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-05 16:38 [binutils-gdb] x86: Remove x86 ISA properties with empty bits sergiodj+buildbot
@ 2018-07-05 16:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-05 16:51 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/2095>

Commit(s) tested:
	56ad703d56ffe5dc55d5e719a6ec41fd6cf9bfbe

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Remove x86 ISA properties with empty bits

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/56/56ad703d56ffe5dc55d5e719a6ec41fd6cf9bfbe/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
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... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether the C compiler works... configure: updating cache ./config.cache
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: creating ./config.status
yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... .exe
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking whether the C compiler works... checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
mkdir -p -- ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for style of include used by make... none needed
checking how to run the C preprocessor... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
x86_64-w64-mingw32-gcc -E
checking for sys/types.h... yes
checking for grep that handles long lines and -e... checking for sys/stat.h... gcc3
/usr/bin/grep
checking how to print strings... checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for string.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking for sys/types.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for sys/stat.h... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdlib.h... yes
checking whether the C compiler works... checking for strings.h... yes
ok
checking how to run the C preprocessor... checking for string.h... yes
yes
x86_64-w64-mingw32-gcc -E
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for inttypes.h... checking for memory.h... checking for ANSI C header files... yes
yes
checking for stdint.h... checking for strings.h... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... yes
checking for unistd.h... checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking minix/config.h usability... yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... yes
no
checking minix/config.h presence... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for unistd.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking minix/config.h usability... yes
checking whether make sets $(MAKE)... yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for msgfmt... no
checking minix/config.h presence... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
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 build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for inttypes.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking whether x86_64-w64-mingw32-gcc supports -W... none required
checking for an ANSI C-conforming const... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... inline
checking for off_t... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for dlfcn.h... x86_64-w64-mingw32-gcc -E
yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for objdir... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .libs
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working alloca.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
no
checking for alloca... checking for sys/types.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... (cached) yes
checking for sys/stat.h... checking for sys/param.h... yes
checking for inline... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
inline
checking whether byte ordering is bigendian... checking for stdlib.h... checking for getpagesize... yes
yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for string.h... yes
checking whether -lc should be explicitly linked in... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking dynamic linker characteristics... checking for sys/param.h... yes
checking for stdint.h... yes
yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for memory.h... checking for limits.h... yes
yes
checking for unsigned long long... yes
checking for stdlib.h... (cached) yes
checking for strings.h... checking for malloc.h... checking for stdlib.h... (cached) yes
yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for inttypes.h... checking for sys/param.h... checking for unistd.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for strings.h... (cached) yes
no
checking for ld used by GCC... checking for sys/time.h... yes
checking for getpagesize... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for time.h... checking for stdint.h... yes
checking for sys/resource.h... yes
checking for unistd.h... done
checking argz.h usability... yes
checking for working mmap... no
no
checking for sys/stat.h... (cached) yes
checking for memcpy... yes
checking ctype.h usability... checking for sys/mman.h... no
checking argz.h presence... yes
no
checking for argz.h... no
no
yes
checking ctype.h presence... checking limits.h usability... checking for fcntl.h... checking for strerror... yes
checking for ctype.h... yes
checking stddef.h usability... yes
yes
yes
checking stddef.h presence... checking for unistd.h... (cached) yes
checking for alloca.h... yes
checking limits.h presence... yes
checking for stddef.h... yes
no
checking for string.h... (cached) yes
checking stdio.h usability... configure: updating cache ./config.cache
yes
checking for limits.h... yes
checking for sys/pstat.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking locale.h usability... no
checking for sys/sysmp.h... no
yes
checking locale.h presence... yes
checking stdio.h presence... checking for sys/sysinfo.h... yes
checking for locale.h... yes
no
yes
checking for stdio.h... yes
checking for machine/hal_sysinfo.h... checking nl_types.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/table.h... no
checking nl_types.h presence... no
checking for sys/sysctl.h... yes
checking for uintptr_t... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking malloc.h presence... checking for stdio_ext.h... yes
checking for malloc.h... yes
yes
checking for int_least32_t... checking stddef.h usability... no
checking for process.h... yes
yes
checking stddef.h presence... checking for sys/prctl.h... yes
checking for int_fast32_t... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for sys/param.h... (cached) yes
yes
checking for uint64_t... yes
checking whether errno must be declared... checking for feof_unlocked... no
checking size of int... no
yes
checking what to include in gstdint.h... checking for fgets_unlocked... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... no
checking for getc_unlocked... yes
checking size of int... no
checking for getcwd... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... 4
checking size of size_t... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for setenv... 4
checking for ANSI C header files... (cached) yes
no
checking for setlocale... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... config.status: executing libtool commands
yes
checking for stpcpy... no
make[1]: Nothing to be done for 'all-target'.
configure: updating cache ./config.cache
no
mkdir -p -- ./readline
configure: creating ./config.status
checking for strcasecmp... Configuring in ./readline
yes
checking for strdup... yes
checking for strtoul... 8
checking for long long... yes
config.status: creating Makefile
checking for tsearch... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for __argz_count... yes
checking size of long long... configure: creating cache ./config.cache
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for __argz_stringify... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for __argz_next... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for __fsetlocking... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
8
checking for a 64-bit type... checking for GNU gettext in libintl... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
checking for intptr_t... checking for sys/types.h... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/stat.h... yes
checking for uintptr_t... yes
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdlib.h... yes
checking for string.h... yes
checking for ssize_t... yes
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
checking for memory.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strings.h... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for pid_t... yes
checking for inttypes.h... config.status: creating Makefile
yes
checking for stdint.h... yes
checking for library containing strerror... yes
config.status: creating config.intl
checking for unistd.h... config.status: creating config.h
none required
checking for asprintf... config.status: executing default-1 commands
yes
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
checking minix/config.h usability... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for atexit... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for basename... no
checking for working volatile... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bcmp... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 return type of signal handlers... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
no
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
void
checking for bcopy... checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for bsearch... yes
checking for ssize_t... yes
checking for bzero... config.status: creating config.h
config.status: config.h is unchanged
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for calloc... no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for library containing opendir... checking for clock... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
none required
checking for fcntl... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
no
checking for kill... checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for lstat... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for memmove... checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
yes
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for select... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for setenv... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for memchr... no
checking for setlocale... yes
yes
checking for strcasecmp... checking for memcmp... yes
yes
checking for memcpy... checking for strpbrk... yes
yes
checking for memmem... checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
yes
checking for isascii... checking for mempcpy... yes
yes
checking for isxdigit... checking for memset... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
no
checking for working strcoll... no
checking for rename... checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for rindex... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... 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 sigsetmask... checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... yes
checking for strchr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for strdup... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strncasecmp... no
checking termios.h presence... yes
checking for strndup... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for strnlen... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strstr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtol... yes
checking sys/file.h presence... 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... checking for strtoul... yes
64
checking for type of signal functions... checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for tmpnam... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... yes
not found
checking for struct dirent.d_ino... checking for vsnprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for waitpid... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for setproctitle... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
checking for towlower... no
checking for setrlimit... yes
checking for towupper... no
checking for sbrk... yes
checking for iswctype... no
checking for spawnve... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for spawnvpe... yes
checking for wctype_t in wctype.h... yes
checking for strerror... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... checking for strsignal... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for times... no
checking for wait3... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for wait4... config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-05 11:32 [binutils-gdb] Updated Russian, Bulgarian, and Brazilian Portuguese translations for various components of the binutuls sergiodj+buildbot
@ 2018-07-05 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-05 11:46 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/2093>

Commit(s) tested:
	d8dab05495df17d8c961be8913e7a1e152670382

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Updated Russian, Bulgarian, and Brazilian Portuguese translations for various components of the binutuls.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d8/d8dab05495df17d8c961be8913e7a1e152670382/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./zlib
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the C compiler works... configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... .exe
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for perl... perl
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking build system type... yes
o
checking whether we are using the GNU C compiler... checking whether make supports nested variables... yes
x86_64-pc-linux-gnu
checking host system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... checking whether the C compiler works... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mkdir -p -- ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... Configuring in ./libdecnumber
x86_64-w64-mingw32-gcc -E
.exe
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether we are cross compiling... yes
.exe
/usr/bin/grep -E
checking for ANSI C header files... checking for suffix of object files... checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... x86_64-w64-mingw32-gcc -E
yes
yes
checking for style of include used by make... GNU
checking for sys/stat.h... checking dependency style of x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdlib.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/types.h... yes
checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... 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
yes
checking whether the C compiler works... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for C compiler default output file name... a.exe
checking for stdlib.h... checking for suffix of executables... yes
checking for strings.h... yes
checking for string.h... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for inttypes.h... yes
ok
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for memory.h... checking for stdint.h... o
checking whether we are using the GNU C compiler... checking for ANSI C header files... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for unistd.h... checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
yes
checking for inttypes.h... checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking minix/config.h presence... checking for stdint.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether make sets $(MAKE)... yes
checking for string.h... checking minix/config.h usability... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
yes
yes
checking for msgmerge... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking minix/config.h presence... checking for memory.h... /usr/bin/msgmerge
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for strings.h... checking build system type... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... x86_64-pc-linux-gnu
checking host system type... 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 whether x86_64-w64-mingw32-gcc supports -Wcast-qual... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... 64
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking whether x86_64-w64-mingw32-gcc supports -W... none required
checking for an ANSI C-conforming const... checking for stdint.h... yes
checking how to run the C preprocessor... yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
inline
checking for off_t... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... /usr/bin/grep -E
checking for ANSI C header files... checking for dlfcn.h... yes
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for sys/types.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
no
checking for alloca... checking for sys/stat.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for stdlib.h... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... yes
checking for an ANSI C-conforming const... checking for string.h... yes
yes
checking for inline... checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
inline
checking whether byte ordering is bigendian... checking for memory.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for unsigned long long... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... checking for strings.h... yes
checking dynamic linker characteristics... yes
checking for sys/param.h... yes
checking for inttypes.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for inttypes.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... x86_64-w64-mingw32-gcc -E
checking for limits.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for stdlib.h... (cached) yes
no
checking for ld used by GCC... checking for stdlib.h... (cached) yes
checking for malloc.h... checking for stdint.h... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for string.h... (cached) yes
yes
checking for shared library run path origin... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for sys/time.h... yes
checking for getpagesize... done
checking for unistd.h... checking argz.h usability... yes
checking for time.h... yes
checking for working mmap... no
yes
yes
checking for memcpy... checking ctype.h usability... checking for sys/resource.h... no
checking argz.h presence... yes
no
yes
checking ctype.h presence... checking for sys/stat.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking for strerror... checking for sys/mman.h... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for fcntl.h... yes
checking limits.h presence... yes
yes
yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for alloca.h... checking locale.h usability... yes
checking for stddef.h... yes
no
configure: updating cache ./config.cache
checking for string.h... (cached) yes
checking for sys/pstat.h... checking stdio.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking locale.h presence... no
checking for sys/sysmp.h... yes
checking for locale.h... yes
yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking nl_types.h usability... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/sysinfo.h... no
checking nl_types.h presence... no
checking for machine/hal_sysinfo.h... no
checking for nl_types.h... no
yes
checking for uintptr_t... checking malloc.h usability... no
checking for sys/table.h... yes
checking malloc.h presence... no
checking for sys/sysctl.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for int_least32_t... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdio_ext.h... checking for sys/param.h... (cached) yes
no
checking for process.h... yes
checking for uint64_t... yes
checking for feof_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking for fgets_unlocked... checking for off_t... no
checking size of int... no
checking for getc_unlocked... yes
checking size of int... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... no
checking for putenv... 4
checking size of size_t... config.status: creating Makefile
yes
checking for setenv... config.status: executing depfiles commands
no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
yes
checking for stpcpy... checking build system type... config.status: executing libtool commands
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
checking for strdup... Configuring in ./readline
8
checking for long long... no
yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking size of long long... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
config.status: creating Makefile
no
checking for __argz_next... checking build system type... config.status: creating config.h
no
x86_64-pc-linux-gnu
checking host system type... checking for __fsetlocking... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: executing gstdint.h commands
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking whether the C compiler works... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
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... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for a 64-bit type... no
none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 GNU gettext in libintl... uint64_t
checking for intptr_t... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/grep -E
checking for ANSI C header files... yes
checking for uintptr_t... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/types.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 ssize_t... yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/stat.h... yes
yes
checking for pid_t... checking for stdlib.h... config.status: creating Makefile
yes
checking for string.h... config.status: creating config.intl
yes
yes
checking for library containing strerror... checking for memory.h... config.status: creating config.h
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: executing default-1 commands
none required
checking for asprintf... yes
checking for strings.h... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for atexit... yes
checking for stdint.h... yes
yes
checking for basename... checking for unistd.h... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking minix/config.h usability... checking for bcmp... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... no
checking for bcopy... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bsearch... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 bzero... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for calloc... no
checking for working volatile... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking return type of signal handlers... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for clock... void
checking for size_t... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for ffs... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for ssize_t... no
checking for getcwd... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for getpagesize... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
none required
checking for fcntl... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for kill... no
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for memchr... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for putenv... checking for memcmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
yes
checking for memset... checking for strpbrk... yes
checking for mkstemps... yes
checking for tcgetattr... no
checking for putenv... yes
checking for random... no
checking for vsnprintf... no
checking for rename... yes
checking for isascii... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
no
checking for getpwuid... checking for sigsetmask... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for stpncpy... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for strcasecmp... no
checking varargs.h presence... yes
checking for strchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strdup... yes
checking for strncasecmp... 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 strndup... checking limits.h usability... no
checking for strnlen... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strrchr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strstr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking for strtod... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for strtol... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoul... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtoll... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoull... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strverscmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
no
checking sys/select.h usability... checking for tmpnam... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vasprintf... yes
checking sys/file.h presence... 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... checking for vfprintf... 64
checking for type of signal functions... yes
checking for vprintf... yes
checking for vsnprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for vsprintf... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for waitpid... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for setproctitle... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking whether alloca needs Cray hooks... no
checking for FIONREAD in sys/ioctl.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for speed_t in sys/types.h... no
checking for fork... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for vfork... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for _doprnt... no
checking for sys_errlist... (cached) no
checking for tgetent in -ltermcap... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... no
checking for dup3... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrlimit... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrusage... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getsysinfo... yes
checking for mbscasecmp... no
checking for gettimeofday... (cached) yes
no
checking for mbscmp... checking for on_exit... no
checking for psignal... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for pstat_getdynamic... yes
checking for mbschr... no
checking for pstat_getstatic... no
checking for wcrtomb... no
checking for realpath... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... no
checking for sbrk... yes
checking for wcwidth... no
checking for spawnve... yes
checking for spawnvpe... no
checking for wctype... yes
checking for strerror... yes
yes
checking for wcswidth... checking for strsignal... no
checking for sysconf... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... no
checking for sysctl... yes
checking for iswupper... no
checking for sysmp... yes
checking for towlower... no
checking for table... yes
checking for towupper... no
checking for times... yes
checking for iswctype... no
checking for wait3... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for wait4... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking whether basename is declared... supported
no
configure: updating cache ./config.cache
checking whether ffs is declared... configure: creating ./config.status
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking whether getenv is declared... config.status: creating config.h
yes
config.status: executing default commands
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-05  1:05 [binutils-gdb] Error for mismatched powerpc ABI tags sergiodj+buildbot
@ 2018-07-05  2:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-05  2:29 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/2091>

Commit(s) tested:
	4a91d0ba307eb24eb87ad27f4ea8fcde823c3e61

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Error for mismatched powerpc ABI tags

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4a/4a91d0ba307eb24eb87ad27f4ea8fcde823c3e61/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./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... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
checking whether the C compiler works... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
.exe
checking whether make sets $(MAKE)... checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... none needed
x86_64-w64-mingw32-gcc -E
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
/usr/bin/sed
checking for autoheader... autoheader
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/grep -E
checking for ANSI C header files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... 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 whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
yes
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for sys/types.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... ok
checking how to run the C preprocessor... yes
checking for stdlib.h... checking for memory.h... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for string.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for memory.h... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
yes
checking for strings.h... x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking for unistd.h... yes
checking for stdlib.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for string.h... yes
yes
checking minix/config.h usability... checking for unistd.h... yes
checking for sys/stat.h... yes
checking for memory.h... no
checking minix/config.h presence... yes
checking minix/config.h usability... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... yes
checking for strings.h... no
checking minix/config.h presence... yes
no
yes
checking for minix/config.h... no
checking whether make sets $(MAKE)... checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking for inttypes.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... yes
yes
/usr/bin/msgmerge
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking for stdint.h... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strings.h... yes
64
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether x86_64-w64-mingw32-gcc supports -W... checking for unistd.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for dlfcn.h... none required
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inline... checking for stdint.h... no
checking for objdir... .libs
yes
inline
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking ctype.h usability... yes
checking for size_t... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for working alloca.h... no
checking for alloca... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for inline... checking for sys/param.h... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... yes
checking for stdio.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for getpagesize... 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... x86_64-w64-mingw32-gcc -E
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for sys/file.h... yes
checking for uintptr_t... checking for stdlib.h... (cached) yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for stdint.h... yes
yes
checking for int_least32_t... checking for sys/param.h... yes
checking for getpagesize... yes
yes
checking for unsigned long long... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for int_fast32_t... yes
yes
checking for inttypes.h... checking for working mmap... no
yes
checking for memcpy... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/time.h... yes
checking for uint64_t... yes
checking for strerror... no
checking for ld used by GCC... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking what to include in gstdint.h... checking for time.h... yes
checking for shared library run path origin... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
yes
checking for unistd.h... (cached) yes
checking for sys/resource.h... yes
checking for off_t... no
checking for sys/stat.h... (cached) yes
configure: updating cache ./config.cache
checking for sys/mman.h... done
checking that generated files are newer than configure... done
configure: creating ./config.status
checking argz.h usability... no
checking for fcntl.h... yes
checking for alloca.h... no
checking argz.h presence... no
checking for sys/pstat.h... yes
checking size of int... no
checking for argz.h... no
checking limits.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking limits.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking locale.h presence... no
checking for sys/systemcfg.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking malloc.h presence... no
checking whether time.h and sys/time.h may both be included... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking whether errno must be declared... yes
checking stddef.h presence... yes
checking for stddef.h... yes
4
checking size of long... checking for stdlib.h... (cached) yes
no
checking size of int... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for fgets_unlocked... config.status: creating Makefile
no
checking for getc_unlocked... config.status: executing depfiles commands
no
checking for getcwd... config.status: executing libtool commands
yes
checking for getegid... make[1]: Nothing to be done for 'all-target'.
4
checking for ANSI C header files... (cached) 4
yes
checking size of long... mkdir -p -- ./readline
Configuring in ./readline
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for geteuid... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for getgid... no
no
checking for getuid... configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for mempcpy... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... config.status: creating Makefile
yes
checking for munmap... config.status: creating config.h
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: executing gstdint.h commands
4
checking size of size_t... no
.exe
checking for putenv... checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for setenv... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for setlocale... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
yes
checking for stpcpy... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for strcasecmp... yes
checking for sys/types.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strdup... yes
checking for sys/stat.h... yes
yes
checking for strtoul... checking for stdlib.h... 8
checking for long long... yes
checking for string.h... yes
checking for tsearch... yes
checking for memory.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for __argz_count... yes
checking size of long long... yes
checking for strings.h... no
checking for __argz_stringify... yes
checking for inttypes.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_next... checking for stdint.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... no
checking for __fsetlocking... yes
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h usability... no
checking for iconv... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking whether included gettext is requested... checking for x86_64-w64-mingw32-ranlib... no
x86_64-w64-mingw32-ranlib
checking for GNU gettext in libc... checking for an ANSI C-conforming const... no
checking for GNU gettext in libintl... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for working volatile... 8
checking for a 64-bit type... configure: updating cache ./config.cache
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
yes
checking return type of signal handlers... uint64_t
checking for intptr_t... void
checking for size_t... config.status: creating Makefile
yes
checking for uintptr_t... config.status: creating config.intl
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... config.status: creating config.h
config.status: executing default-1 commands
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for dirent.h that defines DIR... yes
checking for pid_t... yes
checking for library containing opendir... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for library containing strerror... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
none required
checking for asprintf... checking for fcntl... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for kill... yes
x86_64-w64-mingw32-ranlib libz.a
checking for atexit... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for basename... no
checking for memmove... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for bcmp... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for putenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for bcopy... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for select... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setenv... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for setlocale... no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for strcasecmp... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
yes
checking for strpbrk... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
no
checking for getcwd... checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for vsnprintf... checking for getpagesize... yes
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for gettimeofday... checking for isascii... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
yes
checking for index... checking for isxdigit... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for insque... yes
checking for getpwent... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memchr... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for getpwuid... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for memcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for memmem... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memmove... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for mempcpy... 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 memset... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for mkstemps... checking locale.h usability... yes
checking locale.h presence... no
checking for putenv... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for random... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for rename... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for rindex... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for setenv... no
checking termio.h presence... no
checking for termio.h... no
no
checking sys/pte.h usability... checking for snprintf... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for sigsetmask... checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for stpcpy... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for stpncpy... no
checking for sys/select.h... no
checking sys/file.h usability... no
yes
checking sys/file.h presence... checking for strcasecmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strchr... 64
checking for type of signal functions... yes
checking for strdup... yes
checking for strncasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strndup... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for strnlen... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strrchr... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strstr... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtod... not found
checking for struct dirent.d_ino... yes
checking for strtol... yes
checking for struct dirent.d_fileno... yes
checking for strtoul... no
checking for tgetent... yes
checking for strtoll... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoull... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strverscmp... no
yes
checking wchar.h presence... checking for tmpnam... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vasprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vfprintf... yes
checking for mbscasecmp... yes
checking for vprintf... no
checking for mbscmp... yes
no
checking for mbsnrtowcs... checking for vsnprintf... no
checking for mbsrtowcs... yes
checking for vsprintf... yes
checking for mbschr... yes
checking for waitpid... no
checking for wcrtomb... no
checking for setproctitle... yes
checking for wcscoll... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcsdup... no
checking for fork... yes
checking for wcwidth... no
checking for vfork... no
checking for wctype... no
checking for _doprnt... yes
checking for wcswidth... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswlower... no
checking for canonicalize_file_name... yes
checking for iswupper... no
checking for dup3... yes
checking for towlower... no
checking for getrlimit... yes
checking for towupper... no
checking for getrusage... yes
checking for iswctype... no
checking for getsysinfo... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for psignal... yes
checking configuration for building shared libraries... no
checking for pstat_getdynamic... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getstatic... no
checking for realpath... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for setrlimit... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sbrk... config.status: creating config.h
config.status: executing default commands
no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-04 16:41 [binutils-gdb] Update NEWS post GDB 8.2 branch creation sergiodj+buildbot
@ 2018-07-04 20:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-04 20:02 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/2085>

Commit(s) tested:
	4e5b2f8961a385056922f45a5cbb02bbbad4a737

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Update NEWS post GDB 8.2 branch creation.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4e/4e5b2f8961a385056922f45a5cbb02bbbad4a737/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
.exe
checking whether we are cross compiling... yes
checking build system type... checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
x86_64-w64-mingw32-gcc -E
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for style of include used by make... checking for sys/types.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... gcc3
none needed
checking how to run the C preprocessor... checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for string.h... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for memory.h... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether the C compiler works... checking for sys/types.h... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for strings.h... yes
checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
ok
checking how to run the C preprocessor... yes
checking for stdlib.h... checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... yes
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inttypes.h... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
checking for stdint.h... yes
no
checking minix/config.h presence... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for unistd.h... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether make sets $(MAKE)... checking minix/config.h usability... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... /usr/bin/xgettext
no
checking minix/config.h presence... checking for msgmerge... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/msgmerge
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... checking build system type... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... x86_64-pc-linux-gnu
checking host system type... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-w64-mingw32-gcc -E
checking for strings.h... 64
checking for grep that handles long lines and -e... none required
checking for an ANSI C-conforming const... yes
/usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdint.h... inline
checking for off_t... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/types.h... yes
yes
checking for unistd.h... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for dlfcn.h... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for size_t... no
checking for objdir... .libs
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working alloca.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for strings.h... no
checking for alloca... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for sys/param.h... checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for an ANSI C-conforming const... yes
yes
checking for stdint.h... checking for getpagesize... yes
checking dynamic linker characteristics... yes
checking for inline... yes
inline
checking whether byte ordering is bigendian... yes
checking for working mmap... no
checking for unistd.h... checking whether we are using the GNU C Library 2.1 or newer... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for stdlib.h... (cached) yes
checking for stdint.h... checking ctype.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for unistd.h... (cached) yes
checking for sys/file.h... checking for sys/param.h... yes
yes
checking ctype.h presence... yes
checking for unsigned long long... checking for sys/param.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
yes
checking for limits.h... checking for getpagesize... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
yes
checking for inttypes.h... checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking for working mmap... no
checking for malloc.h... checking for memcpy... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for string.h... (cached) yes
yes
checking stdio.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for stdio.h... yes
yes
no
checking for ld used by GCC... checking for time.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for strerror... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/resource.h... yes
checking for uintptr_t... no
yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
done
checking for sys/mman.h... checking argz.h usability... no
checking for fcntl.h... configure: updating cache ./config.cache
yes
checking for int_least32_t... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking argz.h presence... no
checking for argz.h... no
checking for alloca.h... checking limits.h usability... no
yes
checking for int_fast32_t... checking for sys/pstat.h... yes
checking limits.h presence... no
checking for sys/sysmp.h... yes
checking for limits.h... yes
yes
checking for uint64_t... no
checking locale.h usability... checking for sys/sysinfo.h... no
yes
checking locale.h presence... checking for machine/hal_sysinfo.h... yes
checking for locale.h... yes
yes
checking what to include in gstdint.h... checking nl_types.h usability... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/table.h... yes
checking for off_t... no
checking nl_types.h presence... no
checking for sys/sysctl.h... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/systemcfg.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking size of int... checking for stdio_ext.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for process.h... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for sys/prctl.h... checking for sys/param.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for feof_unlocked... no
checking whether time.h and sys/time.h may both be included... no
yes
checking whether errno must be declared... checking for fgets_unlocked... no
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... config.status: creating Makefile
4
checking size of long... config.status: executing depfiles commands
no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for munmap... config.status: executing libtool commands
no
checking for putenv... make[1]: Nothing to be done for 'all-target'.
no
yes
mkdir -p -- ./readline
checking for setenv... configure: updating cache ./config.cache
Configuring in ./readline
configure: creating ./config.status
no
checking for setlocale... yes
4
checking size of size_t... checking for stpcpy... no
checking for strcasecmp... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
configure: creating cache ./config.cache
yes
checking build system type... checking for strdup... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... checking whether the C compiler works... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for tsearch... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for __argz_count... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 x86_64-w64-mingw32-gcc accepts -g... no
checking for __argz_stringify... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for __argz_next... none needed
checking how to run the C preprocessor... no
checking for __fsetlocking... x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking size of long long... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for iconv... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... no
checking for LC_MESSAGES... yes
checking for sys/stat.h... no
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... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for stdlib.h... checking for GNU gettext in libintl... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for string.h... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
configure: updating cache ./config.cache
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
yes
checking for memory.h... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... 8
checking for a 64-bit type... yes
uint64_t
checking for intptr_t... checking for inttypes.h... yes
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdint.h... yes
checking for unistd.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
config.status: creating Makefile
checking minix/config.h usability... config.status: creating config.intl
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking for ssize_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
config.status: creating config.h
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: executing default-1 commands
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for pid_t... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing strerror... no
checking for working volatile... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
void
none required
checking for asprintf... checking for size_t... yes
config.status: creating config.h
yes
checking for ssize_t... checking for atexit... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
yes
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
none required
checking for bcopy... checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
yes
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for putenv... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for ffs... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for select... no
checking for getcwd... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
no
checking for memmove... checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
no
checking for working strcoll... no
checking for mkstemps... checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for putenv... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for random... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for rindex... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for stpcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpncpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strnlen... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strrchr... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
checking for strtoll... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strtoull... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbsnrtowcs... no
checking for fork... no
no
checking for mbsrtowcs... checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
no
checking for sys_errlist... (cached) checking for wcrtomb... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrlimit... yes
no
checking for iswlower... checking for getrusage... yes
no
checking for getsysinfo... checking for iswupper... yes
checking for towlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towupper... no
checking for psignal... yes
checking for iswctype... no
checking for pstat_getdynamic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for pstat_getstatic... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for realpath... yes
checking configuration for building shared libraries... no
supported
checking for setrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking for strerror... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-04 18:44 [binutils-gdb] Bump version to 8.2.50.DATE-git sergiodj+buildbot
@ 2018-07-04 19:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-04 19:00 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/2084>

Commit(s) tested:
	538ccc4a222e8da14236fb5639ffe6b5ed1931a0

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump version to 8.2.50.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/53/538ccc4a222e8da14236fb5639ffe6b5ed1931a0/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
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... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for perl... perl
checking whether make supports nested variables... yes
checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... .exe
x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for style of include used by make... GNU
none needed
checking how to run the C preprocessor... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking for sys/stat.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for grep that handles long lines and -e... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdlib.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for string.h... yes
checking for sys/types.h... yes
checking for memory.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... 1572864
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/stat.h... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stdlib.h... checking for strings.h... yes
checking whether the C compiler works... checking for string.h... yes
checking for inttypes.h... ok
checking how to run the C preprocessor... yes
checking for memory.h... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
checking for stdint.h... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for ANSI C header files... checking for unistd.h... checking for strings.h... o
checking whether we are using the GNU C compiler... yes
checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for inttypes.h... no
checking minix/config.h presence... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for msgfmt... checking for unistd.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking minix/config.h usability... yes
checking build system type... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for string.h... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for an ANSI C-conforming const... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inline... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... inline
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for size_t... yes
yes
yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working alloca.h... checking for unistd.h... no
checking for alloca... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for dlfcn.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes
no
checking for objdir... checking for sys/param.h... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for sys/stat.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for working mmap... no
checking for stdlib.h... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for unsigned long long... checking for string.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for ld used by GCC... yes
checking for inline... checking for memory.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... inline
checking whether byte ordering is bigendian... yes
checking whether -lc should be explicitly linked in... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for strings.h... yes
checking for shared library run path origin... yes
checking dynamic linker characteristics... yes
checking for inttypes.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
done
no
checking for a BSD-compatible install... /usr/bin/install -c
checking argz.h usability... checking for sys/file.h... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for stdint.h... checking for sys/param.h... checking for sys/param.h... no
checking argz.h presence... yes
no
checking for argz.h... no
yes
checking limits.h usability... yes
checking for limits.h... checking for unistd.h... checking for getpagesize... yes
checking for stdlib.h... (cached) yes
yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for malloc.h... checking locale.h usability... checking ctype.h usability... yes
checking for working mmap... no
yes
checking for memcpy... yes
checking locale.h presence... checking for string.h... (cached) yes
yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking for locale.h... yes
checking stddef.h usability... checking nl_types.h usability... checking for unistd.h... (cached) yes
yes
yes
checking stddef.h presence... checking for strings.h... (cached) yes
checking for strerror... yes
checking for stddef.h... yes
checking for sys/time.h... no
checking nl_types.h presence... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for unistd.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking malloc.h presence... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for malloc.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... yes
yes
checking for uintptr_t... checking for time.h... no
yes
checking for getuid... checking for sys/resource.h... yes
checking for int_least32_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for fcntl.h... yes
checking for int_fast32_t... no
yes
checking for mempcpy... checking for alloca.h... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
yes
checking for uint64_t... checking for munmap... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking what to include in gstdint.h... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/sysctl.h... config.status: creating Makefile
no
checking for putenv... config.status: executing depfiles commands
no
yes
checking for off_t... checking for sys/systemcfg.h... yes
checking for setenv... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for setlocale... no
checking for process.h... yes
checking size of int... yes
config.status: executing libtool commands
checking for sys/prctl.h... yes
checking for stpcpy... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
no
checking size of int... mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... 4
checking size of long... yes
checking for __argz_count... 4
checking size of long... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking whether the C compiler works... no
checking for iconv... 4
yes
checking for C compiler default output file name... a.exe
checking for ANSI C header files... (cached) yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... .exe
checking whether we are cross compiling... yes
no
checking for bison... bison
checking version of bison... checking for suffix of object files... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-w64-mingw32
checking target system type... no
checking for GNU gettext in libintl... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of size_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating Makefile
yes
checking for sys/types.h... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
8
checking for long long... yes
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for stdlib.h... yes
rm -f plural.h
checking for string.h... config.status: creating config.h
config.status: config.h is unchanged
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking size of long long... checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for stdint.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking minix/config.h usability... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-gzlib.Tpo .deps/libz_a-gzlib.Po
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
8
checking for a 64-bit type... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
uint64_t
checking for intptr_t... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 working volatile... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking return type of signal handlers... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... yes
checking for ssize_t... 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
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for ssize_t... yes
checking for pid_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for library containing strerror... checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for asprintf... yes
none required
checking for fcntl... checking for atexit... yes
no
checking for basename... checking for kill... yes
checking for bcmp... no
checking for lstat... no
no
checking for bcopy... checking for memmove... no
checking for bsearch... yes
checking for putenv... yes
yes
checking for bzero... checking for select... no
checking for calloc... no
checking for setenv... yes
no
checking for clock... checking for setlocale... yes
yes
checking for ffs... checking for strcasecmp... yes
no
checking for getcwd... checking for strpbrk... yes
checking for getpagesize... yes
checking for tcgetattr... yes
checking for gettimeofday... no
checking for vsnprintf... yes
checking for index... yes
checking for isascii... no
checking for insque... yes
checking for isxdigit... no
checking for memchr... yes
checking for getpwent... yes
checking for memcmp... no
checking for getpwnam... yes
checking for memcpy... no
checking for getpwuid... yes
checking for memmem... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memmove... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mempcpy... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for memset... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for mkstemps... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for putenv... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for random... checking locale.h usability... yes
checking locale.h presence... no
checking for rename... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for rindex... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for setenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking termios.h usability... checking for snprintf... no
checking termios.h presence... yes
checking for sigsetmask... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for stpcpy... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpncpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strcasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strdup... yes
checking sys/file.h presence... 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... checking for strncasecmp... 64
checking for type of signal functions... yes
checking for strndup... no
checking for strnlen... yes
checking for strrchr... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strstr... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strtod... yes
checking whether signal handlers are of type void... yes
checking for strtol... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strtoul... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoll... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strtoull... no
checking for tgetent... yes
checking for strverscmp... no
checking for tgetent in -ltermcap... no
checking for tmpnam... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vasprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vfprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for vprintf... no
checking for mbscmp... yes
checking for vsnprintf... no
checking for mbsnrtowcs... yes
checking for vsprintf... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for waitpid... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for setproctitle... yes
checking for wcsdup... no
checking whether alloca needs Cray hooks... yes
checking for wcwidth... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wctype... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... yes
checking for iswlower... yes
checking for iswupper... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towlower... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for towupper... no
checking for canonicalize_file_name... yes
checking for iswctype... no
checking for dup3... yes
checking for nl_langinfo and CODESET... no
checking for getrlimit... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for getrusage... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for getsysinfo... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... no
config.status: creating Makefile
checking for pstat_getdynamic... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for pstat_getstatic... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for realpath... config.status: executing default commands
no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-03 20:49 [binutils-gdb] Remove ptid_equal sergiodj+buildbot
@ 2018-07-04  5:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-04  5:41 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/2076>

Commit(s) tested:
	d7e15655a40e9133a1cbf53ea071f82cd6745ac8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ptid_equal

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d7/d7e15655a40e9133a1cbf53ea071f82cd6745ac8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./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
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... perl
checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
x86_64-w64-mingw32
checking target system type... checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32
o
checking whether we are using the GNU C compiler... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking whether make supports nested variables... config.status: creating Makefile
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mkdir -p -- ./libdecnumber
.exe
Configuring in ./libdecnumber
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... /usr/bin/grep -E
checking for ANSI C header files... checking for string.h... yes
yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for memory.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for strings.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking whether the C compiler works... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for stdlib.h... 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 stdint.h... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... o
checking whether we are using the GNU C compiler... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for memory.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking minix/config.h usability... yes
ok
checking how to run the C preprocessor... checking for strings.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether make sets $(MAKE)... checking for ANSI C header files... checking for stdint.h... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking for unistd.h... /usr/bin/xgettext
yes
checking for msgmerge... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... /usr/bin/msgmerge
yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking build system type... checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... x86_64-pc-linux-gnu
checking host system type... checking for sys/stat.h... no
checking minix/config.h presence... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... none required
checking for an ANSI C-conforming const... yes
checking for inline... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... inline
checking for off_t... yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for memory.h... yes
checking how to run the C preprocessor... 64
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for size_t... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for working alloca.h... checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
no
checking for alloca... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
yes
checking for sys/types.h... checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
no
checking for objdir... yes
checking for sys/stat.h... .libs
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/param.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdlib.h... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for string.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stdint.h... yes
checking for memory.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for strings.h... yes
checking for inline... yes
yes
checking for inttypes.h... inline
checking whether byte ordering is bigendian... checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdint.h... no
checking for ld used by GCC... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking dynamic linker characteristics... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for unistd.h... yes
checking for shared library run path origin... checking for sys/param.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
done
yes
checking for limits.h... checking ctype.h usability... checking argz.h usability... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... yes
checking ctype.h presence... no
checking argz.h presence... checking for malloc.h... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for getpagesize... yes
checking limits.h presence... checking for string.h... (cached) yes
yes
checking stddef.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
yes
yes
checking for stddef.h... yes
checking locale.h usability... checking for working mmap... no
checking for memcpy... checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking locale.h presence... checking for sys/time.h... yes
checking for locale.h... yes
yes
checking stdio.h presence... yes
yes
yes
checking for stdio.h... yes
checking nl_types.h usability... checking for time.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for strerror... no
checking nl_types.h presence... yes
checking for sys/resource.h... yes
checking for uintptr_t... no
no
checking for nl_types.h... no
checking for sys/stat.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for sys/mman.h... yes
checking stddef.h usability... checking for unistd.h... (cached) yes
no
checking for fcntl.h... yes
yes
checking for int_least32_t... checking for alloca.h... yes
checking stddef.h presence... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for stddef.h... yes
no
checking for sys/pstat.h... checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for sys/sysmp.h... checking for unistd.h... (cached) yes
no
checking for sys/sysinfo.h... checking for sys/param.h... (cached) yes
no
checking for machine/hal_sysinfo.h... checking for feof_unlocked... no
checking for sys/table.h... yes
checking for uint64_t... no
checking for fgets_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for getc_unlocked... no
yes
checking for off_t... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for process.h... checking for getcwd... yes
yes
checking for getegid... checking for sys/prctl.h... yes
checking size of int... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... yes
checking whether errno must be declared... no
checking size of int... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for strcasecmp... yes
4
checking for strdup... checking for ANSI C header files... (cached) yes
config.status: executing libtool commands
checking build system type... 4
checking size of long... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... no
yes
checking for __argz_count... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_stringify... no
checking for __argz_next... 4
checking size of size_t... no
checking for __fsetlocking... no
checking for iconv... config.status: creating Makefile
configure: creating cache ./config.cache
config.status: creating config.h
checking build system type... config.status: executing gstdint.h commands
x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no
checking for LC_MESSAGES... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
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... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
o
checking whether we are using the GNU C compiler... checking for GNU gettext in libintl... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking size of long long... configure: updating cache ./config.cache
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-gzread.Tpo .deps/libz_a-gzread.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/types.h... config.status: creating Makefile
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/stat.h... yes
checking for stdlib.h... yes
config.status: creating config.intl
checking for string.h... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.h
yes
checking for memory.h... config.status: executing default-1 commands
yes
checking for strings.h... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inffast.Tpo .deps/libz_a-inffast.Po
checking for inttypes.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
uint64_t
checking for intptr_t... checking for stdint.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... yes
checking for uintptr_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking for ssize_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for pid_t... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-ranlib libz.a
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for library containing strerror... no
checking for working volatile... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
none required
void
checking for size_t... checking for asprintf... config.status: creating config.h
config.status: config.h is unchanged
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for atexit... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for basename... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
rm -f libdecnumber.a
no
checking for dirent.h that defines DIR... checking for bcmp... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for library containing opendir... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
no
checking for lstat... checking for bzero... no
no
checking for calloc... checking for memmove... yes
checking for putenv... yes
checking for clock... yes
checking for select... yes
checking for ffs... no
checking for getcwd... no
checking for setenv... yes
checking for getpagesize... no
checking for setlocale... yes
checking for gettimeofday... yes
checking for strcasecmp... yes
checking for index... yes
checking for strpbrk... no
checking for insque... yes
no
checking for memchr... checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
yes
checking for isascii... checking for memcpy... yes
checking for isxdigit... yes
yes
checking for getpwent... checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for memset... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mkstemps... no
checking varargs.h presence... no
checking for putenv... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for random... no
checking for rename... yes
checking stdarg.h presence... yes
checking for rindex... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking limits.h usability... checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for snprintf... checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for sigsetmask... no
checking pwd.h presence... no
checking for stpcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for stpncpy... checking termios.h usability... no
no
checking termios.h presence... checking for strcasecmp... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for strrchr... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strstr... checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strtoul... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for strtoll... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for tmpnam... not found
checking for struct dirent.d_ino... yes
checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vsnprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for waitpid... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbscmp... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
yes
checking for gettimeofday... (cached) yes
checking for iswupper... checking for on_exit... no
yes
checking for psignal... checking for towlower... yes
no
checking for towupper... checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for realpath... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for setrlimit... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for sbrk... configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
yes
checking for strsignal... config.status: creating doc/Makefile
no
checking for sysconf... config.status: creating examples/Makefile
no
checking for sysctl... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for sysmp... config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-03 20:35 [binutils-gdb] Remove ptid_match sergiodj+buildbot
@ 2018-07-04  4:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-04  4:38 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/2075>

Commit(s) tested:
	26a57c9256d7ec2b4da2f1d85a9fba830948dbd9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ptid_match

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/26/26a57c9256d7ec2b4da2f1d85a9fba830948dbd9/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking whether make supports nested variables... checking for perl... perl
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating Makefile
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mkdir -p -- ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... Configuring in ./libdecnumber
none needed
checking how to run the C preprocessor... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for sys/types.h... yes
checking for stdlib.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... checking for sys/stat.h... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for string.h... checking for stdlib.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... checking for string.h... yes
checking whether the C compiler works... checking for memory.h... ok
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
x86_64-w64-mingw32-gcc -E
yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for strings.h... checking for strings.h... yes
o
checking whether we are using the GNU C compiler... yes
checking for ANSI C header files... checking for inttypes.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdint.h... checking for stdint.h... yes
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for unistd.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking minix/config.h usability... checking minix/config.h usability... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking minix/config.h presence... no
checking minix/config.h presence... yes
checking for string.h... no
checking for minix/config.h... no
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether make sets $(MAKE)... yes
checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for inttypes.h... checking for xgettext... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... /usr/bin/xgettext
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for msgmerge... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/msgmerge
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking build system type... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... checking for stdint.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... yes
x86_64-w64-mingw32-gcc -E
none required
checking for an ANSI C-conforming const... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for dlfcn.h... yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for objdir... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .libs
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... inline
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/types.h... yes
checking for size_t... yes
checking for sys/stat.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stdlib.h... yes
checking for working alloca.h... yes
yes
checking for an ANSI C-conforming const... checking for string.h... yes
checking for memory.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for alloca... yes
checking for inline... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
inline
checking whether byte ordering is bigendian... checking for strings.h... yes
yes
checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for inttypes.h... checking for unistd.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... checking for sys/param.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for stdint.h... yes
checking for getpagesize... yes
checking dynamic linker characteristics... yes
checking for sys/file.h... yes
checking for unistd.h... checking for sys/param.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking for limits.h... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking ctype.h usability... yes
yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... yes
checking for unsigned long long... yes
checking ctype.h presence... checking for string.h... (cached) yes
yes
checking for ctype.h... yes
checking stddef.h usability... checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking for inttypes.h... checking for strings.h... (cached) yes
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/time.h... yes
checking for time.h... checking for string.h... (cached) yes
checking stdio.h usability... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for working mmap... no
yes
no
checking for ld used by GCC... checking for memcpy... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
done
yes
checking stdio.h presence... checking for sys/mman.h... yes
checking argz.h usability... yes
checking for stdio.h... yes
checking for strerror... no
checking for fcntl.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... yes
yes
checking for unistd.h... (cached) yes
checking for alloca.h... no
checking for argz.h... no
yes
checking for uintptr_t... checking limits.h usability... no
checking for sys/pstat.h... configure: updating cache ./config.cache
yes
checking limits.h presence... no
checking for sys/sysmp.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for int_least32_t... yes
checking for limits.h... yes
no
checking for sys/sysinfo.h... checking locale.h usability... no
checking for machine/hal_sysinfo.h... yes
checking for int_fast32_t... no
checking for sys/table.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking for sys/sysctl.h... checking nl_types.h usability... yes
checking for uint64_t... no
checking for sys/systemcfg.h... no
checking nl_types.h presence... no
checking for stdint.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdio_ext.h... yes
checking for off_t... yes
checking malloc.h presence... no
checking for process.h... yes
yes
checking for malloc.h... yes
checking for sys/prctl.h... checking stddef.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking stddef.h presence... yes
checking size of int... yes
checking for stddef.h... yes
no
checking whether time.h and sys/time.h may both be included... checking for stdlib.h... (cached) yes
yes
checking whether errno must be declared... checking for string.h... (cached) yes
no
checking size of int... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
4
checking size of long... checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... 4
checking size of size_t... 4
checking for ANSI C header files... (cached) yes
yes
checking for setenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... x86_64-w64-mingw32
checking target system type... yes
checking for stpcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... config.status: creating Makefile
no
config.status: executing depfiles commands
checking for strcasecmp... no
yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
config.status: executing libtool commands
checking for strtoul... yes
make[1]: Nothing to be done for 'all-target'.
checking for tsearch... mkdir -p -- ./readline
Configuring in ./readline
config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... no
8
checking for __argz_next... checking for long long... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... yes
checking size of long long... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
no
checking for iconv... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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, consider installing GNU libiconv
checking for nl_langinfo and CODESET... configure: creating cache ./config.cache
checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
no
checking for bison... bison
checking version of bison... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
checking for GNU gettext in libintl... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 config.intl
8
yes
checking for a 64-bit type... checking whether x86_64-w64-mingw32-gcc accepts -g... uint64_t
checking for intptr_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.h
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... yes
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... yes
checking for pid_t... yes
checking for sys/stat.h... yes
yes
checking for library containing strerror... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
checking for stdlib.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-uncompr.Tpo .deps/libz_a-uncompr.Po
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-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 string.h... yes
checking for atexit... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for memory.h... checking for basename... yes
config.status: creating config.h
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for strings.h... yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for bcmp... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
checking for inttypes.h... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for bcopy... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for bsearch... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for bzero... checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for working volatile... yes
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
void
checking for size_t... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getcwd... yes
checking for ssize_t... yes
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for gettimeofday... no
checking for dirent.h that defines DIR... yes
yes
checking for library containing opendir... checking for index... no
checking for insque... none required
no
checking for fcntl... checking for memchr... no
yes
checking for kill... checking for memcmp... no
checking for lstat... yes
checking for memcpy... no
checking for memmove... yes
checking for memmem... yes
checking for putenv... no
checking for memmove... yes
yes
checking for select... checking for mempcpy... yes
no
checking for setenv... checking for memset... no
checking for setlocale... yes
checking for mkstemps... yes
checking for strcasecmp... yes
no
checking for putenv... checking for strpbrk... yes
checking for random... yes
checking for tcgetattr... no
checking for rename... no
checking for vsnprintf... yes
checking for rindex... yes
checking for isascii... no
yes
checking for setenv... checking for isxdigit... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
no
checking for getpwuid... checking for sigsetmask... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
yes
checking for fcntl.h... yes
checking for stpcpy... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpncpy... no
checking for strcasecmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strchr... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strdup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strncasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strndup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
yes
checking termcap.h presence... checking for strrchr... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strstr... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strtod... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strtol... checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtoul... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoll... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoull... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strverscmp... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... yes
checking for vfprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
checking for vsnprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vsprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for waitpid... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setproctitle... not found
checking for struct dirent.d_ino... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for struct dirent.d_fileno... no
checking for fork... no
checking for tgetent... no
checking for vfork... no
checking for tgetent in -ltermcap... no
checking for _doprnt... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for external symbol _system_configuration... yes
checking wchar.h presence... no
checking for __fsetlocking... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for canonicalize_file_name... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for dup3... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
yes
checking for mbschr... checking for on_exit... no
no
checking for wcrtomb... checking for psignal... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
checking for iswlower... yes
checking for spawnvpe... yes
checking for iswupper... yes
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
no
checking for towupper... checking for sysconf... no
checking for sysctl... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for table... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for times... supported
configure: updating cache ./config.cache
no
checking for wait3... configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
config.status: creating Makefile
checking whether asprintf is declared... config.status: creating doc/Makefile
yes
checking whether vasprintf is declared... config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking whether snprintf is declared... yes
config.status: creating config.h
checking whether vsnprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-03 20:09 [binutils-gdb] Remove ptid_lwp_p sergiodj+buildbot
@ 2018-07-04  2:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-04  2:25 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/2073>

Commit(s) tested:
	15a9e13e521ec3acb4bd3616f349b9d19780cd48

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ptid_lwp_p

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/15/15a9e13e521ec3acb4bd3616f349b9d19780cd48/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./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
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
configure: updating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... configure: creating ./config.status
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether make supports nested variables... yes
checking for perl... perl
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking whether the C compiler works... checking for suffix of executables... mkdir -p -- ./libdecnumber
none needed
checking how to run the C preprocessor... Configuring in ./libdecnumber
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
gcc3
checking how to print strings... checking for string.h... checking whether the C compiler works... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for sys/types.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
.exe
checking whether we are cross compiling... yes
checking for strings.h... checking for suffix of object files... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/stat.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdint.h... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for unistd.h... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
ok
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking minix/config.h usability... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... yes
checking for inttypes.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for sys/types.h... checking for unistd.h... checking for xgettext... /usr/bin/xgettext
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for sys/stat.h... checking for msgmerge... /usr/bin/msgmerge
yes
yes
yes
checking minix/config.h usability... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking build system type... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... 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 whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for memory.h... yes
checking for inline... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking how to run the C preprocessor... yes
inline
checking for off_t... yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
yes
checking for size_t... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for working alloca.h... checking for unistd.h... checking for stdlib.h... no
checking for alloca... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for dlfcn.h... checking for string.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... (cached) yes
yes
no
checking for objdir... checking for memory.h... checking for sys/param.h... .libs
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for getpagesize... checking for strings.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for inttypes.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for an ANSI C-conforming const... yes
checking for stdint.h... yes
checking for stdint.h... yes
checking for inline... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... inline
yes
checking whether byte ordering is bigendian... checking for unsigned long long... yes
checking for unistd.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for inttypes.h... yes
yes
checking dynamic linker characteristics... checking ctype.h usability... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking whether the inttypes.h PRIxNN macros are broken... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/file.h... yes
checking ctype.h presence... yes
no
checking for ld used by GCC... checking for sys/param.h... yes
checking for ctype.h... yes
yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... checking for limits.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... checking for malloc.h... yes
checking for string.h... (cached) yes
yes
checking for stddef.h... yes
done
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking argz.h usability... checking for strings.h... (cached) yes
checking stdio.h usability... checking for sys/time.h... yes
no
checking argz.h presence... checking for time.h... yes
checking for working mmap... no
checking for memcpy... yes
no
checking for argz.h... no
yes
checking stdio.h presence... checking limits.h usability... checking for sys/resource.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking limits.h presence... yes
no
checking for sys/stat.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/mman.h... checking for strerror... checking locale.h usability... no
checking for fcntl.h... yes
yes
checking for uintptr_t... checking for alloca.h... yes
yes
checking locale.h presence... yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking nl_types.h usability... no
checking for sys/pstat.h... yes
checking for int_least32_t... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/sysmp.h... no
checking nl_types.h presence... no
checking for sys/sysinfo.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for int_fast32_t... no
checking for machine/hal_sysinfo.h... no
yes
checking malloc.h presence... checking for sys/table.h... yes
checking for malloc.h... yes
yes
checking for uint64_t... no
checking stddef.h usability... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking stddef.h presence... no
checking for stdint.h... (cached) yes
yes
checking for stddef.h... yes
checking for stdio_ext.h... checking for stdlib.h... (cached) yes
yes
checking for off_t... checking for string.h... (cached) yes
no
checking for process.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
yes
checking size of int... checking for fgets_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... 4
checking size of long... 4
no
checking size of long... checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... config.status: creating Makefile
no
checking for putenv... config.status: executing depfiles commands
4
checking for ANSI C header files... (cached) yes
yes
checking for setenv... checking build system type... 4
checking size of size_t... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... config.status: executing libtool commands
yes
make[1]: Nothing to be done for 'all-target'.
no
checking for stpcpy... mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... config.status: creating Makefile
yes
config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
yes
checking for tsearch... 8
checking for long long... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __argz_count... yes
checking size of long long... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating cache ./config.cache
no
checking for __argz_stringify... checking build system type... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking whether the C compiler works... no
checking for iconv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 LC_MESSAGES... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
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... 8
checking for a 64-bit type... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for GNU gettext in libintl... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for uintptr_t... configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... yes
checking for ssize_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for pid_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for string.h... config.status: creating Makefile
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for memory.h... yes
checking for library containing strerror... yes
checking for strings.h... config.status: creating config.intl
config.status: creating config.h
none required
checking for asprintf... yes
config.status: executing default-1 commands
checking for inttypes.h... yes
checking for atexit... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdint.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for basename... checking for unistd.h... yes
checking minix/config.h usability... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bcmp... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for bcopy... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for function prototypes... yes
checking whether char is unsigned... no
no
checking for working volatile... checking for bsearch... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
void
checking for bzero... checking for size_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for calloc... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for clock... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
config.status: creating config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^checking for ffs... ^^^^^
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for library containing opendir... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
none required
checking for fcntl... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for kill... checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for lstat... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for insque... no
checking for memmove... no
checking for memchr... yes
checking for putenv... yes
checking for memcmp... yes
checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... yes
checking for isascii... yes
checking for random... yes
checking for isxdigit... no
checking for rename... yes
checking for getpwent... yes
checking for rindex... no
checking for getpwnam... no
checking for setenv... no
checking for getpwuid... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for sigsetmask... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stpcpy... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
no
checking varargs.h presence... checking for stpncpy... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strcasecmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strchr... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strdup... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strncasecmp... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strndup... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for strnlen... checking termios.h usability... no
checking termios.h presence... yes
checking for strrchr... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strstr... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtol... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoul... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoll... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtoull... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for vprintf... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for vsnprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for waitpid... not found
checking for struct dirent.d_ino... no
checking for setproctitle... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for tgetent in -ltermcap... no
checking for vfork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for _doprnt... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sys_errlist... (cached) yes
yes
checking wchar.h presence... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
checking langinfo.h presence... no
checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for canonicalize_file_name... no
checking for mbscmp... no
checking for dup3... no
checking for mbsnrtowcs... no
checking for getrlimit... no
checking for mbsrtowcs... no
checking for getrusage... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcscoll... no
checking for psignal... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for pstat_getdynamic... no
checking for wctype... no
checking for pstat_getstatic... yes
checking for wcswidth... no
checking for realpath... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setrlimit... yes
checking for iswlower... no
checking for sbrk... yes
checking for iswupper... no
checking for spawnve... yes
checking for towlower... yes
checking for spawnvpe... yes
checking for towupper... yes
checking for strerror... yes
checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysconf... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysctl... yes
checking configuration for building shared libraries... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... config.status: creating Makefile
no
checking for wait3... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait4... config.status: creating shlib/Makefile
no
checking whether basename is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-02 23:22 [binutils-gdb] GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' sergiodj+buildbot
@ 2018-07-02 23:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-02 23:27 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/2055>

Commit(s) tested:
	471b9d15076fffb738f1bc6fcea41d0dcb59c947

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/47/471b9d15076fffb738f1bc6fcea41d0dcb59c947/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for perl... perl
checking whether make supports nested variables... .exe
checking build system type... yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... config.status: creating Makefile
none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for suffix of executables... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for sys/stat.h... checking for sys/types.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for sys/stat.h... checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stdlib.h... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for string.h... yes
checking for string.h... 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 whether the C compiler works... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for memory.h... checking for memory.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
yes
checking for strings.h... checking for strings.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... ok
checking how to run the C preprocessor... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for inttypes.h... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for unistd.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... yes
yes
checking minix/config.h usability... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking minix/config.h presence... yes
checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
64
checking for msgfmt... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking whether x86_64-w64-mingw32-gcc supports -W... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for memory.h... checking for xgettext... yes
yes
/usr/bin/xgettext
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for msgmerge... /usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for strings.h... yes
checking build system type... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... yes
yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for grep that handles long lines and -e... none required
checking for an ANSI C-conforming const... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inline... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... inline
checking for off_t... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for dlfcn.h... yes
checking for sys/stat.h... no
checking for objdir... yes
checking for size_t... .libs
yes
checking for stdlib.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for working alloca.h... checking for string.h... inline
checking whether byte ordering is bigendian... yes
no
checking for alloca... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for memory.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for strings.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/param.h... checking for sys/file.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for getpagesize... yes
yes
yes
checking dynamic linker characteristics... checking for sys/param.h... checking for inttypes.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for limits.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... 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... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for sys/time.h... checking for stdint.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
yes
checking for unsigned long long... checking for sys/param.h... checking for unistd.h... yes
yes
checking for time.h... checking for getpagesize... yes
checking for inttypes.h... yes
yes
checking for sys/resource.h... checking ctype.h usability... yes
checking for working mmap... no
yes
checking for memcpy... checking whether the inttypes.h PRIxNN macros are broken... no
checking for sys/stat.h... (cached) yes
yes
checking ctype.h presence... no
checking for ld used by GCC... checking for sys/mman.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
no
checking for fcntl.h... checking for strerror... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking stddef.h presence... checking for alloca.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
no
done
checking for sys/pstat.h... checking argz.h usability... checking for unistd.h... (cached) yes
checking stdio.h usability... no
checking for sys/sysmp.h... no
no
checking argz.h presence... configure: updating cache ./config.cache
checking for sys/sysinfo.h... checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for argz.h... no
yes
checking stdio.h presence... checking limits.h usability... no
checking for machine/hal_sysinfo.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/table.h... yes
checking limits.h presence... no
checking for sys/sysctl.h... yes
checking for limits.h... yes
checking locale.h usability... no
checking for sys/systemcfg.h... yes
checking for uintptr_t... yes
checking locale.h presence... no
checking for stdint.h... (cached) yes
yes
checking for locale.h... yes
checking for stdio_ext.h... checking nl_types.h usability... yes
checking for int_least32_t... no
checking for process.h... no
checking nl_types.h presence... yes
yes
checking for int_fast32_t... no
checking for nl_types.h... no
checking for sys/prctl.h... checking malloc.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking malloc.h presence... no
checking whether time.h and sys/time.h may both be included... yes
checking for uint64_t... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking whether errno must be declared... yes
checking what to include in gstdint.h... no
checking size of int... yes
checking stddef.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for off_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking size of int... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... yes
checking for getegid... no
checking for geteuid... 4
checking size of long... no
checking for getgid... config.status: creating Makefile
no
config.status: executing depfiles commands
checking for getuid... no
checking for mempcpy... 4
checking size of size_t... config.status: executing libtool commands
yes
checking for munmap... 4
make[1]: Nothing to be done for 'all-target'.
checking for ANSI C header files... (cached) yes
mkdir -p -- ./readline
checking build system type... Configuring in ./readline
x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... no
checking for setlocale... no
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for stpcpy... 8
checking for long long... no
checking for strcasecmp... yes
checking size of long long... yes
checking for strdup... configure: creating cache ./config.cache
checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating config.h
checking for strtoul... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: executing gstdint.h commands
yes
checking whether the C compiler works... checking for tsearch... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for C compiler default output file name... a.exe
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for suffix of executables... yes
checking for __argz_count... .exe
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for __argz_stringify... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for __argz_next... 8
checking for a 64-bit type... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... uint64_t
checking for intptr_t... no
checking for __fsetlocking... x86_64-w64-mingw32-gcc -E
no
checking for iconv... checking for grep that handles long lines and -e... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
checking for uintptr_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... no
checking for LC_MESSAGES... yes
checking for ssize_t... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
no
checking for bison... bison
checking version of bison... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
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 sys/stat.h... no
checking for GNU gettext in libintl... yes
checking for stdlib.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for string.h... configure: updating cache ./config.cache
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
yes
checking for pid_t... yes
checking for memory.h... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strings.h... yes
checking for library containing strerror... yes
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
checking for inttypes.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... config.status: creating Makefile
yes
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 stdint.h... config.status: creating config.intl
yes
config.status: creating config.h
checking for atexit... config.status: executing default-1 commands
yes
checking for unistd.h... yes
checking for basename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for bcmp... checking minix/config.h usability... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 bcopy... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
no
checking minix/config.h presence... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for bsearch... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
checking for bzero... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
no
rm -f libz.a
x86_64-w64-mingw32-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 calloc... x86_64-w64-mingw32-ranlib libz.a
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for clock... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for ffs... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for getcwd... no
checking for working volatile... yes
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for getpagesize... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for ssize_t... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for memchr... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for memcmp... checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memmem... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for lstat... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memmove... no
checking for memmove... yes
checking for mempcpy... yes
yes
checking for putenv... checking for memset... yes
checking for select... yes
no
checking for setenv... checking for mkstemps... no
checking for putenv... no
checking for setlocale... yes
checking for random... yes
checking for strcasecmp... no
checking for rename... yes
checking for strpbrk... yes
checking for rindex... yes
checking for tcgetattr... no
checking for setenv... no
checking for vsnprintf... no
yes
checking for snprintf... checking for isascii... yes
checking for sigsetmask... yes
checking for isxdigit... no
checking for stpcpy... yes
checking for getpwent... no
checking for stpncpy... no
checking for getpwnam... no
checking for strcasecmp... no
checking for getpwuid... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for strchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for strdup... checking varargs.h usability... yes
checking for strncasecmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strndup... yes
checking stdarg.h presence... no
checking for strnlen... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for strrchr... checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strstr... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strtod... yes
no
checking pwd.h presence... checking for strtol... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strtoul... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strtoll... yes
no
checking termios.h presence... checking for strtoull... no
checking for termios.h... no
checking termio.h usability... yes
checking for strverscmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for tmpnam... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for vasprintf... checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for vfprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for vprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 vsnprintf... 64
checking for type of signal functions... yes
checking for vsprintf... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for setproctitle... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for sig_atomic_t in signal.h... no
checking for fork... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for vfork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for _doprnt... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for sys_errlist... (cached) yes
not found
checking for struct dirent.d_ino... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for tgetent in -ltermcap... no
checking for canonicalize_file_name... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for dup3... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrlimit... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrusage... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for pstat_getdynamic... no
checking for wcrtomb... no
checking for pstat_getstatic... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for realpath... yes
checking for wcwidth... no
checking for setrlimit... no
checking for wctype... no
checking for sbrk... yes
checking for wcswidth... no
checking for spawnve... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for spawnvpe... yes
checking for iswlower... yes
checking for strerror... yes
checking for iswupper... yes
checking for strsignal... yes
checking for towlower... no
checking for sysconf... yes
checking for towupper... no
checking for sysctl... no
checking for sysmp... yes
checking for iswctype... no
checking for table... no
checking for times... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for wait3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for wait4... yes
checking configuration for building shared libraries... no
checking whether basename is declared... no
checking whether ffs is declared... no
supported
checking whether asprintf is declared... configure: updating cache ./config.cache
yes
configure: creating ./config.status
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... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether getopt is declared... yes
checking whether malloc is declared... yes
config.status: creating examples/Makefile
checking whether realloc is declared... yes
checking whether sbrk is declared... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-07-02 14:43 [binutils-gdb] Allow BFD to recognize macOS universal libraries sergiodj+buildbot
@ 2018-07-02 16:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-07-02 16:26 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/2053>

Commit(s) tested:
	eac61af65bcd24a48633da375527eb3f36ab47ed

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allow BFD to recognize macOS universal libraries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ea/eac61af65bcd24a48633da375527eb3f36ab47ed/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for perl... perl
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether the C compiler works... gcc3
checking for stdlib.h... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
checking how to run the C preprocessor... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... .exe
checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking for string.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... o
checking whether we are using the GNU C compiler... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strings.h... yes
ok
checking for sys/types.h... checking how to run the C preprocessor... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/stat.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for ANSI C header files... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for string.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for stdlib.h... yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... yes
checking for inttypes.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for string.h... checking for stdint.h... yes
checking whether make sets $(MAKE)... yes
checking for memory.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for msgfmt... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
yes
checking for msgmerge... checking how to run the C preprocessor... /usr/bin/msgmerge
yes
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
checking for strings.h... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking minix/config.h usability... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for library containing strerror... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... no
checking minix/config.h presence... none required
checking for an ANSI C-conforming const... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inline... inline
checking for off_t... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for stdint.h... yes
checking for sys/types.h... yes
checking for size_t... yes
64
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for dlfcn.h... yes
checking for stdlib.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for alloca... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for memory.h... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for strings.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for inttypes.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdint.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for stdint.h... yes
checking dynamic linker characteristics... checking for unistd.h... yes
checking for an ANSI C-conforming const... yes
checking for unsigned long long... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for inline... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking for inttypes.h... inline
checking whether byte ordering is bigendian... checking for sys/param.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking stddef.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for getpagesize... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
no
checking for ld used by GCC... checking for working mmap... no
yes
checking stddef.h presence... checking for memcpy... checking for sys/param.h... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for limits.h... checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for stdlib.h... (cached) yes
checking for malloc.h... checking for strerror... done
yes
yes
checking stdio.h presence... checking argz.h usability... checking for string.h... (cached) yes
yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking argz.h presence... checking for sys/time.h... no
checking for argz.h... no
checking limits.h usability... configure: updating cache ./config.cache
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for time.h... yes
checking limits.h presence... yes
yes
checking for uintptr_t... checking for sys/resource.h... yes
checking for limits.h... yes
no
checking locale.h usability... checking for sys/stat.h... (cached) yes
yes
checking for int_least32_t... checking for sys/mman.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking nl_types.h usability... checking for fcntl.h... yes
checking for alloca.h... no
checking nl_types.h presence... no
yes
checking for int_fast32_t... checking for sys/pstat.h... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking malloc.h presence... yes
checking for uint64_t... yes
checking for malloc.h... yes
no
checking for machine/hal_sysinfo.h... checking stddef.h usability... no
checking for sys/table.h... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
no
checking for sys/systemcfg.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for off_t... no
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdio_ext.h... checking for feof_unlocked... no
checking for process.h... yes
no
checking for sys/prctl.h... checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for getc_unlocked... yes
checking whether errno must be declared... yes
checking size of int... no
checking size of int... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
config.status: creating Makefile
checking for getgid... 4
checking size of long... config.status: executing depfiles commands
4
checking size of long... no
checking for getuid... config.status: executing libtool commands
no
checking for mempcpy... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
checking for munmap... Configuring in ./readline
no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for setenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of size_t... no
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for setlocale... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for stpcpy... no
checking for strcasecmp... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... config.status: creating Makefile
yes
checking for strdup... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating config.h
config.status: executing gstdint.h commands
yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for strtoul... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for tsearch... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
8
checking for __argz_count... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for long long... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
no
checking for __argz_stringify... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for __argz_next... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 size of long long... no
checking for __fsetlocking... yes
checking for sys/types.h... yes
no
checking for iconv... checking for sys/stat.h... yes
checking for stdlib.h... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for string.h... no
checking for LC_MESSAGES... yes
checking for memory.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
no
checking for bison... bison
checking version of bison... yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
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 strings.h... no
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
checking for GNU gettext in libintl... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 inttypes.h... yes
checking for stdint.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
8
checking for a 64-bit type... yes
uint64_t
checking for unistd.h... checking for intptr_t... configure: updating cache ./config.cache
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
yes
checking for uintptr_t... yes
checking minix/config.h usability... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... yes
checking for ssize_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
config.status: creating config.intl
yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating config.h
config.status: executing default-1 commands
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for library containing strerror... void
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
checking for size_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... yes
checking for ssize_t... yes
checking for atexit... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 basename... checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
yes
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
checking for bcmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for library containing opendir... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for bcopy... none required
checking for fcntl... no
checking for bsearch... no
config.status: creating config.h
checking for kill... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for putenv... checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
yes
checking for ffs... checking for select... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for getcwd... no
checking for setenv... yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for setlocale... yes
yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for strpbrk... checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for insque... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for memchr... no
checking for vsnprintf... yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
yes
checking for memmem... checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for mkstemps... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for putenv... yes
checking for random... no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for setenv... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... no
checking for snprintf... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for sigsetmask... no
checking pwd.h presence... no
checking for stpcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
yes
checking termcap.h presence... checking for stpncpy... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strndup... no
checking sys/select.h presence... no
checking for strnlen... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... 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... checking for strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking for vprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vsnprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vsprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for waitpid... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... no
checking for setproctitle... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for tgetent in -ltermcap... no
checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for vfork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... yes
checking for mbscasecmp... no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... no
yes
checking for spawnve... checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
yes
checking for nl_langinfo and CODESET... checking for strerror... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... no
checking for sysctl... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... no
checking for times... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait3... config.status: creating config.h
config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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-29 23:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-29 23:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2044>

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/Fedora-x86_64-w64-mingw32/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    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
  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    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-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
../../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,
                                  ^~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1619: amd64-dicos-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../../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-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,
                                  ^~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1619: amd64-fbsd-tdep.o] Error 1
make[2]: *** [Makefile:1619: amd64-darwin-tdep.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-29 11:46 [binutils-gdb] Fix AArch64 encodings for by element instructions sergiodj+buildbot
@ 2018-06-29 12:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-29 12:05 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/2037>

Commit(s) tested:
	369c9167d47e69aad2e260cc1db17f8c894c138b

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Fix AArch64 encodings for by element instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/36/369c9167d47e69aad2e260cc1db17f8c894c138b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
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
config.status: creating Makefile
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... configure: creating cache ./config.cache
none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... .exe
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
yes
checking for sys/types.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for sys/stat.h... checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
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
yes
yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for strings.h... checking for strings.h... checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... ok
checking how to run the C preprocessor... yes
yes
yes
checking for stdlib.h... checking for inttypes.h... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for string.h... checking for ANSI C header files... yes
checking for memory.h... yes
checking for sys/types.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
yes
yes
checking for inttypes.h... checking for stdint.h... checking for stdint.h... yes
checking for stdlib.h... yes
yes
yes
checking for unistd.h... checking for stdint.h... checking for unistd.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
yes
yes
checking minix/config.h usability... checking minix/config.h usability... checking ctype.h usability... yes
checking for stdint.h... no
no
checking minix/config.h presence... checking minix/config.h presence... no
no
checking for minix/config.h... checking for minix/config.h... no
no
checking whether it is safe to define __EXTENSIONS__... checking whether it is safe to define __EXTENSIONS__... yes
checking for unistd.h... yes
yes
checking whether make sets $(MAKE)... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for msgfmt... checking for dlfcn.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for objdir... .libs
yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... /usr/bin/xgettext
checking for msgmerge... yes
checking stddef.h presence... yes
/usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stddef.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking build system type... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking stdio.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking whether -lc should be explicitly linked in... none required
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inline... inline
checking for off_t... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... 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... x86_64-w64-mingw32-gcc -E
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for size_t... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... checking for sys/file.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... yes
checking for sys/param.h... yes
checking for strerror... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
yes
checking for uintptr_t... yes
checking for working alloca.h... no
checking for alloca... config.status: executing libtool commands
yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for time.h... checking for sys/param.h... yes
checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for getpagesize... no
checking for fcntl.h... yes
checking for alloca.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking for sys/pstat.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... no
checking for sys/sysmp.h... yes
no
checking for stdint.h... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking for unsigned long long... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for inttypes.h... no
checking for sys/systemcfg.h... yes
checking for int_least32_t... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking whether the inttypes.h PRIxNN macros are broken... no
checking for process.h... no
checking for ld used by GCC... yes
checking for sys/prctl.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
checking for int_fast32_t... done
checking argz.h usability... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
no
checking argz.h presence... checking size of int... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for uint64_t... yes
checking locale.h presence... configure: creating cache ./config.cache
yes
checking for locale.h... yes
checking nl_types.h usability... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking nl_types.h presence... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for nl_types.h... no
checking malloc.h usability... checking whether the C compiler works... yes
checking malloc.h presence... yes
checking for malloc.h... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking stddef.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking stddef.h presence... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
yes
checking for stddef.h... yes
checking for off_t... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
o
checking whether we are using the GNU C compiler... 4
checking size of long... checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking size of int... none needed
checking how to run the C preprocessor... no
checking for fgets_unlocked... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for getc_unlocked... no
yes
checking for sys/types.h... checking for getcwd... yes
yes
checking for sys/stat.h... checking for getegid... 4
yes
checking size of size_t... checking for stdlib.h... no
checking for geteuid... yes
checking for string.h... no
checking for getgid... yes
checking for memory.h... no
checking for getuid... yes
checking for strings.h... no
yes
checking for mempcpy... checking for inttypes.h... 4
checking size of long... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for munmap... yes
checking minix/config.h usability... no
no
checking minix/config.h presence... checking for putenv... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for setenv... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... 8
checking for long long... no
checking for setlocale... yes
checking for function prototypes... yes
checking whether char is unsigned... 4
checking for ANSI C header files... (cached) yes
yes
no
checking for working volatile... checking for stpcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking return type of signal handlers... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... void
yes
checking for size_t... checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking size of long long... no
yes
checking for ssize_t... yes
checking for __argz_count... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_stringify... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: creating Makefile
no
checking for __argz_next... no
checking for dirent.h that defines DIR... config.status: creating config.h
no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... 8
checking for a 64-bit type... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
uint64_t
checking for intptr_t... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing gstdint.h commands
yes
checking for library containing opendir... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for uintptr_t... no
checking for kill... config.status: creating config.h
no
checking for lstat... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for memmove... yes
checking for putenv... yes
checking for select... no
checking for setenv... no
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... no
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for getpwent... config.status: executing default-1 commands
yes
checking for ssize_t... no
checking for getpwnam... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... yes
checking for pid_t... no
checking for varargs.h... no
checking stdarg.h usability... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for library containing strerror... yes
checking limits.h presence... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 limits.h... yes
checking locale.h usability... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for atexit... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for basename... checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for bcmp... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking termio.h presence... no
no
checking for termio.h... no
checking for bcopy... checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for bsearch... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for bzero... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
no
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 calloc... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for clock... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 ffs... 64
checking for type of signal functions... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for index... no
checking for insque... no
checking for memchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for memcmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for memcpy... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether signal handlers are of type void... yes
checking for memmem... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 speed_t in sys/types.h... no
checking for memmove... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for putenv... yes
checking for random... not found
checking for struct dirent.d_ino... no
checking for rename... yes
checking for struct dirent.d_fileno... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
no
checking for tgetent... checking for rindex... x86_64-w64-mingw32-ranlib libz.a
no
checking for tgetent in -ltermcap... no
checking for setenv... no
checking for snprintf... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for sigsetmask... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for stpcpy... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
no
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for stpncpy... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
config.status: creating config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for strcasecmp... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for strchr... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for strdup... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strncasecmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for strndup... no
checking for strnlen... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strrchr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
yes
checking for mbscasecmp... checking for strstr... yes
no
checking for mbscmp... checking for strtod... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for strtol... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for strtoul... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for strtoll... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for strtoull... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for dup3... no
checking for getrlimit... no
checking for getrusage... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for mbsnrtowcs... no
checking for spawnve... no
checking for mbsrtowcs... yes
checking for mbschr... yes
checking for spawnvpe... no
checking for wcrtomb... yes
checking for strerror... yes
checking for wcscoll... yes
checking for strsignal... yes
checking for wcsdup... no
checking for sysconf... yes
checking for wcwidth... no
checking for sysctl... no
checking for wctype... yes
checking for wcswidth... no
checking for sysmp... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for table... yes
no
checking for iswlower... checking for times... yes
no
checking for iswupper... checking for wait3... yes
no
checking for wait4... checking for towlower... no
yes
checking whether basename is declared... checking for towupper... no
checking whether ffs is declared... yes
checking for iswctype... no
checking whether asprintf is declared... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking whether vasprintf is declared... yes
checking for wctype_t in wctype.h... yes
checking whether snprintf is declared... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether malloc is declared... yes
checking whether realloc is declared... config.status: creating Makefile
yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... config.status: creating doc/Makefile
yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... config.status: creating examples/Makefile
yes
checking whether canonicalize_file_name must be declared... yes
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... no
checking for working strncmp... yes
configure: updating cache ./config.cache
config.status: creating shlib/Makefile
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing default commands
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-28  8:08 [binutils-gdb] Make sure that sorting does not change section order sergiodj+buildbot
@ 2018-06-28 12:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-28 12:13 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/2029>

Commit(s) tested:
	d81a3eaff36b41ed67758a119a6864b50f60a60d

Author(s) (in the same order as the commits):
	Petr Tesarik <ptesarik@suse.cz>

Subject:
	Make sure that sorting does not change section order

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d8/d81a3eaff36b41ed67758a119a6864b50f60a60d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
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... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
configure: creating cache ./config.cache
checking target system type... checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... config.status: creating Makefile
checking for perl... perl
.exe
checking build system type... checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
configure: creating cache ./config.cache
checking for style of include used by make... checking whether make sets $(MAKE)... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for C compiler default output file name... a.exe
/usr/bin/grep -E
checking for ANSI C header files... checking for suffix of executables... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... .exe
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/types.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
o
checking for sys/types.h... checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/stat.h... checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for ANSI C header files... checking for memory.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... checking for strings.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for inttypes.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking for stdint.h... checking for stdint.h... yes
yes
checking how to run the C preprocessor... checking for stdlib.h... yes
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
checking for unistd.h... yes
checking for string.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... yes
yes
checking for strings.h... checking for sys/types.h... yes
yes
checking minix/config.h usability... checking minix/config.h usability... yes
yes
checking for sys/stat.h... checking for inttypes.h... no
checking minix/config.h presence... no
checking minix/config.h presence... no
no
checking for minix/config.h... checking for minix/config.h... no
no
checking whether it is safe to define __EXTENSIONS__... checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdlib.h... checking for stdint.h... yes
checking whether make sets $(MAKE)... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for string.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... checking for unistd.h... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
yes
64
checking for memory.h... checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking for objdir... checking for strings.h... x86_64-w64-mingw32
.libs
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... none required
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for inline... checking for stdint.h... inline
checking for off_t... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for unistd.h... checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking ctype.h usability... yes
checking for size_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... yes
checking for an ANSI C-conforming const... yes
checking for working alloca.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for alloca... yes
checking for inline... yes
checking stddef.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stddef.h... yes
checking for string.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 stdio.h usability... checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... checking for stdlib.h... (cached) yes
yes
checking stdio.h presence... checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/file.h... yes
checking for getpagesize... yes
checking for getpagesize... yes
yes
checking for uintptr_t... checking for sys/param.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for limits.h... yes
checking for working mmap... yes
no
checking for memcpy... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... yes
checking for int_least32_t... checking for stdint.h... yes
checking for string.h... (cached) yes
yes
checking for unsigned long long... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for sys/time.h... checking for strerror... yes
checking for int_fast32_t... yes
checking for inttypes.h... yes
checking for unistd.h... (cached) yes
yes
yes
checking for uint64_t... checking for time.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for sys/resource.h... configure: updating cache ./config.cache
no
checking for ld used by GCC... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking what to include in gstdint.h... stdint.h (already complete)
no
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/stat.h... (cached) yes
yes
checking for shared library run path origin... checking for sys/mman.h... yes
checking for off_t... no
checking for fcntl.h... yes
done
checking for alloca.h... checking argz.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking argz.h presence... yes
checking size of int... no
no
checking for argz.h... no
checking for sys/sysinfo.h... checking limits.h usability... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking limits.h presence... yes
checking for limits.h... no
yes
checking for sys/sysctl.h... checking locale.h usability... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking locale.h presence... checking for stdio_ext.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for process.h... yes
checking for sys/prctl.h... no
checking nl_types.h presence... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for nl_types.h... no
checking malloc.h usability... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking malloc.h presence... checking whether errno must be declared... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking size of int... yes
checking stddef.h presence... yes
checking for stddef.h... yes
4
checking size of long... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for fgets_unlocked... no
checking for getc_unlocked... config.status: executing libtool commands
no
checking for getcwd... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
4
checking size of long... checking for getegid... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for geteuid... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for getgid... no
no
configure: creating cache ./config.cache
checking for getuid... configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for mempcpy... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... config.status: creating Makefile
yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for munmap... 4
checking size of size_t... config.status: creating config.h
config.status: executing gstdint.h commands
.exe
checking whether we are cross compiling... no
yes
checking for suffix of object files... checking for putenv... o
checking whether we are using the GNU C compiler... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for setenv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for setlocale... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stpcpy... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for strcasecmp... yes
checking for sys/types.h... yes
yes
checking for strdup... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for sys/stat.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdlib.h... checking for strtoul... 8
checking for long long... yes
checking for string.h... yes
checking for tsearch... yes
checking for memory.h... yes
yes
checking size of long long... checking for __argz_count... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... no
checking for __argz_stringify... yes
checking for inttypes.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for stdint.h... checking for __argz_next... yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... no
checking for __fsetlocking... yes
checking minix/config.h usability... no
checking for iconv... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
8
checking for a 64-bit type... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 working volatile... configure: updating cache ./config.cache
uint64_t
checking for intptr_t... configure: creating ./config.status
yes
checking return type of signal handlers... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
void
checking for size_t... yes
checking for uintptr_t... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
yes
checking for ssize_t... config.status: executing default-1 commands
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for pid_t... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for library containing strerror... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for asprintf... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for atexit... no
checking for kill... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 basename... no
checking for lstat... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for bcmp... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for memmove... no
checking for bcopy... yes
checking for putenv... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for bsearch... yes
checking for select... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for clock... yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for ffs... yes
checking for strpbrk... no
checking for getcwd... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
yes
checking for getpagesize... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
checking for isascii... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for index... yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for insque... yes
checking for getpwent... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for memchr... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for memcmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
checking for memcpy... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for working strcoll... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking fcntl.h usability... yes
checking for memmem... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memmove... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for mempcpy... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for memset... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for mkstemps... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for putenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for random... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for rename... yes
yes
checking termcap.h presence... checking for rindex... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for setenv... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for snprintf... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for sigsetmask... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for stpcpy... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for stpncpy... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strcasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strchr... 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 strdup... 64
checking for type of signal functions... yes
checking for strncasecmp... yes
checking for strndup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strnlen... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strrchr... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strstr... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtod... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtol... not found
checking for struct dirent.d_ino... yes
checking for strtoul... yes
checking for struct dirent.d_fileno... yes
checking for strtoll... no
checking for tgetent... yes
checking for strtoull... no
checking for tgetent in -ltermcap... yes
checking for strverscmp... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for tmpnam... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vasprintf... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking for vfprintf... checking langinfo.h usability... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for vprintf... yes
checking for mbscasecmp... yes
checking for vsnprintf... no
checking for mbscmp... yes
checking for vsprintf... no
checking for mbsnrtowcs... yes
checking for waitpid... no
checking for mbsrtowcs... no
checking for setproctitle... yes
checking for mbschr... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for wcrtomb... no
checking for fork... yes
checking for wcscoll... no
checking for vfork... yes
checking for wcsdup... no
checking for _doprnt... yes
checking for wcwidth... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wctype... no
checking for external symbol _system_configuration... yes
checking for wcswidth... no
checking for __fsetlocking... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for canonicalize_file_name... yes
checking for iswlower... no
checking for dup3... yes
no
checking for iswupper... checking for getrlimit... yes
no
checking for getrusage... checking for towlower... no
yes
checking for getsysinfo... checking for towupper... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for psignal... no
checking for wchar_t in wchar.h... yes
no
checking for wctype_t in wctype.h... checking for pstat_getdynamic... yes
checking for wint_t in wctype.h... no
checking for pstat_getstatic... yes
checking configuration for building shared libraries... supported
no
checking for realpath... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setrlimit... no
config.status: creating Makefile
checking for sbrk... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for spawnve... config.status: creating shlib/Makefile
config.status: creating config.h
yes
checking for spawnvpe... config.status: executing default commands
yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-27 19:03 [binutils-gdb] Copy gdb-gdb.py to build dir sergiodj+buildbot
@ 2018-06-27 19:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-27 19:39 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/2018>

Commit(s) tested:
	141ec9f67f11a34bae5953b2923bb71fc74dd52f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Copy gdb-gdb.py to build dir

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/14/141ec9f67f11a34bae5953b2923bb71fc74dd52f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
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
configure: creating cache ./config.cache
checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... x86_64-w64-mingw32
checking target system type... .exe
checking whether we are cross compiling... yes
x86_64-pc-linux-gnu
checking host system type... checking for suffix of object files... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether make supports nested variables... yes
config.status: creating Makefile
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... none needed
checking how to run the C preprocessor... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/types.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... gcc3
checking how to print strings... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for sys/stat.h... checking for sys/stat.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for stdlib.h... checking for stdlib.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for string.h... yes
o
checking whether we are using the GNU C compiler... checking for string.h... 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 "+="... yes
checking for memory.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for strings.h... checking for strings.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -W... ok
checking how to run the C preprocessor... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for ANSI C header files... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for sys/types.h... checking minix/config.h usability... checking minix/config.h usability... yes
yes
checking for sys/stat.h... no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... no
checking minix/config.h presence... checking for stdlib.h... yes
checking whether make sets $(MAKE)... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for string.h... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for msgmerge... /usr/bin/msgmerge
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... 64
yes
checking build system type... checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for grep that handles long lines and -e... none required
checking for an ANSI C-conforming const... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... inline
checking for off_t... yes
yes
checking for unistd.h... checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... checking for dlfcn.h... yes
yes
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdlib.h... no
checking for objdir... .libs
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working alloca.h... yes
no
checking for alloca... checking for memory.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for stdlib.h... (cached) yes
checking for strings.h... checking for unistd.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for inline... checking for inttypes.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for stdint.h... yes
checking whether -lc should be explicitly linked in... inline
checking whether byte ordering is bigendian... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking dynamic linker characteristics... checking for unistd.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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... x86_64-w64-mingw32-gcc -E
checking for stdint.h... checking ctype.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for unsigned long long... checking for sys/file.h... checking for stdlib.h... (cached) yes
yes
checking ctype.h presence... yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
yes
checking for ctype.h... yes
checking for sys/param.h... checking stddef.h usability... checking for sys/param.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for limits.h... yes
checking stddef.h presence... yes
yes
no
checking for ld used by GCC... checking for getpagesize... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for malloc.h... checking stdio.h usability... yes
checking for working mmap... no
yes
checking for memcpy... checking for string.h... (cached) yes
yes
checking stdio.h presence... checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
done
checking for strings.h... (cached) yes
checking argz.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for sys/time.h... checking for strerror... no
checking argz.h presence... yes
yes
checking for uintptr_t... checking for time.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for unistd.h... (cached) yes
yes
checking for sys/resource.h... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking limits.h presence... yes
checking for int_least32_t... no
yes
checking for sys/stat.h... checking for limits.h... (cached) yes
yes
checking locale.h usability... checking for sys/mman.h... no
checking for fcntl.h... yes
checking for alloca.h... yes
checking for int_fast32_t... no
checking for sys/pstat.h... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/sysmp.h... yes
checking for uint64_t... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking nl_types.h presence... yes
checking what to include in gstdint.h... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/table.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for off_t... no
yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for sys/sysctl.h... checking stddef.h usability... no
yes
checking size of int... checking for sys/systemcfg.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for feof_unlocked... checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for fgets_unlocked... yes
checking whether errno must be declared... 4
no
checking size of int... checking size of long... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... 4
checking size of long... config.status: creating Makefile
4
checking for ANSI C header files... (cached) yes
no
checking for getuid... checking build system type... config.status: executing depfiles commands
x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for mempcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for munmap... config.status: executing libtool commands
no
no
checking for putenv... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
4
checking size of size_t... Configuring in ./readline
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... config.status: creating Makefile
no
checking for strcasecmp... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... yes
checking for strtoul... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
configure: creating cache ./config.cache
checking build system type... 8
x86_64-pc-linux-gnu
checking host system type... checking for long long... checking for tsearch... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for __argz_count... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking size of long long... no
checking for __argz_stringify... checking whether the C compiler works... no
checking for __argz_next... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 __fsetlocking... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... no
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... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
x86_64-w64-mingw32-gcc -E
checking for GNU gettext in libintl... no
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for a 64-bit type... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
configure: updating cache ./config.cache
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for string.h... yes
checking for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
config.status: creating Makefile
yes
checking for memory.h... config.status: creating config.intl
config.status: creating config.h
yes
checking for strings.h... config.status: executing default-1 commands
yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for pid_t... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for unistd.h... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking minix/config.h usability... yes
checking for library containing strerror... no
checking minix/config.h presence... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for asprintf... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for atexit... config.status: creating config.h
yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for basename... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for working volatile... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for bcmp... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for bsearch... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for library containing opendir... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
yes
none required
checking for ffs... checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for getpagesize... rm -f libdecnumber.a
no
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for lstat... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... yes
no
checking for insque... checking for select... no
checking for setenv... no
checking for memchr... no
checking for setlocale... yes
yes
checking for strcasecmp... checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
yes
checking for isascii... checking for mempcpy... yes
yes
checking for isxdigit... checking for memset... yes
yes
checking for getpwent... checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for rindex... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for setenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strings.h... (cached) yes
checking for snprintf... checking limits.h usability... yes
yes
checking limits.h presence... checking for sigsetmask... yes
checking for limits.h... yes
checking locale.h usability... no
yes
checking locale.h presence... checking for stpcpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpncpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for strcasecmp... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strchr... checking termios.h usability... yes
no
checking termios.h presence... checking for strdup... no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... yes
no
checking termio.h presence... checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtol... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strverscmp... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vfprintf... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vprintf... yes
not found
checking for struct dirent.d_ino... checking for vsnprintf... yes
checking for vsprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... yes
checking wctype.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for fork... yes
checking wchar.h presence... no
checking for vfork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getstatic... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
yes
checking for iswctype... checking for strerror... yes
yes
checking for strsignal... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... supported
yes
checking whether vasprintf is declared... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
config.status: creating Makefile
checking whether getenv is declared... config.status: creating doc/Makefile
yes
checking whether getopt is declared... config.status: creating examples/Makefile
yes
checking whether malloc is declared... config.status: creating shlib/Makefile
yes
checking whether realloc is declared... config.status: creating config.h
config.status: executing default commands
yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-27 15:14 [binutils-gdb] Add overrides, fix FreeBSD build sergiodj+buildbot
@ 2018-06-27 16:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-27 16:02 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/2015>

Commit(s) tested:
	bd583225a52f920f71e417ef87092d25553dc85e

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add overrides, fix FreeBSD build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bd/bd583225a52f920f71e417ef87092d25553dc85e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... 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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the C compiler works... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether make supports nested variables... yes
o
checking whether we are using the GNU C compiler... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... .exe
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether we are cross compiling... yes
checking for suffix of object files... yes
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for style of include used by make... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... none needed
checking how to run the C preprocessor... yes
checking whether the C compiler works... gcc3
checking for memory.h... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... x86_64-w64-mingw32-gcc -E
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for strings.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for inttypes.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/types.h... o
checking whether we are using the GNU C compiler... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdint.h... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking minix/config.h usability... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... ok
checking how to run the C preprocessor... 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 strings.h... x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether make sets $(MAKE)... checking for inttypes.h... yes
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
checking for msgmerge... yes
checking for stdint.h... /usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking build system type... checking for sys/types.h... checking for unistd.h... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking how to run the C preprocessor... yes
yes
checking for sys/stat.h... checking minix/config.h usability... none required
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inline... checking for grep that handles long lines and -e... checking for stdlib.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for off_t... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
checking for sys/types.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... checking for memory.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
yes
checking for working alloca.h... checking for strings.h... 64
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... (cached) yes
checking for memory.h... yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/param.h... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for strings.h... yes
checking for getpagesize... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for inttypes.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for dlfcn.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for objdir... .libs
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... yes
yes
checking for unistd.h... checking for unsigned long long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for inttypes.h... yes
checking ctype.h usability... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... yes
checking for an ANSI C-conforming const... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for ctype.h... yes
no
checking for ld used by GCC... checking stddef.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for inline... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking stddef.h presence... checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... inline
checking whether byte ordering is bigendian... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... done
yes
checking whether -lc should be explicitly linked in... checking argz.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking dynamic linker characteristics... no
checking argz.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking for argz.h... no
checking limits.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for sys/file.h... yes
checking for uintptr_t... yes
checking limits.h presence... 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... x86_64-w64-mingw32-gcc -E
yes
yes
checking for limits.h... yes
checking for sys/param.h... checking locale.h usability... yes
checking for stdlib.h... (cached) yes
yes
checking for int_least32_t... checking for limits.h... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... yes
checking locale.h presence... checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking for malloc.h... yes
yes
checking for int_fast32_t... checking nl_types.h usability... yes
checking for getpagesize... yes
checking for working mmap... no
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for memcpy... no
checking nl_types.h presence... checking for sys/time.h... no
checking for nl_types.h... no
yes
checking for uint64_t... checking malloc.h usability... yes
yes
checking for strerror... checking for time.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/resource.h... checking stddef.h usability... yes
no
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... yes
checking for off_t... configure: updating cache ./config.cache
no
yes
checking stddef.h presence... checking for fcntl.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for alloca.h... checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/pstat.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for sys/sysmp.h... yes
checking size of int... no
checking for sys/sysinfo.h... no
no
checking for fgets_unlocked... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for getc_unlocked... no
checking for sys/sysctl.h... no
no
checking for getcwd... checking for sys/systemcfg.h... no
yes
checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for getegid... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for geteuid... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getgid... 4
checking size of long... no
checking size of int... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... 4
checking size of long... no
x86_64-pc-linux-gnu
checking host system type... checking for setlocale... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... no
checking for strcasecmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... config.status: creating Makefile
4
checking size of size_t... yes
config.status: executing depfiles commands
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
yes
config.status: creating config.h
checking for __argz_count... config.status: executing libtool commands
config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
no
checking for __argz_stringify... mkdir -p -- ./readline
Configuring in ./readline
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __argz_next... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __fsetlocking... 8
checking for long long... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating cache ./config.cache
no
checking for iconv... checking build system type... yes
checking size of long long... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
checking whether the C compiler works... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for GNU gettext in libintl... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
8
checking for a 64-bit type... uint64_t
checking for intptr_t... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 uintptr_t... yes
checking for sys/types.h... config.status: creating Makefile
yes
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/stat.h... config.status: creating config.intl
yes
checking for ssize_t... yes
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdlib.h... config.status: creating config.h
yes
checking for pid_t... config.status: executing default-1 commands
yes
checking for string.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing strerror... checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
none required
checking for asprintf... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... yes
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 atexit... checking for inttypes.h... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for stdint.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for bcmp... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
checking for unistd.h... no
checking for bcopy... yes
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
no
checking minix/config.h presence... checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for bzero... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking whether x86_64-w64-mingw32-gcc needs -traditional... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for calloc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... rm -f plural.h
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for clock... config.status: creating config.h
no
checking for working volatile... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for gettimeofday... no
checking for dirent.h that defines DIR... yes
yes
checking for library containing opendir... checking for index... none required
checking for fcntl... no
checking for insque... no
no
checking for kill... checking for memchr... yes
checking for memcmp... no
checking for lstat... no
checking for memmove... yes
checking for memcpy... yes
checking for memmem... yes
checking for putenv... no
checking for memmove... yes
yes
checking for mempcpy... checking for select... yes
no
checking for setenv... checking for memset... no
yes
checking for setlocale... checking for mkstemps... no
checking for putenv... yes
yes
checking for strcasecmp... checking for random... yes
no
checking for rename... checking for strpbrk... yes
checking for rindex... yes
checking for tcgetattr... no
checking for setenv... no
checking for vsnprintf... no
checking for snprintf... yes
checking for isascii... yes
checking for sigsetmask... yes
checking for isxdigit... no
checking for stpcpy... yes
checking for getpwent... no
no
checking for stpncpy... checking for getpwnam... no
checking for strcasecmp... no
checking for getpwuid... yes
checking for strchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for strdup... yes
no
checking varargs.h presence... checking for strncasecmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strndup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for strnlen... checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strrchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strstr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtod... yes
checking for strtol... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strtoul... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strtoll... checking termios.h usability... yes
no
checking termios.h presence... checking for strtoull... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strverscmp... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for tmpnam... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for vasprintf... no
checking sys/stream.h presence... yes
checking for vfprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for vprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for vsnprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for vsprintf... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for setproctitle... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for _doprnt... no
checking for FIONREAD in sys/ioctl.h... no
checking for sys_errlist... (cached) yes
no
checking for speed_t in sys/types.h... checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for external symbol _system_configuration... no
not found
checking for struct dirent.d_ino... checking for __fsetlocking... yes
checking for struct dirent.d_fileno... no
checking for canonicalize_file_name... no
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for dup3... no
checking for getrlimit... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for getrusage... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getsysinfo... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for psignal... yes
checking for mbscasecmp... no
checking for pstat_getdynamic... no
checking for mbscmp... no
checking for pstat_getstatic... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for realpath... no
checking for setrlimit... yes
checking for mbschr... no
checking for sbrk... no
checking for wcrtomb... no
checking for spawnve... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for spawnvpe... yes
checking for wcwidth... yes
checking for strerror... no
checking for wctype... yes
checking for strsignal... yes
checking for wcswidth... no
checking for sysconf... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sysctl... yes
checking for iswlower... no
checking for sysmp... yes
checking for iswupper... no
yes
checking for table... checking for towlower... yes
checking for towupper... no
checking for times... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for wait3... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for wait4... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking whether basename is declared... supported
no
checking whether ffs is declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
config.status: creating Makefile
checking whether getenv is declared... yes
config.status: creating doc/Makefile
checking whether getopt is declared... yes
config.status: creating examples/Makefile
checking whether malloc is declared... yes
config.status: creating shlib/Makefile
checking whether realloc is declared... yes
config.status: creating config.h
checking whether sbrk is declared... config.status: executing default commands
no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-26 22:03 [binutils-gdb] Minor reorganization of fetch_registers/store_registers in windows-nat.c sergiodj+buildbot
@ 2018-06-27  0:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-27  0:14 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/2014>

Commit(s) tested:
	9a325b7b3ff056647de536941eaba911d1d794ad

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Minor reorganization of fetch_registers/store_registers in windows-nat.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9a/9a325b7b3ff056647de536941eaba911d1d794ad/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
configure: creating cache ./config.cache
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
.exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking whether make supports nested variables... o
checking whether we are using the GNU C compiler... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for perl... perl
checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... .exe
x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/types.h... .exe
configure: creating cache ./config.cache
checking whether we are cross compiling... yes
checking whether make sets $(MAKE)... checking for suffix of object files... yes
checking for style of include used by make... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
GNU
checking dependency style of x86_64-w64-mingw32-gcc... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for stdlib.h... none needed
checking how to run the C preprocessor... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
yes
o
checking whether we are using the GNU C compiler... checking for string.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for ANSI C header files... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking for unistd.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for sys/stat.h... checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
no
checking minix/config.h presence... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for string.h... yes
checking how to run the C preprocessor... yes
yes
checking whether make sets $(MAKE)... checking for stdint.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
x86_64-w64-mingw32-gcc -E
checking for memory.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
/usr/bin/xgettext
checking for unistd.h... checking for msgmerge... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/msgmerge
/usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... checking build system type... yes
checking minix/config.h usability... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for inttypes.h... yes
checking for sys/types.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
none required
checking for an ANSI C-conforming const... checking for stdint.h... checking for sys/stat.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
yes
checking for inline... checking for stdlib.h... checking for unistd.h... inline
checking for off_t... yes
64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for dlfcn.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking for objdir... checking for memory.h... .libs
yes
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for inttypes.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for alloca... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for unistd.h... checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking ctype.h usability... checking for getpagesize... yes
checking dynamic linker characteristics... yes
checking for an ANSI C-conforming const... yes
yes
checking ctype.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for working mmap... checking whether stripping libraries is possible... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for ctype.h... 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... x86_64-w64-mingw32-gcc -E
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for inline... checking stddef.h usability... inline
checking whether byte ordering is bigendian... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for sys/param.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for unsigned long long... checking stdio.h usability... yes
checking for getpagesize... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking stdio.h presence... yes
checking for inttypes.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for sys/param.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for working mmap... no
checking for memcpy... yes
checking for limits.h... no
checking for ld used by GCC... yes
yes
checking for uintptr_t... checking for stdlib.h... (cached) yes
checking for malloc.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for string.h... (cached) yes
checking for strerror... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_least32_t... yes
done
checking for unistd.h... (cached) yes
checking argz.h usability... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
yes
checking argz.h presence... yes
checking for int_fast32_t... checking for time.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for uint64_t... yes
checking limits.h presence... no
checking for fcntl.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for alloca.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/pstat.h... yes
checking locale.h presence... no
checking for sys/sysmp.h... yes
checking for locale.h... yes
yes
checking for off_t... checking nl_types.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking nl_types.h presence... no
checking for sys/table.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysctl.h... yes
checking size of int... no
checking for sys/systemcfg.h... yes
checking malloc.h presence... yes
no
checking for malloc.h... yes
checking for stdint.h... (cached) yes
checking stddef.h usability... checking for stdio_ext.h... no
checking for process.h... yes
yes
checking stddef.h presence... checking for sys/prctl.h... yes
checking for stddef.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for fgets_unlocked... no
checking for getc_unlocked... config.status: creating Makefile
no
checking for getcwd... 4
checking size of long... config.status: executing depfiles commands
yes
checking for getegid... config.status: executing libtool commands
no
checking for geteuid... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
Configuring in ./readline
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... configure: creating cache ./config.cache
yes
x86_64-pc-linux-gnu
checking host system type... checking for munmap... checking build system type... x86_64-w64-mingw32
checking target system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for putenv... checking whether the C compiler works... yes
no
checking for setenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
no
.exe
4
checking size of size_t... checking for setlocale... checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking for stpcpy... checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.h
no
checking for strcasecmp... config.status: executing gstdint.h commands
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for strdup... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... yes
checking for sys/types.h... yes
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... checking for sys/stat.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for __argz_count... checking for stdlib.h... yes
checking for string.h... no
checking for __argz_stringify... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for long long... yes
checking for memory.h... no
checking for __argz_next... yes
checking for strings.h... no
checking for __fsetlocking... yes
checking size of long long... yes
checking for inttypes.h... no
checking for iconv... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdint.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for unistd.h... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking minix/config.h usability... no
checking for GNU gettext in libintl... no
checking minix/config.h presence... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating Makefile
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... config.status: creating config.intl
yes
checking return type of signal handlers... config.status: creating config.h
8
checking for a 64-bit type... config.status: executing default-1 commands
uint64_t
checking for intptr_t... void
checking for size_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for uintptr_t... yes
checking for ssize_t... yes
yes
checking for ANSI C header files... checking for ssize_t... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for pid_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
checking for library containing strerror... no
checking for kill... none required
checking for asprintf... no
checking for lstat... yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for atexit... no
checking for memmove... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 basename... yes
checking for putenv... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bcmp... yes
checking for select... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for bcopy... no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for setenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for bsearch... no
config.status: creating config.h
checking for setlocale... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
checking for bzero... yes
checking for strcasecmp... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for strpbrk... yes
checking for clock... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for ffs... checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for getcwd... yes
checking for isascii... yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for isxdigit... yes
checking for gettimeofday... yes
checking for getpwent... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for index... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for getpwnam... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for getpwuid... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for memchr... no
checking for working strcoll... no
checking fcntl.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for memcpy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking varargs.h presence... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for memmem... no
checking for varargs.h... no
checking stdarg.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking stdarg.h presence... no
checking for memmove... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for mempcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memset... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mkstemps... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for putenv... yes
checking termcap.h presence... yes
checking for random... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for rename... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for rindex... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for setenv... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for snprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for sigsetmask... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for stpcpy... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for stpncpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strcasecmp... 64
checking for type of signal functions... yes
checking for strchr... yes
checking for strdup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strncasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strndup... no
checking for sig_atomic_t in signal.h... no
checking for strnlen... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strrchr... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strstr... not found
checking for struct dirent.d_ino... yes
checking for strtod... yes
checking for struct dirent.d_fileno... yes
checking for strtol... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for strtoul... yes
yes
checking which library has the termcap functions... checking for strtoll... using libtermcap
checking wctype.h usability... yes
checking for strtoull... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strverscmp... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for tmpnam... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vasprintf... yes
checking for mbscasecmp... yes
checking for vfprintf... no
checking for mbscmp... yes
checking for vprintf... no
checking for mbsnrtowcs... yes
checking for vsnprintf... no
checking for mbsrtowcs... yes
checking for vsprintf... yes
checking for mbschr... yes
no
checking for wcrtomb... checking for waitpid... yes
checking for wcscoll... no
checking for setproctitle... yes
checking for wcsdup... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for wcwidth... no
checking for vfork... no
checking for wctype... yes
checking for wcswidth... no
checking for _doprnt... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswlower... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswupper... no
checking for canonicalize_file_name... yes
checking for towlower... no
checking for dup3... yes
checking for towupper... no
checking for getrlimit... yes
no
checking for iswctype... checking for getrusage... yes
no
checking for nl_langinfo and CODESET... checking for getsysinfo... no
checking for wchar_t in wchar.h... no
checking for gettimeofday... (cached) yes
yes
checking for wctype_t in wctype.h... checking for on_exit... yes
checking for wint_t in wctype.h... no
checking for psignal... yes
checking configuration for building shared libraries... supported
no
checking for pstat_getdynamic... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getstatic... no
checking for realpath... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for setrlimit... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for sbrk... config.status: executing default commands
no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-26 21:17 [binutils-gdb] Move ptype/o printing code to typeprint.c sergiodj+buildbot
@ 2018-06-26 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-26 21:52 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/2012>

Commit(s) tested:
	e0c547d14ae1d5c06b59178f4b1dd1f5e08b3feb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move ptype/o printing code to typeprint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e0/e0c547d14ae1d5c06b59178f4b1dd1f5e08b3feb/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./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
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the C compiler works... configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for perl... perl
.exe
checking build system type... checking whether we are cross compiling... yes
x86_64-w64-mingw32
checking target system type... checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether make supports nested variables... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32-gcc -E
checking whether the C compiler works... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for sys/stat.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for stdlib.h... yes
checking for string.h... checking whether the C compiler works... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for memory.h... checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for strings.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for sys/stat.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for inttypes.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdint.h... 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
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking whether x86_64-w64-mingw32-gcc supports -W... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for string.h... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
no
checking minix/config.h presence... checking for inttypes.h... checking for ANSI C header files... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdint.h... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking for sys/stat.h... /usr/bin/xgettext
checking for unistd.h... yes
checking for msgmerge... /usr/bin/msgmerge
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
checking for stdlib.h... checking minix/config.h usability... yes
checking how to run the C preprocessor... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for string.h... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... checking for grep that handles long lines and -e... none required
checking for an ANSI C-conforming const... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strings.h... yes
checking for inline... inline
checking for off_t... yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdint.h... checking for sys/stat.h... yes
yes
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
yes
checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for objdir... .libs
checking for string.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for memory.h... yes
checking for stdlib.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for strings.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for an ANSI C-conforming const... yes
checking for getpagesize... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for inline... inline
checking whether byte ordering is bigendian... checking for inttypes.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for sys/file.h... yes
checking for unsigned long long... yes
checking for stdint.h... yes
yes
checking dynamic linker characteristics... checking for sys/param.h... yes
yes
checking for inttypes.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for unistd.h... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for limits.h... 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... x86_64-w64-mingw32-gcc -E
yes
no
checking for ld used by GCC... yes
checking for stdlib.h... (cached) yes
checking ctype.h usability... checking for malloc.h... checking for stdlib.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for unistd.h... (cached) yes
yes
yes
checking for shared library run path origin... checking for sys/param.h... checking for string.h... (cached) yes
yes
checking ctype.h presence... checking for unistd.h... (cached) yes
yes
checking for ctype.h... yes
yes
checking for getpagesize... checking stddef.h usability... done
checking for strings.h... (cached) yes
checking for sys/time.h... checking argz.h usability... yes
checking stddef.h presence... yes
yes
yes
checking for stddef.h... yes
checking for working mmap... no
checking for memcpy... checking for string.h... (cached) yes
checking for time.h... no
checking argz.h presence... checking stdio.h usability... yes
no
checking for argz.h... no
checking for sys/resource.h... yes
checking limits.h usability... checking for strerror... no
yes
checking stdio.h presence... checking for sys/stat.h... (cached) yes
yes
checking for stdio.h... yes
yes
checking limits.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/mman.h... yes
checking for limits.h... yes
checking locale.h usability... yes
no
checking for fcntl.h... yes
checking locale.h presence... checking for unistd.h... (cached) yes
yes
yes
checking for uintptr_t... yes
checking for locale.h... yes
checking for alloca.h... checking nl_types.h usability... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking nl_types.h presence... no
checking for sys/sysinfo.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for int_least32_t... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking malloc.h presence... yes
checking for int_fast32_t... yes
checking for malloc.h... yes
no
checking for sys/sysctl.h... checking stddef.h usability... no
checking for sys/systemcfg.h... yes
checking for uint64_t... no
yes
checking stddef.h presence... checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for process.h... checking for string.h... (cached) yes
yes
checking for sys/prctl.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/wait.h that is POSIX.1 compatible... checking for feof_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking for off_t... yes
checking whether errno must be declared... no
checking for fgets_unlocked... no
checking size of int... yes
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... config.status: creating Makefile
no
checking for putenv... config.status: executing depfiles commands
yes
checking for setenv... 4
checking size of size_t... config.status: executing libtool commands
no
checking for setlocale... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
4
checking for ANSI C header files... (cached) yes
Configuring in ./readline
checking for stpcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strdup... 8
checking for long long... no
yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking size of long long... yes
checking for tsearch... yes
configure: creating cache ./config.cache
checking for __argz_count... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_stringify... config.status: creating config.h
config.status: executing gstdint.h commands
checking whether the C compiler works... no
checking for __argz_next... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for __fsetlocking... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for iconv... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none needed
checking how to run the C preprocessor... no
checking for LC_MESSAGES... 8
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a 64-bit type... no
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... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
no
checking for GNU gettext in libintl... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... no
/usr/bin/grep -E
checking for ANSI C header files... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
yes
checking for uintptr_t... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... yes
checking for ssize_t... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/stat.h... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdlib.h... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
yes
checking for pid_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... config.status: creating Makefile
yes
checking for memory.h... config.status: creating config.intl
yes
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing strerror... checking for strings.h... config.status: creating config.h
config.status: executing default-1 commands
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
yes
checking for inttypes.h... checking for asprintf... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for stdint.h... checking for atexit... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for basename... checking for unistd.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking minix/config.h usability... yes
no
checking minix/config.h presence... checking for bcmp... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 bcopy... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
checking for bsearch... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for working volatile... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
checking for bzero... rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
void
checking for size_t... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for ssize_t... checking for clock... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for getcwd... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for library containing opendir... rm -f libdecnumber.a
yes
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for getpagesize... none required
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for gettimeofday... no
checking for kill... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for index... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for memmove... no
checking for insque... yes
no
checking for putenv... checking for memchr... yes
yes
checking for select... checking for memcmp... yes
no
checking for setenv... checking for memcpy... yes
no
checking for setlocale... checking for memmem... yes
checking for strcasecmp... no
checking for memmove... yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for memset... yes
checking for tcgetattr... no
checking for vsnprintf... yes
checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
yes
checking for isxdigit... checking for random... yes
checking for getpwent... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for snprintf... checking varargs.h usability... yes
checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for stpncpy... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strchr... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strdup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strndup... no
checking termios.h presence... no
checking for strnlen... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtod... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strtol... no
checking sys/select.h presence... yes
checking for strtoul... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtoll... 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... checking for strtoull... yes
64
checking for type of signal functions... checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vprintf... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vsnprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for waitpid... not found
checking for struct dirent.d_ino... no
checking for setproctitle... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for tgetent in -ltermcap... checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for vfork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... yes
checking for mbscasecmp... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
yes
checking for wcscoll... checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
no
checking for towlower... checking for setrlimit... yes
no
checking for sbrk... checking for towupper... no
yes
checking for spawnve... checking for iswctype... yes
yes
checking for spawnvpe... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
yes
checking for wctype_t in wctype.h... checking for strerror... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... checking for strsignal... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
no
checking for wait4... config.status: creating config.h
config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-26 12:14 [binutils-gdb] Fix spelling mistakes sergiodj+buildbot
@ 2018-06-26 13:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-26 13:16 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/2009>

Commit(s) tested:
	eca4b721468e239a6a1ca7c9bd9c967085067dfe

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix spelling mistakes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ec/eca4b721468e239a6a1ca7c9bd9c967085067dfe/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./zlib
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether make supports nested variables... configure: updating cache ./config.cache
yes
configure: creating ./config.status
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... config.status: creating Makefile
none needed
checking how to run the C preprocessor... checking for perl... perl
checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -E
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for grep that handles long lines and -e... checking whether we are cross compiling... yes
checking for suffix of object files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for sys/stat.h... yes
.exe
checking for style of include used by make... checking whether we are cross compiling... yes
checking for suffix of object files... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... gcc3
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
yes
checking for C compiler default output file name... a.exe
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for memory.h... checking for suffix of executables... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... .exe
checking whether we are cross compiling... yes
checking for strings.h... checking for suffix of object files... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... /usr/bin/grep -E
checking for ANSI C header files... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... o
checking whether we are using the GNU C compiler... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... ok
yes
checking how to run the C preprocessor... yes
checking for stdint.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for sys/stat.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for ANSI C header files... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking minix/config.h usability... yes
checking for string.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/stat.h... yes
yes
no
checking minix/config.h presence... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
yes
checking whether make sets $(MAKE)... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... yes
checking for inttypes.h... /usr/bin/msgmerge
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for memory.h... yes
checking build system type... yes
checking how to run the C preprocessor... checking for stdint.h... yes
x86_64-pc-linux-gnu
checking host system type... checking for strings.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none required
checking for an ANSI C-conforming const... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for inline... checking minix/config.h usability... yes
checking for stdint.h... inline
checking for off_t... yes
checking for sys/types.h... yes
no
checking minix/config.h presence... checking for unistd.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
checking for dlfcn.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... 64
no
checking for objdir... .libs
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for working alloca.h... checking for string.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for sys/param.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether -lc should be explicitly linked in... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdint.h... yes
yes
checking dynamic linker characteristics... checking for unistd.h... yes
checking for unsigned long long... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... checking ctype.h usability... checking for stdlib.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for inline... checking for unistd.h... (cached) yes
inline
checking whether byte ordering is bigendian... yes
checking ctype.h presence... checking for sys/param.h... no
checking for ld used by GCC... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for getpagesize... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking stddef.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for stddef.h... yes
yes
checking for working mmap... no
checking for string.h... (cached) yes
done
checking for memcpy... checking stdio.h usability... yes
checking argz.h usability... checking for sys/param.h... yes
yes
checking stdio.h presence... yes
checking for limits.h... yes
checking for stdio.h... yes
no
checking argz.h presence... yes
checking for strerror... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for uintptr_t... yes
checking limits.h presence... checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking locale.h usability... checking for strings.h... (cached) yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/time.h... yes
checking locale.h presence... yes
yes
checking for int_least32_t... yes
checking for locale.h... yes
checking for time.h... yes
checking nl_types.h usability... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for int_fast32_t... no
checking nl_types.h presence... no
checking for fcntl.h... yes
no
checking for nl_types.h... no
checking for alloca.h... checking malloc.h usability... yes
checking for uint64_t... no
yes
checking malloc.h presence... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
yes
checking what to include in gstdint.h... checking for sys/sysinfo.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... yes
checking for off_t... yes
checking for stddef.h... yes
no
checking for sys/table.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for sys/sysctl.h... checking for feof_unlocked... no
checking for sys/systemcfg.h... no
yes
checking size of int... checking for stdint.h... (cached) yes
no
checking for fgets_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
no
checking for getc_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... yes
no
checking size of int... checking for getegid... 4
checking size of long... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... config.status: creating Makefile
config.status: executing depfiles commands
yes
4
checking size of long... checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for putenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... config.status: executing libtool commands
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... no
checking for setlocale... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
Configuring in ./readline
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stpcpy... no
checking for strcasecmp... 4
checking size of size_t... yes
checking for strdup... config.status: creating Makefile
config.status: creating config.h
yes
checking for strtoul... configure: creating cache ./config.cache
config.status: executing gstdint.h commands
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for tsearch... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether the C compiler works... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for __argz_count... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_stringify... .exe
checking whether we are cross compiling... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
checking for suffix of object files... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for __argz_next... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for long long... checking for __fsetlocking... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
no
checking size of long long... checking for iconv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -E
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for grep that handles long lines and -e... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
/usr/bin/grep
checking for egrep... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
/usr/bin/grep -E
checking for ANSI C header files... no
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... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for GNU gettext in libintl... checking for sys/types.h... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
no
yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/stat.h... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 memory.h... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strings.h... 8
checking for a 64-bit type... yes
config.status: creating Makefile
checking for inttypes.h... uint64_t
checking for intptr_t... config.status: creating config.intl
yes
checking for stdint.h... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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.h
yes
config.status: executing default-1 commands
checking for unistd.h... yes
checking for uintptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking minix/config.h usability... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
no
checking minix/config.h presence... yes
checking for ssize_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-ranlib libz.a
no
checking for working volatile... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking return type of signal handlers... yes
checking for library containing strerror... void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for asprintf... yes
checking for ssize_t... config.status: creating config.h
yes
config.status: config.h is unchanged
checking for atexit... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for basename... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for library containing opendir... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
none required
checking for fcntl... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
no
checking for lstat... checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for memmove... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
yes
checking for putenv... checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
yes
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for select... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for setlocale... yes
yes
checking for gettimeofday... checking for strcasecmp... yes
checking for index... yes
checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
checking for memcmp... yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mkstemps... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for putenv... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for rindex... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
no
checking termcap.h presence... checking for stpncpy... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strdup... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strncasecmp... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strndup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for strnlen... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoul... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoll... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strtoull... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vasprintf... yes
no
checking for tgetent in -ltermcap... checking for vfprintf... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vprintf... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vsnprintf... yes
checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for waitpid... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking for mbscmp... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
no
checking for wctype... checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for setrlimit... yes
checking configuration for building shared libraries... no
checking for sbrk... no
supported
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... config.status: creating doc/Makefile
no
checking for sysmp... no
checking for table... config.status: creating examples/Makefile
no
checking for times... no
checking for wait3... no
checking for wait4... config.status: creating shlib/Makefile
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating config.h
yes
checking whether snprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-25 12:14 [binutils-gdb] Fix compile time warning message for the AArch64 BFD backend, about a possible attempt to call sprintf on a NULL buffer pointer sergiodj+buildbot
@ 2018-06-25 13:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-25 13:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2006>

Commit(s) tested:
	bb69498c61638ea88b626f78e911afa74ed22da6

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix compile time warning message for the AArch64 BFD backend, about a possible attempt to call sprintf on a NULL buffer pointer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bb/bb69498c61638ea88b626f78e911afa74ed22da6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-24 18:48 [binutils-gdb] Regenerate configure and pot files with updated binutils version number sergiodj+buildbot
@ 2018-06-24 20:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-24 20:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2005>

Commit(s) tested:
	71300e2c0c24442979a3d01b8423cfaf8ea83003

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Regenerate configure and pot files with updated binutils version number.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/71/71300e2c0c24442979a3d01b8423cfaf8ea83003/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-24 18:32 [binutils-gdb] Update version number on development (aka HEAD) branch sergiodj+buildbot
@ 2018-06-24 20:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-24 20:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2004>

Commit(s) tested:
	5127f207329b795f865234f4461b230d159e2a22

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Update version number on development (aka HEAD) branch.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/51/5127f207329b795f865234f4461b230d159e2a22/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-24 17:56 [binutils-gdb] Add 2.30 branch notes to ChangeLogs and NEWS files sergiodj+buildbot
@ 2018-06-24 18:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-24 18:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2003>

Commit(s) tested:
	719d8288507d9f35c76bdeed5b597348bd345883

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add 2.30 branch notes to ChangeLogs and NEWS files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/71/719d8288507d9f35c76bdeed5b597348bd345883/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-22 18:03 [binutils-gdb] Fix "info registers" regexes in gdb.base/jit-reader.exp sergiodj+buildbot
@ 2018-06-22 18:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-22 18: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/2001>

Commit(s) tested:
	6d72d289c4718c72f36880876d7460d6da4fa21a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix "info registers" regexes in gdb.base/jit-reader.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6d/6d72d289c4718c72f36880876d7460d6da4fa21a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./zlib
Configuring in ./intl
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
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
checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking build system type... config.status: creating Makefile
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... checking whether make supports nested variables... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32-gcc -E
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the C compiler works... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... checking for grep that handles long lines and -e... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for memory.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking whether the C compiler works... checking for sys/stat.h... checking for strings.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for stdlib.h... yes
checking for inttypes.h... yes
.exe
checking whether we are cross compiling... yes
checking for string.h... checking for suffix of object files... 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... o
checking whether we are using the GNU C compiler... yes
checking whether the shell understands "+="... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
checking for stdint.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for strings.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
no
checking minix/config.h presence... checking for ANSI C header files... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking whether make sets $(MAKE)... checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for sys/types.h... checking for xgettext... yes
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking minix/config.h presence... checking for sys/stat.h... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking how to run the C preprocessor... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
none required
checking for an ANSI C-conforming const... checking for stdlib.h... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for inline... yes
checking for string.h... inline
checking for off_t... yes
checking for grep that handles long lines and -e... checking for memory.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for size_t... yes
yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking for stdint.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... yes
checking for working alloca.h... yes
yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for dlfcn.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
no
checking for objdir... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for string.h... .libs
yes
checking for stdlib.h... (cached) yes
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for memory.h... checking for unistd.h... (cached) yes
checking for sys/param.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for getpagesize... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for strings.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for inttypes.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for stdint.h... yes
checking for inline... checking for stdint.h... yes
checking for unsigned long long... inline
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for unistd.h... yes
checking for inttypes.h... yes
checking whether -lc should be explicitly linked in... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking dynamic linker characteristics... checking ctype.h usability... checking for sys/file.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shared library run path origin... checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... 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... x86_64-w64-mingw32-gcc -E
checking for strings.h... (cached) yes
done
checking for sys/time.h... checking argz.h usability... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for stddef.h... yes
yes
no
checking argz.h presence... checking for string.h... (cached) yes
checking for time.h... checking stdio.h usability... no
checking for argz.h... no
yes
checking limits.h usability... yes
checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
checking for getpagesize... checking for sys/mman.h... no
checking for fcntl.h... yes
yes
checking stdio.h presence... yes
checking limits.h presence... checking for alloca.h... yes
checking for stdio.h... yes
yes
checking for limits.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking locale.h usability... checking for memcpy... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking locale.h presence... yes
yes
checking for uintptr_t... checking for strerror... no
checking for sys/sysinfo.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for machine/hal_sysinfo.h... no
checking nl_types.h presence... yes
checking for int_least32_t... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for unistd.h... (cached) yes
no
checking for sys/systemcfg.h... yes
checking for int_fast32_t... no
checking for stdint.h... (cached) yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for stdio_ext.h... yes
checking malloc.h presence... yes
checking for uint64_t... no
checking for process.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for sys/prctl.h... yes
checking stddef.h presence... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
yes
checking for off_t... no
checking whether time.h and sys/time.h may both be included... checking for stdlib.h... (cached) yes
yes
checking whether errno must be declared... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking size of int... yes
checking size of int... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... 4
checking size of long... no
checking for geteuid... 4
checking size of long... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
4
checking for munmap... checking size of size_t... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... config.status: creating Makefile
bid
checking whether byte ordering is bigendian... config.status: executing depfiles commands
no
checking for setlocale... yes
no
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... config.status: executing libtool commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
config.status: creating Makefile
8
config.status: creating config.h
checking for long long... yes
config.status: executing gstdint.h commands
checking for strdup... yes
checking size of long long... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for tsearch... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating cache ./config.cache
yes
checking build system type... checking for __argz_count... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_stringify... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether the C compiler works... no
checking for __argz_next... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-gzclose.Tpo .deps/libz_a-gzclose.Po
8
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a 64-bit type... checking for __fsetlocking... .exe
checking whether we are cross compiling... yes
uint64_t
checking for suffix of object files... checking for intptr_t... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for iconv... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 uintptr_t... none needed
checking how to run the C preprocessor... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 LC_MESSAGES... x86_64-w64-mingw32-gcc -E
no
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... yes
checking for ssize_t... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for grep that handles long lines and -e... checking for GNU gettext in libintl... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
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 for pid_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for library containing strerror... yes
none required
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for stdlib.h... checking for asprintf... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... config.status: creating Makefile
yes
checking for atexit... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 config.intl
checking for memory.h... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
config.status: creating config.h
config.status: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for strings.h... checking for basename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for bcmp... checking for stdint.h... no
yes
checking for bcopy... checking for unistd.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.yyes
:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking minix/config.h usability... checking for bsearch... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking minix/config.h presence... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for calloc... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for clock... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for getcwd... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking return type of signal handlers... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for index... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for memchr... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for memcmp... no
checking for dirent.h that defines DIR... yes
checking for memcpy... yes
checking for library containing opendir... yes
checking for memmem... none required
checking for fcntl... no
checking for memmove... no
checking for kill... yes
checking for mempcpy... no
checking for lstat... yes
checking for memset... no
checking for memmove... yes
checking for mkstemps... yes
checking for putenv... no
yes
checking for putenv... checking for select... yes
checking for random... no
checking for setenv... no
checking for rename... no
checking for setlocale... yes
checking for rindex... yes
checking for strcasecmp... no
checking for setenv... no
yes
checking for snprintf... checking for strpbrk... yes
yes
checking for tcgetattr... checking for sigsetmask... no
checking for vsnprintf... no
checking for stpcpy... yes
checking for isascii... yes
no
checking for stpncpy... checking for isxdigit... no
yes
checking for strcasecmp... checking for getpwent... yes
checking for strchr... no
checking for getpwnam... yes
checking for strdup... no
checking for getpwuid... yes
checking for strncasecmp... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for strndup... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for strnlen... checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strrchr... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strstr... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strtod... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strtol... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtoul... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoll... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strtoull... no
checking termio.h presence... yes
checking for strverscmp... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for tmpnam... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for vasprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for vfprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 vprintf... 64
checking for type of signal functions... yes
checking for vsnprintf... yes
checking for vsprintf... v7
checking if signal handlers must be reinstalled when invoked... no
configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for waitpid... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for setproctitle... no
checking for sig_atomic_t in signal.h... no
checking whether alloca needs Cray hooks... yes
checking whether signal handlers are of type void... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for _doprnt... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... no
yes
checking wctype.h presence... checking for dup3... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrlimit... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking for getrusage... checking langinfo.h usability... no
checking for getsysinfo... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbscasecmp... no
checking for psignal... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for pstat_getdynamic... no
checking for mbsrtowcs... no
checking for pstat_getstatic... yes
checking for mbschr... no
checking for wcrtomb... no
checking for realpath... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for sbrk... no
checking for spawnve... no
checking for wctype... yes
checking for spawnvpe... yes
checking for wcswidth... yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for strerror... yes
yes
checking for iswlower... checking for strsignal... no
checking for sysconf... yes
checking for iswupper... no
checking for sysctl... yes
checking for towlower... no
checking for sysmp... yes
checking for towupper... no
checking for table... yes
checking for iswctype... no
checking for times... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for wait3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for wait4... no
yes
checking configuration for building shared libraries... checking whether basename is declared... supported
no
checking whether ffs is declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether getenv is declared... yes
checking whether getopt is declared... yes
config.status: creating examples/Makefile
checking whether malloc is declared... config.status: creating shlib/Makefile
yes
checking whether realloc is declared... config.status: creating config.h
yes
config.status: executing default commands
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-22 15:47 [binutils-gdb] Use partial register read/writes in transfer_regset sergiodj+buildbot
@ 2018-06-22 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-22 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2000>

Commit(s) tested:
	8e7767e3f782c46451a548d708f5582669d7a6d7

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Use partial register read/writes in transfer_regset

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8e/8e7767e3f782c46451a548d708f5582669d7a6d7/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-22 11:54 [binutils-gdb] Correct negs aliasing on AArch64 sergiodj+buildbot
@ 2018-06-22 13:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-22 13:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1999>

Commit(s) tested:
	514cd3a0f589fa48ca7bc9504c36436c0cbefcb2

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Correct negs aliasing on AArch64.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/51/514cd3a0f589fa48ca7bc9504c36436c0cbefcb2/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-22 11:32 [binutils-gdb] Fix up HAS_SVE_STATE macro sergiodj+buildbot
@ 2018-06-22 12:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-22 12:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1998>

Commit(s) tested:
	bfd60e344c8001910825a358ad674003738ebb6b

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Fix up HAS_SVE_STATE macro

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bf/bfd60e344c8001910825a358ad674003738ebb6b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
make[2]: *** [Makefile:1616: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-21 22:06 [binutils-gdb] MIPS/opcodes: Fix a typo in `-M ginv' option description sergiodj+buildbot
@ 2018-06-22  0:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-22  0:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1997>

Commit(s) tested:
	385e4d0f27945ef38e19a8fd3ec4cd76ff3b87a5

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/opcodes: Fix a typo in `-M ginv' option description

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/38/385e4d0f27945ef38e19a8fd3ec4cd76ff3b87a5/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-21 21:34 [binutils-gdb] MIPS/BFD: Correct formatting of compact EH backend methods sergiodj+buildbot
@ 2018-06-21 23:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-21 23:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1996>

Commit(s) tested:
	1ced1a5f108fd0a0c88d2298dbdd2dd2a2ee38f0

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/BFD: Correct formatting of compact EH backend methods

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1c/1ced1a5f108fd0a0c88d2298dbdd2dd2a2ee38f0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-21 21:11 [binutils-gdb] MIPS/BFD: Keep EI_ABIVERSION setting together sergiodj+buildbot
@ 2018-06-21 23:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-21 23:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1995>

Commit(s) tested:
	334cd8a780840d6aee86790fe2fe5f02fe56edf6

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/BFD: Keep EI_ABIVERSION setting together

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/33/334cd8a780840d6aee86790fe2fe5f02fe56edf6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-21 21:05 [binutils-gdb] MIPS/BFD: Use enumeration constants for EI_ABIVERSION sergiodj+buildbot
@ 2018-06-21 21:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-21 21:43 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/1994>

Commit(s) tested:
	bb29b84d8c2cc2e91f8dec7f7eb64f03470bd03c

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/BFD: Use enumeration constants for EI_ABIVERSION

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bb/bb29b84d8c2cc2e91f8dec7f7eb64f03470bd03c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
checking whether the C compiler works... configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for perl... perl
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking build system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether make supports nested variables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
none needed
checking how to run the C preprocessor... Configuring in ./libdecnumber
checking whether the C compiler works... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... a.exe
checking whether the C compiler works... checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for string.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for style of include used by make... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... GNU
checking dependency style of x86_64-w64-mingw32-gcc... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... checking whether the C compiler works... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for sys/types.h... yes
checking for C compiler default output file name... a.exe
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for suffix of executables... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for strings.h... yes
checking for sys/stat.h... yes
.exe
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether we are cross compiling... yes
checking for suffix of object files... checking for inttypes.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... o
checking whether we are using the GNU C compiler... checking for stdlib.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... yes
checking for unistd.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... ok
checking how to run the C preprocessor... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking minix/config.h presence... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdint.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for msgfmt... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
checking how to run the C preprocessor... yes
yes
checking for sys/stat.h... checking for unistd.h... checking build system type... x86_64-w64-mingw32-gcc -E
x86_64-pc-linux-gnu
checking host system type... yes
yes
checking for stdlib.h... checking minix/config.h usability... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking minix/config.h presence... checking for string.h... none required
checking for an ANSI C-conforming const... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for inline... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/types.h... inline
checking for off_t... yes
yes
checking for strings.h... checking for sys/stat.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for size_t... checking for inttypes.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdint.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
checking for working alloca.h... yes
yes
checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for strings.h... no
checking for objdir... yes
checking for inttypes.h... .libs
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for stdlib.h... (cached) yes
checking for stdint.h... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking for unistd.h... checking for getpagesize... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking for an ANSI C-conforming const... checking ctype.h usability... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stdint.h... yes
checking for inline... yes
checking ctype.h presence... inline
checking whether byte ordering is bigendian... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for unsigned long long... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking stddef.h presence... yes
checking for inttypes.h... yes
checking whether -lc should be explicitly linked in... yes
checking for stddef.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for string.h... (cached) yes
checking for sys/file.h... yes
checking whether the inttypes.h PRIxNN macros are broken... checking stdio.h usability... yes
yes
checking dynamic linker characteristics... checking for sys/param.h... no
checking for ld used by GCC... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking stdio.h presence... checking for limits.h... yes
checking for stdio.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
done
checking for stdlib.h... (cached) yes
checking for malloc.h... checking argz.h usability... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... yes
checking for uintptr_t... checking for string.h... (cached) yes
no
checking argz.h presence... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for strings.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking for sys/time.h... yes
checking for int_least32_t... yes
yes
checking for working mmap... no
checking for memcpy... checking for time.h... yes
checking for sys/resource.h... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
yes
checking for int_fast32_t... checking for sys/stat.h... (cached) yes
yes
checking locale.h presence... yes
checking for strerror... checking for sys/mman.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for fcntl.h... yes
checking for uint64_t... yes
yes
checking for unistd.h... (cached) yes
checking for alloca.h... no
checking nl_types.h presence... no
configure: updating cache ./config.cache
no
checking for nl_types.h... no
checking for sys/pstat.h... checking malloc.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/sysmp.h... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for sys/sysinfo.h... yes
checking for off_t... checking stddef.h usability... no
checking for machine/hal_sysinfo.h... no
yes
checking stddef.h presence... checking for sys/table.h... yes
checking for stddef.h... yes
no
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
yes
checking size of int... checking for string.h... (cached) yes
no
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
4
checking size of long... checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... config.status: creating Makefile
4
checking size of long... no
checking for mempcpy... config.status: executing depfiles commands
yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
config.status: executing libtool commands
x86_64-w64-mingw32
checking target system type... checking for putenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... make[1]: Nothing to be done for 'all-target'.
4
checking size of size_t... mkdir -p -- ./readline
Configuring in ./readline
no
checking for setlocale... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... config.status: creating Makefile
config.status: creating config.h
no
checking for strcasecmp... config.status: executing gstdint.h commands
configure: creating cache ./config.cache
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strdup... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for long long... yes
checking for strtoul... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking whether the C compiler works... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking size of long long... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 tsearch... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for __argz_count... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for __argz_stringify... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for __argz_next... none needed
checking how to run the C preprocessor... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
x86_64-w64-mingw32-gcc -E
checking for __fsetlocking... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for iconv... yes
checking for sys/types.h... yes
checking for sys/stat.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for stdlib.h... no
checking for LC_MESSAGES... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
yes
checking for a 64-bit type... no
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... checking for string.h... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
uint64_t
no
checking for intptr_t... checking for GNU gettext in libintl... yes
checking for memory.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: updating cache ./config.cache
checking for strings.h... yes
checking for uintptr_t... configure: creating ./config.status
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for inttypes.h... yes
yes
checking for ssize_t... checking for stdint.h... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for unistd.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for pid_t... config.status: creating Makefile
yes
checking minix/config.h usability... config.status: creating config.intl
config.status: creating config.h
yes
config.status: executing default-1 commands
no
checking minix/config.h presence... checking for library containing strerror... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for atexit... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
no
checking for working volatile... checking for basename... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
checking return type of signal handlers... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for bcmp... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
void
checking for size_t... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
no
checking for fcntl... checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for clock... no
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for kill... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for memmove... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
yes
checking for getpagesize... checking for putenv... yes
checking for gettimeofday... yes
checking for select... yes
checking for index... no
checking for setenv... no
checking for insque... no
checking for setlocale... no
checking for memchr... yes
yes
checking for memcmp... checking for strcasecmp... yes
yes
checking for strpbrk... checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... checking for rindex... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for setenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for snprintf... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for sigsetmask... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpncpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strncasecmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strndup... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... yes
64
checking for type of signal functions... checking for strrchr... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoul... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strtoll... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strtoull... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strverscmp... no
checking for tgetent... no
checking for tmpnam... no
checking for tgetent in -ltermcap... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for vsnprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... yes
checking for vsprintf... no
checking for mbsnrtowcs... yes
checking for waitpid... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for setproctitle... no
checking for wcrtomb... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcscoll... no
checking for fork... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for vfork... no
checking for wctype... no
checking for _doprnt... yes
checking for wcswidth... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswlower... yes
checking for iswupper... no
checking for canonicalize_file_name... yes
checking for towlower... no
checking for dup3... yes
checking for towupper... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for getrlimit... no
checking for getrusage... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-21 19:12 [binutils-gdb] RISC-V: Fix 3 PIE related ld testsuite failures sergiodj+buildbot
@ 2018-06-21 21:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-21 21:02 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/1993>

Commit(s) tested:
	25eb8346acc04b10d62295eb4c67c928b01a8aaf

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Fix 3 PIE related ld testsuite failures.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/25/25eb8346acc04b10d62295eb4c67c928b01a8aaf/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether the C compiler works... checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... a.exe
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for suffix of executables... configure: updating cache ./config.cache
.exe
configure: creating ./config.status
checking whether we are cross compiling... yes
checking for perl... perl
checking for suffix of object files... checking build system type... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... yes
x86_64-w64-mingw32-ranlib
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
none needed
checking how to run the C preprocessor... checking whether we are cross compiling... yes
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
yes
Configuring in ./libdecnumber
checking for sys/types.h... none needed
checking how to run the C preprocessor... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for sys/types.h... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/stat.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for stdlib.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stdlib.h... yes
yes
checking for string.h... checking for string.h... yes
checking for memory.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for strings.h... ok
checking how to run the C preprocessor... checking whether the C compiler works... yes
checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for ANSI C header files... checking for inttypes.h... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stdint.h... yes
checking for stdint.h... yes
yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for unistd.h... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking minix/config.h usability... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking minix/config.h usability... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking minix/config.h presence... yes
yes
checking whether make sets $(MAKE)... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for string.h... checking for xgettext... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/xgettext
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for msgmerge... /usr/bin/msgmerge
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... checking build system type... 64
x86_64-pc-linux-gnu
checking host system type... checking whether x86_64-w64-mingw32-gcc supports -W... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... none required
checking for an ANSI C-conforming const... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inline... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... inline
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... yes
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for size_t... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for dlfcn.h... no
checking for objdir... .libs
yes
checking for working alloca.h... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... no
checking for alloca... yes
checking for inline... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for sys/stat.h... yes
inline
checking whether byte ordering is bigendian... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stdlib.h... yes
yes
checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for string.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for memory.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/param.h... yes
checking whether -lc should be explicitly linked in... yes
yes
checking dynamic linker characteristics... yes
yes
checking for stdint.h... checking for strings.h... checking for limits.h... yes
checking for unsigned long long... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for inttypes.h... yes
checking for inttypes.h... checking for malloc.h... yes
yes
checking for stdlib.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for string.h... (cached) yes
checking for stdint.h... checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... no
checking for ld used by GCC... checking for strings.h... (cached) yes
yes
checking for unistd.h... checking for sys/time.h... yes
checking for getpagesize... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for time.h... yes
checking ctype.h usability... checking for working mmap... no
checking for memcpy... yes
done
checking for sys/resource.h... checking argz.h usability... no
checking for sys/stat.h... (cached) yes
yes
checking ctype.h presence... checking for sys/mman.h... yes
checking for ctype.h... yes
no
checking for fcntl.h... yes
checking stddef.h usability... no
checking argz.h presence... yes
checking for alloca.h... checking for strerror... no
checking for argz.h... no
yes
checking stddef.h presence... checking limits.h usability... yes
checking for stddef.h... yes
no
checking for string.h... (cached) yes
checking for sys/pstat.h... checking stdio.h usability... no
yes
checking limits.h presence... checking for sys/sysmp.h... yes
checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
no
checking locale.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for sys/sysinfo.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for machine/hal_sysinfo.h... yes
checking locale.h presence... yes
checking for uintptr_t... yes
checking for locale.h... yes
no
checking for sys/table.h... checking nl_types.h usability... no
checking for sys/sysctl.h... no
checking nl_types.h presence... no
no
checking for nl_types.h... no
yes
checking for int_least32_t... checking malloc.h usability... checking for sys/systemcfg.h... no
yes
checking malloc.h presence... checking for stdint.h... (cached) yes
yes
checking for malloc.h... yes
yes
checking for int_fast32_t... checking for stdio_ext.h... checking stddef.h usability... no
checking for process.h... yes
yes
checking stddef.h presence... yes
checking for uint64_t... checking for sys/prctl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
yes
checking what to include in gstdint.h... no
checking whether time.h and sys/time.h may both be included... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for feof_unlocked... yes
checking whether errno must be declared... yes
checking for off_t... no
checking size of int... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... yes
checking size of int... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... 4
checking size of long... no
checking for mempcpy... yes
4
checking size of long... checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for strtoul... x86_64-pc-linux-gnu
checking host system type... config.status: executing libtool commands
x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for tsearch... 4
checking size of size_t... yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
checking for __argz_count... Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
configure: creating cache ./config.cache
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... config.status: creating config.h
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: executing default-1 commands
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
config.status: creating Makefile
.exe
config.status: creating config.h
checking whether we are cross compiling... yes
8
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for suffix of object files... checking for long long... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
o
checking whether we are using the GNU C compiler... config.status: executing gstdint.h commands
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking size of long long... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -E
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 sys/types.h... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for sys/stat.h... yes
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for string.h... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 strings.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 inttypes.h... uint64_t
checking for intptr_t... yes
checking for stdint.h... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
yes
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 unistd.h... yes
checking for uintptr_t... yes
checking minix/config.h usability... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 minix/config.h presence... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for ssize_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking for pid_t... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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
checking for library containing strerror... no
checking for working volatile... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
none required
checking for asprintf... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for atexit... yes
checking for ssize_t... yes
checking for basename... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for dirent.h that defines DIR... checking for bcmp... no
checking for bcopy... no
checking for bsearch... yes
checking for library containing opendir... yes
checking for bzero... none required
checking for fcntl... no
no
checking for calloc... checking for kill... yes
no
checking for lstat... checking for clock... yes
no
checking for memmove... checking for ffs... no
checking for getcwd... yes
checking for putenv... yes
checking for getpagesize... yes
yes
checking for gettimeofday... checking for select... yes
no
checking for setenv... checking for index... no
no
checking for insque... checking for setlocale... yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
no
checking for getpwuid... checking for mkstemps... no
no
checking for working strcoll... no
checking fcntl.h usability... checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for random... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... no
checking for snprintf... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sigsetmask... checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for stpncpy... checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
checking for strchr... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for strnlen... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strstr... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtoull... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strverscmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
no
checking for speed_t in sys/types.h... checking for tmpnam... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking whether alloca needs Cray hooks... no
checking for langinfo.h... no
checking for mbrlen... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for wcrtomb... no
checking for __fsetlocking... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrusage... no
yes
checking for getsysinfo... checking for iswlower... yes
no
checking for gettimeofday... (cached) yes
checking for iswupper... checking for on_exit... yes
no
checking for psignal... checking for towlower... no
yes
checking for pstat_getdynamic... checking for towupper... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for realpath... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for setrlimit... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
config.status: creating Makefile
checking for strerror... config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-21 16:38 [binutils-gdb] Use thread_info and inferior pointers more throughout sergiodj+buildbot
@ 2018-06-21 17:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-21 17:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1992>

Commit(s) tested:
	00431a78b28f913a9d5c912c49680e39cfd20847

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use thread_info and inferior pointers more throughout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/00/00431a78b28f913a9d5c912c49680e39cfd20847/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'void windows_delete_thread(ptid_t, DWORD)':
../../binutils-gdb/gdb/windows-nat.c:496:22: error: cannot convert 'ptid_t' to 'thread_info*' for argument '1' to 'void delete_thread(thread_info*)'
   delete_thread (ptid);
                      ^
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::detach(inferior*, int)':
../../binutils-gdb/gdb/windows-nat.c:2003:34: error: invalid conversion from 'DWORD {aka long unsigned int}' to 'inferior*' [-fpermissive]
   detach_inferior (current_event.dwProcessId);
                    ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:26:0:
../../binutils-gdb/gdb/inferior.h:476:13: note:   initializing argument 1 of 'void detach_inferior(inferior*)'
 extern void detach_inferior (inferior *inf);
             ^~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-20 17:09 [binutils-gdb] testsuite: Fix cc-with-tweaks.sh being executed in the wrong shell sergiodj+buildbot
@ 2018-06-20 18:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-20 18:29 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/1985>

Commit(s) tested:
	f00674fe074f6ea778503a50132c3214a9c6aec8

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	testsuite: Fix cc-with-tweaks.sh being executed in the wrong shell

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f0/f00674fe074f6ea778503a50132c3214a9c6aec8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: updating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking whether make supports nested variables... config.status: creating Makefile
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -E
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
.exe
checking for sys/types.h... checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
o
checking whether we are using the GNU C compiler... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... none needed
checking how to run the C preprocessor... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... x86_64-w64-mingw32-gcc -E
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for memory.h... BSD nm
checking whether ln -s works... checking whether x86_64-w64-mingw32-gcc supports -Wall... 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 grep that handles long lines and -e... /usr/bin/grep
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... checking for egrep... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... /usr/bin/grep -E
checking for ANSI C header files... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/types.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... ok
checking how to run the C preprocessor... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for ANSI C header files... checking for stdlib.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for string.h... yes
checking minix/config.h usability... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for memory.h... yes
checking how to run the C preprocessor... no
checking minix/config.h presence... yes
checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
yes
checking for strings.h... yes
checking for stdlib.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for inttypes.h... checking for xgettext... yes
/usr/bin/xgettext
checking for msgmerge... checking for string.h... /usr/bin/msgmerge
yes
yes
checking for sys/types.h... checking for stdint.h... checking build system type... yes
checking for memory.h... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for sys/stat.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for stdlib.h... none required
checking for an ANSI C-conforming const... yes
checking minix/config.h usability... yes
checking for inttypes.h... yes
checking for inline... yes
checking for string.h... inline
checking for off_t... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... yes
checking for memory.h... yes
checking for unistd.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strings.h... yes
checking for size_t... yes
checking for dlfcn.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for objdir... .libs
yes
checking for stdint.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking ctype.h presence... checking for getpagesize... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking for ctype.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking stddef.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking stddef.h presence... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stddef.h... yes
yes
checking dynamic linker characteristics... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for stdint.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking for unsigned long long... checking for an ANSI C-conforming const... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
checking for sys/param.h... yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... yes
checking for getpagesize... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for uintptr_t... no
checking for ld used by GCC... yes
checking for working mmap... no
no
checking for memcpy... checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for int_least32_t... yes
checking for sys/param.h... done
yes
checking argz.h usability... checking for limits.h... yes
checking for strerror... yes
yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking limits.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for uint64_t... checking for sys/time.h... yes
configure: updating cache ./config.cache
yes
checking limits.h presence... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for time.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking locale.h presence... yes
checking for off_t... yes
checking for locale.h... yes
no
checking for fcntl.h... checking nl_types.h usability... yes
checking for alloca.h... no
checking for sys/pstat.h... no
checking nl_types.h presence... no
checking for sys/sysmp.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking size of int... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... no
checking for sys/table.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for process.h... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... (cached) yes
checking for sys/prctl.h... checking for feof_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for fgets_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getc_unlocked... no
checking for getcwd... 4
checking size of long... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking for getegid... no
config.status: executing libtool commands
checking for geteuid... no
make[1]: Nothing to be done for 'all-target'.
checking for getgid... mkdir -p -- ./readline
Configuring in ./readline
no
checking for getuid... 4
checking size of long... no
checking for mempcpy... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
4
checking for ANSI C header files... (cached) yes
checking for munmap... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for putenv... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for setenv... no
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
no
o
checking whether we are using the GNU C compiler... checking for setlocale... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stpcpy... 4
checking size of size_t... config.status: creating Makefile
config.status: creating config.h
none needed
checking how to run the C preprocessor... config.status: executing gstdint.h commands
no
checking for strcasecmp... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for strdup... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
yes
checking for strtoul... checking for sys/types.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for sys/stat.h... yes
checking for tsearch... yes
checking for stdlib.h... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking for __argz_count... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 string.h... no
checking for __argz_stringify... yes
checking for memory.h... yes
no
checking for __argz_next... checking for strings.h... 8
checking for long long... yes
checking for inttypes.h... no
checking for __fsetlocking... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for stdint.h... no
checking for iconv... yes
checking size of long long... yes
checking for unistd.h... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
no
checking for LC_MESSAGES... checking minix/config.h usability... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether included gettext is requested... no
checking for GNU gettext in libc... no
checking minix/config.h presence... no
checking for GNU gettext in libintl... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
configure: updating cache ./config.cache
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
configure: creating ./config.status
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for working volatile... config.status: creating Makefile
config.status: creating config.intl
yes
checking return type of signal handlers... config.status: creating config.h
config.status: executing default-1 commands
void
checking for size_t... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 for ssize_t... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 dirent.h that defines DIR... yes
checking for uintptr_t... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 library containing opendir... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
none required
checking for fcntl... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for ssize_t... /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for kill... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for pid_t... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for putenv... none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for select... yes
checking for atexit... no
checking for setenv... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for basename... no
checking for setlocale... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for bcmp... yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for strcasecmp... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for strpbrk... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for tcgetattr... yes
checking for bzero... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for isascii... yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
checking for isxdigit... yes
checking for ffs... yes
checking for getpwent... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
no
checking for getpwnam... checking for getpagesize... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
yes
checking for getpwuid... checking for gettimeofday... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for index... yes
checking fcntl.h presence... no
checking for insque... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for memchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memcmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for memcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memmem... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for memmove... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for mempcpy... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for memset... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for mkstemps... no
checking for termios.h... no
checking termio.h usability... no
checking for putenv... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for random... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for rename... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for rindex... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setenv... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for snprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for sigsetmask... checking for type of signal functions... no
checking for stpcpy... no
checking for stpncpy... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for strcasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strchr... no
checking for sig_atomic_t in signal.h... yes
checking for strdup... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strncasecmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strndup... not found
checking for struct dirent.d_ino... no
checking for strnlen... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for strrchr... no
checking for tgetent in -ltermcap... yes
checking for strstr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtod... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strtol... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strtoul... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtoll... yes
checking for mbscasecmp... yes
checking for strtoull... no
checking for mbscmp... yes
checking for strverscmp... no
checking for mbsnrtowcs... no
checking for tmpnam... no
checking for mbsrtowcs... yes
checking for vasprintf... yes
checking for mbschr... yes
checking for vfprintf... no
checking for wcrtomb... yes
checking for vprintf... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for vsnprintf... yes
checking for wcwidth... yes
checking for vsprintf... no
checking for wctype... yes
checking for waitpid... yes
checking for wcswidth... no
checking for setproctitle... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswlower... no
checking for vfork... yes
checking for iswupper... no
checking for _doprnt... yes
checking for towlower... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for towupper... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswctype... no
checking for canonicalize_file_name... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for dup3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getrlimit... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for getrusage... no
checking for getsysinfo... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-20 15:49 [binutils-gdb] Fix potential illegal memroy access when using a build-id note with a negative size sergiodj+buildbot
@ 2018-06-20 16:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-20 16:51 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/1983>

Commit(s) tested:
	6077de0645ce12a9c4e99f8839a846b42a535b0a

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix potential illegal memroy access when using a build-id note with a negative size.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/60/6077de0645ce12a9c4e99f8839a846b42a535b0a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking whether the C compiler works... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
.exe
checking whether make supports nested variables... checking whether we are cross compiling... yes
yes
checking for suffix of object files... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
checking whether the C compiler works... checking build system type... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
gcc3
checking how to print strings... x86_64-w64-mingw32-gcc -E
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether the C compiler works... checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for inttypes.h... 1572864
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for sys/types.h... .exe
yes
checking whether we are cross compiling... yes
checking for suffix of object files... checking for stdint.h... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
x86_64-w64-mingw32-gcc -E
yes
checking for stdlib.h... checking minix/config.h usability... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for ANSI C header files... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... yes
yes
yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for strings.h... checking for xgettext... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for sys/stat.h... /usr/bin/xgettext
yes
checking for msgmerge... yes
/usr/bin/msgmerge
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking build system type... checking for stdlib.h... checking for stdint.h... yes
x86_64-pc-linux-gnu
checking host system type... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... checking for unistd.h... checking for string.h... none required
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... yes
checking for inline... yes
checking minix/config.h usability... yes
x86_64-w64-mingw32-gcc -E
inline
checking for off_t... checking for memory.h... checking for grep that handles long lines and -e... no
checking minix/config.h presence... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for strings.h... yes
checking for size_t... 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 for sys/types.h... checking for inttypes.h... yes
checking for working alloca.h... yes
checking for sys/stat.h... yes
no
checking for alloca... checking for stdint.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... checking for unistd.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... checking for string.h... yes
checking for dlfcn.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for getpagesize... checking for memory.h... no
checking for objdir... .libs
yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... checking for strings.h... yes
yes
checking for unsigned long long... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking ctype.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for an ANSI C-conforming const... yes
checking whether -lc should be explicitly linked in... done
yes
checking ctype.h presence... checking argz.h usability... yes
checking for inline... yes
checking for ctype.h... yes
yes
checking dynamic linker characteristics... inline
checking whether byte ordering is bigendian... checking stddef.h usability... no
checking argz.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking stddef.h presence... no
checking for argz.h... no
checking limits.h usability... 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... x86_64-w64-mingw32-gcc -E
yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking limits.h presence... checking stdio.h usability... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking locale.h usability... checking for unistd.h... (cached) yes
checking for sys/file.h... yes
checking stdio.h presence... checking for sys/param.h... yes
yes
checking for stdio.h... yes
yes
checking locale.h presence... checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for locale.h... yes
yes
yes
checking for getpagesize... checking nl_types.h usability... checking for limits.h... yes
checking for uintptr_t... yes
checking for working mmap... no
checking for memcpy... yes
no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
yes
checking for int_least32_t... checking for malloc.h... no
checking for nl_types.h... no
yes
checking for string.h... (cached) yes
yes
checking malloc.h usability... checking for unistd.h... (cached) yes
checking for strerror... checking for strings.h... (cached) yes
yes
checking malloc.h presence... yes
checking for int_fast32_t... checking for sys/time.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for time.h... yes
checking stddef.h presence... yes
yes
checking for unistd.h... (cached) yes
checking for sys/resource.h... yes
checking for uint64_t... yes
checking for stddef.h... yes
no
configure: updating cache ./config.cache
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/mman.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
yes
checking for sys/param.h... (cached) yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for fcntl.h... checking for feof_unlocked... yes
yes
checking for off_t... checking for alloca.h... no
checking for fgets_unlocked... no
checking for sys/pstat.h... no
checking for getc_unlocked... yes
checking size of int... no
checking for sys/sysmp.h... no
checking for getcwd... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking for getegid... no
checking for sys/table.h... no
checking for geteuid... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
no
checking for getgid... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... 4
checking size of long... no
checking for getuid... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for mempcpy... yes
checking whether errno must be declared... no
checking size of int... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
yes
checking for ANSI C header files... (cached) yes
checking for stpcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... 4
checking size of long... x86_64-w64-mingw32
checking target system type... config.status: creating Makefile
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... config.status: executing depfiles commands
yes
checking for strdup... no
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for strtoul... yes
checking for tsearch... 4
checking size of size_t... yes
config.status: executing libtool commands
checking for __argz_count... no
checking for __argz_stringify... config.status: creating Makefile
no
checking for __argz_next... no
checking for __fsetlocking... config.status: creating config.h
config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
no
checking for iconv... mkdir -p -- ./readline
Configuring in ./readline
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
checking for long long... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
checking for LC_MESSAGES... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
no
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... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
configure: creating cache ./config.cache
yes
checking size of long long... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 build system type... no
checking for GNU gettext in libintl... x86_64-pc-linux-gnu
checking host system type... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 C compiler default output file name... a.exe
checking for suffix of executables... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
8
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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 a 64-bit type... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
uint64_t
checking for intptr_t... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.intl
none needed
checking how to run the C preprocessor... config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -E
yes
checking for uintptr_t... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
checking for grep that handles long lines and -e... x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for ssize_t... yes
checking for sys/types.h... yes
checking for pid_t... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
checking for sys/stat.h... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
x86_64-w64-mingw32-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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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-zutil.Tpo .deps/libz_a-zutil.Po
yes
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
checking for stdlib.h... yes
checking for library containing strerror... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for asprintf... yes
yes
checking for memory.h... checking for atexit... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
config.status: creating config.h
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for strings.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for basename... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for inttypes.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for stdint.h... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for bzero... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
no
checking for working volatile... ../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for ffs... yes
checking return type of signal handlers... void
checking for size_t... no
checking for getcwd... yes
checking for ssize_t... yes
checking for getpagesize... yes
checking for gettimeofday... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for index... no
checking for dirent.h that defines DIR... no
checking for insque... yes
checking for library containing opendir... no
checking for memchr... none required
checking for fcntl... yes
checking for memcmp... no
checking for kill... yes
checking for memcpy... yes
checking for memmem... no
checking for lstat... no
checking for memmove... no
checking for memmove... yes
checking for mempcpy... yes
checking for putenv... yes
checking for memset... yes
checking for select... yes
checking for mkstemps... no
checking for setenv... no
checking for putenv... no
checking for setlocale... yes
checking for random... yes
checking for strcasecmp... no
yes
checking for rename... checking for strpbrk... yes
checking for rindex... yes
checking for tcgetattr... no
checking for setenv... no
no
checking for snprintf... checking for vsnprintf... yes
yes
checking for sigsetmask... checking for isascii... no
checking for stpcpy... yes
checking for isxdigit... no
yes
checking for stpncpy... checking for getpwent... no
checking for getpwnam... no
checking for strcasecmp... no
checking for getpwuid... yes
checking for strchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for strdup... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for strncasecmp... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for strndup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for strnlen... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strrchr... checking locale.h usability... yes
yes
checking locale.h presence... checking for strstr... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtod... no
checking pwd.h presence... yes
checking for strtol... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strtoul... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
checking for strtoll... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strtoull... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strverscmp... no
checking for sys/stream.h... no
checking sys/select.h usability... no
no
checking sys/select.h presence... checking for tmpnam... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for vasprintf... 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... checking for vfprintf... 64
checking for type of signal functions... yes
checking for vprintf... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for vsprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for waitpid... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for setproctitle... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for fork... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for external symbol _system_configuration... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for __fsetlocking... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... no
checking for getsysinfo... yes
checking for mbschr... no
no
checking for wcrtomb... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcscoll... no
checking for psignal... no
yes
checking for wcsdup... checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setrlimit... yes
checking for iswlower... yes
checking for iswupper... no
yes
checking for sbrk... checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
yes
checking for spawnvpe... checking for iswctype... yes
checking for nl_langinfo and CODESET... yes
checking for strerror... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... config.status: creating Makefile
no
checking for times... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for wait4... config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
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... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-19 17:46 [binutils-gdb] Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_pc_section sergiodj+buildbot
@ 2018-06-19 18:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-19 18:31 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/1973>

Commit(s) tested:
	6ae502670996ec6e8b574dbaa4577d79fa9e9799

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_pc_section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6a/6ae502670996ec6e8b574dbaa4577d79fa9e9799/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for perl... checking for suffix of object files... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... o
x86_64-w64-mingw32-gcc
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... a.exe
/usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
checking for sys/types.h... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/stat.h... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for memory.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
yes
yes
checking how to run the C preprocessor... checking for stdint.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for unistd.h... checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
yes
checking for sys/types.h... checking for off_t... checking minix/config.h usability... yes
checking for sys/stat.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking for size_t... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for string.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
64
checking for memory.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
checking for stdlib.h... (cached) yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... a.exe
yes
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
.exe
checking whether integer division by zero raises SIGFPE... guessing no
checking for suffix of object files... checking for inttypes.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... o
checking whether we are using the GNU C compiler... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for unsigned long long... checking ctype.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inttypes.h... yes
checking ctype.h presence... none needed
checking for style of include used by make... yes
checking for ctype.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking stddef.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for an ANSI C-conforming const... no
checking for ld used by GCC... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for inline... checking for string.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking stdio.h usability... gcc3
yes
checking for shared library run path origin... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... inline
checking whether byte ordering is bigendian... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking stdio.h presence... done
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking argz.h usability... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for uintptr_t... no
checking for a BSD-compatible install... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... /usr/bin/install -c
checking for sys/file.h... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
yes
checking how to recognize dependent libraries... checking for int_least32_t... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/param.h... yes
yes
checking locale.h presence... checking for limits.h... yes
checking for locale.h... yes
yes
checking nl_types.h usability... yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
ok
no
checking nl_types.h presence... checking for unistd.h... (cached) yes
checking how to run the C preprocessor... checking for strings.h... (cached) yes
yes
checking for uint64_t... checking for sys/time.h... no
checking for nl_types.h... no
checking malloc.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for ANSI C header files... yes
checking malloc.h presence... checking for time.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for sys/resource.h... yes
checking for off_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking stddef.h presence... yes
checking for sys/types.h... no
checking for fcntl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for alloca.h... yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... checking sys/param.h usability... no
checking for sys/pstat.h... yes
checking size of int... no
checking for sys/sysmp.h... yes
yes
checking sys/param.h presence... checking for stdlib.h... no
checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for machine/hal_sysinfo.h... yes
no
checking for sys/table.h... checking for string.h... no
checking for sys/sysctl.h... no
checking for fgets_unlocked... no
checking for sys/systemcfg.h... yes
checking for memory.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for getc_unlocked... yes
checking for process.h... checking for strings.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking for inttypes.h... checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
checking for stdint.h... yes
checking for getegid... no
checking size of int... yes
checking for unistd.h... 4
checking size of long... no
checking for geteuid... yes
checking for dlfcn.h... no
checking for getgid... no
checking for objdir... .libs
no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 4
checking size of long... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
yes
checking dynamic linker characteristics... checking build system type... x86_64-pc-linux-gnu
checking host system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
x86_64-w64-mingw32
checking target system type... checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 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... x86_64-w64-mingw32-gcc -E
no
checking for stdlib.h... (cached) yes
checking for setlocale... checking for unistd.h... (cached) yes
checking for getpagesize... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stpcpy... yes
checking for working mmap... no
checking for memcpy... no
checking for strcasecmp... yes
checking for strerror... yes
config.status: creating Makefile
checking for strdup... yes
checking for unistd.h... (cached) yes
config.status: creating config.h
4
checking size of size_t... configure: updating cache ./config.cache
config.status: executing gstdint.h commands
configure: creating ./config.status
yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... config.status: executing depfiles commands
no
none needed
checking how to run the C preprocessor... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing libtool commands
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating Makefile
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for sys/stat.h... config.status: creating config.intl
config.status: creating config.h
yes
checking for stdlib.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
8
checking for a 64-bit type... yes
uint64_t
checking for intptr_t... checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for uintptr_t... yes
checking for stdint.h... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for ssize_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for working volatile... none required
checking for asprintf... yes
checking return type of signal handlers... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
checking for basename... yes
checking for ssize_t... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for dirent.h that defines DIR... no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
no
checking for bsearch... none required
checking for fcntl... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for kill... no
checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for lstat... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for clock... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
checking for putenv... x86_64-w64-mingw32-ranlib libz.a
yes
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for select... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for getcwd... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
config.status: config.h is unchanged
no
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for setenv... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for gettimeofday... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for strcasecmp... yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for isascii... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
yes
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mkstemps... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for putenv... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for random... checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for rename... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for snprintf... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for sigsetmask... yes
checking termcap.h presence... no
checking for stpcpy... yes
checking for termcap.h... yes
checking termios.h usability... no
no
checking termios.h presence... checking for stpncpy... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strdup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... yes
v7
checking for strtod... checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... yes
checking for strtoll... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtoull... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for mbsnrtowcs... checking for fork... no
no
checking for mbsrtowcs... checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
no
checking for sys_errlist... checking for wcrtomb... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrusage... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for spawnve... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysconf... config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-18 20:02 [binutils-gdb] Remove resume_section_map_updates_cleanup sergiodj+buildbot
@ 2018-06-18 23:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-18 23:31 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/1964>

Commit(s) tested:
	06424eac62da949519c0c641fbc3e8372a9c7f0b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove resume_section_map_updates_cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/06/06424eac62da949519c0c641fbc3e8372a9c7f0b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking whether NLS is requested... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... configure: creating cache ./config.cache
/usr/bin/msgfmt
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... mkdir -p -- ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
.exe
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... yes
checking for inline... x86_64-w64-mingw32-gcc -E
inline
o
checking whether we are using the GNU C compiler... checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... yes
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for string.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for unistd.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -fno-lto... yes
checking for off_t... yes
checking how to run the C preprocessor... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... checking for unistd.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for size_t... yes
checking minix/config.h usability... yes
checking for sys/types.h... no
checking minix/config.h presence... yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
64
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for memory.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unsigned long long... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... yes
checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking ctype.h usability... done
checking argz.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking ctype.h presence... yes
checking for an ANSI C-conforming const... no
checking argz.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... none needed
checking for style of include used by make... no
checking for argz.h... no
GNU
checking limits.h usability... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... yes
checking limits.h presence... gcc3
checking how to print strings... yes
checking for stddef.h... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for limits.h... yes
/usr/bin/grep
checking for egrep... checking for string.h... (cached) yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking locale.h usability... checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking locale.h presence... yes
checking stdio.h presence... checking for sys/file.h... yes
BSD nm
checking for locale.h... checking whether ln -s works... yes
yes
checking the maximum length of command line arguments... yes
yes
checking for stdio.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking nl_types.h usability... checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for limits.h... yes
no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
yes
checking for uintptr_t... checking for malloc.h... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
ok
checking for strings.h... (cached) yes
checking how to run the C preprocessor... checking for sys/time.h... yes
checking for int_least32_t... yes
checking malloc.h presence... yes
checking for time.h... x86_64-w64-mingw32-gcc -E
yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for sys/resource.h... checking for ANSI C header files... yes
checking for int_fast32_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for fcntl.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for uint64_t... checking for alloca.h... checking sys/param.h usability... yes
checking for sys/types.h... no
checking for sys/pstat.h... no
yes
checking for sys/sysmp.h... yes
checking sys/param.h presence... yes
checking what to include in gstdint.h... checking for sys/stat.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for sys/param.h... yes
no
checking for sys/sysinfo.h... checking for feof_unlocked... yes
checking for off_t... no
yes
checking for machine/hal_sysinfo.h... checking for stdlib.h... no
checking for sys/table.h... no
no
checking for sys/sysctl.h... checking for fgets_unlocked... yes
checking for string.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking size of int... yes
no
checking for memory.h... checking for getc_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... yes
checking for strings.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking for inttypes.h... yes
checking whether errno must be declared... yes
checking for getegid... yes
no
checking size of int... checking for stdint.h... no
checking for geteuid... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
no
checking for getuid... checking for objdir... .libs
4
checking size of long... no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for putenv... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for setenv... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for setlocale... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
4
checking for stpcpy... checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for working mmap... no
checking for memcpy... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strerror... yes
checking for strdup... yes
checking for unistd.h... (cached) yes
no
4
checking size of size_t... yes
configure: updating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strtoul... configure: creating ./config.status
yes
checking for tsearch... config.status: creating Makefile
yes
config.status: creating config.h
checking for __argz_count... config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... 8
checking for long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... checking for C compiler default output file name... no
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
yes
checking size of long long... checking for GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... config.status: creating Makefile
configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... config.status: executing depfiles commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: executing libtool commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for sys/types.h... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
8
yes
checking for a 64-bit type... checking for stdlib.h... uint64_t
checking for intptr_t... yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for uintptr_t... yes
checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for ssize_t... yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for unistd.h... yes
checking for pid_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... none required
checking for asprintf... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for atexit... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking return type of signal handlers... checking for basename... void
checking for size_t... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal32.c
yes
checking for ssize_t... no
checking for bcopy... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal64.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for bzero... checking for dirent.h that defines DIR... yes
checking for library containing opendir... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/decimal128.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for fcntl... yes
config.status: creating config.h
checking for clock... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/bid2dpd_dpd2bid.c
no
checking for kill... rm -f plural.h
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for ffs... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee32.c
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee64.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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/bid/host-ieee128.c
yes
checking for gettimeofday... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for select... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for index... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setenv... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for strpbrk... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for rename... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for rindex... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for setenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for snprintf... checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for sigsetmask... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpncpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strdup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strncasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strndup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strrchr... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strstr... 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 strtod... 64
checking for type of signal functions... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking for strtoull... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strverscmp... yes
checking whether signal handlers are of type void... no
yes
checking for TIOCSTAT in sys/ioctl.h... checking for tmpnam... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vasprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vfprintf... yes
checking for struct dirent.d_fileno... yes
checking for vprintf... no
checking for tgetent... yes
checking for vsnprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
yes
checking wchar.h usability... checking for waitpid... yes
checking wchar.h presence... no
checking for setproctitle... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking whether alloca needs Cray hooks... no
checking for langinfo.h... no
checking for mbrlen... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for spawnvpe... yes
checking configuration for building shared libraries... yes
checking for strerror... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysctl... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for sysmp... config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-18 12:16 [binutils-gdb] Add support for the TLV relocation generated by LLVM for x86_64 MACH-O targets sergiodj+buildbot
@ 2018-06-18 13:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-18 13:52 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/1955>

Commit(s) tested:
	ed1299fe460812ad4bbdc2192d0c0cbeba3d6b66

Author(s) (in the same order as the commits):
	Mephi <mephi42@gmail.com>

Subject:
	Add support for the TLV relocation generated by LLVM for x86_64 MACH-O targets.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ed/ed1299fe460812ad4bbdc2192d0c0cbeba3d6b66/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... checking for perl... perl
x86_64-w64-mingw32
checking target system type... checking build system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for C compiler default output file name... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for inline... .exe
checking for suffix of object files... yes
checking for C compiler default output file name... inline
o
checking whether we are using the GNU C compiler... checking for sys/types.h... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... yes
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
yes
checking for suffix of object files... checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... o
checking whether we are using the GNU C compiler... yes
checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... gcc3
checking how to print strings... checking for stdint.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking minix/config.h usability... yes
checking how to run the C preprocessor... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for off_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... ok
checking how to run the C preprocessor... yes
64
x86_64-w64-mingw32-gcc -E
yes
checking for size_t... checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for ANSI C header files... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working alloca.h... no
checking for alloca... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for sys/types.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... (cached) yes
yes
checking for string.h... checking for unistd.h... (cached) yes
checking for sys/stat.h... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for memory.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for string.h... checking for stdint.h... yes
yes
checking for inttypes.h... checking for memory.h... yes
checking for unsigned long long... yes
checking for stdint.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for inttypes.h... yes
checking for strings.h... yes
checking for inline... checking for unistd.h... inline
checking whether byte ordering is bigendian... yes
yes
yes
checking for inttypes.h... checking whether the inttypes.h PRIxNN macros are broken... checking ctype.h usability... yes
yes
checking ctype.h presence... no
checking for ld used by GCC... yes
checking for ctype.h... yes
checking for stdint.h... checking stddef.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking stddef.h presence... yes
checking for shared library run path origin... checking for unistd.h... checking for sys/file.h... yes
checking for stddef.h... yes
yes
done
checking for string.h... (cached) yes
checking argz.h usability... checking for sys/param.h... checking stdio.h usability... yes
yes
checking for dlfcn.h... checking for limits.h... yes
checking for stdlib.h... (cached) yes
no
checking argz.h presence... yes
checking stdio.h presence... checking for malloc.h... no
checking for objdir... yes
yes
checking for stdio.h... yes
.libs
no
checking for argz.h... no
checking for string.h... (cached) yes
checking limits.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking limits.h presence... yes
yes
checking for uintptr_t... yes
checking for limits.h... yes
checking for time.h... checking locale.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for sys/resource.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for int_least32_t... yes
checking locale.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for locale.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking nl_types.h usability... checking for sys/mman.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for int_fast32_t... no
checking nl_types.h presence... no
checking for fcntl.h... yes
checking for alloca.h... no
checking for nl_types.h... no
no
checking malloc.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/pstat.h... yes
checking whether -lc should be explicitly linked in... yes
checking for uint64_t... no
yes
checking malloc.h presence... checking for sys/sysmp.h... yes
checking for malloc.h... yes
yes
checking dynamic linker characteristics... no
checking stddef.h usability... checking for sys/sysinfo.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for machine/hal_sysinfo.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for sys/table.h... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
yes
checking for off_t... checking for getpagesize... no
checking for stdlib.h... (cached) yes
checking for sys/sysctl.h... checking for string.h... (cached) yes
no
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
yes
checking for working mmap... no
checking sys/param.h usability... checking for memcpy... no
yes
checking size of int... checking for stdint.h... (cached) yes
yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... checking for stdio_ext.h... yes
no
checking for process.h... yes
checking for sys/prctl.h... checking for strerror... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
no
checking for unistd.h... (cached) yes
checking for fgets_unlocked... no
checking size of int... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getc_unlocked... no
checking for getcwd... yes
4
checking size of long... checking for getegid... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for putenv... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setenv... no
checking for setlocale... 4
checking size of size_t... no
yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... config.status: creating Makefile
yes
config.status: creating config.h
checking for tsearch... config.status: executing gstdint.h commands
yes
8
checking for long long... checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... yes
checking size of long long... no
checking for __argz_next... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for __fsetlocking... config.status: executing libtool commands
no
checking for iconv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking for LC_MESSAGES... checking build system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-pc-linux-gnu
checking host system type... no
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... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking for suffix of object files... 8
checking for a 64-bit type... o
checking whether we are using the GNU C compiler... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
yes
checking for ssize_t... config.status: creating config.intl
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for pid_t... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for sys/stat.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for stdlib.h... none required
checking for asprintf... yes
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for atexit... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for basename... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for strings.h... checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for inttypes.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for bcopy... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
yes
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for stdint.h... no
checking for bsearch... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for bzero... yes
checking minix/config.h usability... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for calloc... no
checking minix/config.h presence... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking return type of signal handlers... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getpagesize... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for index... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for insque... yes
checking for ssize_t... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... no
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... no
checking for rename... yes
checking for rindex... no
checking for setenv... no
checking for snprintf... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
yes
checking for dirent.h that defines DIR... checking for strdup... yes
checking for library containing opendir... yes
checking for strncasecmp... none required
checking for fcntl... yes
checking for strndup... no
checking for kill... no
no
checking for strnlen... checking for lstat... yes
checking for strrchr... yes
checking for strstr... no
checking for memmove... yes
yes
checking for strtod... checking for putenv... yes
yes
checking for strtol... checking for select... yes
no
checking for strtoul... checking for setenv... yes
checking for strtoll... no
checking for setlocale... yes
yes
checking for strtoull... checking for strcasecmp... yes
yes
checking for strverscmp... checking for strpbrk... no
checking for tmpnam... yes
yes
checking for vasprintf... checking for tcgetattr... no
checking for vsnprintf... yes
yes
checking for isascii... checking for vfprintf... yes
yes
checking for vprintf... checking for isxdigit... yes
checking for vsnprintf... yes
checking for getpwent... yes
checking for vsprintf... no
checking for getpwnam... yes
checking for waitpid... no
checking for getpwuid... no
checking for setproctitle... no
checking for working strcoll... no
checking fcntl.h usability... no
checking whether alloca needs Cray hooks... yes
checking fcntl.h presence... no
checking stack direction for C alloca... 0
yes
checking for fcntl.h... yes
checking for vfork.h... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for fork... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for vfork... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for _doprnt... checking for strings.h... (cached) yes
checking limits.h usability... yes
no
checking limits.h presence... checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... no
checking for external symbol _system_configuration... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for __fsetlocking... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for canonicalize_file_name... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for dup3... checking termios.h usability... no
checking termios.h presence... no
checking for getrlimit... no
checking for termios.h... no
checking termio.h usability... no
checking for getrusage... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for getsysinfo... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for gettimeofday... (cached) yes
no
checking sys/stream.h presence... checking for on_exit... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for psignal... no
checking for sys/select.h... no
checking sys/file.h usability... no
yes
checking sys/file.h presence... checking for pstat_getdynamic... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for pstat_getstatic... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for realpath... 64
checking for type of signal functions... no
checking for setrlimit... no
checking for sbrk... no
v7
checking if signal handlers must be reinstalled when invoked... checking for spawnve... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for spawnvpe... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strerror... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strsignal... no
not found
checking for struct dirent.d_ino... checking for sysconf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for sysctl... no
checking for tgetent in -ltermcap... no
checking for sysmp... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for table... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for times... no
checking for wait3... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for wait4... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether basename is declared... yes
checking for mbscasecmp... no
checking whether ffs is declared... no
checking for mbscmp... no
checking whether asprintf is declared... no
checking for mbsnrtowcs... yes
checking whether vasprintf is declared... no
checking for mbsrtowcs... yes
checking whether snprintf is declared... yes
checking for mbschr... yes
checking whether vsnprintf is declared... no
checking for wcrtomb... yes
checking whether calloc is declared... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking whether getenv is declared... yes
yes
checking for wcwidth... checking whether getopt is declared... yes
checking whether malloc is declared... no
checking for wctype... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking for wcswidth... no
checking whether strtol is declared... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether strtoul is declared... yes
checking for iswlower... yes
checking whether strtoll is declared... yes
yes
checking whether strtoull is declared... checking for iswupper... yes
checking whether strverscmp is declared... yes
checking for towlower... no
checking whether strnlen is declared... yes
yes
checking for towupper... checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
configure: updating cache ./config.cache
yes
checking for iswctype... yes
configure: creating ./config.status
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
config.status: creating Makefile
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-18 10:38 [binutils-gdb] Ptrace support for AArch64 SVE gdbserver sergiodj+buildbot
@ 2018-06-18 13:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-18 13:31 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/1953>

Commit(s) tested:
	02895270ec7243f46ea3e84dc385515533dc0139

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Ptrace support for AArch64 SVE gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/02/02895270ec7243f46ea3e84dc385515533dc0139/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... configure: creating cache ./config.cache
o
checking whether we are using the GNU C compiler... checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking target system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... x86_64-pc-linux-gnu
checking host system type... none needed
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... inline
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/types.h... none needed
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for C compiler default output file name... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for sys/types.h... yes
yes
checking for string.h... yes
.exe
checking for suffix of object files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
o
checking whether we are using the GNU C compiler... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for string.h... checking for strings.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... .exe
checking for suffix of object files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... yes
o
checking whether we are using the GNU C compiler... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdint.h... yes
checking for off_t... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
none needed
checking for style of include used by make... checking minix/config.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking minix/config.h presence... yes
checking how to run the C preprocessor... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc -E
yes
checking for working alloca.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for grep that handles long lines and -e... no
checking for alloca... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for stdlib.h... (cached) yes
64
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking whether x86_64-w64-mingw32-gcc supports -W... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether we are using the GNU C Library 2.1 or newer... checking for sys/stat.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
ok
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... checking for string.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unsigned long long... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
yes
checking for sys/types.h... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for inttypes.h... yes
no
checking for ld used by GCC... checking for sys/stat.h... yes
checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for an ANSI C-conforming const... checking for stdlib.h... yes
checking for unistd.h... yes
checking for inline... done
yes
checking argz.h usability... yes
inline
checking whether byte ordering is bigendian... checking for string.h... checking ctype.h usability... no
checking argz.h presence... yes
checking ctype.h presence... yes
yes
checking for ctype.h... yes
no
checking for argz.h... no
checking for memory.h... checking limits.h usability... checking stddef.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/file.h... checking locale.h usability... yes
yes
yes
checking stddef.h presence... checking for sys/param.h... checking for strings.h... yes
checking for stddef.h... yes
yes
checking locale.h presence... yes
checking for string.h... (cached) yes
checking for limits.h... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for stdlib.h... (cached) yes
yes
checking stdio.h usability... no
checking nl_types.h presence... checking for malloc.h... checking for inttypes.h... yes
checking stdio.h presence... yes
checking for string.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
checking for strings.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/time.h... yes
checking malloc.h presence... yes
checking for stdint.h... yes
yes
checking for malloc.h... yes
checking for time.h... checking stddef.h usability... yes
yes
checking for unistd.h... yes
checking for uintptr_t... checking for sys/resource.h... yes
checking stddef.h presence... yes
checking for dlfcn.h... yes
checking for stddef.h... yes
no
checking for sys/stat.h... (cached) yes
yes
checking for int_least32_t... checking for sys/mman.h... checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for fcntl.h... checking for unistd.h... (cached) yes
yes
yes
checking for int_fast32_t... no
checking for objdir... .libs
checking sys/param.h usability... checking for alloca.h... no
yes
checking sys/param.h presence... checking for sys/pstat.h... yes
checking for uint64_t... yes
checking for sys/param.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/sysmp.h... checking for feof_unlocked... no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/sysinfo.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for off_t... no
no
checking for fgets_unlocked... checking for machine/hal_sysinfo.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/table.h... no
checking for getc_unlocked... no
checking for sys/sysctl.h... yes
checking size of int... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for sys/systemcfg.h... yes
checking whether -lc should be explicitly linked in... no
checking for getcwd... no
checking for stdint.h... (cached) yes
yes
checking dynamic linker characteristics... checking for stdio_ext.h... yes
no
checking for process.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for getegid... 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... x86_64-w64-mingw32-gcc -E
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for working mmap... no
no
checking for memcpy... checking for getgid... no
checking size of int... 4
yes
checking size of long... checking for strerror... no
checking for getuid... yes
checking for unistd.h... (cached) yes
no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for munmap... no
4
checking for ANSI C header files... (cached) yes
checking build system type... checking for putenv... 4
checking size of long... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... yes
checking for stpcpy... no
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
4
checking size of size_t... checking for strtoul... yes
config.status: creating Makefile
checking for tsearch... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
Configuring in ./readline
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... 8
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for long long... configure: creating cache ./config.cache
no
checking for LC_MESSAGES... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
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... yes
checking size of long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... config.status: creating Makefile
no
checking for C compiler default output file name... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing depfiles commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing libtool commands
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating config.h
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: executing default-1 commands
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
yes
checking for uintptr_t... checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdlib.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for pid_t... yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for strings.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for inttypes.h... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
yes
checking for stdint.h... checking for atexit... yes
yes
checking for basename... checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
yes
checking minix/config.h usability... checking for bcmp... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for bzero... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
no
checking for working volatile... checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for clock... void
checking for size_t... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for ffs... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
rm -f plural.h
checking for getcwd... yes
yes
checking for ssize_t... checking for getpagesize... yes
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for dirent.h that defines DIR... checking for index... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memchr... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for kill... yes
checking for memcmp... no
checking for lstat... yes
checking for memcpy... yes
checking for memmem... no
checking for memmove... no
checking for memmove... yes
checking for putenv... yes
checking for mempcpy... yes
checking for select... yes
checking for memset... no
yes
checking for setenv... checking for mkstemps... no
checking for setlocale... no
checking for putenv... yes
checking for random... yes
no
checking for strcasecmp... checking for rename... yes
checking for rindex... yes
checking for strpbrk... no
checking for setenv... yes
checking for tcgetattr... no
checking for snprintf... no
checking for vsnprintf... yes
checking for sigsetmask... yes
no
checking for stpcpy... checking for isascii... no
yes
checking for stpncpy... checking for isxdigit... no
checking for strcasecmp... yes
checking for strchr... yes
checking for getpwent... yes
checking for strdup... no
checking for getpwnam... no
yes
checking for getpwuid... checking for strncasecmp... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for strndup... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for strnlen... yes
checking for strrchr... no
checking varargs.h presence... yes
checking for strstr... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strtod... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strtol... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strtoul... checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strtoll... no
checking pwd.h presence... yes
checking for strtoull... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strverscmp... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for tmpnam... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for vasprintf... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for vfprintf... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for vprintf... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for vsnprintf... checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for vsprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for waitpid... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for setproctitle... 64
checking for type of signal functions... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for _doprnt... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for sig_atomic_t in signal.h... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for canonicalize_file_name... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for dup3... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for getrlimit... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for getrusage... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for getsysinfo... no
checking for tgetent... no
checking for tgetent in -ltermcap... no
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for psignal... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking langinfo.h presence... no
checking for realpath... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for setrlimit... no
checking for mbscmp... no
checking for sbrk... no
checking for spawnve... no
checking for mbsnrtowcs... yes
checking for spawnvpe... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for strerror... yes
no
checking for wcrtomb... checking for strsignal... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for sysconf... yes
checking for wcwidth... no
checking for sysctl... no
checking for wctype... no
checking for sysmp... yes
checking for wcswidth... no
checking for table... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for times... yes
checking for iswlower... no
checking for wait3... yes
checking for iswupper... yes
checking for towlower... no
checking for wait4... yes
checking for towupper... no
checking whether basename is declared... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking whether ffs is declared... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking whether asprintf is declared... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... checking whether vasprintf is declared... supported
yes
checking whether snprintf is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... config.status: creating Makefile
yes
checking whether malloc is declared... config.status: creating doc/Makefile
yes
checking whether realloc is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking whether sbrk is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-16  0:27 [binutils-gdb] gdb: Don't drop SIGSTOP during stop_all_threads sergiodj+buildbot
@ 2018-06-16  1:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-16  1:07 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/1947>

Commit(s) tested:
	7010835a6c5fd3679feae7e6345f2f10d4d761b4

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Don't drop SIGSTOP during stop_all_threads

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/70/7010835a6c5fd3679feae7e6345f2f10d4d761b4/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... checking build system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
config.status: creating Makefile
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
configure: creating cache ./config.cache
none required
checking how to run the C preprocessor... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
o
checking whether we are using the GNU C compiler... checking for an ANSI C-conforming const... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for strings.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for memory.h... yes
yes
checking how to run the C preprocessor... yes
checking for unistd.h... checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
yes
checking for off_t... checking for inttypes.h... yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for size_t... yes
checking minix/config.h usability... yes
checking for sys/types.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking minix/config.h presence... checking for sys/stat.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for working alloca.h... yes
checking for stdlib.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for string.h... checking for C compiler default output file name... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
64
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... o
checking whether we are using the GNU C compiler... yes
checking for stdint.h... yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... yes
none needed
checking for style of include used by make... checking ctype.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... yes
checking for ctype.h... yes
no
checking for ld used by GCC... checking stddef.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... /usr/bin/grep -E
checking for fgrep... yes
yes
checking for shared library run path origin... checking for an ANSI C-conforming const... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking stddef.h presence... yes
checking for inline... done
yes
checking for stddef.h... yes
checking argz.h usability... checking for string.h... (cached) yes
inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking stdio.h usability... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
no
checking argz.h presence... checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking stdio.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for argz.h... no
checking limits.h usability... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... checking for sys/file.h... yes
checking for limits.h... yes
checking locale.h usability... yes
ok
checking how to run the C preprocessor... checking for sys/param.h... yes
checking for uintptr_t... yes
yes
checking locale.h presence... checking for limits.h... yes
yes
checking for locale.h... yes
x86_64-w64-mingw32-gcc -E
checking nl_types.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... checking for ANSI C header files... yes
yes
checking for int_least32_t... checking for string.h... (cached) yes
no
checking nl_types.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... no
checking for nl_types.h... no
yes
checking for int_fast32_t... checking malloc.h usability... yes
yes
checking for sys/types.h... checking for time.h... yes
yes
checking for sys/resource.h... checking for sys/stat.h... yes
checking malloc.h presence... yes
no
checking for malloc.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for uint64_t... yes
checking stddef.h usability... no
checking for fcntl.h... yes
checking for stdlib.h... checking for alloca.h... yes
checking stddef.h presence... yes
no
checking for sys/pstat.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
yes
checking for stddef.h... yes
checking for an ANSI C-conforming const... checking for string.h... checking for stdlib.h... (cached) yes
no
checking for sys/sysmp.h... yes
checking for off_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
yes
checking for sys/sysinfo.h... checking for memory.h... checking sys/param.h usability... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
yes
checking sys/param.h presence... checking for strings.h... no
checking for sys/sysctl.h... yes
checking size of int... no
checking for sys/systemcfg.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
no
checking for stdint.h... (cached) yes
checking for inttypes.h... checking for stdio_ext.h... no
checking for fgets_unlocked... no
checking for process.h... yes
checking for stdint.h... yes
checking for sys/prctl.h... yes
checking for unistd.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dlfcn.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... no
checking for objdir... .libs
yes
checking whether errno must be declared... no
checking size of int... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for getegid... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for geteuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
yes
checking dynamic linker characteristics... checking for getuid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for mempcpy... checking for stdlib.h... (cached) yes
4
checking size of long... checking for unistd.h... (cached) yes
4
checking for ANSI C header files... (cached) yes
checking for getpagesize... yes
checking build system type... checking for munmap... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for working mmap... no
checking for memcpy... checking for putenv... no
yes
yes
checking for strerror... checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
yes
no
checking for unistd.h... (cached) yes
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
4
yes
checking size of size_t... checking for stpcpy... config.status: creating Makefile
no
checking for strcasecmp... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
8
checking for long long... checking build system type... no
checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking size of long long... checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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 GNU gettext in libintl... .exe
checking for suffix of object files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... config.status: creating Makefile
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
config.status: creating Makefile
8
checking for a 64-bit type... config.status: creating config.h
config.status: executing default-1 commands
config.status: executing depfiles commands
uint64_t
checking for intptr_t... yes
checking for sys/types.h... config.status: executing libtool commands
yes
checking for sys/stat.h... yes
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
config.status: creating config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
config.status: config.h is unchanged
yes
checking for ssize_t... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for string.h... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for memory.h... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for inttypes.h... yes
checking for library containing strerror... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for unistd.h... none required
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for working volatile... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
yes
checking return type of signal handlers... checking for bcopy... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
void
checking for size_t... no
checking for bsearch... yes
checking for bzero... yes
checking for ssize_t... no
checking for calloc... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
yes
checking for clock... checking for library containing opendir... yes
none required
checking for fcntl... checking for ffs... no
no
checking for kill... checking for getcwd... yes
checking for getpagesize... no
checking for lstat... yes
no
checking for gettimeofday... checking for memmove... yes
checking for index... yes
checking for putenv... yes
no
checking for insque... checking for select... no
checking for setenv... no
checking for memchr... no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for snprintf... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for sigsetmask... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for stpncpy... checking locale.h usability... yes
checking locale.h presence... no
checking for strcasecmp... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strchr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strdup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strncasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtol... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for strerror... yes
checking for wctype_t in wctype.h... yes
checking for strsignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking for table... config.status: creating config.h
config.status: executing default commands
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-15 19:11 [binutils-gdb] [gdb] Add me to write-after-approval section in MAINTAINERS sergiodj+buildbot
@ 2018-06-16  0:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-16  0:17 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/1946>

Commit(s) tested:
	479b3ef4a35ce578417af4619c5e87477e658333

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb] Add me to write-after-approval section in MAINTAINERS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/47/479b3ef4a35ce578417af4619c5e87477e658333/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... 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 make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking for C compiler default output file name... checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... inline
checking for sys/types.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for strings.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for inttypes.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for unistd.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking minix/config.h usability... yes
checking how to run the C preprocessor... yes
checking for unistd.h... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for off_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
64
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... no
checking for alloca... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for string.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for C compiler default output file name... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for strings.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking for unsigned long long... .exe
checking for suffix of object files... yes
checking for stdint.h... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
checking for inttypes.h... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for unistd.h... inline
checking whether byte ordering is bigendian... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for ld used by GCC... yes
checking ctype.h usability... none needed
checking for style of include used by make... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking ctype.h presence... checking for sys/file.h... done
yes
checking for ctype.h... yes
yes
checking for sys/param.h... checking stddef.h usability... checking argz.h usability... yes
checking for limits.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
yes
checking stddef.h presence... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for stdlib.h... (cached) /usr/bin/grep -F
yes
checking for ld used by x86_64-w64-mingw32-gcc... no
checking argz.h presence... checking for malloc.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
no
checking for argz.h... no
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking stdio.h usability... checking limits.h usability... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
yes
checking stdio.h presence... checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking limits.h presence... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for time.h... yes
checking for limits.h... yes
yes
checking for stdio.h... yes
checking locale.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking locale.h presence... checking for sys/mman.h... yes
yes
checking for locale.h... checking for uintptr_t... yes
no
checking for fcntl.h... checking nl_types.h usability... ok
checking how to run the C preprocessor... yes
checking for alloca.h... x86_64-w64-mingw32-gcc -E
no
no
checking nl_types.h presence... yes
checking for int_least32_t... checking for sys/pstat.h... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/sysmp.h... checking for ANSI C header files... no
checking for sys/sysinfo.h... yes
checking for int_fast32_t... no
yes
checking malloc.h presence... checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
no
checking for sys/table.h... checking stddef.h usability... yes
checking for sys/types.h... no
checking for sys/sysctl.h... yes
checking for uint64_t... no
yes
checking stddef.h presence... checking for sys/systemcfg.h... yes
yes
checking for stddef.h... yes
checking for sys/stat.h... no
checking for stdint.h... checking for stdlib.h... (cached) (cached) yes
yes
checking for stdio_ext.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking what to include in gstdint.h... checking sys/param.h usability... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for process.h... yes
yes
checking for stdlib.h... checking for sys/prctl.h... yes
checking for off_t... yes
checking sys/param.h presence... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... no
checking whether time.h and sys/time.h may both be included... checking for string.h... yes
checking whether errno must be declared... yes
checking for memory.h... no
checking for fgets_unlocked... yes
checking size of int... no
checking size of int... yes
checking for strings.h... no
checking for getc_unlocked... yes
checking for inttypes.h... no
checking for getcwd... yes
checking for stdint.h... yes
checking for getegid... yes
checking for unistd.h... no
yes
checking for geteuid... checking for dlfcn.h... no
checking for objdir... .libs
no
checking for getgid... 4
checking size of long... 4
checking size of long... no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for putenv... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for setenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for setlocale... yes
checking for working mmap... 4
4
no
checking for ANSI C header files... checking size of size_t... (cached) yes
checking for memcpy... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for stpcpy... x86_64-w64-mingw32
checking target system type... yes
checking for strerror... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... yes
checking for unistd.h... (cached) yes
no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... yes
config.status: creating Makefile
checking for tsearch... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... 8
checking for long long... no
checking for __argz_next... no
checking for __fsetlocking... yes
checking size of long long... configure: creating cache ./config.cache
checking build system type... no
checking for iconv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for C compiler default output file name... no
checking for LC_MESSAGES... no
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... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for GNU gettext in libintl... config.status: creating Makefile
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... config.status: executing depfiles commands
configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... config.status: executing libtool commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
8
checking for a 64-bit type... checking for grep that handles long lines and -e... config.status: creating config.intl
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
uint64_t
config.status: executing default-1 commands
checking for intptr_t... yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
yes
checking for uintptr_t... checking for sys/stat.h... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
yes
checking for ssize_t... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
yes
checking for pid_t... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for stdint.h... checking for library containing strerror... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
none required
checking for asprintf... yes
checking minix/config.h usability... yes
checking for atexit... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bcopy... no
checking for working volatile... yes
checking return type of signal handlers... no
checking for bsearch... void
checking for size_t... yes
checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
yes
checking for ssize_t... checking for calloc... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for clock... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for ffs... config.status: creating config.h
no
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for dirent.h that defines DIR... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for library containing opendir... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for getcwd... none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for index... no
checking for memmove... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for putenv... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for memchr... yes
checking for select... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for memcmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for memcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memmem... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for memmove... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for tcgetattr... yes
checking for memset... no
checking for vsnprintf... yes
checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
checking for isxdigit... yes
checking for random... yes
checking for getpwent... no
checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
checking for setenv... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for snprintf... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking stdarg.h usability... checking for stpcpy... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for stpncpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strchr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strdup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strndup... no
checking termios.h presence... no
checking for termios.h... no
no
checking termio.h usability... checking for strnlen... no
checking termio.h presence... yes
checking for strrchr... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strstr... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtod... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strtol... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoll... 64
checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsnprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
no
checking for _doprnt... checking langinfo.h usability... no
checking langinfo.h presence... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for langinfo.h... no
checking for mbrlen... checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
yes
checking for wcsdup... checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
no
checking for towlower... checking for spawnve... yes
yes
checking for spawnvpe... checking for towupper... yes
yes
checking for strerror... checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysconf... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysctl... yes
checking configuration for building shared libraries... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for wait4... config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-13 15:04 [binutils-gdb] MIPS: Add CRC ASE support sergiodj+buildbot
@ 2018-06-13 18:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-13 18:09 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/1926>

Commit(s) tested:
	730c31740a69eaee73e0fc5430d80daa683c26e7

Author(s) (in the same order as the commits):
	Scott Egerton <scott.egerton@imgtec.com>

Subject:
	MIPS: Add CRC ASE support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/73/730c31740a69eaee73e0fc5430d80daa683c26e7/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... x86_64-w64-mingw32
checking target system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for off_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for size_t... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for working alloca.h... checking for sys/types.h... no
checking for alloca... yes
checking for C compiler default output file name... checking for sys/stat.h... yes
yes
checking for stdlib.h... (cached) yes
checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for unistd.h... (cached) yes
checking for getpagesize... yes
.exe
checking for suffix of object files... checking for string.h... yes
yes
checking for working mmap... no
o
checking whether we are using the GNU C compiler... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether we are using the GNU C Library 2.1 or newer... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for memory.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for unsigned long long... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for strings.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... yes
checking for inttypes.h... checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for ld used by GCC... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for shared library run path origin... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... none needed
no
checking minix/config.h presence... checking for style of include used by make... done
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking argz.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking argz.h presence... no
checking for argz.h... no
yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/grep -E
checking for fgrep... checking limits.h usability... /usr/bin/grep -F
64
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking how to run the C preprocessor... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking limits.h presence... x86_64-w64-mingw32-gcc -E
yes
checking for limits.h... yes
yes
checking locale.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... 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 grep that handles long lines and -e... yes
yes
checking whether the shell understands "+="... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... ok
checking how to run the C preprocessor... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking malloc.h usability... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking malloc.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for malloc.h... yes
checking for ANSI C header files... checking for sys/stat.h... checking stddef.h usability... yes
yes
checking for sys/types.h... checking for stdlib.h... yes
checking stddef.h presence... yes
yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
yes
checking for inline... checking for string.h... checking for string.h... (cached) yes
yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes
checking for stdlib.h... yes
checking sys/param.h usability... checking for memory.h... yes
yes
checking sys/param.h presence... checking for string.h... yes
yes
checking for sys/param.h... yes
checking for strings.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking for sys/file.h... checking for memory.h... checking for feof_unlocked... checking for inttypes.h... yes
checking for sys/param.h... yes
checking for strings.h... yes
checking for limits.h... no
yes
checking for fgets_unlocked... yes
yes
checking for stdlib.h... (cached) yes
checking for inttypes.h... checking for stdint.h... checking for malloc.h... yes
no
yes
checking for getc_unlocked... yes
checking for string.h... (cached) yes
checking for unistd.h... checking for stdint.h... checking for unistd.h... (cached) yes
yes
checking ctype.h usability... checking for strings.h... (cached) yes
yes
no
checking for getcwd... checking for sys/time.h... checking for unistd.h... yes
checking ctype.h presence... yes
yes
checking for ctype.h... yes
checking for time.h... yes
yes
checking for dlfcn.h... checking for getegid... checking stddef.h usability... yes
checking for sys/resource.h... no
checking for objdir... .libs
yes
checking stddef.h presence... no
no
checking for sys/stat.h... checking for geteuid... (cached) yes
yes
checking for stddef.h... yes
checking for sys/mman.h... checking for string.h... (cached) yes
checking stdio.h usability... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for fcntl.h... yes
no
checking for alloca.h... checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking stdio.h presence... no
checking for sys/pstat.h... yes
checking for stdio.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for getuid... checking for sys/sysmp.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for sys/sysinfo.h... no
yes
checking for uintptr_t... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for machine/hal_sysinfo.h... yes
checking whether -lc should be explicitly linked in... no
checking for sys/table.h... yes
checking dynamic linker characteristics... yes
checking for int_least32_t... yes
no
checking for munmap... checking for sys/sysctl.h... yes
checking for int_fast32_t... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for sys/systemcfg.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... x86_64-w64-mingw32-gcc -E
no
checking for stdint.h... (cached) yes
no
checking for putenv... checking for stdio_ext.h... yes
checking for uint64_t... checking for stdlib.h... (cached) yes
no
checking for process.h... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for sys/prctl.h... checking for setenv... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for working mmap... no
checking for memcpy... yes
checking for off_t... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for setlocale... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
yes
checking for strerror... checking for stpcpy... no
checking size of int... yes
checking size of int... yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... 4
checking size of long... no
checking for __argz_next... 4
checking size of long... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... 4
checking size of size_t... no
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 GNU gettext in libintl... 4
checking for ANSI C header files... (cached) yes
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
make[1]: Nothing to be done for 'all-target'.
8
checking for long long... mkdir -p -- ./readline
Configuring in ./readline
config.status: creating Makefile
config.status: creating config.h
yes
checking size of long long... config.status: executing gstdint.h commands
config.status: creating Makefile
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
configure: creating cache ./config.cache
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking build system type... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
8
checking for a 64-bit type... a.exe
checking whether the C compiler works... yes
uint64_t
checking whether we are cross compiling... yes
checking for suffix of executables... checking for intptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
.exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for uintptr_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
none needed
checking how to run the C preprocessor... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for pid_t... checking for grep that handles long lines and -e... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for library containing strerror... yes
checking for sys/types.h... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for sys/stat.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
none required
checking for asprintf... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for stdlib.h... yes
yes
checking for string.h... checking for atexit... yes
checking for memory.h... yes
checking for basename... yes
checking for strings.h... yes
yes
checking for bcmp... checking for inttypes.h... no
yes
checking for bcopy... checking for stdint.h... yes
checking for unistd.h... no
checking for bsearch... yes
checking minix/config.h usability... yes
checking for bzero... no
checking for calloc... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for clock... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for ffs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for getcwd... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for ssize_t... yes
checking for index... no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for insque... no
checking for dirent.h that defines DIR... no
checking for memchr... yes
checking for library containing opendir... none required
yes
checking for memcmp... checking for fcntl... no
checking for kill... yes
checking for memcpy... no
yes
checking for lstat... checking for memmem... no
checking for memmove... no
checking for memmove... yes
checking for mempcpy... yes
checking for putenv... yes
yes
checking for select... checking for memset... no
checking for setenv... yes
checking for mkstemps... no
no
checking for setlocale... checking for putenv... yes
checking for strcasecmp... yes
checking for random... yes
checking for strpbrk... no
checking for rename... yes
checking for tcgetattr... yes
checking for rindex... no
checking for vsnprintf... no
checking for setenv... yes
checking for isascii... no
checking for snprintf... yes
checking for isxdigit... yes
checking for sigsetmask... yes
checking for getpwent... no
no
checking for getpwnam... checking for stpcpy... no
no
checking for getpwuid... checking for stpncpy... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for strcasecmp... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for strchr... checking varargs.h usability... yes
checking for strdup... yes
no
checking varargs.h presence... checking for strncasecmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strndup... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strnlen... yes
yes
checking limits.h presence... checking for strrchr... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for strstr... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strtod... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for strtol... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoul... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strtoll... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strtoull... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strverscmp... checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for tmpnam... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for vasprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for vfprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for vprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
yes
checking for type of signal functions... checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking for setproctitle... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking whether signal handlers are of type void... no
checking for fork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for vfork... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for _doprnt... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
yes
checking wctype.h presence... checking for canonicalize_file_name... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for dup3... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrlimit... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrusage... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
no
checking for mbsnrtowcs... checking for on_exit... no
checking for mbsrtowcs... no
checking for psignal... yes
checking for mbschr... no
checking for pstat_getdynamic... no
checking for wcrtomb... no
checking for pstat_getstatic... yes
checking for wcscoll... no
checking for realpath... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
yes
checking for spawnve... checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for spawnvpe... yes
checking for towupper... yes
checking for strerror... yes
yes
checking for strsignal... checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysctl... yes
checking configuration for building shared libraries... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... no
checking for wait3... config.status: creating Makefile
no
checking for wait4... config.status: creating doc/Makefile
no
checking whether basename is declared... config.status: creating examples/Makefile
no
checking whether ffs is declared... config.status: creating shlib/Makefile
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-12 22:19 [binutils-gdb] gdb: Mark async event handler when event is already pending sergiodj+buildbot
@ 2018-06-13  9:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-13  9:15 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/1921>

Commit(s) tested:
	9516f85aea1d9a34d1cd3f59b7b9eeb590e58c70

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Mark async event handler when event is already pending

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/95/9516f85aea1d9a34d1cd3f59b7b9eeb590e58c70/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: updating cache ./config.cache
checking for xgettext... configure: creating ./config.status
/usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for ANSI C header files... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
inline
checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for strings.h... yes
yes
checking how to run the C preprocessor... checking for stdint.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
checking for off_t... yes
checking for unistd.h... yes
checking for sys/types.h... yes
yes
checking minix/config.h usability... checking for sys/stat.h... yes
checking for size_t... no
checking minix/config.h presence... yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for working alloca.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... no
checking for alloca... yes
checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking for stdint.h... checking for stdint.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for C compiler default output file name... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether the inttypes.h PRIxNN macros are broken... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
no
checking ctype.h presence... checking for ld used by GCC... yes
checking for ctype.h... yes
checking stddef.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... .exe
checking for suffix of object files... done
checking argz.h usability... yes
checking stddef.h presence... o
checking whether we are using the GNU C compiler... yes
checking for stddef.h... yes
yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking argz.h presence... yes
checking for inline... no
checking for argz.h... no
checking limits.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking limits.h presence... none needed
yes
checking for limits.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking locale.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for uintptr_t... checking for sys/file.h... yes
checking locale.h presence... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for locale.h... yes
/usr/bin/grep
checking for egrep... checking for sys/param.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking nl_types.h usability... yes
checking for limits.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for int_least32_t... yes
checking for stdlib.h... (cached) yes
no
checking nl_types.h presence... checking for malloc.h... 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
no
checking for nl_types.h... no
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
yes
checking how to recognize dependent libraries... checking malloc.h usability... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for time.h... checking stddef.h usability... yes
yes
checking for uint64_t... checking for sys/resource.h... ok
checking how to run the C preprocessor... no
checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... checking for sys/mman.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
x86_64-w64-mingw32-gcc -E
yes
checking for fcntl.h... checking what to include in gstdint.h... stdint.h (already complete)
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... checking for ANSI C header files... yes
checking for off_t... no
checking for sys/pstat.h... yes
checking sys/param.h presence... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for sys/sysinfo.h... yes
no
checking for sys/types.h... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking size of int... no
yes
checking for fgets_unlocked... no
checking for sys/stat.h... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
no
checking for stdlib.h... checking for getc_unlocked... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
yes
checking for string.h... checking for sys/prctl.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... checking for memory.h... yes
checking for getegid... yes
checking whether errno must be declared... yes
checking for strings.h... no
checking size of int... no
checking for geteuid... yes
checking for inttypes.h... no
checking for getgid... yes
checking for stdint.h... 4
checking size of long... yes
no
checking for getuid... checking for unistd.h... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... no
checking for putenv... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for setenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for stpcpy... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for strcasecmp... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
yes
checking for strdup... yes
checking for working mmap... no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for memcpy... yes
4
checking size of size_t... checking for strtoul... yes
checking for strerror... yes
config.status: creating Makefile
checking for tsearch... yes
config.status: creating config.h
checking for unistd.h... (cached) yes
config.status: executing gstdint.h commands
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
checking for long long... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... .exe
no
checking for suffix of object files... checking for GNU gettext in libintl... no
o
checking whether we are using the GNU C compiler... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
config.status: creating Makefile
config.status: creating config.intl
checking for grep that handles long lines and -e... config.status: executing depfiles commands
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
config.status: executing default-1 commands
config.status: executing libtool commands
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for sys/types.h... /bin/sh ./config.status config.h
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for sys/stat.h... config.status: creating config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
config.status: config.h is unchanged
yes
checking for stdlib.h... yes
checking for string.h... yes
8
checking for a 64-bit type... checking for memory.h... uint64_t
checking for intptr_t... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for ssize_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for working volatile... none required
checking for asprintf... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
void
checking for size_t... yes
checking for atexit... yes
checking for basename... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bcopy... no
checking for dirent.h that defines DIR... yes
no
checking for library containing opendir... checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
none required
checking for fcntl... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for kill... no
checking for calloc... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for lstat... rm -f plural.h
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for memmove... yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for putenv... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for select... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setlocale... yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for strcasecmp... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strpbrk... no
checking for memchr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for tcgetattr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for isascii... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memmem... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for isxdigit... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
no
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for memmove... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for getpwent... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for mempcpy... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for working strcoll... no
checking fcntl.h usability... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for putenv... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
rm -f libz.a
x86_64-w64-mingw32-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
checking for stdlib.h... (cached) yes
checking for random... checking varargs.h usability... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for rindex... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
no
checking for termios.h... no
checking for strcasecmp... checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strchr... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strdup... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for strncasecmp... checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strndup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for strnlen... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking for strtoul... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strverscmp... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vprintf... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vsnprintf... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking for vsprintf... checking langinfo.h usability... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... config.status: creating Makefile
yes
checking for strerror... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-12 21:42 [binutils-gdb] gdb: Fix an infrun debug log message sergiodj+buildbot
@ 2018-06-13  8:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-13  8:02 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/1920>

Commit(s) tested:
	defd21729f1ceb51999afcb342310835f8ab2faf

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Fix an infrun debug log message

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/de/defd21729f1ceb51999afcb342310835f8ab2faf/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
Configuring in ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./libiberty
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./zlib
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating ./config.status
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
checking for C compiler default output file name... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
.exe
checking for suffix of object files... checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for an ANSI C-conforming const... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for inline... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
inline
checking for sys/types.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... checking for strings.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... checking for inttypes.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... yes
yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... yes
.exe
checking for suffix of object files... checking for strings.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking how to run the C preprocessor... none needed
checking for style of include used by make... yes
checking minix/config.h usability... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdint.h... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... checking for grep that handles long lines and -e... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for off_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/types.h... 64
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for string.h... ok
checking how to run the C preprocessor... no
checking for alloca... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32-gcc -E
yes
yes
yes
checking for strings.h... checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for ANSI C header files... yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
yes
checking for sys/types.h... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdint.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
yes
checking for sys/stat.h... checking for stdint.h... checking for unistd.h... yes
yes
checking for an ANSI C-conforming const... yes
checking for unsigned long long... checking for stdlib.h... yes
checking ctype.h usability... yes
checking for inline... yes
checking for string.h... inline
checking whether byte ordering is bigendian... yes
yes
checking ctype.h presence... checking for memory.h... yes
checking for inttypes.h... yes
checking for ctype.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking stddef.h usability... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for strings.h... checking for sys/param.h... yes
yes
checking for limits.h... checking for inttypes.h... yes
no
checking for ld used by GCC... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for malloc.h... checking for stdint.h... yes
checking for stddef.h... yes
yes
yes
checking for string.h... (cached) yes
done
checking for string.h... (cached) yes
checking for unistd.h... checking for unistd.h... (cached) yes
checking argz.h usability... checking for strings.h... (cached) yes
checking stdio.h usability... yes
checking for dlfcn.h... checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... no
checking argz.h presence... no
checking for objdir... no
checking for sys/stat.h... (cached) yes
.libs
checking for sys/mman.h... no
checking for argz.h... no
checking limits.h usability... no
checking for fcntl.h... yes
checking stdio.h presence... yes
checking for alloca.h... yes
checking for stdio.h... yes
yes
checking limits.h presence... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/pstat.h... yes
checking for limits.h... yes
no
checking locale.h usability... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/sysmp.h... yes
checking for uintptr_t... yes
checking locale.h presence... no
checking for sys/sysinfo.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking nl_types.h presence... yes
checking for int_least32_t... no
checking for sys/sysctl.h... no
checking for nl_types.h... no
checking malloc.h usability... no
yes
checking for int_fast32_t... checking for sys/systemcfg.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
yes
checking malloc.h presence... yes
checking dynamic linker characteristics... checking for stdint.h... (cached) yes
yes
checking for uint64_t... yes
checking for malloc.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for stdio_ext.h... checking stddef.h usability... 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... x86_64-w64-mingw32-gcc -E
no
checking for process.h... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking what to include in gstdint.h... checking for stdlib.h... (cached) yes
yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/prctl.h... checking for getpagesize... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking whether time.h and sys/time.h may both be included... yes
checking for working mmap... no
yes
checking sys/param.h presence... checking for memcpy... yes
checking size of int... yes
checking whether errno must be declared... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking size of int... yes
checking for strerror... no
checking for fgets_unlocked... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getc_unlocked... no
checking for getcwd... yes
4
checking size of long... checking for getegid... 4
checking size of long... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... 4
checking size of size_t... checking for munmap... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for putenv... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... config.status: creating Makefile
config.status: creating Makefile
config.status: creating config.h
yes
config.status: executing gstdint.h commands
config.status: executing depfiles commands
checking for strdup... make[1]: Nothing to be done for 'all-target'.
config.status: executing libtool commands
8
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for long long... checking for strtoul... yes
checking for tsearch... yes
checking size of long long... yes
checking for __argz_count... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for __argz_stringify... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking for __argz_next... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: creating cache ./config.cache
checking build system type... no
checking for __fsetlocking... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
no
checking for LC_MESSAGES... checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for bison... bison
checking version of bison... uint64_t
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 intptr_t... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for sys/types.h... config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
config.status: creating config.intl
yes
checking for library containing strerror... yes
config.status: creating config.h
checking for sys/stat.h... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking for stdlib.h... checking for atexit... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for string.h... yes
checking for basename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for memory.h... yes
yes
checking for strings.h... checking for bcmp... config.status: creating config.h
config.status: config.h is unchanged
yes
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for inttypes.h... yes
no
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for bcopy... checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for unistd.h... no
yes
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for working volatile... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for ffs... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
void
checking for size_t... no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getpagesize... x86_64-w64-mingw32-ranlib libdecnumber.a
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for ssize_t... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... yes
checking for index... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for insque... yes
checking for library containing opendir... no
checking for memchr... none required
checking for fcntl... yes
checking for memcmp... no
checking for kill... yes
checking for memcpy... no
checking for lstat... yes
checking for memmem... no
checking for memmove... no
checking for memmove... yes
checking for putenv... yes
yes
checking for mempcpy... checking for select... yes
checking for memset... no
checking for setenv... yes
no
checking for setlocale... checking for mkstemps... no
checking for putenv... yes
checking for strcasecmp... yes
checking for random... yes
checking for strpbrk... no
yes
checking for rename... checking for tcgetattr... no
yes
checking for vsnprintf... checking for rindex... no
yes
checking for setenv... checking for isascii... no
checking for snprintf... yes
checking for isxdigit... yes
checking for sigsetmask... yes
checking for getpwent... no
checking for stpcpy... no
checking for getpwnam... no
checking for stpncpy... no
checking for getpwuid... no
checking for strcasecmp... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for strchr... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strdup... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strncasecmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strndup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strnlen... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking pwd.h usability... checking for strrchr... no
checking pwd.h presence... yes
checking for strstr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtod... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strtol... no
checking termios.h presence... yes
checking for strtoul... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strtoll... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoull... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strverscmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
no
checking sys/select.h usability... checking for tmpnam... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vasprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for vfprintf... 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 vprintf... 64
checking for type of signal functions... yes
checking for vsnprintf... yes
checking for vsprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for waitpid... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for setproctitle... yes
checking whether signal handlers are of type void... no
checking whether alloca needs Cray hooks... yes
no
checking for TIOCSTAT in sys/ioctl.h... checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vfork... not found
checking for struct dirent.d_ino... no
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
yes
checking wchar.h presence... checking for dup3... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrlimit... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrusage... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for psignal... yes
checking for mbschr... no
checking for pstat_getdynamic... no
checking for wcrtomb... no
checking for pstat_getstatic... yes
checking for wcscoll... no
checking for realpath... yes
checking for wcsdup... no
checking for setrlimit... yes
checking for wcwidth... no
no
checking for wctype... checking for sbrk... yes
checking for wcswidth... no
checking for spawnve... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for spawnvpe... yes
checking for iswlower... yes
checking for strerror... yes
checking for iswupper... yes
checking for strsignal... yes
no
checking for towlower... checking for sysconf... yes
no
checking for towupper... checking for sysctl... yes
no
checking for sysmp... checking for iswctype... no
checking for table... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for times... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for wait3... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... no
config.status: creating Makefile
checking whether ffs is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking whether asprintf is declared... config.status: creating shlib/Makefile
config.status: creating config.h
yes
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-12  3:56 [binutils-gdb] Rename some functions, index -> gdb_index sergiodj+buildbot
@ 2018-06-13  3:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-13  3:12 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/1919>

Commit(s) tested:
	7b23e0874de0b15fdb33fdd2e8c3563ff67a4f60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Rename some functions, index -> gdb_index

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7b/7b23e0874de0b15fdb33fdd2e8c3563ff67a4f60/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
Configuring in ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating 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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for inline... checking for C compiler default output file name... inline
checking for sys/types.h... none needed
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for string.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for memory.h... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... checking for memory.h... yes
yes
checking for stdint.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
.exe
checking for strings.h... checking for suffix of object files... checking for unistd.h... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdint.h... yes
checking for size_t... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for working alloca.h... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking how to run the C preprocessor... no
checking for alloca... no
checking minix/config.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... (cached) 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 "+="... yes
checking for grep that handles long lines and -e... checking for unistd.h... (cached) yes
checking for getpagesize... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for sys/types.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for unsigned long long... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for ANSI C header files... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking for ld used by GCC... checking for string.h... yes
checking for sys/types.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for memory.h... yes
checking for sys/stat.h... yes
checking for an ANSI C-conforming const... yes
done
checking argz.h usability... checking for strings.h... yes
checking for inline... yes
yes
checking for stdlib.h... inline
checking whether byte ordering is bigendian... checking for inttypes.h... yes
checking for string.h... no
checking argz.h presence... yes
checking for stdint.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for memory.h... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strings.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking locale.h presence... yes
checking for sys/param.h... checking for unistd.h... yes
yes
yes
checking for locale.h... yes
checking for inttypes.h... checking for limits.h... checking nl_types.h usability... yes
yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking ctype.h usability... yes
no
checking nl_types.h presence... checking for stdint.h... checking for string.h... (cached) yes
yes
checking ctype.h presence... no
checking for nl_types.h... no
checking for unistd.h... (cached) yes
checking malloc.h usability... checking for strings.h... (cached) yes
yes
checking for ctype.h... yes
yes
checking malloc.h presence... checking for sys/time.h... checking stddef.h usability... yes
checking for malloc.h... yes
yes
yes
checking stddef.h usability... checking for unistd.h... checking for time.h... yes
checking stddef.h presence... yes
checking for sys/resource.h... yes
checking for stddef.h... yes
yes
yes
checking stddef.h presence... checking for dlfcn.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
checking stdio.h usability... no
checking for objdir... .libs
checking for sys/mman.h... checking for unistd.h... (cached) yes
no
checking for fcntl.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking sys/param.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking for alloca.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sys/pstat.h... yes
checking for uintptr_t... no
checking for fgets_unlocked... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for machine/hal_sysinfo.h... yes
checking for int_least32_t... no
checking for getc_unlocked... no
checking for sys/table.h... yes
checking dynamic linker characteristics... yes
checking for int_fast32_t... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
checking for sys/sysctl.h... no
checking for getcwd... no
checking for sys/systemcfg.h... yes
checking for uint64_t... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for getegid... no
checking for stdint.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdio_ext.h... yes
checking for working mmap... no
no
no
yes
checking for off_t... checking for process.h... checking for memcpy... checking for geteuid... yes
yes
checking for sys/prctl.h... checking for strerror... no
checking for getgid... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for unistd.h... (cached) yes
yes
checking size of int... no
checking whether time.h and sys/time.h may both be included... no
checking for getuid... yes
configure: updating cache ./config.cache
checking whether errno must be declared... configure: creating ./config.status
no
checking size of int... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
checking size of long... 4
checking size of long... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... 4
checking for ANSI C header files... (cached) yes
yes
checking for tsearch... checking build system type... yes
checking for __argz_count... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
4
checking for __argz_stringify... checking size of size_t... no
no
checking for __argz_next... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for LC_MESSAGES... no
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... make[1]: Nothing to be done for 'all-target'.
8
checking for long long... no
mkdir -p -- ./readline
checking for GNU gettext in libintl... Configuring in ./readline
config.status: creating Makefile
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing depfiles commands
yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing libtool commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating config.intl
.exe
config.status: creating config.h
checking for suffix of object files... config.status: executing default-1 commands
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
uint64_t
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -E
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for sys/types.h... yes
checking for ssize_t... yes
checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for string.h... yes
checking for pid_t... yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for library containing strerror... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for inttypes.h... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
none required
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for stdint.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
yes
checking for atexit... checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
yes
checking minix/config.h usability... checking for basename... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking minix/config.h presence... rm -f plural.h
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for bcmp... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking return type of signal handlers... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
void
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for size_t... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for clock... yes
checking for ssize_t... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for ffs... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for getcwd... no
checking for dirent.h that defines DIR... yes
yes
checking for library containing opendir... checking for getpagesize... yes
none required
checking for fcntl... checking for gettimeofday... no
checking for kill... yes
checking for index... no
checking for lstat... no
checking for insque... no
checking for memmove... no
checking for memchr... yes
yes
checking for putenv... checking for memcmp... yes
yes
checking for select... checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
checking for memset... yes
yes
checking for mkstemps... checking for tcgetattr... no
checking for putenv... no
checking for vsnprintf... yes
checking for random... yes
checking for isascii... no
checking for rename... yes
checking for isxdigit... yes
checking for rindex... yes
checking for getpwent... no
checking for setenv... no
checking for getpwnam... no
checking for snprintf... no
checking for getpwuid... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for sigsetmask... yes
checking fcntl.h presence... no
yes
checking for fcntl.h... checking for stpcpy... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpncpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strcasecmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strchr... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strdup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strncasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strndup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strtod... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtol... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoul... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strtoll... yes
yes
checking sys/file.h presence... checking for strtoull... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strverscmp... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for setproctitle... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether alloca needs Cray hooks... no
checking whether termios.h defines TIOCGWINSZ... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for fork... yes
checking whether signal handlers are of type void... no
checking for vfork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for _doprnt... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... not found
checking for struct dirent.d_ino... no
checking for external symbol _system_configuration... yes
checking for struct dirent.d_fileno... no
checking for __fsetlocking... no
checking for tgetent... no
checking for canonicalize_file_name... no
checking for tgetent in -ltermcap... no
checking for dup3... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
no
checking wchar.h usability... checking for getrlimit... no
checking for getrusage... yes
checking wchar.h presence... no
checking for getsysinfo... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for psignal... yes
checking for mbscasecmp... no
checking for pstat_getdynamic... no
checking for mbscmp... no
checking for pstat_getstatic... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for realpath... yes
checking for mbschr... no
checking for setrlimit... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for sbrk... yes
checking for wcsdup... no
checking for spawnve... yes
checking for wcwidth... yes
checking for spawnvpe... no
checking for wctype... yes
yes
checking for wcswidth... checking for strerror... yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for strsignal... yes
checking for iswlower... no
checking for sysconf... yes
checking for iswupper... no
checking for sysctl... yes
checking for towlower... no
checking for sysmp... yes
checking for towupper... no
checking for table... yes
checking for iswctype... no
checking for times... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for wait3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for wait4... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking whether vsnprintf is declared... config.status: creating examples/Makefile
yes
checking whether calloc is declared... config.status: creating shlib/Makefile
yes
checking whether getenv is declared... config.status: creating config.h
yes
config.status: executing default commands
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-11 11:25 [binutils-gdb] Increase gdbsever PBUFSIZ sergiodj+buildbot
@ 2018-06-13  0:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-13  0:15 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/1916>

Commit(s) tested:
	b91ad3ff949be78a43653b6138cbd515d4bdb637

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Increase gdbsever PBUFSIZ

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b9/b91ad3ff949be78a43653b6138cbd515d4bdb637/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating 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
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-w64-mingw32
checking target system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
checking for perl... perl
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
none needed
checking how to run the C preprocessor... checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
checking for sys/types.h... .exe
inline
checking for suffix of object files... checking for sys/types.h... yes
yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... checking for stdlib.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... checking for inttypes.h... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for unistd.h... yes
checking for unistd.h... yes
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for off_t... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... yes
checking for size_t... checking for C compiler default output file name... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for working alloca.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
no
checking for alloca... .exe
checking for sys/types.h... checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
none needed
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdint.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for strings.h... yes
checking for inttypes.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking whether the inttypes.h PRIxNN macros are broken... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for inttypes.h... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for stdint.h... yes
checking for shared library run path origin... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for an ANSI C-conforming const... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
done
checking for unistd.h... yes
checking for inline... checking argz.h usability... inline
checking whether byte ordering is bigendian... yes
no
checking argz.h presence... checking ctype.h usability... ok
checking how to run the C preprocessor... no
checking for argz.h... no
checking limits.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking ctype.h presence... x86_64-w64-mingw32-gcc -E
yes
checking for ctype.h... yes
checking for sys/file.h... yes
checking limits.h presence... checking stddef.h usability... yes
checking for limits.h... yes
yes
checking for ANSI C header files... checking locale.h usability... checking for sys/param.h... yes
checking stddef.h presence... yes
checking for limits.h... yes
checking for stddef.h... yes
yes
checking locale.h presence... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking for malloc.h... checking stdio.h usability... checking nl_types.h usability... yes
yes
checking for sys/types.h... checking for string.h... (cached) yes
yes
checking stdio.h presence... checking for unistd.h... (cached) yes
no
checking nl_types.h presence... yes
checking for strings.h... (cached) yes
yes
checking for stdio.h... yes
checking for sys/time.h... checking for sys/stat.h... no
checking for nl_types.h... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking malloc.h usability... yes
checking for time.h... yes
yes
yes
checking malloc.h presence... checking for sys/resource.h... checking for stdlib.h... yes
checking for malloc.h... yes
yes
checking for uintptr_t... no
checking stddef.h usability... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
no
yes
checking for int_least32_t... checking for string.h... checking for fcntl.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for alloca.h... checking for string.h... (cached) checking for memory.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... no
yes
checking for int_fast32_t... checking for sys/pstat.h... yes
checking for strings.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for sys/sysmp.h... checking for feof_unlocked... yes
checking for uint64_t... yes
checking for inttypes.h... no
checking for sys/sysinfo.h... no
yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for machine/hal_sysinfo.h... checking for stdint.h... no
checking for fgets_unlocked... no
checking for sys/table.h... yes
checking for off_t... no
checking for sys/sysctl.h... yes
no
checking for sys/systemcfg.h... checking for unistd.h... no
checking for getc_unlocked... no
checking for stdint.h... (cached) yes
yes
checking for dlfcn.h... checking for stdio_ext.h... yes
checking size of int... no
checking for process.h... no
checking for getcwd... yes
checking for sys/prctl.h... no
checking for objdir... .libs
no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking size of int... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking dynamic linker characteristics... checking for munmap... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for getpagesize... checking for putenv... 4
checking size of long... yes
yes
checking for working mmap... no
checking for memcpy... checking for setenv... no
yes
checking for setlocale... checking for strerror... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for stpcpy... yes
checking for unistd.h... (cached) yes
x86_64-w64-mingw32
checking target system type... no
checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... no
4
checking size of size_t... yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... config.status: creating Makefile
config.status: creating config.h
no
config.status: executing gstdint.h commands
checking for __argz_stringify... no
checking for __argz_next... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __fsetlocking... 8
checking for long long... no
checking for iconv... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... configure: creating cache ./config.cache
no
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... checking build system type... no
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: executing depfiles commands
config.status: executing libtool commands
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
8
checking for a 64-bit type... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating config.h
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for uintptr_t... checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for sys/types.h... yes
checking for sys/stat.h... yes
yes
checking for pid_t... checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
yes
checking for string.h... checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for memory.h... none required
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
checking for strings.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for inttypes.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for basename... yes
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
checking for bcopy... checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
no
checking minix/config.h usability... checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for bzero... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for calloc... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
rm -f libz.a
x86_64-w64-mingw32-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
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for clock... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
no
checking for working volatile... yes
checking return type of signal handlers... yes
config.status: creating config.h
checking for ffs... config.status: config.h is unchanged
void
checking for size_t... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for getcwd... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for gettimeofday... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
yes
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for library containing opendir... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for insque... none required
checking for fcntl... no
checking for memchr... no
checking for kill... yes
checking for memcmp... no
checking for lstat... no
checking for memmove... yes
checking for memcpy... yes
checking for putenv... yes
yes
checking for select... checking for memmem... no
checking for setenv... no
no
checking for setlocale... checking for memmove... yes
yes
checking for mempcpy... checking for strcasecmp... yes
yes
checking for strpbrk... checking for memset... yes
yes
checking for mkstemps... checking for tcgetattr... no
checking for putenv... no
checking for vsnprintf... yes
checking for random... yes
checking for isascii... no
yes
checking for rename... checking for isxdigit... yes
checking for rindex... yes
checking for getpwent... no
checking for setenv... no
checking for getpwnam... no
checking for snprintf... no
checking for getpwuid... yes
checking for sigsetmask... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for stpcpy... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpncpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strcasecmp... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strchr... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strdup... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking locale.h usability... checking for strncasecmp... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strndup... checking pwd.h usability... no
checking for strnlen... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strrchr... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strstr... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strtod... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtol... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strtoul... checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtoll... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strtoull... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strverscmp... yes
checking sys/file.h presence... no
checking for tmpnam... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 vasprintf... 64
checking for type of signal functions... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vsprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for waitpid... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for setproctitle... no
checking for FIONREAD in sys/ioctl.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
no
checking for speed_t in sys/types.h... checking for vfork.h... no
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for fork... no
not found
checking for struct dirent.d_ino... checking for vfork... no
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... no
checking for dup3... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrlimit... no
checking for getrusage... no
checking for getsysinfo... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for gettimeofday... (cached) yes
no
checking for langinfo.h... no
checking for mbrlen... checking for on_exit... yes
checking for mbscasecmp... no
checking for psignal... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for pstat_getdynamic... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for pstat_getstatic... no
checking for realpath... no
checking for wcrtomb... no
checking for setrlimit... yes
checking for wcscoll... no
checking for sbrk... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for spawnve... yes
checking for spawnvpe... no
checking for wctype... yes
checking for strerror... yes
checking for wcswidth... yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for strsignal... yes
checking for iswlower... no
checking for sysconf... yes
no
checking for sysctl... checking for iswupper... yes
no
checking for sysmp... checking for towlower... no
checking for table... yes
checking for towupper... yes
no
checking for times... checking for iswctype... yes
no
checking for wait3... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for wait4... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
config.status: creating Makefile
checking whether snprintf is declared... config.status: creating doc/Makefile
yes
checking whether vsnprintf is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking whether calloc is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-11 10:47 [binutils-gdb] Add Aarch64 SVE dwarf regnums sergiodj+buildbot
@ 2018-06-12 23:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-12 23:19 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/1915>

Commit(s) tested:
	65d4cadafd7d9d5bb84810cde98a8c3a007a0594

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add Aarch64 SVE dwarf regnums

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/65/65d4cadafd7d9d5bb84810cde98a8c3a007a0594/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
config.status: creating Makefile
none needed
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... checking whether to install libiberty headers and static library... x86_64-w64-mingw32-ranlib
no
configure: target_header_dir = 
checking for library containing strerror... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none required
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... inline
checking for sys/types.h... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for sys/stat.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdlib.h... .exe
checking for suffix of object files... yes
yes
checking for sys/types.h... checking for string.h... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strings.h... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for strings.h... yes
checking for off_t... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... yes
checking for size_t... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for working alloca.h... .exe
checking for suffix of object files... yes
yes
checking how to run the C preprocessor... checking minix/config.h usability... o
checking whether we are using the GNU C compiler... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... (cached) yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for unistd.h... (cached) yes
/usr/bin/grep -E
checking for ANSI C header files... checking for getpagesize... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for sys/types.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdint.h... yes
yes
gcc3
checking how to print strings... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... checking for unsigned long long... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... no
checking for ld used by GCC... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for memory.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... ok
checking how to run the C preprocessor... checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... done
checking argz.h usability... checking for ANSI C header files... yes
no
checking argz.h presence... checking for stdint.h... no
checking for argz.h... no
yes
checking for an ANSI C-conforming const... checking limits.h usability... yes
checking for sys/types.h... yes
yes
checking for inline... checking for unistd.h... yes
yes
checking limits.h presence... checking for sys/stat.h... inline
checking whether byte ordering is bigendian... yes
checking for limits.h... yes
yes
checking locale.h usability... checking ctype.h usability... yes
checking for stdlib.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking locale.h presence... yes
checking ctype.h presence... checking for sys/file.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
yes
checking for ctype.h... yes
checking for string.h... yes
checking for sys/param.h... checking stddef.h usability... yes
checking for memory.h... yes
yes
checking stddef.h presence... checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking nl_types.h presence... yes
yes
checking stdio.h usability... checking for stdlib.h... (cached) yes
checking for strings.h... no
checking for nl_types.h... no
checking malloc.h usability... checking for malloc.h... yes
checking stdio.h presence... yes
yes
yes
checking malloc.h presence... checking for string.h... (cached) yes
yes
checking for stdio.h... yes
checking for inttypes.h... yes
checking for malloc.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for unistd.h... (cached) yes
checking stddef.h usability... yes
checking for strings.h... (cached) yes
checking for stdint.h... checking for sys/time.h... yes
checking stddef.h presence... yes
checking for uintptr_t... yes
yes
checking for stddef.h... yes
checking for time.h... checking for stdlib.h... (cached) yes
yes
yes
checking for string.h... (cached) yes
checking for unistd.h... checking for sys/resource.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
yes
checking for int_least32_t... yes
checking sys/param.h presence... no
checking for dlfcn.h... checking for fcntl.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... checking for alloca.h... no
checking for objdir... no
.libs
yes
checking for int_fast32_t... checking for sys/pstat.h... no
no
checking for fgets_unlocked... checking for sys/sysmp.h... yes
checking for uint64_t... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/sysinfo.h... no
checking for getc_unlocked... no
checking for machine/hal_sysinfo.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for off_t... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for getcwd... no
checking for sys/table.h... yes
no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking size of int... checking for getegid... checking for sys/sysctl.h... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/systemcfg.h... yes
checking whether -lc should be explicitly linked in... no
checking for geteuid... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking dynamic linker characteristics... no
checking for getgid... no
checking for process.h... yes
checking for sys/prctl.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getuid... checking for stdlib.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether errno must be declared... no
checking for mempcpy... 4
checking size of long... yes
checking for working mmap... no
checking for memcpy... no
checking size of int... yes
checking for munmap... yes
checking for strerror... no
yes
checking for putenv... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for stpcpy... 4
checking size of long... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... yes
checking for strdup... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
no
checking for __argz_stringify... config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... 8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... configure: creating cache ./config.cache
checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... no
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... yes
checking size of long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating Makefile
checking for C compiler default output file name... config.status: executing depfiles commands
configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: executing libtool commands
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating Makefile
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: creating config.intl
x86_64-w64-mingw32-gcc -E
8
checking for a 64-bit type... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... uint64_t
checking for intptr_t... config.status: executing default-1 commands
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
yes
checking for uintptr_t... checking for sys/stat.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for stdlib.h... source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for string.h... yes
checking for memory.h... yes
checking for pid_t... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for inttypes.h... yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
none required
yes
checking for asprintf... checking for unistd.h... yes
checking for atexit... yes
checking minix/config.h usability... yes
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking minix/config.h presence... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for bcopy... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for working volatile... checking for bzero... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for calloc... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for ssize_t... yes
rm -f plural.h
checking for clock... config.status: creating config.h
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: config.h is unchanged
checking for ffs... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
no
checking for library containing opendir... checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for gettimeofday... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLIBDIR="\"/usr/local/lib\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localcharset.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
yes
checking for memmove... checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
yes
checking for memcpy... checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
yes
checking for getpwent... checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for stpcpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
yes
checking limits.h presence... checking for stpncpy... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strdup... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strncasecmp... no
checking termios.h presence... yes
checking for strndup... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strstr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtol... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strtoul... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
checking for vasprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsprintf... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wctype.h... yes
no
checking stack direction for C alloca... 0
checking for vfork.h... checking wchar.h usability... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
yes
checking for wcswidth... checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
no
checking for realpath... checking for iswupper... yes
checking for towlower... no
checking for setrlimit... no
checking for sbrk... yes
checking for towupper... yes
checking for iswctype... no
checking for spawnve... yes
checking for nl_langinfo and CODESET... yes
checking for spawnvpe... no
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 strerror... yes
checking configuration for building shared libraries... supported
yes
checking for strsignal... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysconf... no
checking for sysctl... no
config.status: creating Makefile
checking for sysmp... config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-10 18:23 [binutils-gdb] Fix some missed "beneath" conversions sergiodj+buildbot
@ 2018-06-12 12:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-12 12:23 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/1908>

Commit(s) tested:
	4360561f5a326d9765cf1d95e5f779c5ab51045e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix some missed "beneath" conversions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/43/4360561f5a326d9765cf1d95e5f779c5ab51045e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./intl
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking target system type... checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... 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
config.status: creating Makefile
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
o
checking whether we are using the GNU C compiler... checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... inline
checking for sys/types.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... yes
checking for memory.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... .exe
yes
checking for suffix of object files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking how to run the C preprocessor... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking for unistd.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking for off_t... yes
yes
checking for sys/types.h... checking for stdint.h... gcc3
yes
checking how to print strings... yes
printf
checking for a sed that does not truncate output... checking for unistd.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for sys/stat.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for size_t... yes
yes
checking minix/config.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for working alloca.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for string.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... no
checking for alloca... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for memory.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... (cached) yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
checking for inttypes.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32-gcc -E
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdint.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for unsigned long long... checking ctype.h usability... yes
checking for inttypes.h... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for inline... yes
checking ctype.h presence... yes
yes
checking for ctype.h... yes
inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... checking stddef.h usability... checking for sys/stat.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for string.h... no
checking for a BSD-compatible install... /usr/bin/install -c
done
yes
checking stdio.h presence... checking for sys/file.h... yes
checking argz.h usability... yes
no
checking argz.h presence... checking for sys/param.h... yes
checking for stdio.h... yes
checking for memory.h... yes
no
checking for argz.h... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking limits.h usability... checking for limits.h... yes
yes
checking for stdlib.h... (cached) yes
checking for malloc.h... checking for strings.h... yes
yes
checking limits.h presence... checking for string.h... (cached) yes
yes
checking for limits.h... yes
checking locale.h usability... yes
checking for uintptr_t... checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking locale.h presence... checking for sys/time.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for stdint.h... yes
yes
checking for int_least32_t... no
checking nl_types.h presence... checking for time.h... yes
no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for sys/resource.h... no
checking for unistd.h... yes
checking for int_fast32_t... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
yes
checking malloc.h presence... checking for dlfcn.h... yes
checking for malloc.h... yes
no
no
checking for objdir... yes
checking for uint64_t... checking for fcntl.h... .libs
checking stddef.h usability... yes
checking for alloca.h... no
yes
checking stddef.h presence... checking for sys/pstat.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stddef.h... yes
no
yes
checking for off_t... checking for sys/sysmp.h... checking for stdlib.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for string.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysinfo.h... yes
checking sys/param.h presence... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
yes
checking size of int... yes
checking for sys/param.h... yes
checking for machine/hal_sysinfo.h... checking for feof_unlocked... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for fgets_unlocked... no
checking for process.h... yes
checking dynamic linker characteristics... yes
no
checking for getc_unlocked... checking for sys/prctl.h... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for getcwd... 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... x86_64-w64-mingw32-gcc -E
yes
checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for geteuid... yes
checking whether errno must be declared... 4
checking size of long... yes
checking for working mmap... no
checking for memcpy... no
checking for getgid... no
checking size of int... yes
no
checking for strerror... checking for getuid... yes
checking for unistd.h... (cached) yes
no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for munmap... no
checking for putenv... 4
checking size of long... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for setlocale... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for stpcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
config.status: creating config.h
yes
checking for __argz_count... config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... yes
checking size of long long... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for LC_MESSAGES... config.status: executing libtool commands
no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
a.exe
checking whether the C compiler works... yes
configure: creating ./config.status
checking whether we are cross compiling... yes
checking for suffix of executables... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
none needed
checking how to run the C preprocessor... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
uint64_t
checking for intptr_t... config.status: creating config.intl
yes
checking for uintptr_t... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for sys/stat.h... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for library containing strerror... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
none required
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for asprintf... yes
checking for string.h... yes
yes
checking for atexit... checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for basename... yes
checking for inttypes.h... yes
yes
checking for stdint.h... checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for unistd.h... no
yes
checking minix/config.h usability... checking for bcopy... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for bsearch... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for bzero... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating config.h
no
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for calloc... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for working volatile... yes
checking return type of signal handlers... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
void
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for ffs... yes
checking for ssize_t... no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getcwd... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for dirent.h that defines DIR... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for gettimeofday... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for index... none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
no
checking for insque... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for lstat... no
checking for memchr... yes
no
checking for memcmp... checking for memmove... yes
yes
checking for memcpy... checking for putenv... yes
checking for memmem... yes
checking for select... no
checking for memmove... yes
no
checking for setenv... checking for mempcpy... yes
checking for memset... no
checking for setlocale... yes
yes
checking for mkstemps... checking for strcasecmp... yes
checking for strpbrk... no
checking for putenv... yes
checking for random... yes
checking for tcgetattr... no
no
checking for vsnprintf... checking for rename... yes
yes
checking for rindex... checking for isascii... no
checking for setenv... yes
no
checking for snprintf... checking for isxdigit... yes
checking for getpwent... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... no
checking for getpwnam... no
checking for strcasecmp... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for strchr... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strdup... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strncasecmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strings.h... checking for strndup... (cached) yes
checking limits.h usability... yes
checking limits.h presence... no
checking for strnlen... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strrchr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strstr... checking termcap.h usability... yes
checking for strtod... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtol... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strtoul... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strtoll... checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strtoull... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strverscmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for tmpnam... yes
checking for vasprintf... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for vfprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for vprintf... 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 vsnprintf... 64
checking for type of signal functions... yes
checking for vsprintf... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for setproctitle... no
checking for sig_atomic_t in signal.h... no
checking whether alloca needs Cray hooks... yes
checking whether signal handlers are of type void... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for fork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for vfork... no
checking for _doprnt... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... no
checking for dup3... yes
checking for wctype.h... yes
checking wchar.h usability... no
yes
checking wchar.h presence... checking for getrlimit... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrusage... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getsysinfo... yes
checking for mbscasecmp... no
checking for gettimeofday... (cached) yes
no
checking for mbscmp... checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for mbsrtowcs... no
checking for pstat_getdynamic... no
yes
checking for mbschr... checking for pstat_getstatic... no
no
checking for wcrtomb... checking for realpath... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... no
checking for sbrk... yes
checking for wcwidth... no
checking for spawnve... no
checking for wctype... yes
checking for spawnvpe... yes
checking for wcswidth... yes
checking for strerror... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for strsignal... yes
checking for iswlower... no
checking for sysconf... yes
checking for iswupper... no
checking for sysctl... yes
checking for towlower... no
checking for sysmp... yes
checking for towupper... no
checking for table... no
checking for times... yes
checking for iswctype... no
checking for wait3... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for wait4... yes
checking for wctype_t in wctype.h... no
checking whether basename is declared... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking whether ffs is declared... no
configure: updating cache ./config.cache
checking whether asprintf is declared... configure: creating ./config.status
yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... config.status: creating Makefile
yes
checking whether calloc is declared... config.status: creating doc/Makefile
yes
checking whether getenv is declared... config.status: creating examples/Makefile
yes
checking whether getopt is declared... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-10  4:07 [binutils-gdb] Use std::unique_ptr in reg_buffer sergiodj+buildbot
@ 2018-06-12  2:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-12  2:38 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/1906>

Commit(s) tested:
	835dcf92618e294d3c6c2bedd94af712809c96a3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use std::unique_ptr in reg_buffer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/83/835dcf92618e294d3c6c2bedd94af712809c96a3/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... none needed
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... yes
checking for an ANSI C-conforming const... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... checking for C compiler default output file name... inline
checking for sys/types.h... yes
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for sys/stat.h... checking for sys/stat.h... .exe
yes
checking for suffix of object files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... checking for stdlib.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for string.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... yes
checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for strings.h... a.exe
checking whether the C compiler works... yes
checking for inttypes.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
.exe
checking for suffix of object files... checking for inttypes.h... checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for unistd.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... yes
checking for size_t... checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... no
checking minix/config.h presence... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for working alloca.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
no
checking for alloca... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for sys/types.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/stat.h... checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for stdint.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for unsigned long long... yes
checking for strings.h... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
checking for inttypes.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/stat.h... yes
yes
checking for an ANSI C-conforming const... checking for stdint.h... no
checking for ld used by GCC... yes
checking for inline... yes
inline
checking whether byte ordering is bigendian... yes
checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for unistd.h... yes
checking for shared library run path origin... done
yes
yes
checking argz.h usability... checking for string.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking ctype.h usability... checking for sys/file.h... yes
no
checking argz.h presence... checking for memory.h... yes
no
checking for argz.h... no
yes
checking ctype.h presence... checking limits.h usability... checking for sys/param.h... yes
checking for ctype.h... yes
yes
yes
checking for strings.h... yes
checking limits.h presence... checking stddef.h usability... checking for limits.h... yes
checking for limits.h... yes
yes
yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... checking locale.h usability... checking for malloc.h... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
yes
checking for string.h... (cached) yes
checking stdio.h usability... checking for unistd.h... (cached) yes
yes
checking locale.h presence... checking for stdint.h... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for locale.h... yes
yes
yes
checking stdio.h presence... checking nl_types.h usability... yes
yes
checking for stdio.h... yes
checking for time.h... checking for unistd.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for sys/resource.h... no
checking nl_types.h presence... no
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/stat.h... (cached) yes
yes
checking for dlfcn.h... checking for sys/mman.h... yes
checking for uintptr_t... yes
checking malloc.h presence... no
checking for fcntl.h... yes
checking for malloc.h... yes
no
checking for objdir... checking stddef.h usability... .libs
yes
checking for alloca.h... yes
checking for int_least32_t... no
checking for sys/pstat.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/sysmp.h... yes
checking for int_fast32_t... checking for string.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/sysinfo.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for machine/hal_sysinfo.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
yes
checking for uint64_t... checking for sys/table.h... yes
checking sys/param.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for sys/sysctl.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/systemcfg.h... yes
checking for off_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
no
checking for stdint.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... checking for fgets_unlocked... checking for stdio_ext.h... yes
checking dynamic linker characteristics... no
checking for process.h... no
yes
checking size of int... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for getc_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for getpagesize... no
checking for getcwd... yes
checking whether errno must be declared... yes
checking for working mmap... no
checking for memcpy... no
checking size of int... yes
checking for getegid... yes
checking for strerror... yes
checking for unistd.h... (cached) yes
no
checking for geteuid... 4
checking size of long... configure: updating cache ./config.cache
no
checking for getgid... configure: creating ./config.status
no
checking for getuid... no
checking for mempcpy... 4
yes
checking size of long... checking for munmap... no
checking for putenv... yes
4
checking for ANSI C header files... (cached) yes
checking build system type... checking for setenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... no
no
4
checking for strcasecmp... checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
Configuring in ./readline
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... config.status: creating Makefile
yes
checking size of long long... no
checking for iconv... config.status: executing depfiles commands
config.status: executing libtool commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... configure: creating cache ./config.cache
no
checking for bison... bison
checking version of bison... checking build system type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... 8
checking for a 64-bit type... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... uint64_t
checking for intptr_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
none needed
checking how to run the C preprocessor... yes
checking for uintptr_t... config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating config.h
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for ssize_t... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for pid_t... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for library containing strerror... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for string.h... yes
yes
checking for memory.h... checking for atexit... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for strings.h... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for inttypes.h... checking for basename... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for stdint.h... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for bcopy... checking for unistd.h... yes
checking minix/config.h usability... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for bsearch... config.status: creating config.h
no
checking minix/config.h presence... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for bzero... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for calloc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for working volatile... checking for clock... yes
checking return type of signal handlers... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for gettimeofday... yes
checking for library containing opendir... yes
checking for index... none required
checking for fcntl... no
no
checking for insque... checking for kill... no
checking for memchr... no
checking for lstat... yes
checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
checking for putenv... yes
checking for memmem... yes
checking for select... no
checking for memmove... no
checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
checking for memset... yes
checking for strcasecmp... yes
checking for mkstemps... yes
checking for strpbrk... no
checking for putenv... yes
yes
checking for tcgetattr... checking for random... no
checking for vsnprintf... no
checking for rename... yes
yes
checking for isascii... checking for rindex... no
checking for setenv... yes
checking for isxdigit... no
checking for snprintf... yes
checking for getpwent... yes
checking for sigsetmask... no
checking for getpwnam... no
checking for stpcpy... no
no
checking for getpwuid... checking for stpncpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for strcasecmp... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for strchr... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for strdup... checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strncasecmp... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for strndup... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... no
checking for strnlen... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strrchr... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for strstr... checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strtod... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtol... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtoul... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strtoll... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtoull... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strverscmp... checking sys/select.h usability... no
checking sys/select.h presence... no
checking for tmpnam... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vasprintf... yes
checking sys/file.h presence... 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... checking for vfprintf... 64
checking for type of signal functions... yes
checking for vprintf... yes
checking for vsnprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for vsprintf... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for waitpid... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for setproctitle... yes
checking whether signal handlers are of type void... no
checking whether alloca needs Cray hooks... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for fork... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for vfork... no
checking for _doprnt... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for dup3... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for getrlimit... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for getrusage... no
checking for mbscmp... no
checking for getsysinfo... no
checking for mbsnrtowcs... no
checking for gettimeofday... (cached) yes
no
checking for mbsrtowcs... checking for on_exit... yes
checking for mbschr... no
checking for psignal... no
checking for wcrtomb... no
checking for pstat_getdynamic... yes
checking for wcscoll... no
checking for pstat_getstatic... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
checking for iswlower... yes
checking for spawnvpe... yes
checking for iswupper... yes
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... no
checking for sysconf... yes
checking for iswctype... no
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysmp... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for table... yes
checking configuration for building shared libraries... supported
no
checking for times... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... config.status: creating Makefile
no
checking whether basename is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking whether ffs is declared... config.status: creating shlib/Makefile
no
checking whether asprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-10  3:14 [binutils-gdb] Change type of reg_buffer::m_register_status to register_status sergiodj+buildbot
@ 2018-06-12  1:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-12  1:45 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/1905>

Commit(s) tested:
	aac0d564cea04b1c5f386e8cea924ca59057e8b4

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Change type of reg_buffer::m_register_status to register_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/aa/aac0d564cea04b1c5f386e8cea924ca59057e8b4/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating 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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... checking for C compiler default output file name... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... .exe
checking for suffix of object files... /usr/bin/grep
checking for egrep... /usr/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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... none needed
checking how to run the C preprocessor... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for strings.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for inttypes.h... yes
yes
checking for sys/types.h... checking for off_t... yes
checking for stdint.h... yes
checking for sys/stat.h... yes
yes
checking for unistd.h... checking for stdlib.h... yes
checking for size_t... yes
checking minix/config.h usability... yes
checking for string.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... yes
checking for working alloca.h... no
checking for alloca... yes
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... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
64
checking for inttypes.h... checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdint.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for unistd.h... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for unsigned long long... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... checking for C compiler default output file name... yes
yes
checking ctype.h presence... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for ctype.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for ld used by GCC... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stddef.h... yes
.exe
checking for suffix of object files... checking for string.h... (cached) yes
done
checking stdio.h usability... o
checking whether we are using the GNU C compiler... checking argz.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking stdio.h presence... yes
checking for an ANSI C-conforming const... no
checking argz.h presence... yes
checking for stdio.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for argz.h... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking limits.h usability... yes
checking for inline... inline
checking whether byte ordering is bigendian... none needed
yes
checking limits.h presence... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... yes
checking for limits.h... yes
checking locale.h usability... gcc3
no
checking for a BSD-compatible install... checking how to print strings... /usr/bin/install -c
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/file.h... /usr/bin/grep
checking for egrep... yes
checking locale.h presence... yes
checking for int_least32_t... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for limits.h... yes
checking for int_fast32_t... yes
no
checking nl_types.h presence... checking for stdlib.h... (cached) 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 malloc.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for string.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for uint64_t... checking for sys/time.h... yes
yes
checking malloc.h presence... checking for time.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
ok
checking for an ANSI C-conforming const... checking how to run the C preprocessor... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for off_t... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... no
checking for fcntl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for ANSI C header files... checking for alloca.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking size of int... yes
checking sys/param.h presence... no
checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
yes
checking for sys/types.h... checking for feof_unlocked... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking for sys/stat.h... no
checking for sys/sysctl.h... no
checking for fgets_unlocked... no
checking for sys/systemcfg.h... yes
checking for stdlib.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for getc_unlocked... no
checking for process.h... yes
checking for string.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... yes
checking for memory.h... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
yes
checking for getegid... checking for strings.h... no
checking size of int... yes
checking for inttypes.h... no
checking for geteuid... 4
checking size of long... yes
checking for stdint.h... no
checking for getgid... yes
checking for unistd.h... no
checking for getuid... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
yes
checking for setenv... checking build system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stpcpy... no
checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
configure: creating ./config.status
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... 4
checking size of size_t... yes
config.status: creating Makefile
checking for strerror... yes
config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
yes
checking for unistd.h... (cached) yes
yes
make[1]: Nothing to be done for 'all-target'.
checking for tsearch... mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking for __argz_next... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
checking for bison... bison
checking version of bison... 3.0.4, ok
yes
checking whether NLS is requested... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
yes
checking size of long long... checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating Makefile
yes
checking for sys/types.h... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
8
checking for strings.h... checking for a 64-bit type... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for inttypes.h... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for uintptr_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking minix/config.h usability... yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for pid_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
no
checking for working volatile... checking for library containing strerror... yes
checking return type of signal handlers... none required
void
checking for asprintf... checking for size_t... yes
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for ssize_t... yes
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for dirent.h that defines DIR... no
checking for bcopy... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for bzero... no
checking for kill... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for calloc... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
config.status: creating config.h
no
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for memmove... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for ffs... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for getcwd... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for select... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for getpagesize... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for setenv... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setlocale... yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for insque... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking for memcmp... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for vsnprintf... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for putenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for rindex... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strdup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strnlen... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strtoul... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for sys_errlist... no
(cached) checking for wcrtomb... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
no
checking for iswupper... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
no
checking for iswctype... checking for pstat_getstatic... yes
no
checking for nl_langinfo and CODESET... checking for realpath... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sbrk... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strerror... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
yes
config.status: executing default commands
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-10  0:49 [binutils-gdb] Remove use of queue.h from gdbserver/event-loop.c sergiodj+buildbot
@ 2018-06-12  0:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-12  0:56 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/1904>

Commit(s) tested:
	405918449085378e96dc841a3d536ce161ce1539

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove use of queue.h from gdbserver/event-loop.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/40/405918449085378e96dc841a3d536ce161ce1539/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking build system type... configure: updating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating ./config.status
configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32
checking target system type... checking for xgettext... /usr/bin/xgettext
x86_64-w64-mingw32
checking for msgmerge... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for C compiler default output file name... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... yes
checking for grep that handles long lines and -e... checking for off_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for size_t... yes
checking for suffix of object files... checking for memory.h... yes
o
checking whether we are using the GNU C compiler... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inttypes.h... none needed
checking how to run the C preprocessor... checking for C compiler default output file name... yes
checking for stdint.h... yes
checking for working alloca.h... x86_64-w64-mingw32-gcc -E
yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for alloca... checking for unistd.h... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking ctype.h usability... checking for stdlib.h... (cached) yes
o
checking whether we are using the GNU C compiler... yes
checking ctype.h presence... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for ctype.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking stddef.h usability... yes
checking for sys/types.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking stddef.h presence... checking for sys/stat.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
none needed
checking for style of include used by make... checking stdio.h usability... yes
GNU
checking for stdint.h... yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
checking stdio.h presence... yes
checking for unsigned long long... yes
yes
checking for stdio.h... yes
checking for string.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... gcc3
checking how to print strings... yes
checking for inttypes.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for memory.h... yes
checking for uintptr_t... no
checking for ld used by GCC... yes
checking for strings.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for int_least32_t... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for inttypes.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
done
yes
checking for int_fast32_t... checking argz.h usability... checking for stdint.h... no
checking argz.h presence... ok
checking how to run the C preprocessor... yes
yes
checking for uint64_t... checking for unistd.h... no
checking for argz.h... no
checking limits.h usability... x86_64-w64-mingw32-gcc -E
yes
checking minix/config.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for ANSI C header files... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking locale.h usability... no
checking minix/config.h presence... yes
checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking locale.h presence... checking for sys/types.h... yes
checking for locale.h... yes
yes
checking size of int... checking nl_types.h usability... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/stat.h... no
checking nl_types.h presence... yes
64
no
checking for nl_types.h... no
checking for stdlib.h... checking malloc.h usability... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking malloc.h presence... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for malloc.h... yes
yes
checking for memory.h... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking sys/param.h presence... 4
checking for inttypes.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... checking size of long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
no
checking for fgets_unlocked... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for getc_unlocked... yes
checking for dlfcn.h... no
checking for getcwd... no
checking for objdir... .libs
yes
yes
checking for an ANSI C-conforming const... checking for getegid... yes
checking for inline... inline
checking whether byte ordering is bigendian... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for geteuid... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for getgid... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... no
yes
checking for getuid... checking for sys/param.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
yes
no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for limits.h... checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for munmap... yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for string.h... (cached) yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
no
checking for putenv... checking for strings.h... (cached) yes
checking for sys/time.h... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for time.h... checking for getpagesize... checking for setenv... yes
config.status: creating Makefile
checking for sys/resource.h... yes
config.status: creating config.h
checking for working mmap... no
no
checking for memcpy... checking for sys/stat.h... (cached) yes
no
config.status: executing gstdint.h commands
checking for setlocale... checking for sys/mman.h... no
checking for fcntl.h... yes
yes
yes
checking for stpcpy... checking for strerror... checking for alloca.h... no
make[1]: Nothing to be done for 'all-target'.
checking for sys/pstat.h... no
mkdir -p -- ./readline
checking for strcasecmp... Configuring in ./readline
yes
checking for unistd.h... (cached) yes
no
checking for sys/sysmp.h... no
yes
checking for sys/sysinfo.h... configure: updating cache ./config.cache
checking for strdup... configure: creating ./config.status
no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
yes
checking for sys/sysctl.h... configure: creating cache ./config.cache
checking for strtoul... checking build system type... no
checking for sys/systemcfg.h... x86_64-pc-linux-gnu
checking host system type... no
yes
checking for stdint.h... (cached) yes
checking for tsearch... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for stdio_ext.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for process.h... yes
checking for __argz_count... checking for C compiler default output file name... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... a.exe
checking whether the C compiler works... yes
no
checking whether time.h and sys/time.h may both be included... no
checking whether we are cross compiling... yes
checking for suffix of executables... checking for __argz_stringify... yes
checking whether errno must be declared... .exe
checking for suffix of object files... no
no
checking size of int... checking for __argz_next... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
none needed
checking how to run the C preprocessor... checking for __fsetlocking... x86_64-w64-mingw32-gcc -E
no
checking for iconv... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for sys/types.h... 4
checking size of long... no
checking for LC_MESSAGES... yes
no
checking for bison... bison
checking version of bison... checking for sys/stat.h... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for stdlib.h... no
checking for GNU gettext in libintl... yes
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for string.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... 4
checking size of size_t... yes
config.status: creating Makefile
checking for stdint.h... config.status: creating config.intl
yes
checking for unistd.h... config.status: creating config.h
config.status: executing default-1 commands
yes
checking minix/config.h usability... config.status: creating Makefile
no
checking minix/config.h presence... config.status: executing depfiles commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: executing libtool commands
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
8
checking for long long... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking size of long long... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memmove... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for putenv... uint64_t
rm -f libdecnumber.a
checking for intptr_t... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for select... yes
checking for uintptr_t... no
checking for setenv... yes
checking for ssize_t... no
checking for setlocale... yes
yes
checking for pid_t... checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for library containing strerror... no
checking for vsnprintf... none required
checking for asprintf... yes
checking for atexit... yes
checking for isascii... yes
checking for isxdigit... yes
yes
checking for getpwent... checking for basename... no
yes
checking for getpwnam... checking for bcmp... no
checking for getpwuid... no
checking for bcopy... no
no
checking for working strcoll... no
checking fcntl.h usability... checking for bsearch... yes
checking fcntl.h presence... yes
checking for bzero... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for calloc... checking varargs.h usability... yes
checking for clock... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for ffs... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for getcwd... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for getpagesize... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for gettimeofday... checking pwd.h usability... yes
no
checking pwd.h presence... checking for index... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for insque... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for memchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for memcmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for memcpy... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for memmem... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for memmove... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for mempcpy... yes
checking sys/file.h presence... 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... checking for memset... 64
checking for type of signal functions... yes
checking for mkstemps... no
checking for putenv... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for random... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for rename... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for rindex... yes
checking for TIOCSTAT in sys/ioctl.h... no
no
checking for FIONREAD in sys/ioctl.h... checking for setenv... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for snprintf... not found
checking for struct dirent.d_ino... yes
checking for sigsetmask... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for stpcpy... no
checking for tgetent in -ltermcap... no
checking for stpncpy... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for strcasecmp... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strchr... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strdup... yes
checking for mbscasecmp... yes
checking for strncasecmp... yes
no
checking for mbscmp... checking for strndup... no
checking for mbsnrtowcs... no
checking for strnlen... no
checking for mbsrtowcs... yes
checking for strrchr... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for strstr... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for strtod... yes
checking for strtol... yes
checking for wcwidth... yes
checking for strtoul... no
checking for wctype... yes
checking for strtoll... yes
checking for wcswidth... yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for strtoull... yes
checking for strverscmp... yes
checking for iswlower... no
checking for tmpnam... yes
checking for iswupper... yes
checking for vasprintf... yes
checking for towlower... yes
checking for vfprintf... yes
checking for towupper... yes
checking for vprintf... yes
checking for iswctype... yes
checking for vsnprintf... yes
checking for nl_langinfo and CODESET... yes
checking for vsprintf... no
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 waitpid... yes
checking configuration for building shared libraries... supported
no
checking for setproctitle... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for _doprnt... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for external symbol _system_configuration... config.status: executing default commands
no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for dup3... no
checking for getrlimit... no
checking for getrusage... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-09 23:49 [binutils-gdb] Remove a VEC from dwarf2read.c sergiodj+buildbot
@ 2018-06-11 21:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11 21:53 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/1901>

Commit(s) tested:
	c5d0225d250b4c6537a0d22f0a89975834bfd294

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a VEC from dwarf2read.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c5/c5d0225d250b4c6537a0d22f0a89975834bfd294/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./zlib
Configuring in ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
config.status: creating Makefile
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
checking build system type... mkdir -p -- ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... Configuring in ./libdecnumber
yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... a.exe
checking whether the C compiler works... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether we are cross compiling... yes
checking for suffix of executables... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... inline
autoheader
checking for sys/types.h... yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
yes
.exe
checking for suffix of object files... checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... o
checking whether we are using the GNU C compiler... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... yes
yes
checking for string.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
checking for memory.h... yes
none needed
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for memory.h... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... checking for inttypes.h... yes
gcc3
checking how to print strings... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for inttypes.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for stdint.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... x86_64-w64-mingw32-gcc -E
checking for unistd.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... checking for off_t... yes
checking whether the shell understands "+="... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking minix/config.h usability... yes
checking for sys/types.h... yes
checking for size_t... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... ok
checking how to run the C preprocessor... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for working alloca.h... checking for ANSI C header files... yes
no
checking for alloca... checking for stdlib.h... 64
yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... (cached) yes
checking for string.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdint.h... yes
checking for string.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
checking for memory.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... no
yes
checking for ld used by GCC... yes
checking for strings.h... checking for unistd.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... checking ctype.h usability... yes
checking for inline... yes
done
yes
checking ctype.h presence... inline
checking whether byte ordering is bigendian... checking for stdint.h... checking argz.h usability... yes
checking for ctype.h... yes
checking stddef.h usability... yes
no
checking argz.h presence... yes
checking stddef.h presence... checking for unistd.h... yes
checking for stddef.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking for argz.h... no
checking for string.h... (cached) yes
checking limits.h usability... checking for sys/file.h... checking stdio.h usability... yes
yes
checking for sys/param.h... checking for dlfcn.h... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking stdio.h presence... yes
checking for limits.h... yes
checking for stdio.h... yes
yes
checking locale.h presence... no
checking for objdir... yes
.libs
checking for stdlib.h... (cached) yes
checking for malloc.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking nl_types.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking nl_types.h presence... checking for sys/time.h... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for uintptr_t... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for time.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sys/resource.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking malloc.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
yes
checking for int_least32_t... checking for sys/mman.h... checking stddef.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for fcntl.h... checking for string.h... (cached) yes
yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for alloca.h... checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking sys/param.h usability... no
checking for sys/pstat.h... checking for stdlib.h... (cached) yes
yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for sys/sysmp.h... checking for unistd.h... (cached) yes
checking for feof_unlocked... checking for getpagesize... yes
checking for uint64_t... no
checking for sys/sysinfo.h... yes
checking for working mmap... no
checking for memcpy... no
checking for machine/hal_sysinfo.h... no
checking for fgets_unlocked... no
yes
checking for sys/table.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for strerror... no
no
yes
checking for sys/sysctl.h... checking for off_t... checking for getc_unlocked... yes
checking for unistd.h... (cached) yes
no
checking for sys/systemcfg.h... configure: updating cache ./config.cache
configure: creating ./config.status
no
no
checking for getcwd... checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for process.h... yes
checking size of int... checking for getegid... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for geteuid... yes
checking whether errno must be declared... no
checking for getgid... no
checking size of int... no
checking for getuid... 4
checking size of long... no
checking for mempcpy... yes
checking for munmap... no
4
checking for putenv... checking size of long... yes
checking for setenv... 4
no
checking for ANSI C header files... (cached) yes
checking for setlocale... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for stpcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... config.status: creating Makefile
no
config.status: executing depfiles commands
configure: updating cache ./config.cache
4
checking size of size_t... yes
configure: creating ./config.status
checking for strdup... config.status: executing libtool commands
yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking for __fsetlocking... 8
checking for long long... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... checking for C compiler default output file name... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for GNU gettext in libintl... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
uint64_t
checking for intptr_t... yes
checking for sys/types.h... config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for sys/stat.h... config.status: creating config.intl
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
config.status: creating config.h
config.status: executing default-1 commands
checking for stdlib.h... yes
checking for string.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for pid_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
checking for strings.h... x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for library containing strerror... yes
checking for inttypes.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for stdint.h... none required
checking for asprintf... yes
yes
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for atexit... yes
checking minix/config.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking minix/config.h presence... checking for basename... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for bcopy... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for function prototypes... yes
checking whether char is unsigned... rm -f plural.h
no
no
checking for working volatile... checking for bsearch... config.status: creating config.h
yes
checking return type of signal handlers... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
void
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ssize_t... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for dirent.h that defines DIR... yes
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for clock... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
none required
yes
checking for fcntl... checking for ffs... no
checking for kill... no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... no
checking for memmove... yes
yes
checking for putenv... checking for gettimeofday... yes
checking for select... yes
checking for index... no
checking for setenv... no
checking for insque... no
checking for setlocale... no
checking for memchr... yes
checking for strcasecmp... yes
checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
yes
checking for isxdigit... checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for random... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for rename... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for rindex... no
checking varargs.h presence... no
no
checking for varargs.h... no
checking for setenv... checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for snprintf... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sigsetmask... checking locale.h usability... no
checking for stpcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking pwd.h usability... checking for stpncpy... no
checking pwd.h presence... no
checking for pwd.h... no
no
checking for strcasecmp... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
yes
checking termcap.h presence... checking for strdup... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
checking for strncasecmp... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for strnlen... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strstr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtod... 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 strtol... yes
checking for strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for tmpnam... yes
checking whether signal handlers are of type void... yes
checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for waitpid... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for setproctitle... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... yes
checking for mbscasecmp... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
yes
checking for wcwidth... checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
yes
checking for towlower... checking for setrlimit... yes
no
checking for sbrk... checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... yes
checking for strerror... no
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 strsignal... yes
checking configuration for building shared libraries... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait3... no
config.status: creating config.h
checking for wait4... config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-08 20:50 [binutils-gdb] Make gdbreplay use more common routines sergiodj+buildbot
@ 2018-06-11 15:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11 15:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1898>

Commit(s) tested:
	03349c934525d0f78a3f971a351b1202ea21ec94

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make gdbreplay use more common routines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/03/03349c934525d0f78a3f971a351b1202ea21ec94/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/waitpid.c -o waitpid.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/setproctitle.c -o setproctitle.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
  CXX    common/mingw-strerror.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:605: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-08 20:50 [binutils-gdb] ld/x86: Remove hidden _edata, __bss_start, and _end sergiodj+buildbot
@ 2018-06-11 13:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11 13:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1897>

Commit(s) tested:
	ecf99cc09236316db27fd8ffaedca864f81ea081

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld/x86: Remove hidden _edata, __bss_start, and _end

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ec/ecf99cc09236316db27fd8ffaedca864f81ea081/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
  CXX    common/mingw-strerror.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[2]: *** [Makefile:1610: all] Error 2
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-08 18:19 [binutils-gdb] Fix build issue with Python 3.7 sergiodj+buildbot
@ 2018-06-11 12:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11 12:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1896>

Commit(s) tested:
	aeab512851bf6ed623d1c6c4305b6ce05e51a10c

Author(s) (in the same order as the commits):
	Paul Koning <paul_koning@dell.com>

Subject:
	Fix build issue with Python 3.7

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ae/aeab512851bf6ed623d1c6c4305b6ce05e51a10c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    common/mingw-strerror.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-08 17:39 [binutils-gdb] linux: Add maintenance commands to test libthread_db sergiodj+buildbot
@ 2018-06-11 12:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11 12:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1895>

Commit(s) tested:
	5045b3d78903d1f6faa4cb511fa801e50dfacf48

Author(s) (in the same order as the commits):
	Gary Benson <gbenson@redhat.com>

Subject:
	linux: Add maintenance commands to test libthread_db

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/50/5045b3d78903d1f6faa4cb511fa801e50dfacf48/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
  CXX    common/mingw-strerror.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-08 16:46 [binutils-gdb] Fix gdb mingw build sergiodj+buildbot
@ 2018-06-11 10:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11 10:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1894>

Commit(s) tested:
	2f4f025ff15b900706c8597060003a506107cf23

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix gdb mingw build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2f/2f4f025ff15b900706c8597060003a506107cf23/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/d-demangle.c -o d-demangle.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    common/agent.o
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    common/mingw-strerror.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[2]: *** [Makefile:1610: all] Error 2
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-08 14:56 [binutils-gdb] Remove last cleanup from btrace code sergiodj+buildbot
@ 2018-06-11  9:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11  9:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1893>

Commit(s) tested:
	343b0027aed57c5a2d499e7e6e228608969a10be

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove last cleanup from btrace code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/34/343b0027aed57c5a2d499e7e6e228608969a10be/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual target_xfer_status windows_nat_target::xfer_partial(target_object, const char*, gdb_byte*, const gdb_byte*, ULONGEST, ULONGEST, ULONGEST*)':
../../binutils-gdb/gdb/windows-nat.c:2969:11: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       if (beneath == NULL)
           ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:14: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       return beneath->xfer_partial (object, annex,
              ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:21: error: base operand of '->' is not a pointer
       return beneath->xfer_partial (object, annex,
                     ^~
  CXX    cli/cli-interp.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-08 14:44 [binutils-gdb] Remove cleanups from btrace code sergiodj+buildbot
@ 2018-06-11  9:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11  9:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1892>

Commit(s) tested:
	8dcc53b37f4fe4797825c2a43bb1fb3df56b30d1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from btrace code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8d/8dcc53b37f4fe4797825c2a43bb1fb3df56b30d1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual target_xfer_status windows_nat_target::xfer_partial(target_object, const char*, gdb_byte*, const gdb_byte*, ULONGEST, ULONGEST, ULONGEST*)':
../../binutils-gdb/gdb/windows-nat.c:2969:11: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       if (beneath == NULL)
           ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:14: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       return beneath->xfer_partial (object, annex,
              ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:21: error: base operand of '->' is not a pointer
       return beneath->xfer_partial (object, annex,
                     ^~
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-08 13:41 [binutils-gdb] Prevent undefined FMOV instructions being accepted by the AArch64 assembler sergiodj+buildbot
@ 2018-06-11  7:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11  7:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1891>

Commit(s) tested:
	cb36699271e2f3308b6f1aa40086950111308020

Author(s) (in the same order as the commits):
	Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>

Subject:
	Prevent undefined FMOV instructions being accepted by the AArch64 assembler.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cb/cb36699271e2f3308b6f1aa40086950111308020/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual target_xfer_status windows_nat_target::xfer_partial(target_object, const char*, gdb_byte*, const gdb_byte*, ULONGEST, ULONGEST, ULONGEST*)':
../../binutils-gdb/gdb/windows-nat.c:2969:11: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       if (beneath == NULL)
           ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:14: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       return beneath->xfer_partial (object, annex,
              ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:21: error: base operand of '->' is not a pointer
       return beneath->xfer_partial (object, annex,
                     ^~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-07 20:49 [binutils-gdb] Introduce class target_stack sergiodj+buildbot
@ 2018-06-11  3:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11  3:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1890>

Commit(s) tested:
	a1740ee1573d6e0e21692f815b322e3d062bbbee

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce class target_stack

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a1/a1740ee1573d6e0e21692f815b322e3d062bbbee/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual target_xfer_status windows_nat_target::xfer_partial(target_object, const char*, gdb_byte*, const gdb_byte*, ULONGEST, ULONGEST, ULONGEST*)':
../../binutils-gdb/gdb/windows-nat.c:2969:11: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       if (beneath == NULL)
           ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:14: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       return beneath->xfer_partial (object, annex,
              ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:21: error: base operand of '->' is not a pointer
       return beneath->xfer_partial (object, annex,
                     ^~
  CXX    cli/cli-interp.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-07 20:16 [binutils-gdb] Eliminate find_target_beneath sergiodj+buildbot
@ 2018-06-11  2:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11  2:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1889>

Commit(s) tested:
	d6ca69cddc3fc6ef61fdfe3c3803d13b0b4e13e9

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate find_target_beneath

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d6/d6ca69cddc3fc6ef61fdfe3c3803d13b0b4e13e9/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual target_xfer_status windows_nat_target::xfer_partial(target_object, const char*, gdb_byte*, const gdb_byte*, ULONGEST, ULONGEST, ULONGEST*)':
../../binutils-gdb/gdb/windows-nat.c:2969:11: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       if (beneath == NULL)
           ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:14: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       return beneath->xfer_partial (object, annex,
              ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:21: error: base operand of '->' is not a pointer
       return beneath->xfer_partial (object, annex,
                     ^~
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-07 19:21 [binutils-gdb] target_ops::beneath -> target_ops::beneath() sergiodj+buildbot
@ 2018-06-11  0:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-11  0:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1888>

Commit(s) tested:
	b6a8c27bb8fb383be6f57724eb9aafa9f2f83aa5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	target_ops::beneath -> target_ops::beneath()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b6/b6a8c27bb8fb383be6f57724eb9aafa9f2f83aa5/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual target_xfer_status windows_nat_target::xfer_partial(target_object, const char*, gdb_byte*, const gdb_byte*, ULONGEST, ULONGEST, ULONGEST*)':
../../binutils-gdb/gdb/windows-nat.c:2969:11: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       if (beneath == NULL)
           ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:14: error: invalid use of member 'target_ops* target_ops::beneath() const' (did you forget the '&' ?)
       return beneath->xfer_partial (object, annex,
              ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c:2976:21: error: base operand of '->' is not a pointer
       return beneath->xfer_partial (object, annex,
                     ^~
make[2]: *** [Makefile:1615: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-07 18:59 [binutils-gdb] target_stack -> current_top_target() throughout sergiodj+buildbot
@ 2018-06-10 23:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-10 23:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1886>

Commit(s) tested:
	8b88a78e63526b84d540b9c7d5f459593a248d5e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	target_stack -> current_top_target() throughout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8b/8b88a78e63526b84d540b9c7d5f459593a248d5e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o noasan/vfork.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[2]: *** [Makefile:1610: all] Error 2
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-07 17:05 [binutils-gdb] Change build_address_symbolic to return std::string sergiodj+buildbot
@ 2018-06-10 22:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-10 22:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1885>

Commit(s) tested:
	c7110220be62590222e35525dda499902ee49a89

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change build_address_symbolic to return std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c7/c7110220be62590222e35525dda499902ee49a89/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
  CXX    common/mingw-strerror.o
  CXX    common/selftest.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[2]: *** [Makefile:1610: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-07 10:06 [binutils-gdb] Aarch64 SVE pseudo register support sergiodj+buildbot
@ 2018-06-10 19:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-10 19:59 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/1884>

Commit(s) tested:
	63bad7b636870e3a0af4fc97cc2b8ec5c2603a41

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64 SVE pseudo register support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/63/63bad7b636870e3a0af4fc97cc2b8ec5c2603a41/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking target system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
configure: updating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... checking for perl... perl
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... x86_64-w64-mingw32-gcc -E
inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
checking how to run the C preprocessor... yes
yes
checking for stdint.h... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for off_t... yes
checking for stdint.h... yes
yes
checking for sys/types.h... checking for unistd.h... yes
checking for size_t... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
checking for string.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... yes
guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for C compiler default output file name... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unsigned long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... yes
checking for inttypes.h... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking ctype.h usability... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h presence... no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for ctype.h... yes
checking stddef.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for shared library run path origin... yes
checking stddef.h presence... done
none needed
checking argz.h usability... checking for style of include used by make... yes
checking for stddef.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for an ANSI C-conforming const... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for inline... yes
checking stdio.h presence... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... inline
checking whether byte ordering is bigendian... yes
checking for stdio.h... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for uintptr_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking locale.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/file.h... yes
checking for locale.h... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking nl_types.h usability... yes
checking for sys/param.h... yes
checking for int_least32_t... yes
checking for limits.h... yes
no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
ok
no
checking for nl_types.h... no
checking for malloc.h... checking how to run the C preprocessor... checking malloc.h usability... yes
yes
checking for int_fast32_t... checking for string.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
yes
checking malloc.h presence... checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/time.h... checking stddef.h usability... checking for ANSI C header files... yes
checking for uint64_t... yes
checking for time.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/types.h... checking for string.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... checking sys/param.h usability... yes
yes
checking for off_t... checking for sys/stat.h... no
checking for fcntl.h... yes
checking sys/param.h presence... yes
checking for alloca.h... yes
yes
checking for sys/param.h... yes
checking for stdlib.h... checking for feof_unlocked... no
checking for sys/pstat.h... no
yes
yes
checking size of int... checking for sys/sysmp.h... checking for string.h... no
checking for sys/sysinfo.h... yes
no
no
checking for machine/hal_sysinfo.h... checking for memory.h... checking for fgets_unlocked... no
checking for sys/table.h... yes
checking for strings.h... no
no
checking for sys/sysctl.h... checking for getc_unlocked... no
checking for sys/systemcfg.h... yes
checking for inttypes.h... no
checking for stdint.h... (cached) yes
no
checking for getcwd... checking for stdio_ext.h... yes
no
checking for process.h... checking for stdint.h... yes
yes
checking for getegid... checking for sys/prctl.h... yes
checking for unistd.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... yes
checking for dlfcn.h... no
checking whether time.h and sys/time.h may both be included... 4
checking size of long... no
checking for objdir... yes
checking whether errno must be declared... .libs
no
checking for getgid... no
checking size of int... no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for putenv... yes
checking dynamic linker characteristics... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for setenv... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
x86_64-pc-linux-gnu
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking host system type... 4
checking size of long... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
no
checking for setlocale... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... yes
no
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... no
checking for strcasecmp... yes
checking for unistd.h... (cached) yes
yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for tsearch... yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... no
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 GNU gettext in libintl... .exe
checking for suffix of object files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing depfiles commands
config.status: executing libtool commands
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for string.h... yes
checking for memory.h... 8
checking for a 64-bit type... yes
checking for strings.h... uint64_t
checking for intptr_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdint.h... yes
checking for uintptr_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for unistd.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking minix/config.h usability... yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for library containing strerror... no
checking for working volatile... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for atexit... yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for basename... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for dirent.h that defines DIR... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for bcopy... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for bsearch... none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for bzero... no
checking for kill... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
/bin/sh ./config.status config.h
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for calloc... no
rm -f plural.h
checking for lstat... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
no
checking for clock... checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for putenv... checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for select... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for gettimeofday... checking for setlocale... yes
yes
checking for strcasecmp... checking for index... yes
no
checking for strpbrk... checking for insque... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for random... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for stpncpy... checking termios.h usability... no
checking termios.h presence... no
checking for strcasecmp... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strchr... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strncasecmp... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strndup... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... yes
v7
checking for strtol... checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtoll... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoull... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strverscmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vsnprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for vsprintf... no
checking langinfo.h presence... yes
checking for waitpid... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking for mbscmp... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
no
checking for getrusage... checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for setrlimit... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for sbrk... yes
checking for wint_t in wctype.h... no
checking for spawnve... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for sysconf... config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-07  0:45 [binutils-gdb] TIC6X __c6xabi_DSBT_BASE sergiodj+buildbot
@ 2018-06-10 11:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-10 11:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1880>

Commit(s) tested:
	527278f3360dde3e5439b8d10f3f635155b35aca

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	TIC6X __c6xabi_DSBT_BASE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/52/527278f3360dde3e5439b8d10f3f635155b35aca/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/rust-demangle.c -o rust-demangle.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    hostio-errno.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[2]: *** [Makefile:1610: all] Error 2
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-06 22:15 [binutils-gdb] Guard declarations of 'sve_{vq, vl}_from_{vl, vq}' macros on Aarch64 (and unbreak build) sergiodj+buildbot
@ 2018-06-10 10:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-10 10:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1879>

Commit(s) tested:
	e5a77256e8961294b3ea7d483124834311ca363b

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Guard declarations of 'sve_{vq,vl}_from_{vl,vq}' macros on Aarch64 (and unbreak build)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e5/e5a77256e8961294b3ea7d483124834311ca363b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/setproctitle.c -o setproctitle.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
  CXX    common/mingw-strerror.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-06 12:58 [binutils-gdb] Fix xtensa "clobbered by longjmp" warnings sergiodj+buildbot
@ 2018-06-10  8:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-10  8:56 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/1878>

Commit(s) tested:
	ce72cd46ec611fe6440053f282b1b6cb7e977ff6

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fix xtensa "clobbered by longjmp" warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ce/ce72cd46ec611fe6440053f282b1b6cb7e977ff6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... checking build system type... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
config.status: creating Makefile
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
o
checking whether we are using the GNU C compiler... checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for grep that handles long lines and -e... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for sys/types.h... .exe
checking for suffix of object files... inline
yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for sys/stat.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for stdlib.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for string.h... yes
yes
checking for memory.h... checking for C compiler default output file name... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... yes
checking for strings.h... yes
a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
yes
checking for inttypes.h... checking for strings.h... .exe
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdint.h... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking minix/config.h usability... yes
yes
checking how to run the C preprocessor... checking for off_t... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for working alloca.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for sys/types.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... 64
checking whether x86_64-w64-mingw32-gcc supports -W... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
ok
checking how to run the C preprocessor... checking for stdlib.h... yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32-gcc -E
yes
yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for ANSI C header files... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unsigned long long... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for sys/types.h... yes
yes
checking for inttypes.h... checking for inttypes.h... yes
checking for sys/stat.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for stdint.h... yes
no
checking for ld used by GCC... yes
checking for stdlib.h... yes
checking for an ANSI C-conforming const... checking for unistd.h... yes
checking for inline... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
inline
checking whether byte ordering is bigendian... yes
checking for string.h... checking ctype.h usability... done
yes
checking argz.h usability... yes
checking ctype.h presence... checking for memory.h... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking argz.h presence... yes
no
checking for argz.h... no
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for strings.h... checking limits.h usability... checking for sys/file.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
yes
checking for inttypes.h... checking for sys/param.h... yes
checking limits.h presence... checking stdio.h usability... yes
yes
checking for limits.h... yes
yes
checking locale.h usability... checking for limits.h... yes
yes
checking stdio.h presence... checking for stdint.h... checking for stdlib.h... (cached) yes
yes
checking locale.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for locale.h... yes
yes
checking for malloc.h... checking for unistd.h... checking nl_types.h usability... yes
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for uintptr_t... checking for dlfcn.h... no
checking nl_types.h presence... checking for strings.h... (cached) yes
no
checking for objdir... no
checking for nl_types.h... no
checking for sys/time.h... .libs
yes
checking malloc.h usability... checking for time.h... yes
checking for int_least32_t... yes
checking for sys/resource.h... yes
checking malloc.h presence... yes
checking for int_fast32_t... no
checking for sys/stat.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for malloc.h... yes
checking for sys/mman.h... checking stddef.h usability... no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for fcntl.h... yes
checking for uint64_t... yes
yes
checking stddef.h presence... checking for alloca.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stddef.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for stdlib.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/pstat.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for off_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
yes
checking whether -lc should be explicitly linked in... checking for sys/sysmp.h... checking sys/param.h usability... no
checking for sys/sysinfo.h... yes
checking sys/param.h presence... yes
checking dynamic linker characteristics... yes
checking for sys/param.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
checking for feof_unlocked... yes
checking size of int... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for stdlib.h... (cached) yes
checking for sys/sysctl.h... checking for unistd.h... (cached) yes
no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... checking for getpagesize... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for working mmap... no
checking for getc_unlocked... checking for memcpy... no
checking for process.h... yes
no
checking for getcwd... checking for sys/prctl.h... yes
checking for strerror... no
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for getegid... yes
checking whether errno must be declared... configure: updating cache ./config.cache
no
checking size of int... configure: creating ./config.status
4
no
checking size of long... checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... 4
checking size of long... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for putenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setenv... no
checking for setlocale... yes
no
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of size_t... no
checking for strcasecmp... yes
checking for strdup... config.status: creating Makefile
yes
checking for strtoul... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for __argz_count... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for __argz_stringify... config.status: executing libtool commands
8
no
checking for long long... checking for __argz_next... no
checking for __fsetlocking... yes
checking size of long long... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking for iconv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: creating cache ./config.cache
checking build system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for LC_MESSAGES... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
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... checking for C compiler default output file name... no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
a.exe
checking whether the C compiler works... yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking whether we are cross compiling... yes
checking for suffix of executables... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking for suffix of object files... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
uint64_t
checking for intptr_t... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for uintptr_t... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... config.status: creating config.h
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing default-1 commands
yes
checking for pid_t... yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for library containing strerror... checking for stdlib.h... none required
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for asprintf... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for memory.h... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
checking for atexit... x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for strings.h... yes
checking for basename... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for inttypes.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for stdint.h... yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for unistd.h... yes
no
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for bsearch... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.yyes
:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for bzero... rm -f plural.h
yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for clock... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for getpagesize... no
checking for dirent.h that defines DIR... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
yes
checking for gettimeofday... checking for library containing opendir... yes
none required
checking for index... checking for fcntl... no
checking for kill... no
checking for insque... no
checking for lstat... no
checking for memchr... yes
no
checking for memmove... checking for memcmp... yes
yes
checking for putenv... checking for memcpy... yes
yes
checking for select... checking for memmem... no
checking for memmove... no
checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
yes
checking for memset... checking for strcasecmp... yes
yes
checking for mkstemps... checking for strpbrk... yes
no
checking for putenv... checking for tcgetattr... yes
no
checking for vsnprintf... checking for random... no
yes
checking for rename... checking for isascii... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for stpncpy... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for strcasecmp... checking varargs.h usability... yes
no
checking varargs.h presence... checking for strchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for strdup... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strncasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strndup... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strnlen... no
checking pwd.h presence... yes
checking for strrchr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strstr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtod... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtol... yes
no
checking termio.h presence... checking for strtoul... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoll... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoull... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strverscmp... no
checking sys/select.h presence... no
checking for tmpnam... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for vasprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 vfprintf... 64
checking for type of signal functions... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for waitpid... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for setproctitle... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for fork... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for vfork... not found
checking for struct dirent.d_ino... no
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent in -ltermcap... no
checking for external symbol _system_configuration... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for __fsetlocking... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for canonicalize_file_name... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for dup3... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrlimit... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
yes
checking for mbschr... checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
checking for iswupper... yes
checking for spawnvpe... yes
checking for towlower... yes
checking for strerror... yes
checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for table... supported
no
checking for times... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... config.status: creating Makefile
no
checking whether basename is declared... config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking whether ffs is declared... config.status: creating shlib/Makefile
no
checking whether asprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-05 22:31 [binutils-gdb] Remove some text from --version output sergiodj+buildbot
@ 2018-06-10  2:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-10  2:34 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/1877>

Commit(s) tested:
	c61b06a19a34baab66e3809c7b41b0c31009ed9f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some text from --version output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c6/c61b06a19a34baab66e3809c7b41b0c31009ed9f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for xgettext... checking build system type... checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
a.exe
checking for x86_64-w64-mingw32-ranlib... checking whether the C compiler works... x86_64-w64-mingw32-ranlib
yes
checking for library containing strerror... checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
none required
checking how to run the C preprocessor... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... yes
checking for inline... o
checking whether we are using the GNU C compiler... inline
x86_64-w64-mingw32-gcc -E
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for sys/stat.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for off_t... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for unistd.h... yes
checking for size_t... yes
checking minix/config.h usability... yes
checking for sys/types.h... no
checking minix/config.h presence... yes
checking for sys/stat.h... yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for alloca... yes
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... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for string.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for unsigned long long... checking for inttypes.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for inttypes.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unistd.h... checking for C compiler default output file name... no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
a.exe
checking whether the C compiler works... yes
checking ctype.h usability... checking whether we are cross compiling... yes
checking for suffix of executables... done
checking argz.h usability... yes
checking ctype.h presence... .exe
checking for suffix of object files... yes
checking for ctype.h... yes
no
checking argz.h presence... checking stddef.h usability... o
checking whether we are using the GNU C compiler... no
checking for argz.h... no
yes
checking limits.h usability... checking for an ANSI C-conforming const... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for stddef.h... yes
yes
checking limits.h presence... checking for string.h... (cached) yes
inline
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking stdio.h usability... yes
checking for limits.h... yes
checking locale.h usability... none needed
yes
checking stdio.h presence... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking locale.h presence... yes
checking for stdio.h... yes
yes
checking for locale.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking nl_types.h usability... checking for sys/file.h... yes
gcc3
checking for sys/param.h... checking how to print strings... printf
checking for a sed that does not truncate output... no
checking nl_types.h presence... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for uintptr_t... checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
no
checking for nl_types.h... no
checking for limits.h... checking malloc.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... (cached) yes
checking for malloc.h... BSD nm
checking whether ln -s works... yes
yes
checking the maximum length of command line arguments... checking for int_least32_t... yes
checking malloc.h presence... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... checking for string.h... x86_64-w64-mingw32-ranlib
(cached) yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking stddef.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_fast32_t... yes
checking for time.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for sys/resource.h... checking for string.h... (cached) yes
ok
checking how to run the C preprocessor... yes
checking for uint64_t... checking for unistd.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... checking for sys/mman.h... no
checking for fcntl.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking sys/param.h presence... yes
checking what to include in gstdint.h... checking for alloca.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for sys/param.h... yes
checking for ANSI C header files... checking for feof_unlocked... no
checking for sys/pstat.h... yes
checking for off_t... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for fgets_unlocked... no
yes
checking for sys/types.h... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
no
checking for sys/stat.h... no
yes
checking size of int... checking for getc_unlocked... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... checking for stdlib.h... (cached) yes
checking for stdio_ext.h... no
checking for getcwd... no
checking for process.h... yes
yes
checking for string.h... checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getegid... yes
no
checking whether time.h and sys/time.h may both be included... checking for memory.h... yes
checking whether errno must be declared... no
checking for geteuid... yes
checking for strings.h... no
checking size of int... yes
no
checking for getgid... checking for inttypes.h... yes
checking for stdint.h... no
checking for getuid... yes
checking for unistd.h... 4
checking size of long... no
checking for mempcpy... yes
checking for dlfcn.h... yes
checking for munmap... no
checking for objdir... .libs
no
checking for putenv... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
4
checking size of long... checking for setenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for setlocale... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
yes
checking dynamic linker characteristics... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for strcasecmp... x86_64-w64-mingw32
yes
checking if libtool supports shared libraries... checking target system type... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strdup... yes
checking for working mmap... no
checking for memcpy... yes
no
checking for strtoul... 4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for tsearch... yes
checking for unistd.h... (cached) yes
yes
checking for __argz_count... config.status: creating Makefile
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 8
no
checking for LC_MESSAGES... checking for long long... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
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... checking for C compiler default output file name... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: creating Makefile
config.status: creating config.intl
config.status: executing depfiles commands
config.status: creating config.h
none needed
checking how to run the C preprocessor... config.status: executing default-1 commands
config.status: executing libtool commands
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for sys/types.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
8
checking for a 64-bit type... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for string.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for strings.h... yes
checking for uintptr_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for stdint.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking minix/config.h usability... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... none required
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for asprintf... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for atexit... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking return type of signal handlers... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for basename... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for ssize_t... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for bsearch... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for bzero... yes
checking for library containing opendir... no
checking for calloc... none required
checking for fcntl... yes
checking for clock... no
checking for kill... yes
checking for ffs... no
checking for lstat... no
checking for getcwd... no
checking for memmove... yes
checking for getpagesize... yes
checking for putenv... yes
checking for gettimeofday... yes
checking for select... yes
checking for index... no
checking for setenv... no
checking for insque... no
checking for setlocale... no
checking for memchr... yes
checking for strcasecmp... yes
checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... yes
no
checking fcntl.h presence... checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for rindex... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for setenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for snprintf... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for sigsetmask... checking locale.h usability... yes
checking locale.h presence... no
checking for stpcpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpncpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strdup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strncasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strndup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strstr... 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 strtod... 64
checking for type of signal functions... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtoull... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strverscmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for tmpnam... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... yes
checking for vprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for spawnvpe... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... config.status: creating Makefile
no
checking for sysconf... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-06  0:46 [binutils-gdb] Fix typo in common/enum-flags.h example sergiodj+buildbot
@ 2018-06-10  0:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-10  0:23 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/1876>

Commit(s) tested:
	115f7325b5b76450b9a1d16848a2a54f54e49747

Author(s) (in the same order as the commits):
	David Malcolm <dmalcolm@redhat.com>

Subject:
	Fix typo in common/enum-flags.h example

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/11/115f7325b5b76450b9a1d16848a2a54f54e49747/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating ./config.status
checking build system type... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
a.exe
checking whether the C compiler works... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for an ANSI C-conforming const... checking for sys/stat.h... .exe
checking for suffix of object files... yes
checking for inline... yes
checking for stdlib.h... inline
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
checking for string.h... yes
checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inttypes.h... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for strings.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... .exe
checking for suffix of object files... yes
checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdint.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
no
checking minix/config.h presence... checking for unistd.h... none needed
checking for style of include used by make... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... checking for off_t... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/sed
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -E
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for size_t... /usr/bin/grep -E
checking for ANSI C header files... 64
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working alloca.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
no
checking for alloca... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for stdlib.h... checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for stdint.h... checking for memory.h... yes
checking for unsigned long long... yes
checking for strings.h... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
ok
checking how to run the C preprocessor... yes
yes
checking for inline... checking for inttypes.h... checking whether the inttypes.h PRIxNN macros are broken... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for ANSI C header files... checking for unistd.h... done
yes
checking ctype.h usability... checking argz.h usability... yes
checking for sys/types.h... no
checking argz.h presence... yes
checking ctype.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for ctype.h... yes
yes
no
checking for argz.h... no
checking for sys/file.h... checking limits.h usability... checking stddef.h usability... checking for sys/stat.h... yes
checking for sys/param.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for limits.h... checking locale.h usability... yes
yes
checking for stdlib.h... (cached) yes
checking for stdlib.h... checking for malloc.h... yes
checking stddef.h presence... yes
yes
checking locale.h presence... checking for string.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking for string.h... checking nl_types.h usability... checking stdio.h usability... checking for sys/time.h... yes
checking for time.h... yes
yes
yes
checking stdio.h presence... no
checking nl_types.h presence... checking for sys/resource.h... checking for memory.h... yes
checking for stdio.h... yes
no
checking for nl_types.h... no
checking malloc.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for strings.h... no
checking for fcntl.h... yes
checking malloc.h presence... yes
yes
yes
checking for malloc.h... yes
checking for alloca.h... checking for inttypes.h... checking stddef.h usability... no
checking for sys/pstat.h... yes
checking stddef.h presence... yes
no
checking for sys/sysmp.h... yes
checking for stddef.h... yes
checking for stdint.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/sysinfo.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking for unistd.h... no
checking for machine/hal_sysinfo.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for sys/table.h... yes
checking for dlfcn.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... no
checking for objdir... .libs
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for process.h... checking for getc_unlocked... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for uintptr_t... yes
checking for sys/prctl.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getcwd... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking whether time.h and sys/time.h may both be included... yes
checking for getegid... yes
checking whether errno must be declared... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking size of int... no
checking for geteuid... yes
checking dynamic linker characteristics... no
checking for getgid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for getuid... yes
checking for working mmap... no
checking for memcpy... no
checking for mempcpy... yes
yes
checking for strerror... checking for munmap... yes
no
checking for unistd.h... (cached) yes
checking for putenv... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... yes
checking for int_least32_t... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... 4
checking size of long... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating Makefile
config.status: executing depfiles commands
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing libtool commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for int_fast32_t... yes
checking for uint64_t... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
configure: creating cache ./config.cache
checking build system type... yes
checking for off_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
4
checking size of size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking size of int... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -E
4
checking size of long... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
8
checking for long long... make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking size of long long... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for inttypes.h... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for stdint.h... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for unistd.h... 8
checking for a 64-bit type... yes
checking minix/config.h usability... uint64_t
checking for intptr_t... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking minix/config.h presence... yes
checking for uintptr_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for ssize_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating Makefile
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... config.status: creating config.h
yes
checking return type of signal handlers... config.status: executing gstdint.h commands
void
checking for size_t... yes
checking for pid_t... yes
checking for ssize_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for atexit... yes
checking for library containing opendir... yes
checking for basename... yes
none required
checking for fcntl... checking for bcmp... no
no
checking for kill... checking for bcopy... no
checking for bsearch... no
checking for lstat... yes
checking for bzero... no
checking for memmove... no
checking for calloc... yes
checking for putenv... yes
yes
checking for select... checking for clock... yes
checking for ffs... no
checking for setenv... no
checking for getcwd... no
checking for setlocale... yes
checking for getpagesize... yes
yes
checking for strcasecmp... checking for gettimeofday... yes
checking for strpbrk... yes
checking for index... yes
checking for tcgetattr... no
checking for vsnprintf... no
checking for insque... yes
checking for isascii... no
checking for memchr... yes
checking for isxdigit... yes
checking for memcmp... yes
checking for getpwent... yes
checking for memcpy... no
checking for getpwnam... yes
checking for memmem... no
checking for getpwuid... no
checking for memmove... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mempcpy... yes
checking for memset... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for mkstemps... checking varargs.h usability... no
checking for putenv... no
checking varargs.h presence... yes
checking for random... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for rindex... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
no
checking termio.h usability... checking for strcasecmp... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strchr... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strdup... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strncasecmp... checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strndup... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strrchr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strstr... checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoll... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strverscmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsnprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
yes
checking wchar.h usability... checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for waitpid... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbsrtowcs... no
checking for fork... yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for _doprnt... yes
checking for wcsdup... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcwidth... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wctype... no
checking for canonicalize_file_name... yes
checking for wcswidth... no
checking for dup3... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrlimit... yes
checking for iswlower... no
checking for getrusage... yes
checking for iswupper... no
checking for getsysinfo... yes
checking for towlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towupper... no
checking for psignal... yes
checking for iswctype... no
checking for pstat_getdynamic... no
yes
checking for pstat_getstatic... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for setrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sbrk... no
checking for spawnve... config.status: creating Makefile
config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking for spawnvpe... config.status: creating shlib/Makefile
yes
checking for strerror... config.status: creating config.h
config.status: executing default commands
yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-05 19:43 [binutils-gdb] Add "continue" response to pager sergiodj+buildbot
@ 2018-06-09 22:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09 22:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1873>

Commit(s) tested:
	eb6af80922a56b67228f7564facc4cb4aa44a0ae

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add "continue" response to pager

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/eb/eb6af80922a56b67228f7564facc4cb4aa44a0ae/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    common/mingw-strerror.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-05 23:06 [binutils-gdb] Tidy bfdio to consistenly use containing archive sergiodj+buildbot
@ 2018-06-09 20:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09 20:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1872>

Commit(s) tested:
	5c4ce239a3ab9263163a0fe8e7487b39a41c43d1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Tidy bfdio to consistenly use containing archive

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5c/5c4ce239a3ab9263163a0fe8e7487b39a41c43d1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o noasan/vfork.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-05 13:50 [binutils-gdb] PR23254, ld.bfd mishandles file pointers while scanning archive sergiodj+buildbot
@ 2018-06-09 19:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09 19:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1871>

Commit(s) tested:
	27b0767593284f97384b3597ebd211164f8c8b47

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23254, ld.bfd mishandles file pointers while scanning archive

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/27/27b0767593284f97384b3597ebd211164f8c8b47/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
  CXX    common/mingw-strerror.o
  CXX    common/selftest.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[2]: *** [Makefile:1610: all] Error 2
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-05  6:27 [binutils-gdb] Remove last Ada cleanups sergiodj+buildbot
@ 2018-06-09 14:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09 14:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1870>

Commit(s) tested:
	54d343a24019367e85bb2e90966f2da483868637

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove last Ada cleanups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/54/54d343a24019367e85bb2e90966f2da483868637/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/setproctitle.c -o setproctitle.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    common/mingw-strerror.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 22:09 [binutils-gdb] (windows) GDB/MI crash when using "-list-thread-groups --available" sergiodj+buildbot
@ 2018-06-09 13:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09 13:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1869>

Commit(s) tested:
	178d6a638693d1a7a66b0553f16b1df95b4f27ee

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(windows) GDB/MI crash when using "-list-thread-groups --available"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/17/178d6a638693d1a7a66b0553f16b1df95b4f27ee/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
  CXX    common/mingw-strerror.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[2]: *** [Makefile:1610: all] Error 2
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 18:56 [binutils-gdb] xtensa: use property tables for correct disassembly sergiodj+buildbot
@ 2018-06-09 11:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09 11:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1868>

Commit(s) tested:
	4b8e28c79356265b2c111e044142fb6d6d2db44e

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	xtensa: use property tables for correct disassembly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4b/4b8e28c79356265b2c111e044142fb6d6d2db44e/>

*** 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/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver/testsuite'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver/testsuite'
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    hostio-errno.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 19:51 [binutils-gdb] xtensa: add separate property sections option sergiodj+buildbot
@ 2018-06-09 11:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09 11:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1867>

Commit(s) tested:
	8255c61b8ad5ac933672d26e5c9454aaf09ccaeb

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	xtensa: add separate property sections option

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/82/8255c61b8ad5ac933672d26e5c9454aaf09ccaeb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    common/mingw-strerror.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 18:33 [binutils-gdb] Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1 sergiodj+buildbot
@ 2018-06-09  9:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  9:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1866>

Commit(s) tested:
	95da9854466ada2572b42f5528711a06a2d42db1

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/95/95da9854466ada2572b42f5528711a06a2d42db1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/setproctitle.c -o setproctitle.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    common/mingw-strerror.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 17:01 [binutils-gdb] Use ELF_SECTION_IN_SEGMENT to map segments sergiodj+buildbot
@ 2018-06-09  8:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  8:25 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/1865>

Commit(s) tested:
	62b74cb8b00ca2b42de30ceff4d2f1552b77a10d

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Use ELF_SECTION_IN_SEGMENT to map segments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/62/62b74cb8b00ca2b42de30ceff4d2f1552b77a10d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... 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 a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
.exe
o
checking whether we are using the GNU C compiler... checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... o
checking whether we are using the GNU C compiler... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... none needed
checking how to run the C preprocessor... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for inline... inline
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/stat.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... .exe
checking for suffix of object files... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... yes
yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for memory.h... yes
yes
none needed
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for style of include used by make... GNU
checking for string.h... checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... gcc3
checking for inttypes.h... checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/bin/grep -E
checking for fgrep... checking for strings.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking how to run the C preprocessor... checking for stdint.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for inttypes.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... 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 "+="... yes
checking for stdint.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for off_t... checking for unistd.h... yes
checking minix/config.h usability... yes
checking for sys/types.h... ok
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
no
checking minix/config.h presence... checking for sys/stat.h... yes
checking for size_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for ANSI C header files... yes
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... yes
checking for string.h... yes
yes
checking for working alloca.h... yes
64
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for strings.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... checking for getpagesize... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... yes
checking for memory.h... yes
yes
checking for stdint.h... checking for stdint.h... yes
yes
checking for unsigned long long... checking for strings.h... yes
checking for unistd.h... yes
yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... checking for inttypes.h... yes
checking ctype.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for inline... yes
checking for stdint.h... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... yes
yes
checking ctype.h presence... checking for unistd.h... yes
checking for ctype.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking stddef.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for dlfcn.h... checking for sys/file.h... done
yes
checking argz.h usability... no
checking for objdir... yes
checking stddef.h presence... checking for sys/param.h... .libs
yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for limits.h... checking stdio.h usability... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for stdlib.h... (cached) yes
checking limits.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for malloc.h... yes
checking limits.h presence... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for limits.h... yes
checking for string.h... (cached) yes
yes
checking for uintptr_t... checking locale.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/time.h... yes
yes
checking for int_least32_t... checking for time.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sys/resource.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking nl_types.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
yes
checking for int_fast32_t... checking for sys/stat.h... (cached) yes
yes
checking for uint64_t... checking for sys/mman.h... no
checking nl_types.h presence... no
checking for fcntl.h... no
checking for nl_types.h... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking malloc.h usability... yes
yes
checking what to include in gstdint.h... yes
checking whether -lc should be explicitly linked in... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... yes
checking for off_t... no
checking for sys/pstat.h... yes
checking dynamic linker characteristics... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for sys/sysmp.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking stddef.h usability... 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... x86_64-w64-mingw32-gcc -E
no
yes
checking size of int... checking for sys/sysinfo.h... yes
checking stddef.h presence... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
no
checking for machine/hal_sysinfo.h... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for getpagesize... checking for string.h... (cached) yes
no
checking for sys/table.h... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for working mmap... no
no
checking for sys/sysctl.h... checking for memcpy... yes
checking sys/param.h presence... no
checking for sys/systemcfg.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
no
checking for strerror... checking for stdint.h... (cached) yes
no
checking for fgets_unlocked... checking for stdio_ext.h... yes
checking for unistd.h... (cached) yes
no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of long... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking size of int... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
4
checking size of long... checking for mempcpy... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for munmap... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
checking size of size_t... config.status: creating Makefile
yes
checking for stpcpy... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strdup... yes
checking for strtoul... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for tsearch... config.status: executing libtool commands
yes
checking for __argz_count... 8
checking for long long... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for __argz_next... yes
checking size of long long... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for LC_MESSAGES... none needed
checking how to run the C preprocessor... no
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 GNU gettext in libintl... x86_64-w64-mingw32-gcc -E
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: updating cache ./config.cache
configure: creating ./config.status
8
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for a 64-bit type... yes
uint64_t
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for intptr_t... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
yes
checking for uintptr_t... checking for stdlib.h... config.status: creating Makefile
yes
config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for string.h... config.status: creating config.h
yes
checking for ssize_t... yes
config.status: executing default-1 commands
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for strings.h... yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking for library containing strerror... checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
none required
checking for unistd.h... checking for asprintf... yes
yes
checking minix/config.h usability... checking for atexit... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking minix/config.h presence... checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bcmp... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
yes
checking return type of signal handlers... checking for bsearch... void
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for bzero... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
rm -f libdecnumber.a
/bin/sh ./config.status config.h
no
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for calloc... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for ssize_t... rm -f plural.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLIBDIR="\"/usr/local/lib\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localcharset.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
none required
yes
checking for fcntl... checking for getpagesize... yes
no
checking for gettimeofday... checking for kill... yes
no
checking for lstat... checking for index... no
checking for insque... no
checking for memmove... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for memchr... yes
yes
checking for memcmp... checking for putenv... yes
checking for memcpy... yes
yes
checking for select... checking for memmem... no
checking for memmove... no
checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
checking for strcasecmp... yes
checking for memset... yes
checking for strpbrk... yes
checking for mkstemps... yes
checking for tcgetattr... no
checking for putenv... no
yes
checking for vsnprintf... checking for random... yes
checking for isascii... no
checking for rename... yes
yes
checking for isxdigit... checking for rindex... yes
checking for getpwent... no
checking for setenv... no
checking for getpwnam... no
checking for snprintf... no
checking for getpwuid... yes
checking for sigsetmask... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpcpy... no
checking for stpncpy... yes
checking fcntl.h presence... no
checking for strcasecmp... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strchr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for strdup... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strncasecmp... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking pwd.h usability... checking for strndup... no
checking pwd.h presence... no
no
checking for pwd.h... no
checking for strnlen... checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strrchr... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strstr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtod... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strtol... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoul... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strtoll... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtoull... 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... checking for strverscmp... no
64
checking for tmpnam... checking for type of signal functions... yes
checking for vasprintf... yes
checking for vfprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether signal handlers are of type void... no
checking for setproctitle... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for speed_t in sys/types.h... no
checking for fork... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for vfork... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for _doprnt... no
checking for tgetent... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent in -ltermcap... no
checking for external symbol _system_configuration... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
yes
checking for wctype.h... yes
checking wchar.h usability... checking for __fsetlocking... yes
checking wchar.h presence... no
checking for canonicalize_file_name... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for dup3... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for psignal... no
checking for wcrtomb... no
checking for pstat_getdynamic... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... yes
checking for wcswidth... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for spawnvpe... yes
checking for iswlower... yes
checking for strerror... yes
checking for iswupper... yes
checking for strsignal... no
checking for sysconf... yes
checking for towlower... no
checking for sysctl... yes
checking for towupper... no
checking for sysmp... yes
checking for iswctype... no
checking for table... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for times... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for wait3... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking whether ffs is declared... config.status: creating examples/Makefile
no
checking whether asprintf is declared... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 16:02 [binutils-gdb] Add configure.nat as a dependency of config.status sergiodj+buildbot
@ 2018-06-09  7:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  7:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1864>

Commit(s) tested:
	baf00c2d75351de7a42dae32aea3a71c8902cd25

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add configure.nat as a dependency of config.status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ba/baf00c2d75351de7a42dae32aea3a71c8902cd25/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    common/mingw-strerror.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[2]: *** [Makefile:1610: all] Error 2
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 15:13 [binutils-gdb] Add client_state struct sergiodj+buildbot
@ 2018-06-09  6:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  6:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1863>

Commit(s) tested:
	c12a5089640109567e2e06f0c5d2d1bf4fb3f5eb

Author(s) (in the same order as the commits):
	Stan Cox <scox@redhat.com>

Subject:
	Add client_state struct.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c1/c12a5089640109567e2e06f0c5d2d1bf4fb3f5eb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/setproctitle.c -o setproctitle.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS  -I. -I../../../../binutils-gdb/gdb/gdbserver/../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../../binutils-gdb/gdb/gdbserver/../../libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
x86_64-w64-mingw32-ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o
x86_64-w64-mingw32-ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  x86_64-w64-mingw32-ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o ./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o ./setproctitle.o ./vfork.o; \
  x86_64-w64-mingw32-ranlib ./libiberty.a; \
  cd ..; \
else true; fi
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver/build-libiberty-gdbserver'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
  CXX    ax.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/job-control.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    debug.o
  CXX    dll.o
  CXX    event-loop.o
  CXX    hostio.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  CXX    version.o
  CXX    waitstatus.o
  CXX    x86-low.o
  CXX    x86-dregs.o
  CXX    i387-fp.o
  CXX    win32-low.o
  CXX    win32-i386-low.o
  CXX    arch/amd64.o
  CXX    hostio-errno.o
../../../binutils-gdb/gdb/gdbserver/win32-low.c: In function 'int win32_create_inferior(const char*, const std::__debug::vector<char*>&)':
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: error: 'last_ptid' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:3: note: suggested alternative: 'last_sig'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
   ^~~~~~~~~
   last_sig
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: error: 'last_status' was not declared in this scope
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
../../../binutils-gdb/gdb/gdbserver/win32-low.c:709:62: note: suggested alternative: 'cached_status'
   last_ptid = win32_wait (pid_to_ptid (current_process_id), &last_status, 0);
                                                              ^~~~~~~~~~~
                                                              cached_status
  CXX    common/mingw-strerror.o
make[4]: *** [Makefile:596: win32-low.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/gdbserver'
make[3]: *** [Makefile:2016: subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[2]: *** [Makefile:1610: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 14:05 [binutils-gdb] Change functions in cp-name-parser.y into methods sergiodj+buildbot
@ 2018-06-09  3:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  3:53 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/1861>

Commit(s) tested:
	214b073cedadbdc7a0d272dc5ede79a5ab7785ea

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change functions in cp-name-parser.y into methods

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/21/214b073cedadbdc7a0d272dc5ede79a5ab7785ea/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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 ./config.status
x86_64-pc-linux-gnu
checking host system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
x86_64-w64-mingw32
checking target system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking for grep that handles long lines and -e... checking whether we are using the GNU C compiler... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for string.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for off_t... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for size_t... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for working alloca.h... yes
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 alloca... checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
checking for strings.h... yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking for stdint.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for C compiler default output file name... yes
checking for inttypes.h... yes
checking ctype.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for ctype.h... yes
checking stddef.h usability... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for ld used by GCC... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... .exe
checking for suffix of object files... yes
checking for shared library run path origin... yes
checking for stddef.h... yes
yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking stdio.h usability... o
checking whether we are using the GNU C compiler... done
checking argz.h usability... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking stdio.h presence... no
checking argz.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for argz.h... no
checking limits.h usability... none needed
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for style of include used by make... GNU
yes
checking limits.h presence... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... checking for sys/file.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sys/param.h... yes
gcc3
checking for limits.h... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for int_least32_t... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking locale.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for locale.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking nl_types.h usability... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for strings.h... (cached) yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
no
checking nl_types.h presence... checking for sys/time.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for time.h... yes
checking for uint64_t... yes
checking for sys/resource.h... yes
checking malloc.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/mman.h... checking stddef.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... ok
checking how to run the C preprocessor... no
checking for fcntl.h... yes
checking for off_t... yes
checking stddef.h presence... yes
x86_64-w64-mingw32-gcc -E
checking for alloca.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for sys/pstat.h... checking for unistd.h... (cached) yes
checking for ANSI C header files... checking sys/param.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking size of int... yes
checking sys/param.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
no
checking for sys/types.h... checking for sys/table.h... no
checking for sys/sysctl.h... no
yes
checking for sys/systemcfg.h... checking for sys/stat.h... no
checking for fgets_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for stdlib.h... checking for process.h... no
yes
checking for getc_unlocked... checking for sys/prctl.h... no
yes
checking for sys/wait.h that is POSIX.1 compatible... checking for string.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
yes
checking for memory.h... checking whether errno must be declared... no
checking size of int... yes
yes
checking for getegid... checking for strings.h... yes
no
checking for inttypes.h... checking for geteuid... 4
checking size of long... yes
checking for stdint.h... no
checking for getgid... yes
checking for unistd.h... no
checking for getuid... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... 4
checking size of long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
4
checking for ANSI C header files... (cached) yes
checking for setenv... checking build system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setlocale... yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for stpcpy... no
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... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
4
checking for strdup... checking size of size_t... yes
checking for working mmap... no
checking for memcpy... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strtoul... yes
checking for strerror... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for tsearch... yes
checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
checking for __argz_count... configure: creating ./config.status
no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... 8
checking for long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking size of long long... no
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... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... no
none needed
checking how to run the C preprocessor... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
yes
checking for sys/types.h... config.status: executing depfiles commands
config.status: creating Makefile
config.status: creating config.intl
config.status: executing libtool commands
yes
config.status: creating config.h
checking for sys/stat.h... config.status: executing default-1 commands
yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
8
checking for a 64-bit type... yes
checking for strings.h... uint64_t
checking for intptr_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for stdint.h... yes
checking for uintptr_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for library containing strerror... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking return type of signal handlers... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking for ssize_t... checking for basename... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for bcopy... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
none required
checking for fcntl... yes
checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for lstat... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for memmove... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for ffs... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for putenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for getcwd... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for select... yes
checking for getpagesize... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setenv... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for setlocale... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strcasecmp... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for tcgetattr... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for vsnprintf... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking stdarg.h usability... checking for rename... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for rindex... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strchr... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strdup... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strncasecmp... checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strndup... checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for strnlen... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strtoul... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strverscmp... no
checking for struct winsize in sys/ioctl.h and termios.h... no
not found
checking for struct dirent.d_ino... checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
yes
checking for vprintf... checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vsnprintf... yes
checking wchar.h presence... yes
checking for vsprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
config.status: creating Makefile
checking for strerror... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 13:45 [binutils-gdb] Add aarch64 pseudo help functions sergiodj+buildbot
@ 2018-06-09  2:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  2:37 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/1860>

Commit(s) tested:
	3c5cd5c3b4dcb88da4ff980186b63fa169ba9263

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add aarch64 pseudo help functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3c/3c5cd5c3b4dcb88da4ff980186b63fa169ba9263/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... checking whether to enable maintainer-specific portions of Makefiles... no
/usr/bin/install -c
checking for makeinfo... checking whether NLS is requested... makeinfo --split-size=5000000
yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... .exe
checking for suffix of object files... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... none needed
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... checking for C compiler default output file name... yes
checking for inline... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... inline
checking for sys/types.h... yes
checking for sys/types.h... .exe
yes
checking for suffix of object files... yes
yes
checking for sys/stat.h... checking for sys/stat.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking for stdlib.h... checking for stdlib.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for string.h... checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... yes
checking for C compiler default output file name... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking minix/config.h usability... checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... gcc3
checking how to print strings... no
checking minix/config.h presence... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for size_t... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 64
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for working alloca.h... file_magic ^x86 archive import|^x86 DLL
yes
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/types.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
ok
checking how to run the C preprocessor... checking for getpagesize... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for string.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for ANSI C header files... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for memory.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
yes
checking for unsigned long long... checking for strings.h... yes
checking for sys/stat.h... yes
yes
checking for inttypes.h... yes
checking for inttypes.h... checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for stdlib.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdint.h... inline
checking whether byte ordering is bigendian... yes
checking for string.h... no
checking for ld used by GCC... yes
checking for memory.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for unistd.h... yes
checking for shared library run path origin... yes
yes
checking for strings.h... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking ctype.h usability... checking argz.h usability... checking for sys/file.h... yes
yes
yes
checking ctype.h presence... checking for sys/param.h... no
checking argz.h presence... checking for inttypes.h... yes
checking for ctype.h... yes
no
checking for argz.h... no
yes
checking limits.h usability... checking for limits.h... yes
checking stddef.h usability... yes
yes
checking limits.h presence... checking for stdint.h... checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking locale.h usability... checking for string.h... (cached) yes
yes
yes
checking stdio.h usability... checking for string.h... (cached) yes
checking for unistd.h... yes
checking locale.h presence... checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
yes
checking stdio.h presence... checking nl_types.h usability... checking for strings.h... (cached) yes
yes
checking for dlfcn.h... yes
checking for stdio.h... yes
checking for sys/time.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for time.h... no
checking nl_types.h presence... no
checking for objdir... .libs
yes
checking for uintptr_t... yes
no
checking for nl_types.h... no
checking for sys/resource.h... checking malloc.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking malloc.h presence... yes
no
checking for int_least32_t... checking for fcntl.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for alloca.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for int_fast32_t... no
checking for sys/pstat.h... yes
checking stddef.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stddef.h... yes
no
checking for sys/sysmp.h... checking for stdlib.h... (cached) yes
yes
checking for uint64_t... checking for string.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for unistd.h... (cached) yes
checking for sys/sysinfo.h... checking sys/param.h usability... no
checking for machine/hal_sysinfo.h... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/table.h... yes
checking whether -lc should be explicitly linked in... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking sys/param.h presence... no
checking for sys/sysctl.h... yes
checking for sys/param.h... yes
no
yes
checking dynamic linker characteristics... checking for sys/systemcfg.h... yes
checking for off_t... checking for feof_unlocked... no
checking for stdint.h... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdio_ext.h... no
checking for fgets_unlocked... no
yes
checking size of int... checking for stdlib.h... (cached) yes
checking for process.h... checking for unistd.h... (cached) yes
yes
no
checking for getpagesize... checking for sys/prctl.h... checking for getc_unlocked... yes
checking for working mmap... no
checking for memcpy... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... yes
checking for strerror... no
checking size of int... yes
checking for getegid... yes
checking for unistd.h... (cached) yes
no
checking for geteuid... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of long... no
checking for getgid... no
checking for getuid... 4
checking size of long... no
checking for mempcpy... yes
checking for munmap... no
4
checking for ANSI C header files... (cached) yes
checking for putenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... 4
checking size of size_t... yes
no
checking for stpcpy... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
yes
config.status: creating config.h
config.status: executing gstdint.h commands
checking for __argz_count... no
8
checking for long long... checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... yes
checking size of long long... config.status: creating Makefile
no
checking for __fsetlocking... config.status: executing depfiles commands
config.status: executing libtool commands
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for LC_MESSAGES... configure: creating cache ./config.cache
no
checking for bison... bison
checking version of bison... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking build system type... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-pc-linux-gnu
checking host system type... no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... 8
checking for a 64-bit type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
uint64_t
checking for intptr_t... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for library containing strerror... yes
checking for sys/stat.h... none required
checking for asprintf... yes
checking for stdlib.h... yes
checking for atexit... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for basename... checking for memory.h... yes
yes
checking for bcmp... checking for strings.h... yes
no
checking for inttypes.h... checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for stdint.h... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 unistd.h... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for bzero... yes
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking minix/config.h presence... no
checking for calloc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for clock... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for function prototypes... yes
checking whether char is unsigned... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for ffs... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
no
checking for working volatile... no
checking for getcwd... yes
checking return type of signal handlers... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
void
checking for size_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ssize_t... checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for index... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for insque... checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for memchr... none required
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for fcntl... yes
checking for memcmp... no
checking for kill... yes
no
checking for memcpy... checking for lstat... no
checking for memmove... yes
checking for memmem... yes
checking for putenv... no
checking for memmove... yes
yes
checking for select... checking for mempcpy... no
yes
checking for setenv... checking for memset... no
checking for setlocale... yes
checking for mkstemps... yes
checking for strcasecmp... no
checking for putenv... yes
checking for strpbrk... yes
checking for random... yes
checking for tcgetattr... no
checking for rename... no
yes
checking for vsnprintf... checking for rindex... no
yes
checking for setenv... checking for isascii... no
yes
checking for snprintf... checking for isxdigit... yes
yes
checking for sigsetmask... checking for getpwent... no
no
checking for stpcpy... checking for getpwnam... no
no
checking for getpwuid... checking for stpncpy... no
checking for strcasecmp... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for strchr... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strdup... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for strncasecmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strndup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strnlen... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strrchr... checking pwd.h usability... no
checking pwd.h presence... yes
checking for strstr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strtod... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strtol... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strtoul... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoll... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtoull... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strverscmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for tmpnam... yes
checking sys/file.h presence... yes
checking for vasprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 vfprintf... 64
checking for type of signal functions... yes
checking for vprintf... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vsprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for waitpid... no
checking for sig_atomic_t in signal.h... no
checking for setproctitle... yes
checking whether signal handlers are of type void... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for fork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for _doprnt... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... no
yes
checking for wctype.h... yes
checking wchar.h usability... checking for dup3... no
checking for getrlimit... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrusage... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getsysinfo... yes
checking for mbscasecmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbscmp... no
checking for psignal... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for pstat_getdynamic... yes
checking for mbschr... no
checking for pstat_getstatic... no
checking for wcrtomb... no
checking for realpath... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... no
checking for sbrk... yes
checking for wcwidth... no
checking for spawnve... no
checking for wctype... yes
yes
checking for wcswidth... checking for spawnvpe... yes
checking for strerror... no
checking whether mbrtowc and mbstate_t are properly declared... yes
yes
checking for iswlower... checking for strsignal... no
yes
checking for sysconf... checking for iswupper... yes
no
checking for sysctl... checking for towlower... yes
no
checking for sysmp... checking for towupper... yes
checking for iswctype... no
checking for table... yes
no
checking for times... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for wait3... yes
checking for wint_t in wctype.h... no
checking for wait4... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
config.status: creating Makefile
checking whether vasprintf is declared... config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking whether snprintf is declared... config.status: creating shlib/Makefile
yes
checking whether vsnprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 14:39 [binutils-gdb] Fix macOS null pointer dereference sergiodj+buildbot
@ 2018-06-09  1:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  1:22 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/1859>

Commit(s) tested:
	59f413d5412217c5c6f9e25d0279a1997426d60a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix macOS null pointer dereference

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/59/59f413d5412217c5c6f9e25d0279a1997426d60a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
/usr/bin/grep -E
checking for x86_64-w64-mingw32-ranlib... checking for ANSI C header files... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for sys/stat.h... checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for memory.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for string.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... yes
yes
checking how to run the C preprocessor... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for off_t... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
checking for string.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
64
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking ctype.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... yes
checking ctype.h presence... a.exe
checking whether the C compiler works... yes
yes
checking for ctype.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking stddef.h usability... done
checking argz.h usability... .exe
checking for suffix of object files... yes
checking stddef.h presence... yes
checking for stddef.h... yes
o
checking for string.h... (cached) checking whether we are using the GNU C compiler... yes
checking stdio.h usability... yes
checking for an ANSI C-conforming const... no
checking argz.h presence... no
checking for argz.h... no
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking limits.h usability... yes
checking for inline... yes
checking stdio.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking whether byte ordering is bigendian... yes
checking for stdio.h... yes
yes
checking limits.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for limits.h... yes
checking locale.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking locale.h presence... checking for sys/file.h... yes
checking for locale.h... yes
gcc3
checking how to print strings... checking nl_types.h usability... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for sys/param.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for int_least32_t... yes
checking for limits.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking nl_types.h presence... yes
no
checking for stdlib.h... checking for nl_types.h... (cached) yes
no
checking malloc.h usability... BSD nm
checking whether ln -s works... yes
checking for malloc.h... 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 int_fast32_t... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
yes
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... (cached) yes
yes
checking malloc.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/time.h... checking stddef.h usability... yes
checking for uint64_t... yes
checking for time.h... yes
yes
checking stddef.h presence... checking for sys/resource.h... ok
checking how to run the C preprocessor... yes
checking for stddef.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for stdlib.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking for string.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
yes
checking for off_t... no
checking for fcntl.h... checking sys/param.h usability... yes
checking for alloca.h... checking for ANSI C header files... no
checking for sys/pstat.h... yes
checking sys/param.h presence... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysinfo.h... yes
checking size of int... yes
checking for sys/types.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
no
checking for fgets_unlocked... checking for sys/stat.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
checking for stdlib.h... checking for stdint.h... (cached) yes
no
checking for getc_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for string.h... yes
checking for sys/prctl.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for memory.h... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking for getegid... yes
checking whether errno must be declared... checking for strings.h... no
checking size of int... yes
no
checking for inttypes.h... checking for geteuid... yes
4
checking size of long... checking for stdint.h... no
checking for getgid... yes
checking for unistd.h... no
checking for getuid... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for setlocale... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... yes
checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... no
(cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... 4
checking size of size_t... yes
config.status: creating Makefile
checking for strerror... yes
config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
yes
checking for unistd.h... (cached) yes
yes
make[1]: Nothing to be done for 'all-target'.
checking for tsearch... mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking build system type... checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... 8
checking for long long... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
yes
checking whether to use NLS... yes
checking size of long long... checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating Makefile
config.status: creating config.intl
yes
checking for sys/types.h... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for strings.h... 8
checking for a 64-bit type... yes
uint64_t
checking for inttypes.h... checking for intptr_t... yes
checking for stdint.h... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for uintptr_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for ssize_t... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking return type of signal handlers... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking for ssize_t... checking for pid_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for library containing strerror... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
no
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
checking for dirent.h that defines DIR... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
none required
checking for asprintf... yes
checking for library containing opendir... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
none required
checking for fcntl... checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for bcmp... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for bcopy... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for bsearch... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for putenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for bzero... yes
checking for select... no
checking for calloc... no
checking for setenv... yes
checking for clock... no
checking for setlocale... yes
checking for ffs... yes
checking for strcasecmp... no
checking for getcwd... yes
checking for strpbrk... yes
checking for getpagesize... yes
checking for tcgetattr... yes
checking for gettimeofday... no
checking for vsnprintf... yes
checking for index... yes
checking for isascii... no
checking for insque... yes
checking for isxdigit... no
checking for memchr... yes
checking for getpwent... yes
checking for memcmp... no
checking for getpwnam... yes
checking for memcpy... no
checking for getpwuid... yes
checking for memmem... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for memmove... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mempcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memset... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for mkstemps... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for putenv... checking locale.h usability... yes
yes
checking locale.h presence... checking for random... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for rename... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for rindex... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for setenv... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for snprintf... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for sigsetmask... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for stpcpy... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for stpncpy... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strcasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strchr... 64
checking for type of signal functions... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... checking for strrchr... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strstr... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtod... yes
checking whether signal handlers are of type void... yes
checking for strtol... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strtoul... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoll... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for strtoull... no
checking for tgetent... yes
checking for strverscmp... no
checking for tgetent in -ltermcap... no
checking for tmpnam... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vasprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vfprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsnprintf... yes
checking for mbscasecmp... yes
checking for vsprintf... no
checking for mbscmp... yes
checking for waitpid... no
checking for mbsnrtowcs... no
no
checking for setproctitle... checking for mbsrtowcs... yes
checking for mbschr... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wcrtomb... no
checking for vfork... yes
checking for wcscoll... no
checking for _doprnt... yes
checking for wcsdup... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for wcwidth... checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for wctype... no
checking for __fsetlocking... yes
checking for wcswidth... no
checking for canonicalize_file_name... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for dup3... yes
checking for iswlower... no
checking for getrlimit... yes
checking for iswupper... no
checking for getrusage... yes
checking for towlower... no
checking for getsysinfo... yes
checking for towupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswctype... no
checking for psignal... yes
checking for nl_langinfo and CODESET... no
checking for pstat_getdynamic... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for pstat_getstatic... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for realpath... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setrlimit... no
checking for sbrk... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking for spawnve... config.status: creating config.h
config.status: executing default commands
yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 11:57 [binutils-gdb] Use uint64_t for aarch64 tdep VQ sergiodj+buildbot
@ 2018-06-09  0:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  0:47 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/1858>

Commit(s) tested:
	1332a1400145b5cca04c4d1ea77e0191d8dc5727

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Use uint64_t for aarch64 tdep VQ

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/13/1332a1400145b5cca04c4d1ea77e0191d8dc5727/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for msgfmt... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
/usr/bin/xgettext
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
mkdir -p -- ./libdecnumber
checking for suffix of object files... Configuring in ./libdecnumber
checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for inline... inline
checking for sys/types.h... checking for grep that handles long lines and -e... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
/usr/bin/grep
checking for egrep... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/stat.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for strings.h... yes
checking how to run the C preprocessor... checking for stdint.h... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for off_t... checking for stdint.h... yes
yes
checking for unistd.h... checking for sys/types.h... yes
checking for size_t... yes
checking minix/config.h usability... yes
checking for sys/stat.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... yes
checking for working alloca.h... yes
no
checking for alloca... 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 for memory.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for unsigned long long... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for stdint.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking for ld used by GCC... checking ctype.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking ctype.h presence... done
checking argz.h usability... yes
checking for ctype.h... yes
checking stddef.h usability... .exe
checking for suffix of object files... no
checking argz.h presence... o
checking whether we are using the GNU C compiler... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... no
checking for argz.h... no
checking limits.h usability... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc accepts -g... checking stdio.h usability... inline
checking whether byte ordering is bigendian... yes
checking limits.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for limits.h... yes
checking locale.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
none needed
checking for style of include used by make... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking locale.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for locale.h... yes
checking for sys/file.h... checking nl_types.h usability... yes
gcc3
checking how to print strings... checking for sys/param.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for uintptr_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for limits.h... no
checking nl_types.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for nl_types.h... no
checking for stdlib.h... (cached) yes
checking malloc.h usability... checking for malloc.h... yes
checking for int_least32_t... 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 "+="... yes
checking for string.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for unistd.h... checking for x86_64-w64-mingw32-ranlib... (cached) yes
x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking malloc.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... yes
checking for int_fast32_t... checking for time.h... yes
checking for sys/resource.h... yes
checking stddef.h presence... no
checking for sys/stat.h... (cached) yes
ok
yes
checking for stddef.h... yes
checking how to run the C preprocessor... checking for sys/mman.h... yes
checking for uint64_t... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for fcntl.h... checking sys/param.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for alloca.h... yes
checking what to include in gstdint.h... checking for ANSI C header files... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/pstat.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for sys/sysmp.h... yes
checking for off_t... checking for feof_unlocked... no
checking for sys/sysinfo.h... no
yes
checking for machine/hal_sysinfo.h... checking for sys/types.h... no
checking for sys/table.h... no
checking for fgets_unlocked... no
yes
checking for sys/sysctl.h... checking for sys/stat.h... yes
checking size of int... no
checking for sys/systemcfg.h... no
no
checking for stdint.h... (cached) yes
checking for getc_unlocked... yes
checking for stdio_ext.h... checking for stdlib.h... no
checking for process.h... yes
yes
checking for sys/prctl.h... checking for string.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking for memory.h... yes
checking for getegid... yes
checking whether errno must be declared... yes
checking for strings.h... no
checking size of int... no
checking for geteuid... yes
checking for inttypes.h... no
checking for getgid... yes
checking for stdint.h... yes
no
checking for getuid... checking for unistd.h... 4
checking size of long... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for putenv... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for setenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for setlocale... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 4
checking for ANSI C header files... (cached) yes
yes
yes
checking dynamic linker characteristics... checking build system type... checking for stpcpy... x86_64-pc-linux-gnu
checking host system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
no
checking for strcasecmp... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking for working mmap... no
checking for strdup... no
checking for memcpy... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of size_t... yes
yes
checking for strtoul... checking for strerror... yes
yes
checking for tsearch... checking for unistd.h... (cached) yes
config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for C compiler default output file name... 8
checking for long long... no
checking for LC_MESSAGES... no
checking for bison... a.exe
bison
checking whether the C compiler works... checking version of bison... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 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 GNU gettext in libintl... .exe
checking for suffix of object files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
yes
checking size of long long... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: executing depfiles commands
config.status: creating Makefile
config.status: creating config.intl
config.status: executing libtool commands
checking for grep that handles long lines and -e... config.status: creating config.h
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing default-1 commands
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for string.h... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for memory.h... uint64_t
checking for intptr_t... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for unistd.h... yes
checking for ssize_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking minix/config.h presence... yes
checking for pid_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
none required
checking for asprintf... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking return type of signal handlers... yes
checking for atexit... void
checking for size_t... yes
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ssize_t... yes
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for bcopy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bsearch... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
none required
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for fcntl... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for calloc... no
checking for kill... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for clock... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for lstat... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for ffs... no
checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
yes
x86_64-w64-mingw32-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 putenv... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for select... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for gettimeofday... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for strpbrk... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for memcmp... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for random... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for rindex... checking stdarg.h usability... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for setenv... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for stpncpy... yes
checking termcap.h presence... yes
checking for termcap.h... no
yes
checking for strcasecmp... checking termios.h usability... no
checking termios.h presence... yes
checking for strchr... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strdup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strncasecmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strndup... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtoull... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strverscmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for tmpnam... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vsprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for waitpid... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for mbscasecmp... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wcrtomb... no
yes
checking for wcscoll... checking for canonicalize_file_name... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
no
checking for setrlimit... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for sbrk... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for spawnvpe... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for sysconf... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-04 11:39 [binutils-gdb] Enable SVE for GDB sergiodj+buildbot
@ 2018-06-08 23:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-08 23:14 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/1857>

Commit(s) tested:
	ba2d2bb24ea593c7fb17f51ef23f122064bb17d7

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Enable SVE for GDB

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ba/ba2d2bb24ea593c7fb17f51ef23f122064bb17d7/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: updating cache ./config.cache
checking for xgettext... configure: creating ./config.status
/usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
x86_64-w64-mingw32-gcc -E
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for C compiler default output file name... none needed
checking how to run the C preprocessor... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... .exe
checking for suffix of object files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
inline
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/types.h... checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... checking for sys/stat.h... yes
.exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
checking for memory.h... none needed
yes
checking for style of include used by make... yes
GNU
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking dependency style of x86_64-w64-mingw32-gcc... checking for memory.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
gcc3
yes
checking how to print strings... checking for inttypes.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for strings.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stdint.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for stdint.h... checking for unistd.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking how to run the C preprocessor... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... x86_64-w64-mingw32-gcc -E
yes
checking for off_t... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for unistd.h... /usr/bin/grep -E
checking for ANSI C header files... ok
checking how to run the C preprocessor... yes
yes
checking for size_t... checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for sys/types.h... no
checking minix/config.h presence... checking for ANSI C header files... yes
checking for sys/stat.h... yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for string.h... yes
yes
checking for sys/stat.h... checking for memory.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
64
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
yes
checking for string.h... checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for unsigned long long... checking for stdint.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for inttypes.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... checking ctype.h usability... yes
checking ctype.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for stdint.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
yes
checking stddef.h presence... done
checking for unistd.h... yes
checking for an ANSI C-conforming const... checking argz.h usability... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for dlfcn.h... checking stdio.h usability... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... no
checking for objdir... yes
checking stdio.h presence... .libs
yes
checking for stdio.h... yes
no
checking for argz.h... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking limits.h usability... yes
checking limits.h presence... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
checking locale.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/file.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sys/param.h... checking nl_types.h usability... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for int_least32_t... checking for limits.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for nl_types.h... no
checking for malloc.h... checking malloc.h usability... yes
checking for int_fast32_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for string.h... (cached) yes
yes
checking dynamic linker characteristics... yes
checking malloc.h presence... checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
checking stddef.h usability... checking for strings.h... (cached) yes
Win32 ld.exe
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... x86_64-w64-mingw32-gcc -E
yes
yes
checking for uint64_t... checking for time.h... yes
checking for sys/resource.h... yes
checking stddef.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
no
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for getpagesize... checking for sys/mman.h... yes
checking for off_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for fcntl.h... checking sys/param.h usability... yes
yes
checking for working mmap... no
checking for alloca.h... checking for memcpy... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for sys/pstat.h... checking for feof_unlocked... no
yes
checking for sys/sysmp.h... yes
checking size of int... checking for strerror... no
checking for sys/sysinfo.h... no
checking for fgets_unlocked... no
checking for machine/hal_sysinfo.h... no
no
checking for sys/table.h... checking for getc_unlocked... yes
checking for unistd.h... (cached) yes
no
checking for sys/sysctl.h... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for sys/systemcfg.h... no
checking for getcwd... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for getegid... no
checking for process.h... yes
checking for sys/prctl.h... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for geteuid... no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... 4
checking size of long... yes
checking whether errno must be declared... no
checking size of int... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... x86_64-w64-mingw32
checking target system type... 4
checking size of long... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... no
no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strcasecmp... yes
checking for strdup... config.status: creating Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
yes
config.status: executing gstdint.h commands
checking for strtoul... yes
4
make[1]: Nothing to be done for 'all-target'.
checking size of size_t... checking for tsearch... mkdir -p -- ./readline
Configuring in ./readline
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for __argz_count... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking for __argz_stringify... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

checking for __fsetlocking... Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for iconv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
8
checking for long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for bison... bison
checking version of bison... yes
checking size of long long... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for sys/stat.h... yes
config.status: creating Makefile
checking for stdlib.h... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
config.status: creating config.h
yes
config.status: executing default-1 commands
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
uint64_t
checking for strings.h... checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for uintptr_t... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 stdint.h... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for ssize_t... yes
checking for unistd.h... yes
checking minix/config.h usability... config.status: creating config.h
yes
checking for pid_t... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for working volatile... yes
yes
checking return type of signal handlers... checking for basename... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ssize_t... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bsearch... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
yes
checking for bzero... checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
none required
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for fcntl... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for clock... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for kill... yes
checking for ffs... no
checking for lstat... no
no
checking for getcwd... checking for memmove... yes
yes
checking for getpagesize... checking for putenv... yes
yes
checking for select... checking for gettimeofday... yes
no
checking for index... checking for setenv... no
checking for insque... no
checking for setlocale... no
checking for memchr... yes
checking for strcasecmp... yes
checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
no
checking for vsnprintf... checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... yes
no
checking for getpwuid... checking for random... no
checking for working strcoll... no
no
checking fcntl.h usability... checking for rename... yes
checking fcntl.h presence... yes
checking for rindex... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for setenv... checking varargs.h usability... no
checking varargs.h presence... no
checking for snprintf... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
yes
checking locale.h presence... checking for stpncpy... yes
checking for locale.h... yes
no
checking for strcasecmp... checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for strchr... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strdup... no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strstr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtod... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
v7
checking if signal handlers must be reinstalled when invoked... no
configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtoull... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for strverscmp... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for tmpnam... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vasprintf... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vfprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... yes
checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for vfork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
no
checking for iswlower... checking for pstat_getstatic... yes
no
checking for realpath... checking for iswupper... yes
checking for towlower... yes
checking for towupper... no
yes
checking for setrlimit... checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for spawnvpe... yes
checking for wint_t in wctype.h... yes
checking for strerror... yes
checking configuration for building shared libraries... supported
yes
checking for strsignal... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysconf... no
checking for sysctl... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysmp... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-02 14:08 [binutils-gdb] Split value_fetch_lazy sergiodj+buildbot
@ 2018-06-07 18:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-07 18:07 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/1843>

Commit(s) tested:
	41c60b4b2668947726fb5762de95d57b931a3200

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Split value_fetch_lazy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/41/41c60b4b2668947726fb5762de95d57b931a3200/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... configure: updating cache ./config.cache
/usr/bin/xgettext
checking for msgmerge... configure: creating ./config.status
/usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
.exe
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... yes
checking for sys/types.h... yes
checking for inline... inline
o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... yes
yes
checking for stdlib.h... none needed
checking for string.h... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
yes
checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for inttypes.h... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdint.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for unistd.h... yes
yes
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking minix/config.h usability... checking for C compiler default output file name... yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
checking how to run the C preprocessor... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for working alloca.h... checking for sys/types.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/stat.h... gcc3
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... checking for unistd.h... (cached) yes
checking for getpagesize... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for string.h... yes
yes
checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether we are using the GNU C Library 2.1 or newer... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for memory.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for unsigned long long... yes
yes
checking for inttypes.h... checking for an ANSI C-conforming const... yes
checking for inttypes.h... ok
checking how to run the C preprocessor... yes
checking for inline... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... x86_64-w64-mingw32-gcc -E
checking for stdint.h... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... yes
checking for ANSI C header files... checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
done
checking for sys/file.h... checking argz.h usability... checking ctype.h usability... yes
checking for sys/types.h... yes
no
checking argz.h presence... checking for sys/param.h... yes
checking ctype.h presence... yes
checking for sys/stat.h... yes
checking for ctype.h... yes
yes
no
checking for argz.h... no
checking stddef.h usability... checking limits.h usability... yes
checking for limits.h... checking for stdlib.h... yes
checking stddef.h presence... yes
yes
checking limits.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for malloc.h... checking locale.h usability... yes
yes
checking stdio.h usability... checking for string.h... (cached) yes
checking for string.h... yes
checking stdio.h presence... checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
yes
yes
checking locale.h presence... checking for memory.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for strings.h... (cached) yes
yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for sys/time.h... yes
checking for uintptr_t... yes
checking for strings.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for int_least32_t... checking for time.h... yes
yes
checking for sys/resource.h... yes
checking malloc.h presence... checking for inttypes.h... yes
checking for malloc.h... yes
no
checking for sys/stat.h... (cached) yes
checking stddef.h usability... checking for sys/mman.h... yes
checking for int_fast32_t... no
yes
checking stddef.h presence... checking for fcntl.h... yes
yes
yes
checking for stddef.h... yes
checking for stdint.h... checking for alloca.h... checking for stdlib.h... (cached) yes
yes
checking for uint64_t... yes
no
checking for string.h... (cached) yes
checking for sys/pstat.h... checking for unistd.h... checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysmp.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for dlfcn.h... no
checking for sys/sysinfo.h... yes
checking sys/param.h presence... yes
checking for off_t... no
yes
checking for sys/param.h... yes
checking for machine/hal_sysinfo.h... checking for feof_unlocked... no
checking for sys/table.h... no
checking for objdir... .libs
no
checking for sys/sysctl.h... yes
checking size of int... no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for stdint.h... (cached) yes
no
checking for getc_unlocked... checking for stdio_ext.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
no
checking for getcwd... checking for process.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for sys/prctl.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... checking for getegid... yes
checking dynamic linker characteristics... yes
checking whether errno must be declared... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
4
checking size of long... no
checking for geteuid... no
checking size of int... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for getpagesize... checking for getgid... yes
checking for working mmap... no
checking for memcpy... no
yes
checking for strerror... checking for getuid... yes
checking for unistd.h... (cached) yes
no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for munmap... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for putenv... 4
checking size of long... yes
no
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for stpcpy... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for strcasecmp... yes
4
checking size of size_t... make[1]: Nothing to be done for 'all-target'.
checking for strdup... mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
no
checking for __argz_stringify... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... checking for C compiler default output file name... no
checking for __fsetlocking... 8
checking for long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... yes
checking size of long long... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for LC_MESSAGES... no
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... none needed
checking how to run the C preprocessor... no
x86_64-w64-mingw32-gcc -E
checking for GNU gettext in libintl... config.status: creating Makefile
no
config.status: executing depfiles commands
checking for grep that handles long lines and -e... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
/usr/bin/grep
checking for egrep... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
/usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for sys/types.h... yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
8
checking for a 64-bit type... checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
uint64_t
checking for intptr_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for string.h... config.status: creating Makefile
config.status: creating config.intl
yes
config.status: creating config.h
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
config.status: executing default-1 commands
checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for strings.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for inttypes.h... yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
yes
checking for library containing strerror... checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
none required
yes
checking for asprintf... checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking minix/config.h presence... checking for atexit... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bcmp... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for bcopy... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking return type of signal handlers... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
no
checking for bsearch... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for bzero... void
checking for size_t... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for calloc... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
rm -f libdecnumber.a
checking for getcwd... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for getpagesize... none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for gettimeofday... no
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
no
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for lstat... no
checking for insque... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for memmove... no
checking for memchr... yes
yes
checking for memcmp... checking for putenv... yes
checking for memcpy... yes
checking for memmem... yes
checking for select... no
checking for memmove... no
checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
yes
checking for memset... checking for strcasecmp... yes
yes
checking for mkstemps... checking for strpbrk... yes
no
checking for putenv... checking for tcgetattr... yes
checking for random... no
checking for vsnprintf... no
yes
checking for rename... checking for isascii... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
no
checking for working strcoll... no
checking fcntl.h usability... checking for stpncpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for strcasecmp... checking varargs.h usability... no
checking varargs.h presence... yes
checking for strchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strdup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for strncasecmp... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strndup... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strnlen... no
checking pwd.h presence... yes
checking for strrchr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strstr... checking termios.h usability... no
checking termios.h presence... yes
checking for strtod... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strtol... yes
no
checking sys/pte.h presence... checking for strtoul... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoll... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoull... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strverscmp... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for dup3... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for getrlimit... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for getrusage... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... no
checking for getsysinfo... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for gettimeofday... (cached) yes
no
checking for speed_t in sys/types.h... checking for on_exit... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for psignal... not found
checking for struct dirent.d_ino... no
yes
checking for struct dirent.d_fileno... checking for pstat_getdynamic... no
checking for tgetent... no
checking for pstat_getstatic... no
checking for tgetent in -ltermcap... no
checking for realpath... no
checking for setrlimit... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sbrk... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for spawnve... yes
checking wchar.h presence... yes
checking for spawnvpe... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for strerror... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strsignal... yes
checking for mbscasecmp... no
checking for sysconf... no
checking for mbscmp... no
checking for sysctl... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for sysmp... yes
checking for mbschr... no
checking for table... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for times... yes
checking for wcsdup... no
checking for wait3... yes
checking for wcwidth... no
checking for wait4... no
checking for wctype... no
checking whether basename is declared... yes
checking for wcswidth... no
checking whether ffs is declared... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether asprintf is declared... yes
checking for iswlower... yes
checking whether vasprintf is declared... yes
yes
checking for iswupper... checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking for towlower... yes
checking whether calloc is declared... yes
checking for towupper... yes
checking whether getenv is declared... yes
checking for iswctype... yes
checking whether getopt is declared... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking whether malloc is declared... yes
checking for wctype_t in wctype.h... yes
checking whether realloc is declared... yes
checking for wint_t in wctype.h... yes
checking whether sbrk is declared... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking whether strtol is declared... configure: creating ./config.status
yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
config.status: creating Makefile
checking whether strverscmp is declared... config.status: creating doc/Makefile
no
checking whether strnlen is declared... config.status: creating examples/Makefile
yes
checking whether canonicalize_file_name must be declared... config.status: creating shlib/Makefile
yes
checking for stdlib.h... (cached) yes
config.status: creating config.h
checking for unistd.h... (cached) yes
config.status: executing default commands
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-02  8:18 [binutils-gdb] Make two cp-name-parser.y constants "const" sergiodj+buildbot
@ 2018-06-07  8:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-07  8:49 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/1840>

Commit(s) tested:
	7b640f726819bedab1515ce49f03c0de26193b3b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make two cp-name-parser.y constants "const"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7b/7b640f726819bedab1515ce49f03c0de26193b3b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
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
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
/usr/bin/msgmerge
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... inline
/usr/bin/grep -E
checking for ANSI C header files... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for string.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for grep that handles long lines and -e... checking for inttypes.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for stdint.h... yes
yes
checking for sys/types.h... checking for off_t... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... yes
checking for size_t... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking for working alloca.h... no
checking for alloca... yes
checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... (cached) yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdint.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking ctype.h usability... yes
checking for unsigned long long... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h presence... a.exe
checking whether the C compiler works... yes
yes
checking for inttypes.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... .exe
checking for suffix of object files... yes
checking stddef.h presence... no
checking for ld used by GCC... o
checking whether we are using the GNU C compiler... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... done
checking argz.h usability... yes
yes
checking stdio.h presence... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
checking for stdio.h... yes
inline
checking whether byte ordering is bigendian... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for argz.h... no
checking limits.h usability... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for sys/file.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for limits.h... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking locale.h usability... checking for sys/param.h... yes
checking for int_least32_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
yes
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for limits.h... yes
checking locale.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking for locale.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for stdlib.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking nl_types.h usability... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) yes
x86_64-w64-mingw32-strip
checking for int_fast32_t... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking nl_types.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for uint64_t... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for time.h... yes
ok
checking how to run the C preprocessor... checking for sys/resource.h... yes
checking malloc.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for malloc.h... yes
no
checking stddef.h usability... checking for sys/stat.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for sys/mman.h... yes
checking for off_t... no
checking for fcntl.h... checking for ANSI C header files... yes
checking stddef.h presence... yes
checking for alloca.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for sys/pstat.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/sysmp.h... yes
checking size of int... yes
no
checking for sys/types.h... checking for sys/sysinfo.h... yes
checking sys/param.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... no
checking for sys/stat.h... checking for sys/table.h... no
checking for sys/sysctl.h... yes
no
checking for sys/systemcfg.h... checking for stdlib.h... no
checking for fgets_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for string.h... no
checking for process.h... no
checking for getc_unlocked... yes
checking for sys/prctl.h... yes
checking for memory.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
yes
checking for getcwd... checking for strings.h... yes
checking whether errno must be declared... yes
yes
checking for inttypes.h... no
checking size of int... checking for getegid... yes
checking for stdint.h... 4
checking size of long... no
checking for geteuid... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for munmap... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for setenv... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking target system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
yes
checking dynamic linker characteristics... checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
no
checking for stdlib.h... (cached) yes
checking for stpcpy... checking for unistd.h... (cached) yes
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
config.status: creating Makefile
checking for strdup... yes
4
checking size of size_t... checking for strerror... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strtoul... yes
checking for unistd.h... (cached) yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for C compiler default output file name... checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... 8
checking for long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking size of long long... no
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... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... no
none needed
checking how to run the C preprocessor... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking for sys/types.h... config.status: executing libtool commands
config.status: creating Makefile
config.status: creating config.intl
yes
config.status: creating config.h
checking for sys/stat.h... config.status: executing default-1 commands
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for memory.h... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for strings.h... uint64_t
checking for intptr_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for uintptr_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking minix/config.h usability... yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking return type of signal handlers... none required
checking for asprintf... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for atexit... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for basename... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for dirent.h that defines DIR... no
checking for bcopy... yes
checking for library containing opendir... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for bzero... no
checking for kill... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for calloc... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for lstat... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for memmove... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for ffs... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for putenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
config.status: creating config.h
checking for getcwd... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for select... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for index... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for tcgetattr... yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for vsnprintf... yes
checking for memcpy... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking for random... checking varargs.h usability... no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for rindex... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking termios.h usability... checking for stpncpy... no
checking termios.h presence... no
no
checking for termios.h... no
checking for strcasecmp... checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strchr... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for strdup... checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strncasecmp... checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strndup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for strnlen... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
yes
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtol... no
checking whether or not strcoll and strcmp differ... yes
configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strtoul... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for strtoull... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strverscmp... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for vsnprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for vsprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for waitpid... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for setproctitle... no
no
checking for mbscmp... checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for setrlimit... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
checking for strsignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01 22:57 [binutils-gdb] Include parser-defs.h in cp-name-parser.y sergiodj+buildbot
@ 2018-06-07  6:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-07  6:42 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/1839>

Commit(s) tested:
	98e69eb381347eb06dfedaa0b185ad26818ce5cd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Include parser-defs.h in cp-name-parser.y

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/98/98e69eb381347eb06dfedaa0b185ad26818ce5cd/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./etc
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./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 a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-w64-mingw32
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/xgettext
checking for perl... perl
checking for msgmerge... /usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... .exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... none needed
checking build system type... x86_64-w64-mingw32-gcc -E
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
checking for sys/types.h... checking for grep that handles long lines and -e... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... .exe
checking for suffix of object files... yes
checking for stdlib.h... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
yes
checking for inline... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking for sys/types.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for sys/stat.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for unistd.h... yes
checking for strings.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking minix/config.h usability... yes
checking for inttypes.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
no
checking minix/config.h presence... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for unistd.h... checking for C compiler default output file name... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... yes
checking for off_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... 64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for size_t... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for working alloca.h... yes
yes
none needed
checking for sys/stat.h... checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for alloca... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... (cached) yes
checking for getpagesize... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for working mmap... no
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for memory.h... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for strings.h... yes
checking for stdint.h... yes
checking for unsigned long long... 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 inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for inttypes.h... yes
checking for inline... yes
inline
checking whether byte ordering is bigendian... checking for stdint.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
ok
checking how to run the C preprocessor... checking for unistd.h... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
x86_64-w64-mingw32-gcc -E
yes
checking for shared library run path origin... checking ctype.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... done
checking for ANSI C header files... checking argz.h usability... yes
yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/param.h... checking stddef.h usability... no
checking argz.h presence... yes
checking for limits.h... yes
no
checking for argz.h... no
yes
checking stddef.h presence... checking for sys/types.h... checking limits.h usability... yes
yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking stdio.h usability... yes
checking limits.h presence... checking for malloc.h... checking for sys/stat.h... yes
checking for limits.h... yes
yes
checking for string.h... (cached) yes
yes
checking locale.h usability... checking for stdlib.h... checking for unistd.h... (cached) yes
yes
checking stdio.h presence... checking for strings.h... (cached) yes
yes
checking for stdio.h... yes
yes
checking locale.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/time.h... yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for string.h... yes
checking for time.h... no
checking nl_types.h presence... yes
yes
checking for memory.h... yes
checking for uintptr_t... checking for sys/resource.h... no
checking for nl_types.h... no
checking malloc.h usability... no
yes
checking for sys/stat.h... (cached) yes
checking for strings.h... checking for sys/mman.h... yes
checking malloc.h presence... no
yes
checking for int_least32_t... yes
checking for malloc.h... yes
checking for fcntl.h... yes
checking stddef.h usability... yes
checking for inttypes.h... checking for alloca.h... yes
checking stddef.h presence... yes
checking for int_fast32_t... no
yes
checking for stddef.h... yes
checking for sys/pstat.h... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... no
checking for string.h... (cached) yes
checking for sys/sysmp.h... checking for unistd.h... (cached) yes
yes
checking for uint64_t... no
checking for sys/sysinfo.h... checking sys/param.h usability... yes
no
checking for machine/hal_sysinfo.h... checking for unistd.h... yes
checking what to include in gstdint.h... yes
checking sys/param.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking for sys/param.h... yes
checking for sys/table.h... checking for feof_unlocked... yes
yes
checking for off_t... no
checking for dlfcn.h... checking for sys/sysctl.h... no
no
checking for objdir... checking for sys/systemcfg.h... .libs
no
checking for fgets_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking size of int... no
checking for process.h... yes
no
checking for sys/prctl.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
no
checking whether time.h and sys/time.h may both be included... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for getcwd... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether errno must be declared... yes
checking for getegid... no
checking size of int... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... no
checking for geteuid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
4
checking size of long... no
checking for getgid... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
yes
checking for getuid... checking for working mmap... no
checking for memcpy... no
checking for mempcpy... yes
4
checking size of long... checking for strerror... yes
checking for munmap... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... 4
checking size of size_t... yes
checking for stpcpy... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... yes
config.status: creating Makefile
checking for strtoul... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for tsearch... yes
make[1]: Nothing to be done for 'all-target'.
checking for __argz_count... mkdir -p -- ./readline
Configuring in ./readline
8
checking for long long... no
checking for __argz_stringify... no
checking for __argz_next... yes
checking size of long long... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... no
checking for iconv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... config.status: creating Makefile
no
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... o
checking whether we are using the GNU C compiler... config.status: executing depfiles commands
no
checking for GNU gettext in libintl... config.status: executing libtool commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -E
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for uintptr_t... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/types.h... yes
checking for ssize_t... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for pid_t... checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for library containing strerror... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
none required
yes
checking for asprintf... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for atexit... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for inttypes.h... yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for basename... yes
checking for unistd.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking minix/config.h usability... checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for bsearch... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking return type of signal handlers... void
no
checking for size_t... checking for calloc... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
yes
checking for clock... checking for ssize_t... yes
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for dirent.h that defines DIR... checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for library containing opendir... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
none required
yes
checking for fcntl... checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for kill... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for index... no
checking for lstat... no
checking for insque... no
checking for memmove... no
checking for memchr... yes
yes
checking for putenv... checking for memcmp... yes
checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... yes
checking for isascii... yes
checking for random... yes
checking for isxdigit... no
checking for rename... yes
checking for getpwent... yes
checking for rindex... no
checking for getpwnam... no
checking for setenv... no
checking for getpwuid... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for sigsetmask... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strcasecmp... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for strchr... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strdup... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strncasecmp... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strndup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strnlen... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtod... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strtoul... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strtoll... 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 strtoull... 64
checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsnprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for waitpid... yes
checking for struct dirent.d_fileno... no
no
checking for tgetent... checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking for tgetent in -ltermcap... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for vfork... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... yes
checking for mbscasecmp... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... no
yes
checking for setrlimit... checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
yes
checking for iswctype... checking for strerror... yes
checking for nl_langinfo and CODESET... yes
checking for strsignal... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for wait3... config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01 21:21 [binutils-gdb] Use yy-remap.h in cp-name-parser.y sergiodj+buildbot
@ 2018-06-07  3:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-07  3:18 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/1837>

Commit(s) tested:
	55b6c9849624fc105539e08222fb8ff128a5f7e2

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use yy-remap.h in cp-name-parser.y

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/55/55b6c9849624fc105539e08222fb8ff128a5f7e2/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./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
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... 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 make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking build system type... config.status: creating Makefile
checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for sys/types.h... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking for an ANSI C-conforming const... checking for sys/stat.h... .exe
checking for suffix of object files... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for inline... yes
inline
o
checking whether we are using the GNU C compiler... checking for stdlib.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for string.h... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
.exe
checking for suffix of object files... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for memory.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdint.h... yes
yes
none needed
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for style of include used by make... checking for strings.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for unistd.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking how to run the C preprocessor... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... 64
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for sys/types.h... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working alloca.h... checking for ANSI C header files... yes
yes
checking for sys/types.h... no
checking for alloca... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for sys/stat.h... checking for stdlib.h... (cached) yes
checking for stdlib.h... checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for getpagesize... yes
yes
checking for stdlib.h... checking for string.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking for memory.h... yes
yes
checking for stdint.h... checking for string.h... yes
checking for strings.h... yes
checking for an ANSI C-conforming const... yes
checking for unsigned long long... yes
checking for inline... yes
yes
checking for inttypes.h... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... checking for memory.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for stdint.h... yes
checking for strings.h... no
checking for ld used by GCC... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for unistd.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/file.h... yes
checking for shared library run path origin... yes
checking for inttypes.h... yes
checking ctype.h usability... checking for sys/param.h... yes
yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
done
checking for stdint.h... checking stddef.h usability... checking for limits.h... checking argz.h usability... yes
no
checking argz.h presence... yes
checking stddef.h presence... no
checking for argz.h... no
checking limits.h usability... checking for stdlib.h... (cached) yes
yes
yes
checking for stddef.h... yes
checking for malloc.h... checking for unistd.h... yes
checking limits.h presence... yes
checking for string.h... (cached) yes
yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking locale.h usability... checking for unistd.h... (cached) yes
checking stdio.h usability... yes
checking for dlfcn.h... checking for strings.h... (cached) yes
yes
checking locale.h presence... yes
checking stdio.h presence... checking for sys/time.h... yes
checking for locale.h... yes
yes
checking for stdio.h... yes
yes
checking nl_types.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for objdir... checking for time.h... .libs
yes
no
checking nl_types.h presence... checking for sys/resource.h... yes
checking for uintptr_t... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
yes
checking malloc.h presence... checking for fcntl.h... yes
checking for malloc.h... yes
yes
yes
checking for int_least32_t... checking stddef.h usability... checking for alloca.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for sys/pstat.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
yes
checking for int_fast32_t... checking for string.h... (cached) yes
checking for sys/sysmp.h... checking for unistd.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking sys/param.h usability... yes
checking for uint64_t... no
checking for sys/sysinfo.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking sys/param.h presence... yes
checking whether -lc should be explicitly linked in... no
checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/table.h... yes
checking dynamic linker characteristics... checking for feof_unlocked... no
checking for sys/sysctl.h... yes
checking for off_t... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for sys/systemcfg.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... x86_64-w64-mingw32-gcc -E
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for stdlib.h... (cached) yes
checking for fgets_unlocked... checking for unistd.h... (cached) yes
no
checking for process.h... yes
checking for getpagesize... checking for sys/prctl.h... yes
checking for working mmap... no
no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for memcpy... yes
checking size of int... checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
no
checking for getcwd... yes
checking whether errno must be declared... checking for strerror... no
checking size of int... yes
checking for getegid... yes
checking for unistd.h... (cached) yes
no
configure: updating cache ./config.cache
checking for geteuid... configure: creating ./config.status
no
checking for getgid... 4
checking size of long... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
4
checking for ANSI C header files... (cached) yes
yes
checking size of size_t... checking for stpcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
no
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
yes
config.status: creating config.h
config.status: executing gstdint.h commands
checking for __argz_count... 8
checking for long long... no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... yes
checking size of long long... no
checking for __fsetlocking... config.status: creating Makefile
no
checking for iconv... config.status: executing depfiles commands
config.status: executing libtool commands
configure: creating cache ./config.cache
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for bison... bison
checking version of bison... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for GNU gettext in libintl... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
.exe
checking for suffix of object files... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
uint64_t
checking for intptr_t... o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
none needed
checking how to run the C preprocessor... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for ssize_t... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
yes
checking for pid_t... checking for sys/types.h... config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for sys/stat.h... config.status: creating config.intl
yes
checking for library containing strerror... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for stdlib.h... none required
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for asprintf... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for string.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for atexit... checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
yes
checking for basename... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for bcmp... checking for stdint.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for unistd.h... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
checking for bzero... x86_64-w64-mingw32-ranlib libz.a
yes
checking minix/config.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
no
/bin/sh ./config.status config.h
checking for calloc... no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating config.h
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for getcwd... yes
checking return type of signal handlers... rm -f libdecnumber.a
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
void
checking for size_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for index... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for insque... no
checking for dirent.h that defines DIR... no
checking for memchr... yes
checking for library containing opendir... yes
checking for memcmp... none required
checking for fcntl... yes
no
checking for kill... checking for memcpy... no
checking for lstat... yes
checking for memmem... no
checking for memmove... no
checking for memmove... yes
checking for putenv... yes
yes
checking for select... checking for mempcpy... no
checking for setenv... yes
checking for memset... no
checking for setlocale... yes
checking for strcasecmp... yes
yes
checking for strpbrk... checking for mkstemps... yes
checking for tcgetattr... no
checking for putenv... no
checking for vsnprintf... yes
checking for random... yes
checking for isascii... no
checking for rename... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpncpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for strcasecmp... checking varargs.h usability... no
checking varargs.h presence... yes
checking for strchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for strdup... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for strncasecmp... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strndup... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking for strnlen... checking pwd.h usability... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for strrchr... checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strstr... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strtod... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtol... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtoul... yes
no
checking sys/stream.h presence... checking for strtoll... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strtoull... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strverscmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for tmpnam... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for vasprintf... checking for type of signal functions... yes
checking for vfprintf... yes
checking for vprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vsnprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vsprintf... yes
checking whether signal handlers are of type void... yes
checking for waitpid... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for setproctitle... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... not found
checking for struct dirent.d_ino... no
checking for fork... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for sys_siglist... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for canonicalize_file_name... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for dup3... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for psignal... no
checking for wcrtomb... no
yes
checking for wcscoll... checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for wctype... no
yes
checking for wcswidth... checking for realpath... no
checking whether mbrtowc and mbstate_t are properly declared... yes
no
checking for setrlimit... checking for iswlower... no
yes
checking for sbrk... checking for iswupper... no
checking for spawnve... yes
checking for towlower... yes
checking for spawnvpe... yes
yes
checking for strerror... checking for towupper... yes
checking for iswctype... yes
yes
checking for nl_langinfo and CODESET... checking for strsignal... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... no
checking for times... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for wait3... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for wait4... config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01 20:47 [binutils-gdb] Remove a static buffer from cp-name-parser.y sergiodj+buildbot
@ 2018-06-07  1:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-07  1:10 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/1836>

Commit(s) tested:
	3513a6bb20ef286e303367d4ef4963b5dab877cb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a static buffer from cp-name-parser.y

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/35/3513a6bb20ef286e303367d4ef4963b5dab877cb/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: updating cache ./config.cache
configure: creating ./config.status
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
yes
checking for an ANSI C-conforming const... checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... .exe
checking for suffix of object files... inline
checking for sys/types.h... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... yes
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for strings.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for stdint.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for stdint.h... yes
checking how to run the C preprocessor... checking for unistd.h... yes
yes
yes
checking for unistd.h... checking for off_t... x86_64-w64-mingw32-gcc -E
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for grep that handles long lines and -e... checking minix/config.h usability... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking minix/config.h presence... yes
checking for size_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for C compiler default output file name... yes
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 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 for working alloca.h... checking for sys/stat.h... .exe
checking for suffix of object files... no
checking for alloca... yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... 64
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... (cached) yes
checking for getpagesize... yes
none needed
checking for style of include used by make... GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for strings.h... yes
gcc3
checking how to print strings... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdint.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... 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 "+="... yes
checking for unistd.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking ctype.h usability... yes
checking for an ANSI C-conforming const... done
yes
checking ctype.h presence... yes
checking for inline... checking argz.h usability... yes
checking for ctype.h... yes
inline
checking whether byte ordering is bigendian... ok
checking how to run the C preprocessor... checking stddef.h usability... no
checking argz.h presence... x86_64-w64-mingw32-gcc -E
no
checking for argz.h... no
checking limits.h usability... yes
checking stddef.h presence... checking for ANSI C header files... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stddef.h... yes
checking for sys/file.h... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking locale.h usability... yes
checking stdio.h usability... checking for sys/param.h... yes
yes
checking locale.h presence... yes
yes
checking stdio.h presence... yes
checking for locale.h... yes
checking for limits.h... checking for sys/types.h... yes
checking for stdio.h... yes
checking nl_types.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/stat.h... checking for string.h... (cached) yes
no
checking nl_types.h presence... yes
checking for uintptr_t... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
no
checking for nl_types.h... no
checking for sys/time.h... checking for stdlib.h... checking malloc.h usability... yes
checking for time.h... yes
checking for int_least32_t... yes
yes
checking malloc.h presence... yes
checking for string.h... yes
checking for malloc.h... yes
checking for sys/resource.h... checking stddef.h usability... yes
checking stddef.h presence... no
checking for sys/stat.h... (cached) yes
yes
yes
checking for stddef.h... checking for sys/mman.h... yes
yes
checking for int_fast32_t... checking for memory.h... checking for stdlib.h... (cached) yes
no
checking for fcntl.h... checking for string.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
checking for strings.h... checking for alloca.h... checking sys/param.h usability... yes
checking for uint64_t... no
checking for sys/pstat.h... yes
checking for inttypes.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/sysmp.h... yes
yes
yes
checking for off_t... checking for feof_unlocked... no
checking for stdint.h... checking for sys/sysinfo.h... yes
no
checking for machine/hal_sysinfo.h... checking for unistd.h... no
checking for fgets_unlocked... no
checking for sys/table.h... yes
yes
checking size of int... checking for dlfcn.h... no
no
checking for getc_unlocked... checking for sys/sysctl.h... no
checking for objdir... .libs
no
no
checking for sys/systemcfg.h... checking for getcwd... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for process.h... yes
yes
checking for getegid... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking whether time.h and sys/time.h may both be included... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for geteuid... yes
checking whether errno must be declared... no
checking size of int... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 4
checking size of long... no
checking for getuid... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for mempcpy... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for munmap... checking for getpagesize... no
checking for putenv... yes
checking for working mmap... no
checking for memcpy... yes
4
checking size of long... yes
checking for setenv... checking for strerror... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... no
checking for unistd.h... (cached) yes
checking for setlocale... x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... no
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of size_t... yes
checking for strdup... yes
checking for strtoul... yes
config.status: creating Makefile
checking for tsearch... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... no
checking for iconv... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... configure: creating cache ./config.cache
no
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... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for GNU gettext in libintl... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating Makefile
checking for C compiler default output file name... config.status: executing depfiles commands
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing libtool commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
o
checking whether we are using the GNU C compiler... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
uint64_t
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
none needed
checking how to run the C preprocessor... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for grep that handles long lines and -e... config.status: executing default-1 commands
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for sys/stat.h... yes
checking for library containing strerror... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
none required
checking for asprintf... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for atexit... yes
checking for strings.h... yes
yes
checking for basename... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for stdint.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for bcopy... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking minix/config.h presence... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for bsearch... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for bzero... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
config.status: creating config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for calloc... yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for clock... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
yes
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for library containing opendir... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for gettimeofday... none required
checking for fcntl... yes
checking for index... no
checking for kill... no
no
checking for lstat... checking for insque... no
checking for memmove... no
checking for memchr... yes
checking for putenv... yes
checking for memcmp... yes
checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
yes
checking for memset... checking for tcgetattr... yes
no
checking for vsnprintf... checking for mkstemps... yes
no
checking for putenv... checking for isascii... yes
checking for isxdigit... yes
checking for random... yes
checking for getpwent... no
checking for rename... no
yes
checking for getpwnam... checking for rindex... no
no
checking for setenv... checking for getpwuid... no
no
checking for working strcoll... no
checking for snprintf... checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for sigsetmask... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strcasecmp... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strchr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strdup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking for strndup... checking termios.h usability... no
checking termios.h presence... no
checking for strnlen... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtod... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... yes
checking for strtoul... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtoll... 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 strtoull... 64
checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
checking for vfprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vsnprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for fork... yes
checking wctype.h presence... no
checking for vfork... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for _doprnt... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for mbscasecmp... no
checking for canonicalize_file_name... no
checking for mbscmp... no
checking for dup3... no
checking for mbsnrtowcs... no
checking for getrlimit... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... no
checking for psignal... yes
checking for wcwidth... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
no
checking for spawnve... checking for towlower... yes
checking for spawnvpe... yes
checking for towupper... yes
checking for strerror... yes
checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysconf... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for sysctl... supported
configure: updating cache ./config.cache
no
checking for sysmp... configure: creating ./config.status
no
checking for table... no
checking for times... no
config.status: creating Makefile
checking for wait3... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait4... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01 20:36 [binutils-gdb] inadvertent language switch during breakpoint_re_set_one sergiodj+buildbot
@ 2018-06-06 18:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-06 18:46 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/1833>

Commit(s) tested:
	8e817061976910fd1ac7bb8f689dbd96123ea593

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	inadvertent language switch during breakpoint_re_set_one

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8e/8e817061976910fd1ac7bb8f689dbd96123ea593/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... checking for perl... perl
checking build system type... x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... .exe
checking for suffix of object files... yes
yes
checking for inline... o
checking whether we are using the GNU C compiler... inline
checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... checking for stdlib.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for string.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for memory.h... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for strings.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for C compiler default output file name... yes
checking for inttypes.h... yes
checking for stdint.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for stdint.h... yes
.exe
checking for suffix of object files... checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
yes
checking minix/config.h usability... checking for off_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking minix/config.h presence... none needed
checking for style of include used by make... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for size_t... yes
checking for sys/types.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for working alloca.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for memory.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... yes
checking for strings.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for unsigned long long... checking for inttypes.h... ok
checking how to run the C preprocessor... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for ANSI C header files... yes
no
checking for ld used by GCC... checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking ctype.h usability... checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
checking ctype.h presence... yes
yes
checking for inline... done
yes
checking for ctype.h... yes
checking for sys/stat.h... checking argz.h usability... checking stddef.h usability... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for string.h... checking for stdlib.h... (cached) yes
no
checking argz.h presence... checking stdio.h usability... no
checking for argz.h... no
checking limits.h usability... yes
checking for string.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for sys/file.h... yes
checking limits.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
yes
checking for limits.h... yes
checking for sys/param.h... checking for memory.h... checking locale.h usability... yes
checking for limits.h... yes
yes
checking for uintptr_t... yes
checking for strings.h... checking for stdlib.h... (cached) yes
yes
checking locale.h presence... checking for malloc.h... yes
checking for locale.h... yes
yes
checking for int_least32_t... yes
yes
checking nl_types.h usability... checking for string.h... (cached) yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking nl_types.h presence... checking for sys/time.h... no
checking for nl_types.h... no
yes
checking for int_fast32_t... yes
checking malloc.h usability... checking for stdint.h... yes
yes
checking malloc.h presence... yes
yes
checking for uint64_t... checking for time.h... yes
checking for malloc.h... yes
checking for unistd.h... yes
checking stddef.h usability... checking for sys/resource.h... yes
no
checking for sys/stat.h... (cached) yes
checking for dlfcn.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking stddef.h presence... checking for sys/mman.h... yes
checking for off_t... yes
checking for stddef.h... yes
no
checking for objdir... .libs
no
checking for fcntl.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for alloca.h... checking sys/param.h usability... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/pstat.h... yes
checking size of int... no
checking for sys/sysmp.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for sys/sysinfo.h... checking for feof_unlocked... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for machine/hal_sysinfo.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for sys/table.h... no
checking for fgets_unlocked... no
checking for sys/sysctl.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
no
checking for sys/systemcfg.h... checking for getc_unlocked... no
checking for stdint.h... (cached) yes
yes
checking dynamic linker characteristics... checking for stdio_ext.h... no
checking for getcwd... no
checking for process.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking for sys/prctl.h... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... 4
checking for stdlib.h... (cached) yes
checking size of long... checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for getpagesize... no
checking for geteuid... yes
checking whether errno must be declared... yes
checking for working mmap... no
checking for memcpy... no
checking size of int... yes
no
checking for getgid... checking for strerror... yes
checking for unistd.h... (cached) yes
no
checking for getuid... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for munmap... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking for putenv... checking size of long... yes
checking for setenv... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... no
checking for strcasecmp... config.status: creating Makefile
yes
config.status: creating config.h
checking for strdup... config.status: executing gstdint.h commands
4
checking size of size_t... yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
checking for tsearch... Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
no
checking for __fsetlocking... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 8
checking for long long... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: executing depfiles commands
checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: executing libtool commands
no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... no
checking for bison... bison
checking version of bison... .exe
checking for suffix of object files... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... o
checking whether we are using the GNU C compiler... no
checking for GNU gettext in libintl... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
config.status: creating Makefile
checking for sys/stat.h... config.status: creating config.intl
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
config.status: creating config.h
checking for stdlib.h... 8
config.status: executing default-1 commands
checking for a 64-bit type... uint64_t
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for intptr_t... yes
checking for string.h... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for ssize_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for pid_t... yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for unistd.h... yes
yes
checking for library containing strerror... checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
none required
checking for asprintf... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for function prototypes... yes
checking whether char is unsigned... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for working volatile... yes
checking for bcmp... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
void
checking for size_t... checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for bsearch... /bin/sh ./config.status config.h
yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for bzero... config.status: creating config.h
no
checking for calloc... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for clock... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
rm -f libdecnumber.a
checking for library containing opendir... yes
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
none required
checking for fcntl... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for index... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for memmove... no
checking for insque... yes
checking for putenv... no
checking for memchr... yes
checking for select... yes
checking for memcmp... no
checking for setenv... yes
checking for memcpy... no
checking for setlocale... yes
yes
checking for memmem... checking for strcasecmp... yes
no
checking for memmove... checking for strpbrk... yes
yes
checking for mempcpy... checking for tcgetattr... no
checking for vsnprintf... yes
checking for memset... yes
yes
checking for mkstemps... checking for isascii... no
checking for putenv... yes
yes
checking for isxdigit... checking for random... yes
checking for getpwent... no
checking for rename... yes
no
checking for getpwnam... checking for rindex... no
checking for setenv... no
checking for getpwuid... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for sigsetmask... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for stpcpy... no
checking varargs.h presence... no
checking for stpncpy... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strcasecmp... 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 strchr... checking limits.h usability... yes
yes
checking limits.h presence... checking for strdup... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for strncasecmp... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strndup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strtod... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtol... yes
no
checking sys/stream.h presence... checking for strtoul... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoll... no
checking sys/select.h presence... no
yes
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoull... yes
yes
checking sys/file.h presence... checking for strverscmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... yes
64
checking for type of signal functions... checking for vasprintf... yes
checking for vfprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for vprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vsnprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vsprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for waitpid... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for setproctitle... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... not found
checking for struct dirent.d_ino... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for vfork... no
checking for tgetent in -ltermcap... no
checking for _doprnt... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for canonicalize_file_name... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for dup3... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for getrlimit... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
checking for iswupper... yes
checking for spawnvpe... yes
checking for towlower... yes
checking for strerror... yes
checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysctl... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysmp... yes
checking configuration for building shared libraries... supported
no
checking for table... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for times... no
checking for wait3... no
checking for wait4... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether basename is declared... config.status: creating examples/Makefile
no
checking whether ffs is declared... config.status: creating shlib/Makefile
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating config.h
yes
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01 16:14 [binutils-gdb] Add SVE register defines sergiodj+buildbot
@ 2018-06-06  8:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-06  8:21 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/1827>

Commit(s) tested:
	739e8682ff1cffc2809c91853efeef232d29e582

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add SVE register defines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/73/739e8682ff1cffc2809c91853efeef232d29e582/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
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
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
/usr/bin/xgettext
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
checking for C compiler default output file name... Configuring in ./libdecnumber
none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... checking for C compiler default output file name... yes
checking for inline... inline
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/types.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... .exe
checking for suffix of object files... yes
yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... yes
yes
checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inttypes.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... .exe
checking for suffix of object files... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... o
checking whether we are using the GNU C compiler... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking minix/config.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
yes
checking for size_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... gcc3
checking how to print strings... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... 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 for working alloca.h... checking for sys/types.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... 64
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether x86_64-w64-mingw32-gcc supports -Wall... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
ok
checking how to run the C preprocessor... checking for inttypes.h... yes
yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
checking for stdint.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for unsigned long long... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... yes
checking for sys/types.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... yes
checking for stdint.h... checking for sys/stat.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
done
yes
checking for unistd.h... checking for an ANSI C-conforming const... checking for stdlib.h... checking argz.h usability... yes
checking for inline... yes
inline
checking whether byte ordering is bigendian... yes
no
checking argz.h presence... checking for string.h... checking ctype.h usability... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking ctype.h presence... checking for memory.h... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strings.h... checking locale.h usability... checking for sys/file.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
yes
checking for sys/param.h... checking for string.h... (cached) yes
yes
checking locale.h presence... yes
checking for inttypes.h... checking stdio.h usability... yes
checking for locale.h... yes
checking for limits.h... yes
checking nl_types.h usability... yes
checking for stdint.h... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
no
checking nl_types.h presence... yes
checking for stdio.h... yes
checking for malloc.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for unistd.h... no
checking for nl_types.h... no
checking malloc.h usability... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking malloc.h presence... checking for dlfcn.h... checking for strings.h... (cached) yes
yes
checking for uintptr_t... yes
checking for malloc.h... yes
checking for sys/time.h... checking stddef.h usability... no
checking for objdir... yes
.libs
checking for time.h... yes
checking for int_least32_t... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for sys/resource.h... yes
checking for int_fast32_t... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... checking for sys/mman.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
yes
checking for uint64_t... checking for fcntl.h... yes
checking sys/param.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking for sys/param.h... yes
checking for alloca.h... checking for feof_unlocked... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/pstat.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/sysmp.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for off_t... no
no
yes
checking whether -lc should be explicitly linked in... checking for sys/sysinfo.h... checking for fgets_unlocked... yes
checking dynamic linker characteristics... no
checking for machine/hal_sysinfo.h... no
checking for getc_unlocked... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking size of int... 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... x86_64-w64-mingw32-gcc -E
no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for getcwd... checking for stdlib.h... (cached) yes
no
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
no
checking for getpagesize... checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for getegid... no
yes
checking for process.h... checking for working mmap... no
checking for memcpy... yes
no
checking for sys/prctl.h... checking for geteuid... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for strerror... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... 4
no
checking size of long... checking for getgid... yes
checking for unistd.h... (cached) yes
no
checking size of int... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
4
checking size of long... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setenv... no
checking for setlocale... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... config.status: creating Makefile
4
yes
checking size of size_t... config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... config.status: creating Makefile
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: executing depfiles commands
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
8
checking for long long... config.status: executing libtool commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for C compiler default output file name... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for bison... bison
checking version of bison... yes
checking size of long long... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
.exe
checking for GNU gettext in libintl... checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... config.status: creating Makefile
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
config.status: creating config.h
yes
checking for sys/types.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for sys/stat.h... yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
8
yes
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
uint64_t
checking for intptr_t... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for uintptr_t... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for inttypes.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for stdint.h... yes
checking for pid_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for library containing strerror... no
checking minix/config.h presence... none required
checking for asprintf... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for basename... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for working volatile... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
no
checking for bcopy... config.status: config.h is unchanged
yes
checking return type of signal handlers... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
checking for dirent.h that defines DIR... ../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for clock... yes
checking for library containing opendir... yes
checking for ffs... none required
checking for fcntl... no
checking for getcwd... no
checking for kill... yes
checking for getpagesize... no
checking for lstat... yes
no
checking for memmove... checking for gettimeofday... yes
yes
checking for putenv... checking for index... yes
checking for select... no
checking for insque... no
checking for setenv... no
checking for memchr... yes
no
checking for setlocale... checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for setenv... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for stpcpy... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for strdup... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strncasecmp... checking termios.h usability... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strndup... checking termio.h usability... no
checking termio.h presence... no
checking for strnlen... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strrchr... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strstr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtol... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strtoul... 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 strtoll... 64
checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
checking for vfprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vsnprintf... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsprintf... no
checking for speed_t in sys/types.h... yes
checking for waitpid... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setproctitle... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for tgetent... no
checking for fork... no
checking for tgetent in -ltermcap... no
checking for vfork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for _doprnt... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wchar.h presence... no
checking for external symbol _system_configuration... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for __fsetlocking... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... no
checking for getsysinfo... yes
checking for mbschr... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for setrlimit... yes
checking for iswlower... no
checking for sbrk... yes
no
checking for iswupper... checking for spawnve... yes
yes
checking for spawnvpe... checking for towlower... yes
checking for strerror... yes
checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for sysmp... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking for table... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for times... no
checking for wait3... config.status: creating Makefile
no
checking for wait4... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking whether basename is declared... config.status: creating shlib/Makefile
no
checking whether ffs is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01  8:50 [binutils-gdb] x86: fold MOV to/from segment register templates sergiodj+buildbot
@ 2018-06-06  6:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-06  6:44 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/1826>

Commit(s) tested:
	733bd0abdd059beff9d2c3be94fcd3b72fd44aaf

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold MOV to/from segment register templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/73/733bd0abdd059beff9d2c3be94fcd3b72fd44aaf/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for an ANSI C-conforming const... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for inline... yes
.exe
checking for suffix of object files... yes
checking for sys/types.h... inline
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for stdlib.h... checking for C compiler default output file name... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for string.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... .exe
checking for suffix of object files... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... checking for strings.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... none needed
checking for style of include used by make... checking for unistd.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking minix/config.h usability... yes
checking for off_t... yes
checking how to run the C preprocessor... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... no
checking minix/config.h presence... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 64
checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... ok
checking how to run the C preprocessor... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32-gcc -E
yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for string.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for stdint.h... checking for sys/types.h... yes
yes
checking for unsigned long long... checking for strings.h... yes
checking for sys/stat.h... yes
checking for inttypes.h... yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
yes
checking for inline... checking for stdlib.h... checking for stdint.h... no
checking for ld used by GCC... yes
inline
checking whether byte ordering is bigendian... checking for string.h... yes
checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for memory.h... done
yes
checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking ctype.h usability... checking for sys/file.h... yes
checking for sys/param.h... yes
yes
no
checking argz.h presence... yes
checking ctype.h presence... checking for limits.h... checking for strings.h... yes
checking for ctype.h... yes
yes
no
checking for argz.h... no
checking limits.h usability... checking for stdlib.h... (cached) yes
yes
checking stddef.h usability... checking for malloc.h... checking for inttypes.h... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
yes
checking stddef.h presence... checking locale.h usability... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stdio.h usability... yes
checking locale.h presence... checking for sys/time.h... yes
checking for locale.h... yes
yes
yes
checking stdio.h presence... checking nl_types.h usability... yes
yes
checking for stdio.h... yes
checking for unistd.h... checking for time.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
no
checking nl_types.h presence... checking for sys/resource.h... yes
yes
checking for dlfcn.h... checking for uintptr_t... no
no
checking for nl_types.h... no
checking for sys/stat.h... (cached) yes
checking malloc.h usability... checking for sys/mman.h... no
no
checking for objdir... checking for fcntl.h... .libs
yes
checking for int_least32_t... yes
checking malloc.h presence... yes
checking for alloca.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/pstat.h... no
yes
checking for int_fast32_t... checking for sys/sysmp.h... yes
checking stddef.h presence... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/sysinfo.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) no
yes
checking for machine/hal_sysinfo.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for unistd.h... (cached) yes
yes
checking for uint64_t... checking sys/param.h usability... no
checking for sys/table.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for sys/sysctl.h... yes
checking sys/param.h presence... no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for sys/systemcfg.h... checking for an ANSI C-conforming const... yes
checking for sys/param.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for feof_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for off_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for process.h... yes
no
checking for fgets_unlocked... checking for sys/prctl.h... yes
checking dynamic linker characteristics... no
checking for sys/wait.h that is POSIX.1 compatible... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking whether time.h and sys/time.h may both be included... no
yes
checking size of int... checking for getc_unlocked... checking for stdlib.h... (cached) yes
yes
checking whether errno must be declared... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking size of int... no
checking for getcwd... yes
checking for working mmap... no
checking for memcpy... yes
checking for getegid... yes
checking for strerror... no
checking for geteuid... yes
checking for unistd.h... (cached) yes
no
checking for getgid... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getuid... 4
checking size of long... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of size_t... yes
config.status: creating Makefile
checking for strdup... config.status: executing depfiles commands
no
config.status: executing libtool commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... configure: creating cache ./config.cache
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking build system type... no
checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... 8
checking for long long... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking for iconv... yes
checking size of long long... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking whether to use NLS... yes
yes
checking where the gettext function comes from... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for sys/types.h... config.status: creating Makefile
config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for sys/stat.h... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for uintptr_t... yes
config.status: executing default-1 commands
checking for stdlib.h... yes
checking for string.h... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for pid_t... checking for strings.h... yes
checking for inttypes.h... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for library containing strerror... checking for stdint.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for unistd.h... none required
checking for asprintf... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking minix/config.h usability... checking for atexit... no
checking minix/config.h presence... yes
checking for basename... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... rm -f plural.h
checking for bcmp... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking return type of signal handlers... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... rm -f libdecnumber.a
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for dirent.h that defines DIR... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for clock... yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for library containing opendir... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
none required
checking for fcntl... checking for ffs... no
no
checking for getcwd... checking for kill... yes
checking for getpagesize... no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
no
checking for memcmp... checking for setlocale... yes
yes
checking for strcasecmp... checking for memcpy... yes
yes
checking for strpbrk... checking for memmem... yes
no
checking for tcgetattr... checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for unistd.h... (cached) yes
checking for setenv... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for stpcpy... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strdup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strncasecmp... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strndup... no
checking termio.h presence... no
checking for strnlen... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strrchr... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strstr... yes
no
checking sys/select.h presence... checking for strtod... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtol... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoul... 64
yes
checking for type of signal functions... checking for strtoll... yes
checking for strtoull... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
yes
checking wctype.h presence... checking for setproctitle... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for mbsrtowcs... no
checking for __fsetlocking... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
no
checking for towupper... checking for realpath... yes
no
checking for setrlimit... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for sbrk... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysconf... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01  7:49 [binutils-gdb] x86: don't emit REX.W for SLDT and STR sergiodj+buildbot
@ 2018-06-06  5:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-06  5:45 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/1825>

Commit(s) tested:
	dfd27d41831853da1c7694e2d9e765eccbed22cf

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: don't emit REX.W for SLDT and STR

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/df/dfd27d41831853da1c7694e2d9e765eccbed22cf/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./zlib
Configuring in ./intl
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... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... config.status: creating Makefile
/usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
none required
checking whether we are cross compiling... yes
checking for suffix of executables... checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inline... inline
yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for inttypes.h... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
yes
checking for sys/stat.h... checking minix/config.h usability... yes
checking for off_t... no
checking minix/config.h presence... yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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 for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for size_t... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for C compiler default output file name... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for working alloca.h... yes
checking ctype.h presence... .exe
checking for suffix of object files... yes
checking for ctype.h... yes
no
checking for alloca... checking stddef.h usability... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdio.h usability... checking for getpagesize... yes
checking for inline... inline
checking whether byte ordering is bigendian... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking stdio.h presence... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for unsigned long long... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for uintptr_t... checking for sys/file.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for int_least32_t... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for limits.h... no
checking for ld used by GCC... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
BSD nm
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for shared library run path origin... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for int_fast32_t... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
done
checking for time.h... yes
checking for uint64_t... checking argz.h usability... yes
ok
checking for sys/resource.h... checking how to run the C preprocessor... no
checking argz.h presence... no
checking for sys/stat.h... (cached) yes
no
checking for argz.h... no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking limits.h usability... checking for sys/mman.h... x86_64-w64-mingw32-gcc -E
no
checking for fcntl.h... yes
checking for off_t... yes
checking limits.h presence... yes
checking for ANSI C header files... checking for alloca.h... yes
checking for limits.h... yes
no
checking for sys/pstat.h... checking locale.h usability... no
yes
checking for sys/sysmp.h... checking for sys/types.h... yes
checking locale.h presence... yes
checking size of int... no
checking for sys/sysinfo.h... yes
checking for locale.h... yes
yes
no
checking for sys/stat.h... checking nl_types.h usability... checking for machine/hal_sysinfo.h... yes
no
checking for sys/table.h... checking for stdlib.h... no
checking nl_types.h presence... no
checking for sys/sysctl.h... no
checking for nl_types.h... no
checking malloc.h usability... no
yes
checking for sys/systemcfg.h... checking for string.h... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking for stdio_ext.h... checking for memory.h... no
checking for process.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
yes
checking for strings.h... checking for stdlib.h... (cached) yes
checking for sys/prctl.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for inttypes.h... checking sys/param.h usability... no
checking whether time.h and sys/time.h may both be included... yes
4
checking size of long... yes
checking sys/param.h presence... checking for stdint.h... yes
checking for sys/param.h... yes
yes
checking whether errno must be declared... checking for feof_unlocked... no
checking size of int... yes
checking for unistd.h... no
checking for fgets_unlocked... yes
checking for dlfcn.h... no
checking for objdir... no
.libs
checking for getc_unlocked... no
checking for getcwd... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for getegid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
no
checking for geteuid... checking build system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-pc-linux-gnu
checking host system type... 4
checking size of long... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking whether -lc should be explicitly linked in... no
checking for getgid... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
checking for getuid... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for mempcpy... yes
checking for working mmap... no
checking for memcpy... yes
checking for munmap... yes
checking for strerror... no
checking for putenv... yes
checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... no
yes
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... config.status: creating Makefile
no
checking for __argz_next... 4
checking size of size_t... no
checking for __fsetlocking... config.status: creating Makefile
no
checking for iconv... config.status: creating config.h
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: executing gstdint.h commands
no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
config.status: executing depfiles commands
checking whether included gettext is requested... no
checking for GNU gettext in libc... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for GNU gettext in libintl... config.status: executing libtool commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: executing default-1 commands
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
.exe
checking for suffix of object files... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
/usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for sys/stat.h... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for string.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking minix/config.h presence... 8
checking for long long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking size of long long... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... 8
checking for a 64-bit type... yes
checking for library containing opendir... uint64_t
checking for intptr_t... none required
checking for fcntl... yes
no
checking for uintptr_t... checking for kill... no
checking for lstat... yes
checking for ssize_t... no
checking for memmove... yes
checking for putenv... yes
checking for pid_t... yes
checking for select... yes
checking for library containing strerror... no
checking for setenv... none required
checking for asprintf... no
checking for setlocale... yes
checking for atexit... yes
checking for strcasecmp... yes
checking for basename... yes
checking for strpbrk... yes
checking for bcmp... yes
checking for tcgetattr... no
checking for bcopy... no
checking for vsnprintf... no
checking for bsearch... yes
checking for isascii... yes
checking for bzero... yes
checking for isxdigit... no
checking for calloc... yes
checking for getpwent... yes
checking for clock... no
checking for getpwnam... yes
checking for ffs... no
checking for getpwuid... no
checking for getcwd... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for getpagesize... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for gettimeofday... checking varargs.h usability... no
checking varargs.h presence... yes
checking for index... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for insque... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for memchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for memcmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for memcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for memmem... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for memmove... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for mempcpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for memset... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for mkstemps... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for putenv... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for random... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for rename... 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 rindex... 64
checking for type of signal functions... no
checking for setenv... no
checking for snprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for sigsetmask... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
no
checking whether termios.h defines TIOCGWINSZ... checking for stpcpy... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for stpncpy... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for strcasecmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strchr... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for strdup... yes
checking for struct dirent.d_fileno... yes
checking for strncasecmp... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for strndup... no
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for strnlen... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for strrchr... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for strstr... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for strtod... yes
checking for mbscasecmp... yes
checking for strtol... no
checking for mbscmp... yes
checking for strtoul... no
checking for mbsnrtowcs... yes
checking for strtoll... no
checking for mbsrtowcs... yes
checking for strtoull... yes
checking for mbschr... yes
checking for strverscmp... no
checking for wcrtomb... no
checking for tmpnam... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for vasprintf... yes
checking for wcwidth... yes
checking for vfprintf... no
checking for wctype... yes
checking for vprintf... yes
checking for wcswidth... yes
checking for vsnprintf... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for vsprintf... yes
checking for iswlower... yes
checking for waitpid... yes
checking for iswupper... no
checking for setproctitle... yes
checking for towlower... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
no
checking for fork... checking for towupper... no
checking for vfork... yes
checking for iswctype... no
checking for _doprnt... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for external symbol _system_configuration... yes
checking configuration for building shared libraries... no
checking for __fsetlocking... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for canonicalize_file_name... no
checking for dup3... config.status: creating Makefile
no
checking for getrlimit... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for getrusage... config.status: creating shlib/Makefile
no
checking for getsysinfo... config.status: creating config.h
config.status: executing default commands
no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01  4:20 [binutils-gdb] Make _bfd_error_handler available outside libbfd sergiodj+buildbot
@ 2018-06-05 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-05 13:46 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/1819>

Commit(s) tested:
	030157d8a65afcc6292a4d3d183b816ed2ff7c57

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Make _bfd_error_handler available outside libbfd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/03/030157d8a65afcc6292a4d3d183b816ed2ff7c57/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating ./config.status
checking for msgfmt... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32
checking target system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for an ANSI C-conforming const... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for inline... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... inline
checking for sys/types.h... checking for sys/types.h... yes
checking for sys/stat.h... .exe
checking for suffix of object files... .exe
checking for suffix of object files... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
yes
gcc3
checking how to print strings... checking whether x86_64-w64-mingw32-gcc supports -Wall... printf
checking for a sed that does not truncate output... checking for inttypes.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... checking for unistd.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking minix/config.h usability... yes
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... ok
checking how to run the C preprocessor... yes
checking for size_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... x86_64-w64-mingw32-gcc -E
checking for ANSI C header files... 64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/stat.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdlib.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for sys/stat.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdlib.h... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for inttypes.h... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for string.h... yes
no
checking for ld used by GCC... checking for inttypes.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for memory.h... yes
checking for shared library run path origin... yes
checking for stdint.h... yes
yes
done
checking for an ANSI C-conforming const... checking for strings.h... checking argz.h usability... yes
checking for unistd.h... yes
checking for inline... yes
no
checking argz.h presence... checking for inttypes.h... inline
checking whether byte ordering is bigendian... yes
checking for dlfcn.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for stdint.h... yes
checking limits.h presence... no
checking for objdir... .libs
yes
checking for limits.h... yes
yes
checking locale.h usability... checking for unistd.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking locale.h presence... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
yes
checking for locale.h... yes
checking ctype.h usability... checking for sys/param.h... checking nl_types.h usability... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for limits.h... yes
checking ctype.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking nl_types.h presence... yes
yes
checking for ctype.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... no
checking for nl_types.h... no
checking malloc.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for malloc.h... yes
yes
checking stddef.h presence... checking for string.h... (cached) yes
yes
checking malloc.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... checking for string.h... (cached) yes
checking stdio.h usability... checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/time.h... yes
checking stddef.h usability... checking for time.h... yes
checking dynamic linker characteristics... yes
checking stdio.h presence... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/resource.h... yes
checking stddef.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for uintptr_t... checking for sys/mman.h... yes
checking sys/param.h presence... yes
checking for working mmap... no
no
checking for memcpy... yes
checking for sys/param.h... yes
checking for fcntl.h... yes
checking for int_least32_t... yes
checking for feof_unlocked... yes
yes
checking for int_fast32_t... checking for alloca.h... no
checking for sys/pstat.h... checking for strerror... yes
checking for uint64_t... no
checking for sys/sysmp.h... no
yes
checking for unistd.h... (cached) yes
checking for fgets_unlocked... yes
no
checking what to include in gstdint.h... checking for sys/sysinfo.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... no
configure: updating cache ./config.cache
no
checking for machine/hal_sysinfo.h... configure: creating ./config.status
checking for getc_unlocked... no
checking for sys/table.h... no
no
checking for sys/sysctl.h... checking for getcwd... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
checking for getegid... yes
checking size of int... checking for stdio_ext.h... no
checking for process.h... no
yes
checking for geteuid... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... no
checking for getuid... yes
checking whether errno must be declared... no
checking size of int... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... 4
checking size of long... yes
4
checking size of long... checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... 4
checking size of size_t... yes
checking for strdup... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strtoul... yes
no
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... config.status: creating Makefile
no
checking for __argz_stringify... config.status: executing depfiles commands
no
config.status: executing libtool commands
checking for __argz_next... 8
checking for long long... config.status: creating Makefile
config.status: creating config.h
no
checking for __fsetlocking... config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
checking size of long long... Configuring in ./readline
no
checking for iconv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking for LC_MESSAGES... no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
configure: creating cache ./config.cache
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking build system type... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for uintptr_t... checking for C compiler default output file name... config.status: creating config.h
config.status: executing default-1 commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for ssize_t... .exe
checking for suffix of object files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for pid_t... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for library containing strerror... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for atexit... checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for basename... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for stdlib.h... yes
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
checking for bcmp... checking for memory.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for bcopy... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
yes
rm -f plural.h
checking for strings.h... checking for bsearch... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for bzero... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for stdint.h... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
no
checking for calloc... checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
yes
checking minix/config.h usability... checking for clock... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for getcwd... rm -f libdecnumber.a
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpagesize... no
checking for working volatile... yes
checking return type of signal handlers... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
void
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking for size_t... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
yes
checking for ssize_t... checking for index... no
checking for insque... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
no
checking for memchr... checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for memcmp... none required
yes
checking for fcntl... checking for memcpy... no
checking for kill... yes
checking for memmem... no
checking for lstat... no
checking for memmove... no
checking for memmove... yes
checking for mempcpy... yes
checking for putenv... yes
checking for memset... yes
yes
checking for select... checking for mkstemps... no
checking for putenv... yes
no
checking for random... checking for setenv... no
checking for setlocale... no
checking for rename... yes
yes
checking for rindex... checking for strcasecmp... yes
no
checking for strpbrk... checking for setenv... no
checking for snprintf... yes
checking for tcgetattr... yes
checking for sigsetmask... no
checking for stpcpy... no
no
checking for stpncpy... checking for vsnprintf... yes
checking for isascii... no
checking for strcasecmp... yes
checking for isxdigit... yes
yes
checking for getpwent... checking for strchr... yes
checking for strdup... no
checking for getpwnam... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... no
checking for termios.h... no
checking termio.h usability... yes
checking for strverscmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for tmpnam... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for vasprintf... no
checking sys/stream.h presence... yes
checking for vfprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for vprintf... yes
no
checking sys/select.h presence... checking for vsnprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for vsprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 waitpid... 64
checking for type of signal functions... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for dup3... no
checking for getrlimit... no
checking for getrusage... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for pstat_getdynamic... no
checking for sig_atomic_t in signal.h... no
checking for pstat_getstatic... yes
checking whether signal handlers are of type void... no
checking for realpath... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
no
checking for speed_t in sys/types.h... checking for setrlimit... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for sbrk... not found
checking for struct dirent.d_ino... no
checking for spawnve... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for spawnvpe... no
checking for tgetent in -ltermcap... yes
checking for strerror... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strsignal... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sysconf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sysctl... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sysmp... no
checking for table... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for times... no
checking for mbsnrtowcs... no
checking for wait3... no
checking for wait4... no
checking for mbsrtowcs... no
checking whether basename is declared... yes
checking for mbschr... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... no
checking for wcrtomb... yes
checking whether snprintf is declared... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking whether vsnprintf is declared... yes
checking for wcwidth... yes
checking whether calloc is declared... no
checking for wctype... yes
checking whether getenv is declared... yes
checking for wcswidth... yes
checking whether getopt is declared... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether malloc is declared... yes
checking for iswlower... yes
checking whether realloc is declared... yes
checking for iswupper... yes
checking whether sbrk is declared... yes
no
checking whether strtol is declared... checking for towlower... yes
yes
checking for towupper... checking whether strtoul is declared... yes
yes
checking whether strtoll is declared... checking for iswctype... yes
checking whether strtoull is declared... yes
checking for nl_langinfo and CODESET... yes
checking whether strverscmp is declared... no
checking for wchar_t in wchar.h... no
checking whether strnlen is declared... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
yes
checking whether canonicalize_file_name must be declared... checking configuration for building shared libraries... supported
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
configure: creating ./config.status
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: creating Makefile
config.status: executing default commands
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31 22:06 [binutils-gdb] Fix "set" handling of Python parameters sergiodj+buildbot
@ 2018-06-05 11:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-05 11:50 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/1818>

Commit(s) tested:
	984ee559a26e138d8bcc1f850c1cacb9eded2b1c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix "set" handling of Python parameters

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/98/984ee559a26e138d8bcc1f850c1cacb9eded2b1c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./intl
mkdir -p -- ./zlib
Configuring in ./zlib
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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... 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 cache ./config.cache
configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking build system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... mkdir -p -- ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... yes
checking for inline... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... .exe
yes
checking for suffix of object files... checking for sys/stat.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for string.h... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
none needed
checking for style of include used by make... yes
yes
checking for memory.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for strings.h... checking for strings.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... checking for inttypes.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... yes
1572864
checking whether the shell understands some XSI constructs... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for stdint.h... yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... ok
checking how to run the C preprocessor... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... x86_64-w64-mingw32-gcc -E
yes
checking for working alloca.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... no
checking for alloca... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... (cached) yes
yes
yes
checking for stdlib.h... checking for unistd.h... (cached) yes
checking for getpagesize... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for string.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... yes
checking for memory.h... yes
checking for stdlib.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for strings.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for inttypes.h... checking for inttypes.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for memory.h... yes
checking for stdint.h... no
checking for ld used by GCC... yes
checking for strings.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for unistd.h... yes
checking for an ANSI C-conforming const... checking for inttypes.h... done
yes
checking for inline... checking argz.h usability... inline
checking whether byte ordering is bigendian... yes
no
checking argz.h presence... checking for stdint.h... yes
checking ctype.h usability... no
checking for argz.h... no
yes
checking limits.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for unistd.h... checking stddef.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking locale.h usability... checking for string.h... (cached) yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... checking stdio.h usability... yes
checking locale.h presence... checking for dlfcn.h... yes
checking for locale.h... yes
yes
checking nl_types.h usability... yes
checking stdio.h presence... checking for sys/param.h... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for limits.h... no
checking nl_types.h presence... no
checking for objdir... yes
.libs
no
checking for nl_types.h... no
checking malloc.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
yes
checking malloc.h presence... checking for string.h... (cached) yes
yes
checking for uintptr_t... checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
checking stddef.h usability... checking for strings.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/time.h... yes
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for time.h... yes
checking for int_least32_t... checking for stdlib.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for string.h... (cached) yes
checking for sys/resource.h... checking for unistd.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for int_fast32_t... no
checking sys/param.h usability... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking sys/param.h presence... no
checking for fcntl.h... yes
checking for alloca.h... yes
checking for uint64_t... yes
checking for sys/param.h... yes
no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for feof_unlocked... checking for sys/pstat.h... yes
checking whether -lc should be explicitly linked in... no
checking for sys/sysmp.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking dynamic linker characteristics... no
no
yes
checking for off_t... checking for sys/sysinfo.h... checking for fgets_unlocked... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... checking for stdlib.h... (cached) yes
yes
checking size of int... no
checking for getc_unlocked... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for sys/sysctl.h... no
yes
checking for working mmap... no
checking for sys/systemcfg.h... no
checking for getcwd... checking for memcpy... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
yes
yes
checking for sys/prctl.h... checking for strerror... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... 4
checking size of long... yes
no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... (cached) yes
no
checking for geteuid... yes
checking whether errno must be declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking size of int... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for putenv... x86_64-pc-linux-gnu
checking host system type... 4
checking size of long... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... no
checking for setlocale... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... no
checking for strcasecmp... yes
4
checking size of size_t... checking for strdup... config.status: creating Makefile
config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
checking build system type... no
config.status: creating Makefile
checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... config.status: executing depfiles commands
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... config.status: executing libtool commands
checking for C compiler default output file name... no
checking for __fsetlocking... 8
checking for long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for iconv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
.exe
checking for suffix of object files... yes
checking size of long long... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
o
checking whether we are using the GNU C compiler... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking for LC_MESSAGES... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
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 GNU gettext in libintl... none needed
checking how to run the C preprocessor... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... configure: creating ./config.status
/usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating Makefile
yes
config.status: creating config.intl
checking for stdlib.h... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
config.status: creating config.h
yes
config.status: executing default-1 commands
uint64_t
checking for string.h... checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for inttypes.h... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for unistd.h... yes
checking for pid_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
checking for atexit... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
/bin/sh ./config.status config.h
yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for working volatile... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for bcmp... yes
checking return type of signal handlers... void
checking for size_t... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for bsearch... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for calloc... no
checking for dirent.h that defines DIR... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for clock... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for getcwd... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
yes
checking for index... checking for putenv... yes
no
checking for insque... checking for select... no
no
checking for memchr... checking for setenv... no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
yes
checking for mkstemps... checking for getpwent... no
no
checking for putenv... checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
no
checking for working strcoll... no
checking for rename... checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for setenv... no
checking for snprintf... no
checking varargs.h presence... yes
checking for sigsetmask... no
checking for varargs.h... no
checking stdarg.h usability... no
yes
checking stdarg.h presence... checking for stpcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... no
checking for strcasecmp... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strchr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strdup... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strncasecmp... checking termcap.h usability... yes
checking for strndup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking termios.h usability... checking for strnlen... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strstr... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strtod... checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strtol... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtoll... 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 strtoull... yes
64
checking for type of signal functions... checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... checking for vfprintf... yes
yes
checking whether signal handlers are of type void... checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsnprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
no
checking for tgetent in -ltermcap... checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... yes
checking wctype.h presence... no
checking stack direction for C alloca... 0
yes
checking for wctype.h... yes
checking for vfork.h... checking wchar.h usability... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
no
checking for mbscmp... checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
no
checking for mbsrtowcs... checking for __fsetlocking... no
checking for canonicalize_file_name... yes
checking for mbschr... no
no
checking for wcrtomb... checking for dup3... yes
checking for wcscoll... no
checking for getrlimit... yes
checking for wcsdup... no
checking for getrusage... yes
checking for wcwidth... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
no
checking for psignal... checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for spawnve... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for spawnvpe... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysconf... config.status: creating examples/Makefile
no
checking for sysctl... config.status: creating shlib/Makefile
no
checking for sysmp... config.status: creating config.h
no
checking for table... config.status: executing default commands
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-06-01  4:26 [binutils-gdb] Fix Alpha native GDB build sergiodj+buildbot
@ 2018-06-05  6:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-05  6:07 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/1816>

Commit(s) tested:
	8a60efe714e636c9f958058a8dfb12de81bdcbfa

Author(s) (in the same order as the commits):
	Uros Bizjak <ubizjak@gmail.com>

Subject:
	Fix Alpha native GDB build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8a/8a60efe714e636c9f958058a8dfb12de81bdcbfa/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating 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
checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
config.status: creating Makefile
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... .exe
checking for suffix of object files... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for sys/types.h... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for sys/stat.h... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for strings.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for inttypes.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for unistd.h... yes
yes
checking how to run the C preprocessor... checking for unistd.h... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for off_t... no
checking minix/config.h presence... checking for grep that handles long lines and -e... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
checking for sys/types.h... yes
64
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
yes
checking whether make sets $(MAKE)... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
no
checking for alloca... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdlib.h... (cached) yes
checking for memory.h... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for C compiler default output file name... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for strings.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for inttypes.h... yes
checking for stdint.h... yes
yes
checking for stdint.h... checking for unsigned long long... .exe
checking for suffix of object files... yes
yes
checking for inttypes.h... o
checking whether we are using the GNU C compiler... checking for unistd.h... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
no
checking for ld used by GCC... yes
checking for inline... checking ctype.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking ctype.h presence... yes
checking for ctype.h... yes
done
checking stddef.h usability... checking argz.h usability... yes
checking stddef.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stddef.h... yes
gcc3
no
checking argz.h presence... checking how to print strings... checking for sys/file.h... checking for string.h... (cached) yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking stdio.h usability... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for argz.h... no
checking for sys/param.h... checking limits.h usability... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
checking for limits.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking locale.h usability... checking for malloc.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for uintptr_t... checking for string.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for unistd.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking locale.h presence... checking for strings.h... (cached) yes
yes
checking for locale.h... yes
checking for sys/time.h... checking nl_types.h usability... yes
checking for time.h... yes
checking for int_least32_t... yes
no
checking nl_types.h presence... checking for sys/resource.h... no
checking for nl_types.h... no
ok
no
checking how to run the C preprocessor... checking for sys/stat.h... (cached) yes
checking malloc.h usability... yes
checking for int_fast32_t... checking for sys/mman.h... no
checking for fcntl.h... x86_64-w64-mingw32-gcc -E
yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for alloca.h... checking stddef.h usability... yes
checking for uint64_t... no
checking for ANSI C header files... checking for sys/pstat.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking for sys/sysmp.h... checking for stdlib.h... (cached) yes
no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/sysinfo.h... yes
checking for string.h... (cached) yes
checking for sys/types.h... checking for unistd.h... (cached) yes
no
checking for machine/hal_sysinfo.h... checking sys/param.h usability... yes
checking for off_t... yes
checking for sys/stat.h... no
checking for sys/table.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
yes
checking for sys/sysctl.h... checking for feof_unlocked... checking for stdlib.h... no
yes
checking size of int... checking for sys/systemcfg.h... no
yes
no
checking for stdint.h... (cached) yes
checking for fgets_unlocked... checking for string.h... checking for stdio_ext.h... yes
no
checking for memory.h... checking for process.h... yes
no
checking for getc_unlocked... yes
checking for sys/prctl.h... checking for strings.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... checking for inttypes.h... yes
yes
checking whether errno must be declared... checking for getegid... yes
checking for stdint.h... no
checking size of int... yes
checking for unistd.h... no
checking for geteuid... 4
checking size of long... yes
checking for dlfcn.h... no
checking for getgid... no
checking for objdir... no
.libs
checking for getuid... no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for munmap... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... 4
yes
checking whether -lc should be explicitly linked in... checking for ANSI C header files... (cached) yes
yes
checking for setenv... checking build system type... yes
checking dynamic linker characteristics... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... x86_64-w64-mingw32
checking target system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for getpagesize... 4
checking size of size_t... configure: updating cache ./config.cache
no
checking for strcasecmp... configure: creating ./config.status
yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... yes
yes
checking for strtoul... checking for strerror... yes
checking for tsearch... config.status: creating Makefile
yes
checking for unistd.h... (cached) yes
config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... 8
checking for long long... no
checking for __argz_next... no
yes
checking size of long long... checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for LC_MESSAGES... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
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... checking for C compiler default output file name... no
checking for GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
no
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 8
checking for a 64-bit type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... uint64_t
checking for intptr_t... none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
yes
checking for uintptr_t... config.status: creating config.h
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for ssize_t... yes
checking for sys/types.h... yes
checking for sys/stat.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for pid_t... yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for stdlib.h... config.status: creating Makefile
yes
config.status: executing depfiles commands
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for string.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
config.status: executing libtool commands
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
none required
yes
checking for asprintf... checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for atexit... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for stdint.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
yes
checking for unistd.h... checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking minix/config.h usability... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for bcopy... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for bzero... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for calloc... yes
checking return type of signal handlers... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
void
checking for size_t... yes
checking for clock... yes
checking for ffs... yes
checking for ssize_t... no
checking for getcwd... yes
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for gettimeofday... yes
checking for library containing opendir... yes
checking for index... none required
checking for fcntl... no
checking for insque... no
checking for kill... no
checking for memchr... no
checking for lstat... yes
checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
checking for putenv... yes
checking for memmem... yes
checking for select... no
checking for memmove... no
checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
yes
checking for memset... checking for strcasecmp... yes
yes
checking for mkstemps... checking for strpbrk... yes
no
checking for putenv... checking for tcgetattr... no
yes
checking for vsnprintf... checking for random... yes
no
checking for rename... checking for isascii... yes
yes
checking for rindex... checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for stpncpy... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for strcasecmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strchr... 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 strdup... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strncasecmp... checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strndup... no
checking pwd.h presence... no
checking for pwd.h... no
no
checking for memory.h... (cached) yes
checking for strnlen... checking termcap.h usability... yes
checking for strrchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strstr... no
checking termios.h presence... yes
checking for strtod... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strtol... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strtoul... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoll... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoull... no
checking sys/select.h presence... yes
checking for strverscmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for tmpnam... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 vasprintf... 64
checking for type of signal functions... yes
checking for vfprintf... yes
checking for vprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vsnprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vsprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for waitpid... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for setproctitle... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wctype.h presence... no
checking for external symbol _system_configuration... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for __fsetlocking... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for canonicalize_file_name... no
checking langinfo.h presence... no
checking for dup3... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
yes
checking for realpath... checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setrlimit... yes
checking for iswlower... no
checking for sbrk... yes
checking for iswupper... no
checking for spawnve... yes
checking for towlower... yes
checking for spawnvpe... yes
checking for towupper... yes
checking for strerror... yes
checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysconf... yes
checking for wctype_t in wctype.h... no
checking for sysctl... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... no
checking for wait3... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for wait4... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking whether basename is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31 14:18 [binutils-gdb] Function for reading the Aarch64 SVE vector length sergiodj+buildbot
@ 2018-06-05  3:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-05  3:10 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/1814>

Commit(s) tested:
	122394f1476b1c925a281b15399119500c8231c1

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Function for reading the Aarch64 SVE vector length

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/12/122394f1476b1c925a281b15399119500c8231c1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
mkdir -p -- ./intl
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgmerge... checking build system type... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... checking for perl... perl
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for an ANSI C-conforming const... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for sys/stat.h... checking for C compiler default output file name... yes
checking for inline... yes
checking for stdlib.h... inline
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
yes
o
checking whether we are using the GNU C compiler... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for memory.h... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for string.h... yes
yes
checking for strings.h... yes
checking for memory.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
checking for stdint.h... checking for C compiler default output file name... yes
yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... yes
yes
checking minix/config.h usability... checking for stdint.h... yes
o
checking whether we are using the GNU C compiler... no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... none needed
checking for style of include used by make... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for off_t... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... 64
gcc3
checking how to print strings... yes
checking for size_t... yes
printf
checking for a sed that does not truncate output... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking how to run the C preprocessor... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... x86_64-w64-mingw32-gcc -E
yes
checking for working alloca.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for alloca... ok
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for ANSI C header files... yes
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/types.h... yes
yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking for stdlib.h... checking for sys/stat.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for string.h... yes
yes
checking for stdint.h... checking for stdlib.h... yes
yes
checking for unsigned long long... yes
checking for memory.h... checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for string.h... yes
checking for inttypes.h... yes
yes
inline
checking whether byte ordering is bigendian... checking for memory.h... checking for strings.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for inttypes.h... checking for strings.h... no
checking for ld used by GCC... yes
checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for inttypes.h... yes
checking for shared library run path origin... yes
checking for stdint.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
done
checking argz.h usability... checking for unistd.h... checking for sys/file.h... yes
no
checking argz.h presence... yes
yes
checking for unistd.h... checking ctype.h usability... no
checking for argz.h... no
checking for sys/param.h... checking limits.h usability... yes
yes
yes
checking ctype.h presence... checking for dlfcn.h... checking for limits.h... yes
checking limits.h presence... yes
checking for ctype.h... yes
yes
yes
checking for limits.h... yes
checking stddef.h usability... no
checking for objdir... checking locale.h usability... checking for stdlib.h... (cached) yes
.libs
checking for malloc.h... yes
checking stddef.h presence... yes
checking locale.h presence... yes
yes
checking for stddef.h... yes
yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking for string.h... (cached) yes
checking stdio.h usability... checking for unistd.h... (cached) yes
checking nl_types.h usability... checking for strings.h... (cached) yes
yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for uintmax_t... no
checking nl_types.h presence... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/time.h... yes
checking for time.h... yes
checking for uintptr_t... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/resource.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking malloc.h presence... yes
checking for int_least32_t... no
yes
checking for malloc.h... yes
checking for fcntl.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking stddef.h usability... yes
yes
checking whether -lc should be explicitly linked in... checking for alloca.h... yes
checking dynamic linker characteristics... yes
checking for int_fast32_t... no
yes
checking stddef.h presence... checking for sys/pstat.h... yes
checking for stddef.h... yes
no
checking for sys/sysmp.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
yes
checking for uint64_t... checking for string.h... (cached) yes
no
checking for sys/sysinfo.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking what to include in gstdint.h... checking for stdlib.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for unistd.h... (cached) yes
checking for machine/hal_sysinfo.h... checking for getpagesize... yes
checking for off_t... yes
checking sys/param.h presence... no
checking for sys/table.h... yes
checking for sys/param.h... yes
yes
checking for working mmap... no
no
checking for sys/sysctl.h... checking for feof_unlocked... checking for memcpy... no
checking for sys/systemcfg.h... yes
checking size of int... no
checking for fgets_unlocked... no
yes
checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for strerror... no
checking for process.h... yes
no
checking for getc_unlocked... yes
checking for unistd.h... checking for sys/prctl.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... configure: updating cache ./config.cache
no
checking for getcwd... configure: creating ./config.status
no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for getegid... no
checking size of int... no
checking for geteuid... no
checking for getgid... no
checking for getuid... 4
checking size of long... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking size of long... no
checking for setlocale... yes
4
checking for ANSI C header files... (cached) yes
checking for stpcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strdup... 4
checking size of size_t... no
yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... config.status: creating Makefile
config.status: creating config.h
no
checking for __argz_stringify... config.status: executing gstdint.h commands
no
checking for __argz_next... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __fsetlocking... no
checking for iconv... config.status: creating Makefile
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: executing depfiles commands
no
checking for LC_MESSAGES... config.status: executing libtool commands
8
checking for long long... no
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 GNU gettext in libintl... yes
checking size of long long... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
configure: creating cache ./config.cache
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
none needed
checking how to run the C preprocessor... config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -E
8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for sys/types.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for uintptr_t... checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
yes
checking for ssize_t... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for memory.h... yes
yes
checking for pid_t... checking for strings.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for inttypes.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for stdint.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
checking for asprintf... yes
yes
checking for atexit... checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for basename... yes
yes
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking minix/config.h presence... no
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for bcopy... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for bsearch... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
config.status: creating config.h
checking for bzero... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for calloc... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for working volatile... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
no
checking for gettimeofday... checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for index... none required
checking for fcntl... no
no
checking for insque... checking for kill... no
checking for memchr... yes
no
checking for lstat... checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
checking for memmem... no
checking for memmove... yes
yes
checking for putenv... checking for mempcpy... yes
checking for select... yes
checking for memset... no
checking for setenv... yes
checking for mkstemps... no
checking for setlocale... no
checking for putenv... yes
checking for strcasecmp... yes
yes
checking for random... checking for strpbrk... no
yes
checking for rename... checking for tcgetattr... yes
checking for rindex... no
checking for vsnprintf... no
checking for setenv... yes
checking for isascii... no
checking for snprintf... yes
yes
checking for isxdigit... checking for sigsetmask... yes
no
checking for getpwent... checking for stpcpy... no
no
checking for stpncpy... checking for getpwnam... no
no
checking for strcasecmp... checking for getpwuid... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for strchr... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for strdup... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strncasecmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strndup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strnlen... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strrchr... checking pwd.h usability... yes
no
checking pwd.h presence... checking for strstr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtod... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtol... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strtoul... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtoll... no
checking sys/stream.h presence... yes
checking for strtoull... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strverscmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for tmpnam... 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 vasprintf... yes
checking for vfprintf... 64
checking for type of signal functions... yes
checking for vprintf... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for lstat... yes
checking for vsprintf... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for waitpid... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for setproctitle... yes
checking whether signal handlers are of type void... no
checking whether alloca needs Cray hooks... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for fork... no
checking for speed_t in sys/types.h... no
checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for _doprnt... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) no
checking for tgetent... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for external symbol _system_configuration... yes
checking for wchar.h... yes
checking langinfo.h usability... no
no
checking langinfo.h presence... checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
yes
checking for spawnvpe... checking for iswupper... yes
checking for strerror... yes
yes
checking for towlower... checking for strsignal... no
yes
checking for sysconf... checking for towupper... no
checking for sysctl... yes
checking for iswctype... no
checking for sysmp... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for table... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for times... yes
checking configuration for building shared libraries... supported
no
checking for wait3... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether vasprintf is declared... config.status: creating examples/Makefile
yes
checking whether snprintf is declared... config.status: creating shlib/Makefile
yes
checking whether vsnprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31 14:03 [binutils-gdb] Add Aarch64 SVE target description sergiodj+buildbot
@ 2018-06-05  2:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-05  2:27 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/1813>

Commit(s) tested:
	95228a0d790f16deae3436e18f41b70fc711a5b2

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add Aarch64 SVE target description

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/95/95228a0d790f16deae3436e18f41b70fc711a5b2/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... 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 a BSD-compatible install... /usr/bin/install -c
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: updating cache ./config.cache
checking for xgettext... checking build system type... configure: creating ./config.status
/usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... .exe
none required
checking how to run the C preprocessor... checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for string.h... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for inttypes.h... checking for strings.h... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for off_t... yes
yes
checking for sys/types.h... checking for unistd.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... yes
checking for size_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking for working alloca.h... no
checking for alloca... yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... yes
(cached) yes
checking for getpagesize... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for unistd.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unsigned long long... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for C compiler default output file name... yes
checking for inttypes.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for ld used by GCC... yes
checking stddef.h presence... .exe
checking for suffix of object files... yes
checking for stddef.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for string.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking stdio.h usability... o
checking whether we are using the GNU C compiler... done
yes
checking for inline... checking argz.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stdio.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
yes
checking for a BSD-compatible install... checking for uintptr_t... /usr/bin/install -c
checking for sys/file.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for sys/param.h... checking locale.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for limits.h... /usr/bin/grep -E
checking for fgrep... yes
checking for int_least32_t... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking locale.h presence... checking for stdlib.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for malloc.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for string.h... (cached) yes
yes
checking for int_fast32_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... (cached) yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for strings.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/time.h... no
checking nl_types.h presence... yes
checking for time.h... no
checking for nl_types.h... no
yes
checking for uint64_t... checking malloc.h usability... yes
checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking malloc.h presence... checking for sys/mman.h... ok
checking how to run the C preprocessor... yes
checking for malloc.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking stddef.h usability... checking for fcntl.h... yes
yes
checking for off_t... checking for alloca.h... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... no
checking for sys/pstat.h... yes
checking for stddef.h... yes
checking for ANSI C header files... no
checking for stdlib.h... (cached) yes
checking for sys/sysmp.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
yes
checking for sys/table.h... yes
checking sys/param.h presence... checking for sys/types.h... yes
checking for sys/param.h... yes
no
checking for sys/sysctl.h... checking for feof_unlocked... yes
no
checking for sys/systemcfg.h... checking for sys/stat.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for fgets_unlocked... yes
no
checking for process.h... checking for stdlib.h... yes
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... checking for string.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for memory.h... no
checking for getcwd... yes
checking whether errno must be declared... no
yes
checking size of int... checking for strings.h... yes
checking for getegid... yes
checking for inttypes.h... 4
checking size of long... no
checking for geteuid... yes
checking for stdint.h... no
checking for getgid... yes
checking for unistd.h... no
checking for getuid... yes
checking for dlfcn.h... no
no
checking for objdir... checking for mempcpy... .libs
yes
checking for munmap... 4
checking size of long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for setlocale... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... no
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... x86_64-w64-mingw32-gcc -E
yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
4
checking size of size_t... checking for memcpy... yes
config.status: creating Makefile
checking for strdup... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for strerror... yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
checking for unistd.h... (cached) yes
Configuring in ./readline
yes
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... 8
checking for long long... a.exe
checking whether the C compiler works... no
yes
checking for iconv... checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
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... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing depfiles commands
config.status: executing libtool commands
yes
config.status: creating Makefile
checking for sys/types.h... config.status: creating config.intl
config.status: creating config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
config.status: executing default-1 commands
checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for string.h... yes
8
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for a 64-bit type... checking for memory.h... uint64_t
checking for intptr_t... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for stdint.h... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... no
checking for working volatile... none required
checking for asprintf... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for atexit... yes
checking for basename... yes
checking for ssize_t... yes
checking for bcmp... no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bcopy... no
checking for dirent.h that defines DIR... no
checking for bsearch... yes
checking for library containing opendir... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bzero... none required
checking for fcntl... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for kill... yes
checking for clock... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for lstat... yes
checking for ffs... no
checking for memmove... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for getcwd... yes
checking for putenv... yes
checking for getpagesize... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for select... yes
checking for gettimeofday... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for index... no
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for insque... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for strcasecmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for memchr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for strpbrk... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for memcmp... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for memcpy... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
no
checking for vsnprintf... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for memmem... yes
config.status: creating config.h
rm -f plural.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for isascii... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for isxdigit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for mempcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for getpwent... yes
checking for memset... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for mkstemps... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for putenv... no
checking for working strcoll... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking fcntl.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for random... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for rindex... checking stdarg.h usability... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... checking for setenv... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpncpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for strcasecmp... checking termios.h usability... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strchr... checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strdup... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strncasecmp... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... checking for strndup... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for strnlen... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strrchr... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
checking for strtoul... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for strverscmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for tmpnam... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vfprintf... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vsprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for waitpid... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for mbscasecmp... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
no
checking for setrlimit... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for sbrk... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for spawnvpe... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31 11:05 [binutils-gdb] include: 2018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de> sergiodj+buildbot
@ 2018-06-05  1:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-05  1:25 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/1812>

Commit(s) tested:
	22467434fdc240e7c166f77f371909a8a07fc358

Author(s) (in the same order as the commits):
	edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>

Subject:
	include: 2018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/22/22467434fdc240e7c166f77f371909a8a07fc358/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
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)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... checking build system type... /usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... none needed
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking for grep that handles long lines and -e... checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... yes
checking for inline... yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... inline
yes
checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdlib.h... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for memory.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for unistd.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for off_t... checking minix/config.h usability... yes
checking how to run the C preprocessor... no
checking minix/config.h presence... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... yes
checking for working alloca.h... o
checking whether we are using the GNU C compiler... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for grep that handles long lines and -e... checking for unsigned long long... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... checking for memory.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for strings.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for ld used by GCC... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stdint.h... done
yes
checking for an ANSI C-conforming const... checking argz.h usability... yes
checking for unistd.h... yes
checking for inline... no
checking argz.h presence... inline
yes
checking whether byte ordering is bigendian... no
checking for argz.h... no
checking ctype.h usability... checking limits.h usability... yes
checking ctype.h presence... yes
checking limits.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for limits.h... yes
checking locale.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking locale.h presence... ok
no
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... checking stdio.h usability... yes
checking for locale.h... yes
checking for sys/file.h... checking nl_types.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for ANSI C header files... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/param.h... no
checking nl_types.h presence... yes
checking for limits.h... yes
no
checking for nl_types.h... no
yes
checking for uintptr_t... checking for stdlib.h... (cached) yes
checking for malloc.h... checking malloc.h usability... yes
yes
checking for sys/types.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking malloc.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
checking for int_least32_t... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for sys/stat.h... checking for time.h... yes
yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
yes
checking for int_fast32_t... checking for sys/resource.h... checking for stdlib.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... checking sys/param.h usability... yes
yes
checking for uint64_t... no
checking for string.h... checking for fcntl.h... yes
checking sys/param.h presence... yes
checking for alloca.h... yes
yes
checking for sys/param.h... yes
no
checking for sys/pstat.h... checking for memory.h... yes
checking what to include in gstdint.h... checking for feof_unlocked... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/sysmp.h... yes
checking for strings.h... no
checking for sys/sysinfo.h... yes
checking for off_t... no
no
checking for machine/hal_sysinfo.h... checking for fgets_unlocked... yes
no
checking for sys/table.h... checking for inttypes.h... yes
checking size of int... no
checking for getc_unlocked... yes
no
checking for stdint.h... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for getcwd... yes
checking for unistd.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
yes
checking for dlfcn.h... checking for getegid... no
checking for process.h... yes
checking for sys/prctl.h... no
no
checking for objdir... checking for geteuid... .libs
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getgid... no
checking whether time.h and sys/time.h may both be included... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether errno must be declared... no
checking size of int... no
checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking size of long... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for munmap... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for putenv... yes
checking whether -lc should be explicitly linked in... yes
yes
checking dynamic linker characteristics... checking for setenv... 4
checking for ANSI C header files... (cached) yes
4
checking size of long... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for stdlib.h... (cached) yes
checking for setlocale... checking for unistd.h... x86_64-w64-mingw32
(cached) yes
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for getpagesize... yes
yes
checking for working mmap... no
checking for stpcpy... checking for memcpy... no
no
checking for strcasecmp... yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
4
checking size of size_t... checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... config.status: creating Makefile
no
checking for __argz_stringify... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_next... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
Configuring in ./readline
checking for __fsetlocking... no
checking for iconv... 8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... yes
checking size of long long... 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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: creating cache ./config.cache
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... config.status: creating config.intl
config.status: creating config.h
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: executing default-1 commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
uint64_t
none needed
checking how to run the C preprocessor... checking for intptr_t... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
config.status: creating Makefile
yes
checking for uintptr_t... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: executing depfiles commands
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
config.status: executing libtool commands
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
checking for ssize_t... checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for memory.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
checking for asprintf... checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for stdint.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for atexit... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
checking minix/config.h usability... ../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking minix/config.h presence... checking for basename... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for bcmp... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bcopy... no
checking for working volatile... yes
checking return type of signal handlers... no
void
checking for size_t... checking for bsearch... yes
checking for bzero... yes
checking for ssize_t... no
checking for calloc... yes
checking for clock... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for ffs... yes
checking for library containing opendir... no
checking for getcwd... none required
checking for fcntl... yes
checking for getpagesize... no
checking for kill... yes
no
checking for gettimeofday... checking for lstat... yes
no
checking for index... checking for memmove... no
yes
checking for insque... checking for putenv... no
checking for memchr... yes
checking for select... yes
checking for memcmp... no
checking for setenv... yes
no
checking for setlocale... checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
yes
checking for tcgetattr... checking for mempcpy... no
yes
checking for vsnprintf... checking for memset... yes
yes
checking for isascii... checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for snprintf... checking varargs.h usability... yes
checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for stpncpy... checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for strcasecmp... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strchr... checking pwd.h usability... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for strdup... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... checking for strncasecmp... yes
checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
no
checking sys/pte.h usability... checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strtod... yes
checking sys/file.h presence... 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... checking for strtol... 64
yes
checking for type of signal functions... checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking for tmpnam... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... no
yes
checking for tgetent in -ltermcap... checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... yes
checking wchar.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for fork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
no
checking for iswupper... checking for realpath... yes
no
checking for setrlimit... checking for towlower... no
yes
checking for sbrk... checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
yes
checking for nl_langinfo and CODESET... checking for strerror... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for strsignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for table... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for times... config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31 11:00 [binutils-gdb] Improve boostrap-ubsan config (PR bootstrap/64914) sergiodj+buildbot
@ 2018-06-05  1:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-05  1:03 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/1811>

Commit(s) tested:
	5b372a4d35bd5874c1a6db2b89f42c7ed3097c63

Author(s) (in the same order as the commits):
	marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>

Subject:
	Improve boostrap-ubsan config (PR bootstrap/64914).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5b/5b372a4d35bd5874c1a6db2b89f42c7ed3097c63/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for msgfmt... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... yes
autoconf
checking for inline... checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdlib.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for stdlib.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for strings.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for strings.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
checking for inttypes.h... yes
yes
checking for sys/types.h... checking for unistd.h... yes
checking for stdint.h... yes
checking for sys/stat.h... yes
checking for off_t... yes
checking for unistd.h... yes
checking for stdlib.h... yes
checking minix/config.h usability... yes
checking for string.h... yes
checking for size_t... no
checking minix/config.h presence... yes
checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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... yes
checking for working alloca.h... no
checking for alloca... yes
checking for inttypes.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for stdint.h... checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking ctype.h usability... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
yes
checking ctype.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for C compiler default output file name... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking stddef.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... no
checking for ld used by GCC... .exe
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... o
checking whether we are using the GNU C compiler... yes
checking stdio.h presence... done
yes
checking for stdio.h... yes
checking argz.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... no
checking argz.h presence... yes
checking for uintptr_t... no
checking for argz.h... no
inline
checking whether byte ordering is bigendian... checking limits.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking limits.h presence... yes
checking for int_least32_t... yes
checking for limits.h... yes
checking locale.h usability... gcc3
checking how to print strings... no
checking for a BSD-compatible install... /usr/bin/install -c
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for sys/file.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for int_fast32_t... yes
checking locale.h presence... checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for limits.h... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for stdlib.h... (cached) yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for uint64_t... checking for malloc.h... no
checking nl_types.h presence... yes
checking for string.h... (cached) yes
no
checking for nl_types.h... no
checking for unistd.h... (cached) yes
checking malloc.h usability... checking for strings.h... (cached) yes
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
checking for time.h... yes
checking malloc.h presence... ok
checking how to run the C preprocessor... yes
checking for malloc.h... yes
yes
yes
checking for off_t... checking stddef.h usability... checking for sys/resource.h... no
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking stddef.h presence... no
checking for fcntl.h... checking for ANSI C header files... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for alloca.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking size of int... no
checking sys/param.h usability... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking for sys/types.h... no
yes
checking sys/param.h presence... checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
no
checking for machine/hal_sysinfo.h... checking for feof_unlocked... yes
checking for sys/stat.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
no
no
checking for fgets_unlocked... checking for sys/systemcfg.h... checking for stdlib.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for string.h... no
no
checking for process.h... checking for getc_unlocked... yes
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for memory.h... no
checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking for strings.h... yes
checking whether errno must be declared... yes
checking for getegid... yes
no
checking size of int... checking for inttypes.h... 4
checking size of long... no
checking for geteuid... yes
checking for stdint.h... no
yes
checking for getgid... checking for unistd.h... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for munmap... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking size of long... no
4
checking for putenv... checking for ANSI C header files... (cached) yes
checking build system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
yes
checking dynamic linker characteristics... checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
yes
checking for stdlib.h... (cached) configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for stpcpy... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... config.status: creating Makefile
yes
config.status: creating config.h
yes
checking for strdup... config.status: executing gstdint.h commands
checking for strerror... 4
checking size of size_t... yes
yes
make[1]: Nothing to be done for 'all-target'.
checking for strtoul... checking for unistd.h... (cached) yes
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
no
checking whether we are cross compiling... yes
checking for suffix of executables... checking for __fsetlocking... .exe
checking for suffix of object files... no
checking for iconv... o
checking whether we are using the GNU C compiler... 8
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for LC_MESSAGES... none needed
checking how to run the C preprocessor... no
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... yes
checking size of long long... x86_64-w64-mingw32-gcc -E
no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for grep that handles long lines and -e... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
yes
checking for sys/types.h... config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for sys/stat.h... yes
config.status: creating Makefile
checking for stdlib.h... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
8
checking for a 64-bit type... yes
uint64_t
checking for stdint.h... checking for intptr_t... yes
checking for unistd.h... yes
yes
checking for uintptr_t... checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for pid_t... no
checking for working volatile... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
void
checking for size_t... yes
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for basename... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for dirent.h that defines DIR... yes
checking for bcmp... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for bcopy... none required
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for kill... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for bzero... no
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for calloc... no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for putenv... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for ffs... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
checking for select... /bin/sh ./config.status config.h
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for getcwd... config.status: creating config.h
config.status: config.h is unchanged
no
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for setenv... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for gettimeofday... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for memcmp... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mkstemps... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for putenv... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for random... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for rename... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for snprintf... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for sigsetmask... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpcpy... no
checking termios.h presence... no
no
checking for termios.h... no
checking for stpncpy... checking termio.h usability... no
checking termio.h presence... no
checking for strcasecmp... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strchr... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strdup... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strncasecmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strndup... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtod... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strtol... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... yes
checking for strtoll... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strtoull... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for tmpnam... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for vsnprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for vsprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for setproctitle... no
no
checking whether alloca needs Cray hooks... checking for mbsnrtowcs... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsrtowcs... no
checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... yes
checking for wcsdup... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for setrlimit... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... config.status: creating Makefile
yes
checking for spawnvpe... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking for strerror... config.status: creating config.h
config.status: executing default commands
yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31  3:17 [binutils-gdb] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
@ 2018-06-04 18:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 18:49 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/1807>

Commit(s) tested:
	5969f0dba74e17c694faf333b120f1e0b95783ed

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/59/5969f0dba74e17c694faf333b120f1e0b95783ed/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
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
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: updating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... checking whether NLS is requested... yes
configure: creating ./config.status
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
config.status: creating Makefile
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
checking for perl... perl
Configuring in ./libdecnumber
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
configure: creating cache ./config.cache
checking build system type... checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
inline
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/stat.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for strings.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... yes
yes
checking how to run the C preprocessor... checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for stdint.h... yes
yes
checking for off_t... checking for sys/types.h... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
yes
checking minix/config.h usability... checking for stdlib.h... yes
checking for size_t... yes
no
checking minix/config.h presence... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for working alloca.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 alloca... yes
checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... yes
yes
checking for x86_64-w64-mingw32-strip... checking for stdint.h... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for unsigned long long... yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
checking ctype.h presence... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for ctype.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking stddef.h usability... no
checking for ld used by GCC... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... .exe
done
checking for suffix of object files... checking argz.h usability... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... no
checking argz.h presence... yes
checking for stdio.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for argz.h... no
checking limits.h usability... inline
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking limits.h presence... yes
checking for uintptr_t... yes
checking for limits.h... yes
none needed
checking for style of include used by make... checking locale.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for int_least32_t... yes
checking locale.h presence... yes
yes
checking for locale.h... gcc3
yes
checking how to print strings... checking for sys/param.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking nl_types.h usability... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for limits.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for int_fast32_t... yes
checking for BSD- or MS-compatible name lister (nm)... yes
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... (cached) yes
no
checking nl_types.h presence... checking for malloc.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for nl_types.h... no
yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking malloc.h usability... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for string.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... (cached) yes
checking for strings.h... yes
(cached) yes
checking for uint64_t... checking for sys/time.h... yes
checking malloc.h presence... yes
checking for time.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... ok
no
checking how to run the C preprocessor... checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... yes
checking for sys/mman.h... checking for off_t... yes
checking for stddef.h... yes
no
checking for fcntl.h... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for alloca.h... checking sys/param.h usability... checking for ANSI C header files... no
checking for sys/pstat.h... yes
checking sys/param.h presence... no
yes
checking size of int... checking for sys/sysmp.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for sys/sysinfo.h... yes
checking for sys/types.h... no
checking for machine/hal_sysinfo.h... no
yes
checking for sys/table.h... checking for sys/stat.h... no
checking for fgets_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking for stdlib.h... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for getc_unlocked... no
checking for process.h... yes
checking for string.h... yes
checking for sys/prctl.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for memory.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for getegid... yes
yes
checking whether errno must be declared... checking for strings.h... no
checking size of int... yes
no
checking for inttypes.h... checking for geteuid... 4
checking size of long... yes
checking for stdint.h... no
checking for getgid... yes
checking for unistd.h... no
checking for getuid... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking target system type... no
yes
checking whether -lc should be explicitly linked in... checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... yes
checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
no
checking for strcasecmp... checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
configure: creating ./config.status
checking for getpagesize... yes
checking for strdup... yes
checking for working mmap... no
checking for memcpy... 4
checking size of size_t... config.status: creating Makefile
yes
config.status: creating config.h
checking for strtoul... yes
config.status: executing gstdint.h commands
checking for strerror... yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
yes
checking for unistd.h... (cached) yes
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking for __argz_next... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
8
checking for suffix of object files... checking for long long... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
yes
checking size of long long... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating Makefile
config.status: creating config.intl
yes
config.status: executing depfiles commands
checking for sys/types.h... config.status: creating config.h
config.status: executing default-1 commands
config.status: executing libtool commands
yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
config.status: creating config.h
checking for string.h... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
8
checking for a 64-bit type... yes
checking for inttypes.h... uint64_t
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for intptr_t... yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for unistd.h... yes
checking for uintptr_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking minix/config.h presence... yes
checking for ssize_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking return type of signal handlers... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for basename... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for bcmp... no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
no
checking for bcopy... checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
none required
no
checking for fcntl... checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
no
checking for kill... checking for bzero... no
no
checking for calloc... checking for lstat... no
yes
checking for memmove... checking for clock... yes
yes
checking for ffs... checking for putenv... no
checking for getcwd... yes
checking for select... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for putenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... 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 rindex... checking limits.h usability... yes
checking limits.h presence... no
checking for setenv... yes
checking for limits.h... yes
checking locale.h usability... no
yes
checking locale.h presence... checking for snprintf... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strdup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strnlen... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strtoul... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for wcrtomb... checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
yes
checking for pstat_getdynamic... checking for towupper... no
yes
checking for pstat_getstatic... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for realpath... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for sbrk... supported
configure: updating cache ./config.cache
no
checking for spawnve... configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysconf... config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31  2:01 [binutils-gdb] Remove regcache_raw_supply sergiodj+buildbot
@ 2018-06-04 16:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 16:30 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/1804>

Commit(s) tested:
	73e1c03f93f0294b464dc2b67de1f9aaae84838d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove regcache_raw_supply

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/73/73e1c03f93f0294b464dc2b67de1f9aaae84838d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... 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 a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for C compiler default output file name... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... yes
checking for sys/types.h... inline
checking for sys/types.h... yes
.exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for sys/stat.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for string.h... checking for string.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for memory.h... checking for memory.h... yes
a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking for strings.h... yes
.exe
checking for suffix of object files... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for inttypes.h... yes
checking for inttypes.h... o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdint.h... yes
yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... none needed
checking for style of include used by make... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking minix/config.h presence... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... yes
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... x86_64-w64-mingw32-gcc -E
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... 64
checking whether x86_64-w64-mingw32-gcc supports -W... 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 grep that handles long lines and -e... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for sys/types.h... yes
checking for stdlib.h... (cached) yes
yes
ok
checking for unistd.h... (cached) yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for getpagesize... yes
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for working mmap... no
checking for ANSI C header files... checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdint.h... yes
yes
checking for string.h... checking for sys/types.h... yes
checking for unsigned long long... yes
yes
checking for memory.h... yes
checking for inttypes.h... checking for sys/stat.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for an ANSI C-conforming const... checking for stdlib.h... checking for strings.h... yes
checking for inline... no
checking for ld used by GCC... inline
checking whether byte ordering is bigendian... yes
yes
checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for inttypes.h... yes
yes
checking for stdint.h... checking for memory.h... done
no
checking for a BSD-compatible install... /usr/bin/install -c
checking argz.h usability... checking for sys/file.h... yes
yes
yes
checking for strings.h... checking for unistd.h... no
checking argz.h presence... checking for sys/param.h... yes
no
checking for argz.h... no
checking limits.h usability... yes
checking for limits.h... yes
checking for inttypes.h... yes
checking ctype.h usability... yes
checking limits.h presence... checking for stdlib.h... (cached) yes
yes
checking for limits.h... yes
checking for malloc.h... yes
checking locale.h usability... yes
yes
checking ctype.h presence... checking for string.h... (cached) yes
checking for stdint.h... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking stddef.h usability... checking for sys/time.h... yes
checking locale.h presence... yes
yes
yes
checking for locale.h... yes
checking for time.h... checking for unistd.h... yes
yes
checking stddef.h presence... checking nl_types.h usability... checking for sys/resource.h... yes
checking for stddef.h... yes
yes
checking for dlfcn.h... no
checking nl_types.h presence... no
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking stdio.h usability... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for objdir... no
checking for fcntl.h... .libs
yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
yes
checking malloc.h presence... checking for alloca.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for malloc.h... yes
no
checking for sys/pstat.h... checking stddef.h usability... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/sysmp.h... yes
checking for uintptr_t... no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/sysinfo.h... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for machine/hal_sysinfo.h... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for int_least32_t... no
checking for sys/table.h... checking for string.h... (cached) yes
no
checking for sys/sysctl.h... checking for unistd.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking sys/param.h usability... no
checking for sys/systemcfg.h... yes
checking for int_fast32_t... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking sys/param.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for process.h... yes
checking for uint64_t... yes
yes
checking dynamic linker characteristics... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for fgets_unlocked... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking whether time.h and sys/time.h may both be included... yes
checking for off_t... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether errno must be declared... checking for getpagesize... no
checking for getc_unlocked... no
checking size of int... yes
checking for working mmap... no
checking for memcpy... no
yes
checking size of int... checking for getcwd... yes
yes
checking for strerror... checking for getegid... yes
checking for unistd.h... (cached) yes
no
checking for geteuid... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getgid... 4
checking size of long... no
checking for getuid... 4
checking size of long... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking size of size_t... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for stpcpy... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... no
yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... 8
checking for long long... yes
checking for __argz_count... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... yes
checking size of long long... no
make[1]: Nothing to be done for 'all-target'.
checking for __argz_next... mkdir -p -- ./readline
Configuring in ./readline
no
checking for __fsetlocking... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for LC_MESSAGES... configure: creating cache ./config.cache
checking build system type... no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-pc-linux-gnu
checking host system type... no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
8
checking for a 64-bit type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... uint64_t
checking for intptr_t... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for C compiler default output file name... yes
checking for uintptr_t... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
none needed
checking how to run the C preprocessor... config.status: creating Makefile
config.status: creating config.intl
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for library containing strerror... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for sys/types.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for atexit... yes
checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for basename... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for bcmp... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for memory.h... no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for strings.h... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for bsearch... yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
checking for bzero... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for stdint.h... yes
config.status: creating config.h
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
checking for unistd.h... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking minix/config.h usability... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
no
checking minix/config.h presence... checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for getpagesize... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking return type of signal handlers... checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
void
checking for size_t... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for index... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for dirent.h that defines DIR... checking for memchr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for library containing opendir... yes
checking for memcmp... none required
checking for fcntl... yes
checking for memcpy... no
checking for kill... yes
checking for memmem... no
checking for lstat... no
checking for memmove... no
checking for memmove... yes
yes
checking for mempcpy... checking for putenv... yes
yes
checking for select... checking for memset... yes
no
checking for setenv... checking for mkstemps... no
no
checking for putenv... checking for setlocale... yes
yes
checking for random... checking for strcasecmp... no
yes
checking for rename... checking for strpbrk... yes
checking for rindex... yes
checking for tcgetattr... no
no
checking for vsnprintf... checking for setenv... no
yes
checking for snprintf... checking for isascii... yes
yes
checking for sigsetmask... checking for isxdigit... no
checking for stpcpy... yes
checking for getpwent... no
no
checking for stpncpy... checking for getpwnam... no
no
checking for getpwuid... checking for strcasecmp... no
checking for working strcoll... no
yes
checking fcntl.h usability... checking for strchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for strdup... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strncasecmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strndup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for strnlen... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strrchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strstr... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strtod... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtol... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoul... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtoll... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoull... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strverscmp... no
checking sys/stream.h presence... no
checking for tmpnam... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for vasprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for vfprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 vprintf... 64
checking for type of signal functions... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for setproctitle... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking whether alloca needs Cray hooks... yes
checking whether signal handlers are of type void... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for fork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for _doprnt... not found
checking for struct dirent.d_ino... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... no
yes
checking for wctype.h... yes
checking wchar.h usability... checking for dup3... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrlimit... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrusage... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
no
checking for mbsnrtowcs... checking for on_exit... no
checking for mbsrtowcs... no
checking for psignal... yes
checking for mbschr... no
checking for pstat_getdynamic... no
checking for wcrtomb... no
checking for pstat_getstatic... yes
checking for wcscoll... no
checking for realpath... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for setrlimit... no
no
checking for wctype... checking for sbrk... yes
checking for wcswidth... no
checking for spawnve... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for spawnvpe... yes
checking for iswlower... yes
checking for strerror... yes
checking for iswupper... yes
checking for strsignal... yes
checking for towlower... no
checking for sysconf... yes
no
checking for towupper... checking for sysctl... yes
no
checking for sysmp... checking for iswctype... yes
no
checking for table... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for times... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for wait3... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether asprintf is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking whether vasprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31  1:41 [binutils-gdb] Remove regcache_cooked_write_part sergiodj+buildbot
@ 2018-06-04 15:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 15:46 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/1803>

Commit(s) tested:
	e4c4a59b48b2cec10cffac4f562937de00cb5f3f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove regcache_cooked_write_part

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e4/e4c4a59b48b2cec10cffac4f562937de00cb5f3f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating ./config.status
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
mkdir -p -- ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... Configuring in ./libdecnumber
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... none needed
checking how to run the C preprocessor... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
yes
checking for strings.h... checking for sys/types.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for C compiler default output file name... yes
checking for stdint.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... yes
checking how to run the C preprocessor... checking for string.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for off_t... x86_64-w64-mingw32-gcc -E
yes
.exe
checking for suffix of object files... checking for memory.h... yes
checking for size_t... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for strings.h... yes
checking for sys/types.h... yes
checking for working alloca.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
no
checking for alloca... checking for sys/stat.h... yes
none needed
checking for style of include used by make... checking for inttypes.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for stdlib.h... yes
checking for stdint.h... yes
gcc3
checking how to print strings... yes
checking for working mmap... no
printf
checking for a sed that does not truncate output... checking whether we are using the GNU C Library 2.1 or newer... /usr/bin/sed
checking for string.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for grep that handles long lines and -e... checking for inttypes.h... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for stdint.h... checking for unistd.h... yes
checking for unsigned long long... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for memory.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for inttypes.h... checking minix/config.h usability... 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 "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking whether the inttypes.h PRIxNN macros are broken... checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking minix/config.h presence... checking for strings.h... no
checking for minix/config.h... no
no
checking whether it is safe to define __EXTENSIONS__... checking for ld used by GCC... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for inttypes.h... yes
done
ok
checking how to run the C preprocessor... 64
checking argz.h usability... checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
yes
no
checking argz.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... no
checking for argz.h... no
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking limits.h usability... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking limits.h presence... checking ctype.h usability... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking ctype.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking locale.h presence... yes
checking for ctype.h... yes
yes
checking for sys/types.h... yes
checking for locale.h... yes
checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking nl_types.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for sys/stat.h... yes
checking stddef.h presence... no
checking nl_types.h presence... yes
checking for stddef.h... yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for string.h... (cached) yes
checking for stdlib.h... checking stdio.h usability... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for string.h... yes
checking stdio.h presence... checking stddef.h usability... yes
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for inline... yes
yes
checking stddef.h presence... yes
checking for stddef.h... yes
inline
checking whether byte ordering is bigendian... checking for memory.h... yes
checking for uintptr_t... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for strings.h... yes
checking for int_least32_t... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking sys/param.h presence... yes
checking for int_fast32_t... checking for inttypes.h... yes
yes
checking for sys/param.h... yes
checking for sys/param.h... checking for feof_unlocked... yes
yes
checking for stdint.h... checking for limits.h... yes
checking for uint64_t... yes
yes
checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for fgets_unlocked... yes
checking for unistd.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for getc_unlocked... checking for sys/time.h... yes
yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for dlfcn.h... no
checking for time.h... checking for getcwd... yes
yes
checking for off_t... checking for sys/resource.h... no
checking for objdir... .libs
yes
no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking for getegid... yes
checking size of int... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for fcntl.h... no
checking for geteuid... yes
checking for alloca.h... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for sys/pstat.h... no
no
checking for sys/sysmp.h... checking for getuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/sysinfo.h... yes
checking whether -lc should be explicitly linked in... no
checking for machine/hal_sysinfo.h... yes
no
yes
checking dynamic linker characteristics... checking for munmap... checking for sys/table.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
no
checking for putenv... checking for sys/sysctl.h... 4
checking size of long... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for getpagesize... checking for sys/systemcfg.h... yes
checking for setenv... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for working mmap... no
no
checking for memcpy... no
checking for setlocale... checking for process.h... yes
yes
yes
checking for sys/prctl.h... checking for stpcpy... checking for strerror... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
no
checking for strcasecmp... checking for unistd.h... (cached) yes
yes
checking whether errno must be declared... configure: updating cache ./config.cache
no
checking size of int... yes
configure: creating ./config.status
4
checking for ANSI C header files... (cached) yes
checking for strdup... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strtoul... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for tsearch... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for __argz_count... 4
no
checking for __argz_stringify... checking size of long... no
checking for __argz_next... no
config.status: creating Makefile
checking for __fsetlocking... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of size_t... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
config.status: creating Makefile
.exe
checking for suffix of object files... config.status: executing depfiles commands
config.status: creating config.intl
o
checking whether we are using the GNU C compiler... config.status: creating config.h
config.status: executing libtool commands
config.status: executing default-1 commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... 8
checking for long long... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
yes
checking size of long long... rm -f plural.h
checking for sys/types.h... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for stdlib.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for memory.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
8
checking for a 64-bit type... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
uint64_t
checking for intptr_t... checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking minix/config.h usability... yes
checking for uintptr_t... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for library containing strerror... void
checking for size_t... none required
checking for asprintf... yes
checking for ssize_t... yes
checking for atexit... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for basename... no
checking for dirent.h that defines DIR... yes
checking for bcmp... yes
checking for library containing opendir... no
checking for bcopy... none required
checking for fcntl... no
checking for bsearch... no
checking for kill... yes
checking for bzero... no
checking for lstat... no
checking for calloc... no
checking for memmove... yes
checking for clock... yes
checking for putenv... yes
checking for ffs... yes
checking for select... no
checking for getcwd... no
checking for setenv... yes
checking for getpagesize... no
checking for setlocale... yes
checking for gettimeofday... yes
yes
checking for strcasecmp... checking for index... yes
checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
checking for memcmp... yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for mkstemps... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for putenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for random... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for rename... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for snprintf... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for sigsetmask... checking termcap.h usability... yes
checking termcap.h presence... no
yes
checking for termcap.h... yes
checking for stpcpy... checking termios.h usability... no
no
checking termios.h presence... checking for stpncpy... no
checking for termios.h... no
no
checking for strcasecmp... checking termio.h usability... no
checking termio.h presence... yes
checking for strchr... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
checking for strnlen... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strrchr... checking for sys/ptem.h... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for strtoul... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
yes
checking for sig_atomic_t in signal.h... checking for strtoull... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for tmpnam... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... yes
not found
checking for struct dirent.d_ino... checking for vfprintf... yes
checking for vprintf... yes
yes
checking for struct dirent.d_fileno... checking for vsnprintf... yes
no
checking for tgetent... checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for setproctitle... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking langinfo.h presence... no
checking for fork... no
checking for langinfo.h... no
checking for mbrlen... no
checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
no
checking for sys_errlist... (cached) checking for mbsnrtowcs... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for mbsrtowcs... no
checking for __fsetlocking... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for psignal... yes
checking for iswlower... yes
no
checking for iswupper... checking for pstat_getdynamic... yes
no
checking for towlower... checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for sbrk... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysctl... config.status: creating shlib/Makefile
no
config.status: creating config.h
checking for sysmp... config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31  0:44 [binutils-gdb] Remove regcache_cooked_read_value sergiodj+buildbot
@ 2018-06-04 14:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 14:21 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/1801>

Commit(s) tested:
	46a45e9d5b067e484971e3972fa3eae0a224324f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove regcache_cooked_read_value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/46/46a45e9d5b067e484971e3972fa3eae0a224324f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./zlib
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating 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
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
/usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for perl... perl
checking for C compiler default output file name... x86_64-w64-mingw32
checking build system type... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for sys/types.h... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for an ANSI C-conforming const... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for sys/stat.h... yes
checking for inline... checking for C compiler default output file name... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
inline
checking for sys/types.h... yes
checking for stdlib.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... checking for sys/stat.h... yes
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for string.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
yes
.exe
checking for suffix of object files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for strings.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for memory.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdint.h... yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking minix/config.h usability... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking for unistd.h... yes
yes
checking how to run the C preprocessor... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for off_t... x86_64-w64-mingw32-gcc -E
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wall... ok
checking how to run the C preprocessor... yes
checking for size_t... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for working alloca.h... checking for sys/types.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for alloca... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... (cached) yes
yes
checking for stdlib.h... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
yes
yes
checking for string.h... checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking whether we are using the GNU C Library 2.1 or newer... checking for sys/stat.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for memory.h... yes
checking for stdint.h... checking for stdlib.h... yes
yes
yes
checking for unsigned long long... checking for strings.h... checking for string.h... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
yes
yes
checking for inline... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for inttypes.h... checking for memory.h... no
checking for ld used by GCC... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for strings.h... yes
checking for stdint.h... done
no
checking for a BSD-compatible install... /usr/bin/install -c
checking argz.h usability... checking for sys/file.h... yes
no
checking argz.h presence... yes
checking for inttypes.h... no
checking for argz.h... no
checking limits.h usability... checking for unistd.h... yes
checking for sys/param.h... yes
yes
checking for limits.h... yes
checking limits.h presence... checking for stdint.h... yes
yes
checking ctype.h usability... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... checking for malloc.h... yes
yes
checking ctype.h presence... yes
checking for unistd.h... yes
checking for ctype.h... yes
checking for string.h... (cached) yes
checking stddef.h usability... checking for unistd.h... (cached) yes
yes
checking locale.h presence... checking for strings.h... (cached) yes
yes
checking stddef.h presence... checking for sys/time.h... yes
yes
checking for locale.h... yes
checking for time.h... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for sys/resource.h... checking nl_types.h usability... checking stdio.h usability... no
checking for sys/stat.h... (cached) yes
yes
checking for dlfcn.h... yes
checking stdio.h presence... no
checking nl_types.h presence... checking for sys/mman.h... no
checking for objdir... no
no
checking for nl_types.h... no
checking for fcntl.h... checking malloc.h usability... .libs
yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for alloca.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/pstat.h... checking stddef.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for sys/sysmp.h... yes
checking for uintptr_t... yes
checking stddef.h presence... no
checking for sys/sysinfo.h... yes
checking for stddef.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdlib.h... (cached) yes
no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for machine/hal_sysinfo.h... yes
checking for int_least32_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/table.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking sys/param.h usability... no
checking for sys/sysctl.h... yes
checking sys/param.h presence... yes
checking for int_fast32_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
yes
checking for sys/param.h... yes
checking for sys/systemcfg.h... checking for feof_unlocked... yes
checking dynamic linker characteristics... no
checking for stdint.h... (cached) yes
yes
checking for uint64_t... checking for stdio_ext.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for process.h... no
checking for fgets_unlocked... yes
yes
checking what to include in gstdint.h... checking for sys/prctl.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
yes
checking for off_t... no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for getc_unlocked... yes
checking whether errno must be declared... no
checking size of int... no
checking for getcwd... yes
checking for working mmap... no
checking for memcpy... yes
checking size of int... yes
checking for getegid... yes
checking for strerror... no
checking for geteuid... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getgid... no
checking for getuid... 4
checking size of long... 4
checking size of long... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
4
checking size of size_t... yes
checking build system type... checking for stpcpy... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... yes
checking for strdup... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... 8
checking for long long... config.status: creating Makefile
config.status: creating config.h
no
checking for __argz_stringify... config.status: executing gstdint.h commands
yes
checking size of long long... no
config.status: creating Makefile
make[1]: Nothing to be done for 'all-target'.
checking for __argz_next... mkdir -p -- ./readline
Configuring in ./readline
config.status: executing depfiles commands
config.status: executing libtool commands
no
checking for __fsetlocking... no
checking for iconv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking for bison... bison
checking version of bison... 8
checking for a 64-bit type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
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 GNU gettext in libintl... checking for C compiler default output file name... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
uint64_t
checking for intptr_t... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking for suffix of object files... yes
checking for uintptr_t... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for ssize_t... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
config.status: creating config.intl
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for pid_t... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/stat.h... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for library containing strerror... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
none required
checking for asprintf... yes
yes
checking for memory.h... checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for basename... checking for strings.h... yes
yes
checking for bcmp... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for stdint.h... no
checking for bcopy... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for unistd.h... no
checking for bsearch... yes
checking minix/config.h usability... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking minix/config.h presence... checking for bzero... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for calloc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for function prototypes... yes
checking whether char is unsigned... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for clock... /bin/sh ./config.status config.h
no
checking for working volatile... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
void
config.status: creating config.h
checking for size_t... checking for ffs... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
yes
checking for dirent.h that defines DIR... checking for gettimeofday... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for library containing opendir... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
none required
checking for fcntl... checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for kill... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
no
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for memmove... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for memcmp... yes
checking for putenv... yes
checking for memcpy... yes
checking for select... yes
checking for memmem... no
checking for setenv... no
checking for memmove... no
checking for setlocale... yes
checking for mempcpy... yes
checking for strcasecmp... yes
checking for memset... yes
checking for strpbrk... yes
checking for mkstemps... yes
checking for tcgetattr... no
checking for putenv... no
checking for vsnprintf... yes
checking for random... yes
checking for isascii... no
checking for rename... yes
checking for isxdigit... yes
checking for rindex... yes
checking for getpwent... no
checking for setenv... no
checking for getpwnam... no
checking for snprintf... no
checking for getpwuid... yes
checking for sigsetmask... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for strncasecmp... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strndup... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strnlen... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strrchr... checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for strstr... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strtod... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtol... no
checking pwd.h presence... yes
checking for strtoul... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strtoll... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoull... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strverscmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for tmpnam... no
checking sys/pte.h presence... yes
checking for vasprintf... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for vfprintf... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for vprintf... yes
checking sys/file.h presence... yes
checking for vsnprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for vsprintf... yes
checking for waitpid... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
v7
checking if signal handlers must be reinstalled when invoked... checking for vfork.h... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for fork... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
no
checking whether termios.h defines TIOCGWINSZ... checking for vfork... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for _doprnt... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for external symbol _system_configuration... not found
checking for struct dirent.d_ino... no
checking for __fsetlocking... yes
checking for struct dirent.d_fileno... no
no
checking for tgetent... checking for canonicalize_file_name... no
checking for tgetent in -ltermcap... no
checking for dup3... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
yes
checking for wctype.h... yes
checking for getrlimit... checking wchar.h usability... yes
checking wchar.h presence... no
checking for getrusage... yes
checking for wchar.h... yes
checking langinfo.h usability... no
no
checking langinfo.h presence... checking for getsysinfo... no
checking for langinfo.h... no
checking for mbrlen... no
checking for gettimeofday... (cached) yes
yes
checking for mbscasecmp... checking for on_exit... no
checking for mbscmp... no
checking for psignal... no
checking for mbsnrtowcs... no
checking for pstat_getdynamic... no
checking for mbsrtowcs... no
checking for pstat_getstatic... yes
checking for mbschr... no
checking for realpath... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... no
checking for sbrk... yes
checking for wcwidth... no
no
checking for wctype... checking for spawnve... yes
checking for wcswidth... yes
checking for spawnvpe... no
checking whether mbrtowc and mbstate_t are properly declared... yes
yes
checking for iswlower... checking for strerror... yes
yes
checking for strsignal... checking for iswupper... yes
checking for towlower... no
checking for sysconf... yes
checking for towupper... no
checking for sysctl... yes
checking for iswctype... no
checking for sysmp... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for table... yes
checking for wctype_t in wctype.h... no
checking for times... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for wait3... configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
no
checking whether ffs is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking whether asprintf is declared... config.status: creating config.h
yes
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-30 23:40 [binutils-gdb] Remove regcache_raw_write_part sergiodj+buildbot
@ 2018-06-04 12:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 12:17 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/1798>

Commit(s) tested:
	4f0420fdabda76f462bd29a02d9be575e0e0cce7

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove regcache_raw_write_part

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4f/4f0420fdabda76f462bd29a02d9be575e0e0cce7/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./zlib
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
makeinfo --split-size=5000000
configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for inline... inline
.exe
checking for suffix of object files... checking for sys/types.h... yes
a.exe
checking whether the C compiler works... yes
checking for sys/types.h... checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
yes
.exe
checking for suffix of object files... checking for sys/stat.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for string.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... none needed
yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for strings.h... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... gcc3
checking how to print strings... checking for strings.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
yes
yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... checking for stdint.h... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stdint.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... 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
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for off_t... yes
checking how to run the C preprocessor... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... ok
checking how to run the C preprocessor... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for size_t... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for ANSI C header files... yes
checking for sys/types.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
no
checking for alloca... checking for sys/stat.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for stdlib.h... checking for stdlib.h... (cached) yes
checking for sys/stat.h... checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for getpagesize... yes
yes
checking for string.h... checking for stdlib.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for string.h... yes
checking for memory.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for unsigned long long... yes
checking for inttypes.h... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for strings.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for unistd.h... no
checking for ld used by GCC... checking for inttypes.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking ctype.h usability... yes
checking for shared library run path origin... yes
checking for stdint.h... yes
checking ctype.h presence... done
yes
checking for an ANSI C-conforming const... checking argz.h usability... yes
checking for ctype.h... yes
yes
checking stddef.h usability... checking for unistd.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... no
checking for argz.h... no
yes
checking stddef.h presence... checking limits.h usability... yes
yes
checking for stddef.h... yes
checking for dlfcn.h... yes
checking limits.h presence... checking for string.h... (cached) yes
yes
checking for limits.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking stdio.h usability... checking locale.h usability... no
checking for objdir... checking for sys/file.h... .libs
yes
checking stdio.h presence... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
yes
checking for stdio.h... yes
checking for sys/param.h... checking nl_types.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for limits.h... yes
checking for uintptr_t... no
checking nl_types.h presence... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for int_least32_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
yes
checking for int_fast32_t... checking stddef.h usability... checking for time.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for uint64_t... yes
checking for sys/resource.h... yes
checking stddef.h presence... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for stddef.h... yes
no
checking for fcntl.h... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for alloca.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/pstat.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking dynamic linker characteristics... yes
checking sys/param.h presence... no
yes
checking for off_t... checking for sys/sysmp.h... yes
checking for sys/param.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for feof_unlocked... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for fgets_unlocked... checking for getpagesize... no
checking for sys/table.h... yes
checking size of int... no
yes
checking for working mmap... no
checking for sys/sysctl.h... no
checking for getc_unlocked... checking for memcpy... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
no
checking for strerror... checking for getcwd... checking for process.h... yes
checking for sys/prctl.h... yes
checking for unistd.h... (cached) yes
yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getegid... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether time.h and sys/time.h may both be included... no
checking for geteuid... yes
checking whether errno must be declared... no
checking size of int... 4
checking size of long... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
4
checking size of long... checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... no
checking for strcasecmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
yes
config.status: creating Makefile
checking for __argz_count... config.status: creating config.h
no
checking for __argz_stringify... config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for __fsetlocking... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
8
checking for long long... no
checking for iconv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking build system type... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... no
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... checking for C compiler default output file name... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: updating cache ./config.cache
.exe
checking for suffix of object files... configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
8
checking for a 64-bit type... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
uint64_t
checking for intptr_t... config.status: creating config.h
yes
checking for sys/types.h... config.status: executing default-1 commands
yes
checking for sys/stat.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for string.h... yes
checking for ssize_t... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking for pid_t... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for library containing strerror... checking for inttypes.h... none required
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for asprintf... checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking for atexit... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
checking for basename... checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking minix/config.h presence... config.status: creating config.h
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for bcopy... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for bsearch... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
yes
checking return type of signal handlers... checking for bzero... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for calloc... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
yes
checking for dirent.h that defines DIR... checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for library containing opendir... yes
checking for ffs... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
none required
checking for fcntl... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getcwd... no
checking for kill... yes
checking for getpagesize... no
checking for lstat... yes
checking for gettimeofday... yes
no
checking for memmove... checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
checking for getpwnam... no
no
checking for getpwuid... checking for rename... no
checking for working strcoll... no
yes
checking fcntl.h usability... checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for setenv... checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for sigsetmask... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for stpcpy... checking locale.h usability... yes
checking locale.h presence... no
checking for stpncpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
no
checking sys/stream.h presence... checking for strnlen... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strstr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for strtod... checking for sys/ptem.h... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for vasprintf... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... yes
checking wctype.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
no
checking for _doprnt... checking for mbrlen... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... no
yes
checking for mbschr... checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
yes
checking for wcwidth... checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
checking for towlower... no
checking for setrlimit... yes
checking for towupper... no
checking for sbrk... yes
checking for iswctype... no
checking for spawnve... yes
checking for nl_langinfo and CODESET... yes
checking for spawnvpe... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for strerror... yes
checking for wint_t in wctype.h... yes
checking for strsignal... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for sysconf... configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait3... config.status: creating config.h
config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-31  1:01 [binutils-gdb] Remove regcache_raw_write sergiodj+buildbot
@ 2018-06-04 10:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 10:35 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/1795>

Commit(s) tested:
	10eaee5f56611ce5f92ccd305849c0cc6addd130

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove regcache_raw_write

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/10/10eaee5f56611ce5f92ccd305849c0cc6addd130/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
Configuring in ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
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)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for perl... perl
checking for C compiler default output file name... checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
x86_64-pc-linux-gnu
checking host system type... checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... .exe
/usr/bin/grep -E
checking for ANSI C header files... checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for inline... checking for sys/types.h... inline
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for string.h... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for memory.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... checking for inttypes.h... checking for C compiler default output file name... yes
checking how to run the C preprocessor... yes
checking for stdint.h... yes
checking for stdint.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... .exe
checking for unistd.h... checking for suffix of object files... yes
checking minix/config.h usability... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for ANSI C header files... checking for off_t... no
checking minix/config.h presence... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
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... none needed
checking for style of include used by make... GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... yes
checking for size_t... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... gcc3
yes
checking for working alloca.h... checking how to print strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for alloca... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... ok
checking how to run the C preprocessor... yes
checking for unsigned long long... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking for inttypes.h... checking stddef.h usability... x86_64-w64-mingw32-gcc -E
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stddef.h presence... no
checking for ld used by GCC... yes
checking for stddef.h... yes
checking for ANSI C header files... checking for string.h... (cached) yes
yes
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking stdio.h usability... yes
checking stdio.h presence... yes
checking for inline... done
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking argz.h usability... yes
inline
checking whether byte ordering is bigendian... checking for sys/types.h... no
checking argz.h presence... yes
checking for uintptr_t... yes
no
checking for argz.h... no
checking for sys/stat.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking limits.h usability... checking for sys/file.h... yes
checking for int_least32_t... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for stdlib.h... checking locale.h usability... yes
yes
yes
checking for int_fast32_t... checking for sys/param.h... checking for string.h... yes
yes
checking locale.h presence... yes
checking for locale.h... yes
checking for limits.h... yes
yes
checking for uint64_t... yes
checking nl_types.h usability... checking for memory.h... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for strings.h... checking for string.h... (cached) yes
yes
checking for off_t... checking for unistd.h... (cached) yes
yes
checking malloc.h presence... yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for malloc.h... yes
checking for inttypes.h... checking stddef.h usability... yes
checking for time.h... yes
yes
checking size of int... yes
yes
checking stddef.h presence... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
checking for stdint.h... yes
checking for stddef.h... yes
checking for sys/mman.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for fcntl.h... checking for unistd.h... (cached) yes
yes
yes
checking sys/param.h usability... checking for unistd.h... checking for alloca.h... no
checking for sys/pstat.h... yes
checking sys/param.h presence... yes
no
checking for sys/sysmp.h... checking for dlfcn.h... yes
checking for sys/param.h... yes
no
checking for sys/sysinfo.h... checking for feof_unlocked... no
checking for objdir... .libs
no
checking for machine/hal_sysinfo.h... no
no
checking for fgets_unlocked... checking for sys/table.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for sys/sysctl.h... no
checking for getc_unlocked... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for sys/systemcfg.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
no
checking for stdint.h... (cached) yes
checking for getcwd... 4
checking size of long... checking for stdio_ext.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for process.h... yes
checking whether -lc should be explicitly linked in... checking for getegid... yes
yes
checking dynamic linker characteristics... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking whether errno must be declared... checking for stdlib.h... (cached) yes
no
checking for geteuid... checking for unistd.h... (cached) yes
no
checking size of int... checking for getpagesize... no
yes
checking for working mmap... no
checking for getgid... checking for memcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for strerror... x86_64-pc-linux-gnu
checking host system type... no
checking for getuid... x86_64-w64-mingw32
checking target system type... yes
checking for unistd.h... (cached) yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for mempcpy... yes
no
checking for munmap... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of long... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... config.status: creating Makefile
yes
checking for stpcpy... config.status: creating config.h
config.status: executing gstdint.h commands
4
checking size of size_t... no
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... 8
checking for long long... configure: creating cache ./config.cache
no
checking build system type... checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking size of long long... no
checking for iconv... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
config.status: executing depfiles commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
config.status: executing libtool commands
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
configure: updating cache ./config.cache
checking for grep that handles long lines and -e... configure: creating ./config.status
/usr/bin/grep
checking for egrep... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
/usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
8
checking for a 64-bit type... yes
uint64_t
checking for sys/types.h... checking for intptr_t... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for uintptr_t... config.status: creating Makefile
yes
config.status: creating config.intl
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating config.h
yes
config.status: executing default-1 commands
checking for memory.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for pid_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking for library containing strerror... checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
none required
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for asprintf... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking for atexit... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
checking minix/config.h usability... rm -f libz.a
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
x86_64-w64-mingw32-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 basename... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking minix/config.h presence... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /bin/sh ./config.status config.h
yes
checking for bcmp... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating config.h
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: config.h is unchanged
no
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.ychecking for bcopy... :46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for function prototypes... yes
checking whether char is unsigned... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for bsearch... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for dirent.h that defines DIR... checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for library containing opendir... yes
checking for ffs... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for kill... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for gettimeofday... no
checking for lstat... no
checking for memmove... yes
checking for index... no
yes
checking for insque... checking for putenv... no
yes
checking for memchr... checking for select... yes
no
checking for setenv... checking for memcmp... no
yes
checking for setlocale... checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... yes
no
checking for memmove... checking for tcgetattr... yes
no
checking for vsnprintf... checking for mempcpy... yes
checking for memset... yes
checking for isascii... yes
yes
checking for isxdigit... checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for rename... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for rindex... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for sigsetmask... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... no
checking for stpncpy... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strncasecmp... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strndup... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strstr... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtod... 64
checking for type of signal functions... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for strtoull... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strverscmp... yes
checking whether signal handlers are of type void... no
checking for tmpnam... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vasprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vfprintf... not found
checking for struct dirent.d_ino... yes
checking for vprintf... yes
checking for struct dirent.d_fileno... yes
checking for vsnprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for vsprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for waitpid... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
yes
checking wchar.h presence... checking for setproctitle... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for langinfo.h... no
checking for mbrlen... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for getrlimit... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for on_exit... yes
checking for iswlower... yes
checking for iswupper... no
checking for psignal... yes
no
checking for pstat_getdynamic... checking for towlower... yes
checking for towupper... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sbrk... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for spawnve... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-30 20:58 [binutils-gdb] Remove regcache_raw_update sergiodj+buildbot
@ 2018-06-04  9:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04  9:23 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/1793>

Commit(s) tested:
	0b47d9858ca0805cd52ba959276d08899c7b9f8c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove regcache_raw_update

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0b/0b47d9858ca0805cd52ba959276d08899c7b9f8c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... checking build system type... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking for perl... checking whether we are cross compiling... yes
checking for suffix of executables... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
.exe
checking build system type... checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for grep that handles long lines and -e... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/grep
checking for egrep... none needed
checking how to run the C preprocessor... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
x86_64-w64-mingw32-gcc -E
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... .exe
checking for suffix of object files... /usr/bin/grep
checking for egrep... checking for C compiler default output file name... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... o
checking whether we are using the GNU C compiler... inline
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
yes
yes
checking for suffix of object files... checking for sys/stat.h... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
o
checking whether we are using the GNU C compiler... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... yes
none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... checking for inttypes.h... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for inttypes.h... checking for stdint.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdint.h... checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... 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
yes
yes
yes
checking for off_t... checking how to run the C preprocessor... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking minix/config.h usability... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for grep that handles long lines and -e... ok
/usr/bin/grep
checking for egrep... checking how to run the C preprocessor... /usr/bin/grep -E
checking for ANSI C header files... 64
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
checking for working alloca.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for sys/stat.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for sys/types.h... checking for stdlib.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
yes
checking for unsigned long long... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for string.h... yes
yes
checking for stdlib.h... yes
checking for inttypes.h... checking for memory.h... yes
yes
yes
checking for an ANSI C-conforming const... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for string.h... yes
checking for inline... checking for strings.h... no
checking for ld used by GCC... yes
inline
checking whether byte ordering is bigendian... checking for memory.h... yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for strings.h... checking for stdint.h... done
checking argz.h usability... yes
checking for inttypes.h... yes
no
checking argz.h presence... checking for unistd.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for stdint.h... yes
checking for dlfcn.h... yes
checking limits.h presence... yes
no
checking for objdir... yes
checking for limits.h... yes
.libs
checking locale.h usability... checking for unistd.h... yes
checking locale.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for locale.h... yes
checking nl_types.h usability... checking for sys/file.h... yes
checking ctype.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for sys/param.h... yes
checking ctype.h presence... yes
no
checking nl_types.h presence... checking for limits.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for ctype.h... yes
yes
no
checking for nl_types.h... no
checking stddef.h usability... checking malloc.h usability... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for malloc.h... yes
checking stddef.h presence... yes
yes
checking malloc.h presence... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for string.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking stddef.h usability... checking for strings.h... (cached) yes
checking stdio.h usability... checking for sys/time.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking stddef.h presence... yes
checking stdio.h presence... checking for time.h... yes
checking for stddef.h... yes
yes
checking for stdio.h... yes
yes
yes
checking dynamic linker characteristics... checking for stdlib.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/resource.h... checking for string.h... (cached) yes
no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for sys/stat.h... (cached) yes
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... x86_64-w64-mingw32-gcc -E
checking sys/param.h usability... checking for sys/mman.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for fcntl.h... checking for stdlib.h... (cached) yes
checking for feof_unlocked... yes
checking for unistd.h... (cached) yes
checking for alloca.h... checking for getpagesize... no
no
checking for sys/pstat.h... checking for fgets_unlocked... yes
checking for working mmap... no
checking for memcpy... no
checking for sys/sysmp.h... no
checking for getc_unlocked... no
checking for sys/sysinfo.h... yes
checking for uintptr_t... yes
no
checking for machine/hal_sysinfo.h... checking for strerror... no
checking for getcwd... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for int_least32_t... yes
checking for unistd.h... (cached) yes
yes
no
checking for sys/systemcfg.h... no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdint.h... (cached) yes
checking for getegid... yes
checking for int_fast32_t... checking for stdio_ext.h... no
checking for process.h... yes
no
yes
checking for uint64_t... checking for geteuid... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
yes
checking what to include in gstdint.h... no
checking whether time.h and sys/time.h may both be included... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for getgid... yes
checking for off_t... yes
checking whether errno must be declared... no
checking for getuid... no
checking size of int... no
checking for mempcpy... yes
checking size of int... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
checking size of long... 4
checking size of long... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... 4
checking size of size_t... yes
4
checking for ANSI C header files... (cached) yes
checking for tsearch... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... config.status: creating Makefile
checking for __argz_count... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... config.status: executing depfiles commands
no
checking for __argz_stringify... config.status: executing libtool commands
no
no
checking for __argz_next... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __fsetlocking... no
checking for iconv... config.status: creating Makefile
config.status: creating config.h
8
config.status: executing gstdint.h commands
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking size of long long... no
checking for bison... bison
checking version of bison... configure: creating cache ./config.cache
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
config.status: creating config.intl
none needed
checking how to run the C preprocessor... config.status: creating config.h
x86_64-w64-mingw32-gcc -E
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
/usr/bin/grep -E
checking for ANSI C header files... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for sys/types.h... yes
checking for uintptr_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for string.h... yes
checking for memory.h... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for library containing strerror... checking for inttypes.h... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for unistd.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for atexit... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking minix/config.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for basename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking minix/config.h presence... yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for bcopy... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
checking for bsearch... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
no
checking for working volatile... checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
void
checking for size_t... checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ssize_t... checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for dirent.h that defines DIR... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
yes
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for library containing opendir... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
none required
checking for gettimeofday... checking for fcntl... yes
no
checking for index... checking for kill... no
no
checking for insque... checking for lstat... no
checking for memchr... no
checking for memmove... yes
checking for memcmp... yes
checking for putenv... yes
yes
checking for select... checking for memcpy... no
yes
checking for setenv... checking for memmem... no
no
checking for memmove... checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for tcgetattr... yes
checking for memset... no
checking for vsnprintf... yes
yes
checking for mkstemps... checking for isascii... no
checking for putenv... yes
checking for isxdigit... yes
checking for random... no
yes
checking for rename... checking for getpwent... yes
no
checking for rindex... checking for getpwnam... no
no
checking for getpwuid... checking for setenv... no
checking for working strcoll... no
no
checking for snprintf... checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for sigsetmask... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strchr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strdup... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for strncasecmp... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strndup... no
checking termios.h presence... no
checking for strnlen... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strrchr... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strstr... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strtod... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... 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... checking for strtoll... yes
64
checking for type of signal functions... checking for strtoull... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vfprintf... no
checking for sig_atomic_t in signal.h... yes
checking for vprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vsnprintf... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vsprintf... yes
not found
checking for struct dirent.d_ino... checking for waitpid... yes
checking for struct dirent.d_fileno... no
checking for setproctitle... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for tgetent in -ltermcap... checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for vfork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... yes
checking for mbscasecmp... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for dup3... no
yes
checking for mbschr... checking for getrlimit... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
yes
checking for wcsdup... checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
yes
checking for wcswidth... checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for iswlower... yes
no
checking for setrlimit... checking for iswupper... yes
no
checking for towlower... checking for sbrk... yes
no
checking for spawnve... checking for towupper... yes
yes
checking for iswctype... checking for spawnvpe... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strerror... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for strsignal... yes
checking configuration for building shared libraries... supported
no
configure: updating cache ./config.cache
checking for sysconf... configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for times... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for wait3... config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-30 20:37 [binutils-gdb] Remove regcache_register_status sergiodj+buildbot
@ 2018-06-04  8:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04  8:30 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/1792>

Commit(s) tested:
	0ec9f11447514a797ae13760825fa45f9deedd8c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove regcache_register_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0e/0ec9f11447514a797ae13760825fa45f9deedd8c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./zlib
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... perl
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... configure: updating cache ./config.cache
checking for C compiler default output file name... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for grep that handles long lines and -e... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/types.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for sys/stat.h... checking for sys/stat.h... checking for C compiler default output file name... yes
yes
checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdlib.h... yes
checking for string.h... yes
yes
checking for string.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
.exe
checking for suffix of object files... yes
checking for memory.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... o
checking whether we are using the GNU C compiler... yes
checking for strings.h... yes
yes
checking for strings.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdint.h... checking for inttypes.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -W... .exe
checking for suffix of object files... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking minix/config.h usability... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... 64
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -W... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... no
checking for alloca... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... (cached) yes
1572864
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... checking how to run the C preprocessor... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... /usr/bin/grep -E
checking for ANSI C header files... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for stdint.h... checking for sys/types.h... checking for ANSI C header files... yes
yes
checking for unsigned long long... checking for sys/stat.h... yes
yes
checking for sys/types.h... yes
checking for inttypes.h... checking for stdlib.h... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for sys/stat.h... yes
checking for inline... checking for string.h... no
checking for ld used by GCC... inline
checking whether byte ordering is bigendian... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for memory.h... yes
checking for shared library run path origin... yes
checking for strings.h... yes
done
yes
checking for stdlib.h... checking argz.h usability... checking for inttypes.h... yes
checking for string.h... no
checking argz.h presence... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stdint.h... checking for sys/file.h... no
checking for argz.h... no
checking for memory.h... checking limits.h usability... yes
yes
checking for unistd.h... checking for sys/param.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strings.h... yes
checking for limits.h... yes
checking ctype.h usability... yes
checking locale.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking for malloc.h... checking for inttypes.h... checking nl_types.h usability... yes
yes
checking for stdint.h... no
checking nl_types.h presence... yes
checking for string.h... (cached) yes
checking for unistd.h... yes
checking ctype.h presence... no
checking for nl_types.h... no
checking for unistd.h... (cached) yes
checking malloc.h usability... yes
checking for ctype.h... yes
checking for strings.h... (cached) yes
checking stddef.h usability... checking for sys/time.h... yes
yes
checking for dlfcn.h... yes
checking malloc.h presence... checking for time.h... yes
checking for malloc.h... yes
yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking stddef.h usability... checking for sys/resource.h... checking for string.h... (cached) yes
yes
checking stddef.h presence... checking stdio.h usability... no
yes
checking for stddef.h... yes
checking for sys/stat.h... (cached) yes
yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for sys/mman.h... checking for stdlib.h... (cached) yes
no
checking for objdir... .libs
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for string.h... (cached) yes
no
checking for fcntl.h... checking for unistd.h... (cached) yes
yes
checking for uintptr_t... yes
checking sys/param.h usability... checking for alloca.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
yes
checking for int_least32_t... yes
checking sys/param.h presence... checking for sys/pstat.h... yes
checking for sys/param.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for feof_unlocked... checking for sys/sysmp.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for sys/sysinfo.h... no
no
yes
checking for int_fast32_t... checking for machine/hal_sysinfo.h... checking for fgets_unlocked... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for sys/table.h... no
yes
checking for uint64_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for sys/sysctl.h... no
checking for getc_unlocked... yes
checking dynamic linker characteristics... no
checking for sys/systemcfg.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for getcwd... checking for unistd.h... (cached) yes
checking for stdio_ext.h... checking for getpagesize... yes
checking for off_t... yes
checking for working mmap... no
no
checking for process.h... checking for memcpy... yes
yes
checking for getegid... checking for sys/prctl.h... no
checking for geteuid... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for strerror... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getgid... yes
no
checking size of int... checking for unistd.h... (cached) yes
yes
checking size of int... configure: updating cache ./config.cache
no
checking for getuid... configure: creating ./config.status
no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... 4
checking size of long... yes
checking for setenv... no
4
checking size of long... checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... 4
checking size of size_t... yes
checking for strdup... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for strtoul... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for tsearch... yes
checking for __argz_count... no
configure: updating cache ./config.cache
configure: creating ./config.status
8
no
checking for long long... checking for __argz_stringify... config.status: creating Makefile
no
config.status: executing depfiles commands
checking for __argz_next... yes
checking size of long long... config.status: executing libtool commands
no
checking for __fsetlocking... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for LC_MESSAGES... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
8
checking for a 64-bit type... configure: creating cache ./config.cache
uint64_t
checking for intptr_t... checking build system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for uintptr_t... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for ssize_t... .exe
config.status: creating Makefile
checking for suffix of object files... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.h
yes
checking for pid_t... config.status: executing default-1 commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
none needed
checking how to run the C preprocessor... yes
checking for library containing strerror... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
x86_64-w64-mingw32-gcc -E
none required
checking for asprintf... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
/usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for basename... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for sys/types.h... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for stdlib.h... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for bcopy... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
/bin/sh ./config.status config.h
no
checking for bsearch... yes
checking for memory.h... yes
checking for bzero... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for strings.h... no
yes
checking for calloc... config.status: creating config.h
checking for inttypes.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.ysource='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
rm -f libdecnumber.a
checking for clock... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for unistd.h... yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
no
checking for getcwd... checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking minix/config.h presence... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for gettimeofday... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
no
checking for working volatile... checking for index... yes
checking return type of signal handlers... void
checking for size_t... no
checking for insque... yes
checking for ssize_t... no
checking for memchr... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
yes
checking for dirent.h that defines DIR... checking for memcmp... yes
checking for library containing opendir... yes
checking for memcpy... none required
checking for fcntl... yes
no
checking for kill... checking for memmem... no
no
checking for memmove... checking for lstat... yes
no
checking for memmove... checking for mempcpy... yes
yes
checking for putenv... checking for memset... yes
yes
checking for mkstemps... checking for select... no
checking for putenv... no
checking for setenv... yes
checking for random... no
checking for setlocale... no
checking for rename... yes
yes
checking for rindex... checking for strcasecmp... no
checking for setenv... yes
checking for strpbrk... no
checking for snprintf... yes
checking for tcgetattr... yes
checking for sigsetmask... no
checking for vsnprintf... no
checking for stpcpy... yes
checking for isascii... no
checking for stpncpy... yes
checking for isxdigit... no
checking for strcasecmp... yes
checking for getpwent... yes
checking for strchr... no
checking for getpwnam... yes
no
checking for strdup... checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for strncasecmp... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for strndup... checking varargs.h usability... no
checking varargs.h presence... no
checking for strnlen... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strrchr... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strstr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strtod... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strtol... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strtoul... checking termcap.h usability... yes
checking for strtoll... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoull... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strverscmp... no
checking termio.h presence... no
no
checking for termio.h... no
checking sys/pte.h usability... checking for tmpnam... yes
no
checking sys/pte.h presence... checking for vasprintf... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for vfprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for vprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for vsnprintf... 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... checking for vsprintf... 64
yes
checking for type of signal functions... checking for waitpid... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for vfork.h... no
checking for fork... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for vfork... yes
checking whether signal handlers are of type void... no
checking for _doprnt... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for external symbol _system_configuration... no
not found
checking for struct dirent.d_ino... checking for __fsetlocking... yes
checking for struct dirent.d_fileno... no
no
checking for tgetent... checking for canonicalize_file_name... no
checking for tgetent in -ltermcap... no
checking for dup3... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for getrlimit... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrusage... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for getsysinfo... no
checking for langinfo.h... no
checking for mbrlen... no
checking for gettimeofday... (cached) yes
yes
checking for mbscasecmp... checking for on_exit... no
checking for mbscmp... no
checking for psignal... no
checking for mbsnrtowcs... no
checking for pstat_getdynamic... no
checking for mbsrtowcs... no
checking for pstat_getstatic... yes
checking for mbschr... no
checking for wcrtomb... no
checking for realpath... no
checking for setrlimit... yes
checking for wcscoll... no
checking for sbrk... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for spawnve... no
checking for wctype... yes
checking for wcswidth... yes
checking for spawnvpe... yes
checking for strerror... no
checking whether mbrtowc and mbstate_t are properly declared... yes
yes
checking for iswlower... checking for strsignal... yes
no
checking for sysconf... checking for iswupper... yes
no
checking for sysctl... checking for towlower... no
checking for sysmp... yes
checking for towupper... no
checking for table... yes
checking for iswctype... no
checking for times... yes
checking for nl_langinfo and CODESET... no
checking for wait3... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for wait4... yes
checking configuration for building shared libraries... supported
no
checking whether basename is declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether ffs is declared... no
checking whether asprintf is declared... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking whether vasprintf is declared... config.status: creating examples/Makefile
yes
checking whether snprintf is declared... config.status: creating shlib/Makefile
yes
checking whether vsnprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-30 16:57 [binutils-gdb] Add or1k target to --enable-targets=all sergiodj+buildbot
@ 2018-06-04  7:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04  7:16 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/1790>

Commit(s) tested:
	fdbe37e35fed48091296434652101a63fa4360cf

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add or1k target to --enable-targets=all

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fd/fdbe37e35fed48091296434652101a63fa4360cf/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
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
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
checking for msgfmt... configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... .exe
checking for suffix of object files... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for inline... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... checking for C compiler default output file name... yes
yes
checking for sys/stat.h... checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for string.h... checking for memory.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... yes
checking for strings.h... yes
yes
yes
checking for strings.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for C compiler default output file name... yes
checking for stdint.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
.exe
checking for suffix of object files... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for size_t... checking minix/config.h usability... none needed
checking for style of include used by make... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... no
checking minix/config.h presence... yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... gcc3
checking how to print strings... x86_64-w64-mingw32-gcc -E
no
checking for alloca... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for unistd.h... (cached) yes
checking for sys/types.h... checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for getpagesize... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for sys/stat.h... yes
1572864
checking whether the shell understands some XSI constructs... checking for working mmap... no
yes
checking whether the shell understands "+="... checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for inttypes.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for string.h... yes
no
checking for ld used by GCC... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for strings.h... ok
checking how to run the C preprocessor... done
yes
checking argz.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for stdint.h... checking for sys/types.h... yes
yes
checking limits.h presence... checking for unistd.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for limits.h... yes
yes
yes
checking for inline... checking locale.h usability... checking for sys/stat.h... checking ctype.h usability... inline
checking whether byte ordering is bigendian... yes
yes
checking locale.h presence... yes
checking ctype.h presence... yes
checking for locale.h... yes
checking for stdlib.h... yes
checking for ctype.h... yes
checking nl_types.h usability... checking stddef.h usability... yes
checking for string.h... yes
checking stddef.h presence... no
checking nl_types.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stddef.h... yes
checking for sys/file.h... checking for string.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking stdio.h usability... yes
checking for sys/param.h... yes
checking for memory.h... yes
checking malloc.h presence... yes
checking stdio.h presence... yes
checking for malloc.h... yes
checking for limits.h... yes
checking for stdio.h... yes
yes
checking stddef.h usability... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
checking for strings.h... checking for malloc.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
yes
checking for inttypes.h... yes
checking for uintptr_t... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for strings.h... (cached) yes
checking for stdint.h... yes
checking for int_least32_t... checking for sys/time.h... yes
yes
checking sys/param.h presence... checking for time.h... yes
checking for sys/param.h... yes
yes
yes
checking for int_fast32_t... yes
checking for feof_unlocked... checking for unistd.h... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
no
checking for fgets_unlocked... yes
checking for sys/mman.h... yes
checking for dlfcn.h... checking for uint64_t... no
checking for fcntl.h... no
checking for objdir... no
.libs
checking for getc_unlocked... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... no
no
checking for sys/pstat.h... checking for getcwd... yes
checking for off_t... no
checking for sys/sysmp.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/sysinfo.h... checking for getegid... no
checking for machine/hal_sysinfo.h... no
checking for geteuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for sys/systemcfg.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getgid... yes
checking size of int... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
no
checking for process.h... checking for getuid... yes
yes
checking whether -lc should be explicitly linked in... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking dynamic linker characteristics... no
checking whether time.h and sys/time.h may both be included... no
checking for mempcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking whether errno must be declared... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
no
checking size of int... yes
checking for working mmap... no
checking for munmap... checking for memcpy... no
checking for putenv... yes
yes
checking for setenv... 4
checking for strerror... checking size of long... no
checking for setlocale... yes
checking for unistd.h... (cached) yes
yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
no
4
checking size of long... checking for strcasecmp... yes
checking for strdup... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for strtoul... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for tsearch... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for __argz_count... 4
checking size of size_t... no
no
checking for __argz_stringify... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... config.status: creating Makefile
no
checking for bison... bison
checking version of bison... config.status: creating config.h
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... config.status: executing gstdint.h commands
no
checking for GNU gettext in libintl... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
8
checking for long long... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking size of long long... config.status: creating Makefile
configure: creating cache ./config.cache
config.status: creating config.intl
config.status: executing libtool commands
config.status: creating config.h
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: executing default-1 commands
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for C compiler default output file name... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... rm -f plural.h
config.status: creating config.h
o
checking whether we are using the GNU C compiler... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
uint64_t
checking for intptr_t... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for uintptr_t... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for stdlib.h... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for string.h... yes
checking for pid_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for memory.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for strings.h... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for library containing strerror... yes
checking for inttypes.h... none required
checking for asprintf... yes
checking for stdint.h... yes
yes
checking for unistd.h... checking for atexit... yes
checking minix/config.h usability... yes
checking for basename... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for bcmp... no
checking for bcopy... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for bsearch... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for bzero... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... no
checking for calloc... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for clock... yes
checking for ssize_t... yes
checking for ffs... no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for getcwd... no
checking for dirent.h that defines DIR... yes
checking for getpagesize... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for gettimeofday... no
checking for kill... yes
no
checking for index... checking for lstat... no
checking for insque... no
no
checking for memchr... checking for memmove... yes
checking for memcmp... yes
checking for putenv... yes
yes
checking for memcpy... checking for select... yes
no
checking for setenv... checking for memmem... no
checking for memmove... no
checking for setlocale... yes
yes
checking for mempcpy... checking for strcasecmp... yes
checking for memset... yes
checking for strpbrk... yes
checking for mkstemps... yes
no
checking for putenv... checking for tcgetattr... yes
checking for random... no
checking for vsnprintf... no
checking for rename... yes
yes
checking for rindex... checking for isascii... no
yes
checking for setenv... checking for isxdigit... yes
no
checking for snprintf... checking for getpwent... yes
checking for sigsetmask... no
checking for getpwnam... no
checking for stpcpy... no
checking for getpwuid... no
checking for stpncpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for strcasecmp... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for strchr... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strdup... yes
checking for strncasecmp... no
checking varargs.h presence... no
checking for varargs.h... no
yes
checking stdarg.h usability... checking for strndup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strings.h... (cached) yes
checking for strnlen... checking limits.h usability... yes
checking limits.h presence... yes
checking for strrchr... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strstr... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtod... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for strtol... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoul... no
checking termios.h presence... yes
checking for strtoll... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strtoull... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strverscmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for tmpnam... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for vasprintf... checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for vfprintf... 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 vprintf... 64
checking for type of signal functions... yes
checking for vsnprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for vsprintf... yes
checking for waitpid... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for setproctitle... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking whether signal handlers are of type void... no
checking for fork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
no
checking for speed_t in sys/types.h... checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for dup3... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrlimit... no
checking langinfo.h presence... no
checking for getrusage... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for mbsrtowcs... no
checking for pstat_getdynamic... yes
checking for mbschr... no
checking for pstat_getstatic... no
checking for wcrtomb... no
checking for realpath... yes
checking for wcscoll... no
checking for setrlimit... no
checking for sbrk... yes
checking for wcsdup... no
checking for spawnve... yes
checking for wcwidth... yes
no
checking for wctype... checking for spawnvpe... yes
checking for strerror... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... yes
yes
checking for iswlower... checking for strsignal... yes
no
checking for iswupper... checking for sysconf... no
checking for sysctl... no
checking for sysmp... yes
checking for towlower... no
checking for table... yes
checking for towupper... no
checking for times... yes
checking for iswctype... no
checking for wait3... yes
checking for nl_langinfo and CODESET... no
checking for wait4... no
checking for wchar_t in wchar.h... no
checking whether basename is declared... yes
checking for wctype_t in wctype.h... no
checking whether ffs is declared... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
configure: updating cache ./config.cache
checking whether asprintf is declared... configure: creating ./config.status
yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
config.status: creating Makefile
checking whether vsnprintf is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking whether calloc is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-30 15:56 [binutils-gdb] Mark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitialized warnings) sergiodj+buildbot
@ 2018-06-04  6:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04  6:05 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/1788>

Commit(s) tested:
	f7c6f42310233479ea6339430b7c1ca1f9ec68e1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Mark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitialized warnings)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f7/f7c6f42310233479ea6339430b7c1ca1f9ec68e1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
Configuring in ./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 a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... none needed
o
checking whether we are using the GNU C compiler... checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... checking for C compiler default output file name... yes
checking for inline... yes
checking for sys/stat.h... inline
yes
checking for sys/types.h... yes
checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for sys/stat.h... yes
.exe
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for suffix of object files... yes
checking for string.h... checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for memory.h... yes
checking for string.h... yes
yes
checking for memory.h... yes
checking for strings.h... checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inttypes.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
.exe
checking for suffix of object files... yes
checking for stdint.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for off_t... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for working alloca.h... yes
checking how to run the C preprocessor... no
checking for alloca... x86_64-w64-mingw32-gcc -E
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for working mmap... no
1572864
checking whether the shell understands some XSI constructs... checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for unsigned long long... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
no
checking for ld used by GCC... checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
done
checking for sys/types.h... yes
checking argz.h usability... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/stat.h... no
checking argz.h presence... yes
checking for memory.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for strings.h... yes
checking limits.h presence... checking for stdlib.h... yes
checking for limits.h... yes
yes
checking for an ANSI C-conforming const... yes
checking locale.h usability... yes
checking for string.h... checking for inttypes.h... yes
checking for inline... yes
checking locale.h presence... inline
checking whether byte ordering is bigendian... yes
checking for locale.h... yes
checking nl_types.h usability... yes
yes
checking for stdint.h... checking for memory.h... yes
yes
checking for unistd.h... checking for strings.h... no
checking nl_types.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... no
checking for nl_types.h... no
checking ctype.h usability... checking malloc.h usability... yes
yes
checking for sys/param.h... yes
checking ctype.h presence... yes
checking for inttypes.h... yes
checking for ctype.h... yes
yes
checking malloc.h presence... checking for limits.h... checking stddef.h usability... yes
yes
yes
checking for malloc.h... yes
yes
checking stddef.h presence... checking for stdint.h... checking stddef.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for stddef.h... yes
yes
yes
checking for string.h... (cached) yes
yes
checking stddef.h presence... checking for string.h... (cached) yes
checking stdio.h usability... checking for unistd.h... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
yes
checking stdio.h presence... yes
checking for sys/time.h... checking for unistd.h... (cached) yes
checking for dlfcn.h... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking sys/param.h usability... checking for time.h... no
checking for objdir... yes
.libs
yes
checking sys/param.h presence... checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for uintptr_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for fcntl.h... checking for fgets_unlocked... yes
checking for int_least32_t... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for alloca.h... no
checking for sys/pstat.h... yes
checking for int_fast32_t... no
no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sys/sysmp.h... checking for getc_unlocked... yes
checking for uint64_t... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/sysinfo.h... no
no
checking for machine/hal_sysinfo.h... checking for getcwd... no
checking for sys/table.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for sys/sysctl.h... yes
checking whether -lc should be explicitly linked in... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
no
checking for sys/systemcfg.h... no
checking for getegid... checking for stdint.h... (cached) yes
yes
checking dynamic linker characteristics... yes
checking for off_t... checking for stdio_ext.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for process.h... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for geteuid... checking for sys/prctl.h... yes
checking for working mmap... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for memcpy... no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... yes
checking whether errno must be declared... no
checking size of int... no
checking for getuid... yes
checking for strerror... no
checking for mempcpy... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for munmap... no
checking for putenv... yes
checking size of int... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... 4
checking size of long... yes
checking for tsearch... 4
checking size of long... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... 4
checking size of size_t... 4
checking for ANSI C header files... (cached) yes
no
checking for iconv... checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32
checking target system type... no
checking for LC_MESSAGES... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
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 GNU gettext in libintl... config.status: creating Makefile
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing depfiles commands
no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing libtool commands
configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
8
checking for long long... config.status: creating Makefile
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing gstdint.h commands
yes
checking size of long long... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating config.h
configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking build system type... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for C compiler default output file name... 8
checking for a 64-bit type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for uintptr_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for ssize_t... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for sys/types.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for sys/stat.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
none required
checking for asprintf... checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for string.h... yes
checking for atexit... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
yes
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for memory.h... yes
checking for basename... yes
checking for strings.h... yes
yes
checking for bcmp... checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... no
checking for bcopy... no
checking for bsearch... yes
checking minix/config.h usability... yes
no
checking minix/config.h presence... checking for bzero... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for calloc... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for clock... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
no
checking for working volatile... checking for ffs... yes
checking return type of signal handlers... no
checking for getcwd... void
checking for size_t... yes
checking for getpagesize... yes
checking for ssize_t... yes
checking for gettimeofday... yes
checking for index... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
no
checking for dirent.h that defines DIR... checking for insque... yes
checking for library containing opendir... no
checking for memchr... none required
checking for fcntl... yes
checking for memcmp... no
checking for kill... yes
checking for memcpy... no
checking for lstat... yes
no
checking for memmove... checking for memmem... yes
checking for putenv... no
checking for memmove... yes
checking for select... yes
checking for mempcpy... no
checking for setenv... yes
checking for memset... no
checking for setlocale... yes
yes
checking for mkstemps... checking for strcasecmp... no
checking for putenv... yes
checking for strpbrk... yes
checking for random... yes
checking for tcgetattr... no
checking for rename... no
yes
checking for vsnprintf... checking for rindex... no
yes
checking for setenv... checking for isascii... no
yes
checking for snprintf... checking for isxdigit... yes
checking for getpwent... yes
checking for sigsetmask... no
checking for getpwnam... no
checking for stpcpy... no
no
checking for stpncpy... checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for strcasecmp... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for strchr... checking varargs.h usability... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for strdup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strncasecmp... yes
yes
checking limits.h presence... checking for strndup... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... no
checking for strnlen... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strrchr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for strstr... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtod... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strtol... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strtoul... no
checking sys/pte.h presence... yes
checking for strtoll... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoull... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strverscmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for tmpnam... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for vasprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for vfprintf... yes
checking for vprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for vsnprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vsprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for waitpid... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for setproctitle... no
checking for speed_t in sys/types.h... no
checking whether alloca needs Cray hooks... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... not found
checking for struct dirent.d_ino... no
checking for vfork... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for external symbol _system_configuration... no
yes
checking wctype.h presence... checking for __fsetlocking... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for canonicalize_file_name... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for dup3... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrlimit... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for psignal... no
checking for wcrtomb... no
checking for pstat_getdynamic... yes
checking for wcscoll... no
checking for pstat_getstatic... yes
checking for wcsdup... no
checking for realpath... yes
checking for wcwidth... no
checking for setrlimit... no
checking for wctype... no
checking for sbrk... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for spawnve... yes
yes
checking for iswlower... checking for spawnvpe... yes
yes
checking for iswupper... checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... no
checking for sysconf... yes
checking for iswctype... no
checking for sysctl... yes
no
checking for nl_langinfo and CODESET... checking for sysmp... no
checking for wchar_t in wchar.h... no
checking for table... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for times... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether ffs is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking whether asprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-30  8:52 [binutils-gdb] Add znver2 support sergiodj+buildbot
@ 2018-06-04  5:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04  5:29 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/1787>

Commit(s) tested:
	a9660a6f4063c7e1fb892ec709c954c56896ab8d

Author(s) (in the same order as the commits):
	Amit Pawar <Amit.Pawar@amd.com>

Subject:
	Add znver2 support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a9/a9660a6f4063c7e1fb892ec709c954c56896ab8d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... configure: updating cache ./config.cache
/usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
checking for msgmerge... /usr/bin/msgmerge
checking for perl... perl
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking build system type... checking target system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
checking for C compiler default output file name... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... none needed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
yes
checking for an ANSI C-conforming const... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for inline... yes
checking for sys/types.h... checking for C compiler default output file name... inline
checking for sys/types.h... yes
a.exe
checking whether the C compiler works... yes
checking for sys/stat.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for stdlib.h... checking for sys/stat.h... .exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... yes
checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... checking for string.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for strings.h... yes
checking for memory.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for inttypes.h... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... checking for stdint.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for unistd.h... checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking minix/config.h usability... .exe
yes
checking for suffix of object files... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... no
checking minix/config.h presence... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking how to run the C preprocessor... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... none needed
checking for style of include used by make... x86_64-w64-mingw32-gcc -E
yes
checking for size_t... GNU
checking dependency style of x86_64-w64-mingw32-gcc... 64
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for working alloca.h... yes
gcc3
checking how to print strings... checking whether x86_64-w64-mingw32-gcc supports -Wall... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for sys/types.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for getpagesize... 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 sys/stat.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdlib.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for unsigned long long... checking for string.h... ok
checking how to run the C preprocessor... yes
yes
checking for inttypes.h... checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for strings.h... no
checking for ld used by GCC... checking for ANSI C header files... yes
yes
checking for an ANSI C-conforming const... checking for inttypes.h... yes
checking for inline... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for stdint.h... inline
checking whether byte ordering is bigendian... yes
checking for sys/types.h... yes
done
checking argz.h usability... checking for sys/stat.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for unistd.h... no
checking argz.h presence... yes
checking for sys/file.h... checking for stdlib.h... yes
yes
checking ctype.h usability... no
checking for argz.h... no
yes
checking limits.h usability... yes
checking ctype.h presence... checking for string.h... yes
checking for ctype.h... yes
checking for sys/param.h... checking stddef.h usability... yes
yes
yes
checking limits.h presence... checking for memory.h... yes
checking for limits.h... yes
checking for limits.h... yes
checking stddef.h presence... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
yes
checking for stddef.h... yes
checking for malloc.h... checking for string.h... (cached) yes
checking for strings.h... yes
checking stdio.h usability... yes
checking locale.h presence... yes
checking for string.h... (cached) yes
yes
checking for locale.h... yes
yes
checking stdio.h presence... checking nl_types.h usability... checking for inttypes.h... checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
checking for strings.h... (cached) yes
checking for sys/time.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
no
checking nl_types.h presence... checking for time.h... yes
yes
checking for stdint.h... no
checking for nl_types.h... no
checking for sys/resource.h... checking malloc.h usability... no
yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... yes
checking for uintptr_t... checking for sys/mman.h... yes
checking malloc.h presence... no
checking for fcntl.h... yes
yes
checking for malloc.h... yes
checking for dlfcn.h... yes
yes
checking for int_least32_t... checking stddef.h usability... checking for alloca.h... no
yes
checking stddef.h presence... checking for sys/pstat.h... no
checking for objdir... .libs
yes
checking for stddef.h... yes
yes
checking for int_fast32_t... no
checking for stdlib.h... (cached) yes
checking for sys/sysmp.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/sysinfo.h... checking sys/param.h usability... yes
checking for uint64_t... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking sys/param.h presence... checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for feof_unlocked... no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/table.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
no
checking for sys/sysctl.h... checking for fgets_unlocked... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for sys/systemcfg.h... yes
checking for off_t... no
checking for getc_unlocked... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for stdint.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... checking for stdio_ext.h... no
checking for getcwd... no
yes
checking size of int... yes
checking dynamic linker characteristics... checking for process.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for sys/prctl.h... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking whether time.h and sys/time.h may both be included... no
checking for geteuid... yes
checking whether errno must be declared... yes
checking for working mmap... no
checking for memcpy... no
checking size of int... no
checking for getgid... yes
checking for strerror... no
yes
checking for getuid... checking for unistd.h... (cached) yes
4
checking size of long... no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for munmap... no
4
checking size of long... checking for putenv... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for setlocale... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stpcpy... 4
checking size of size_t... no
checking for strcasecmp... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... config.status: creating Makefile
no
checking for __argz_stringify... config.status: creating config.h
config.status: executing gstdint.h commands
8
checking for long long... no
checking for __argz_next... make[1]: Nothing to be done for 'all-target'.
yes
checking size of long long... no
mkdir -p -- ./readline
checking for __fsetlocking... Configuring in ./readline
config.status: creating Makefile
config.status: executing depfiles commands
no
checking for iconv... config.status: executing libtool commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
configure: creating cache ./config.cache
no
checking for GNU gettext in libintl... checking build system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-pc-linux-gnu
checking host system type... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
8
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
uint64_t
checking for intptr_t... checking for C compiler default output file name... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
.exe
checking for suffix of object files... config.status: creating Makefile
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating config.intl
o
checking whether we are using the GNU C compiler... config.status: creating config.h
config.status: executing default-1 commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for pid_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
x86_64-w64-mingw32-gcc -E
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for atexit... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for basename... checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for sys/stat.h... yes
yes
checking for bcmp... checking for stdlib.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
no
checking for string.h... rm -f plural.h
checking for bcopy... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
yes
checking for bsearch... checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for stdint.h... yes
checking for bzero... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking minix/config.h usability... no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking minix/config.h presence... checking for calloc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for clock... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for ffs... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking return type of signal handlers... no
void
checking for size_t... checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for ssize_t... checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for gettimeofday... no
checking for dirent.h that defines DIR... yes
yes
checking for index... checking for library containing opendir... no
checking for insque... none required
checking for fcntl... no
checking for memchr... no
checking for kill... yes
no
checking for lstat... checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
yes
checking for putenv... checking for memmem... yes
checking for select... no
checking for memmove... yes
no
checking for setenv... checking for mempcpy... no
checking for setlocale... yes
checking for memset... yes
checking for strcasecmp... yes
checking for mkstemps... yes
checking for strpbrk... no
checking for putenv... yes
yes
checking for tcgetattr... checking for random... no
checking for vsnprintf... no
checking for rename... yes
checking for rindex... yes
checking for isascii... no
checking for setenv... yes
checking for isxdigit... no
checking for snprintf... yes
checking for getpwent... yes
checking for sigsetmask... no
checking for getpwnam... no
checking for stpcpy... no
checking for getpwuid... no
checking for stpncpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for strcasecmp... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for strchr... checking varargs.h usability... yes
no
checking varargs.h presence... checking for strdup... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for strncasecmp... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strndup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strnlen... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strrchr... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for strstr... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strtod... checking termios.h usability... yes
checking for strtol... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtoul... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoll... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoull... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strverscmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
yes
checking sys/file.h presence... checking for tmpnam... 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... checking for vasprintf... 64
checking for type of signal functions... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for vsprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for waitpid... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for setproctitle... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking whether alloca needs Cray hooks... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for external symbol _system_configuration... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for __fsetlocking... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for canonicalize_file_name... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for dup3... no
checking for getrlimit... yes
checking for mbscasecmp... no
checking for getrusage... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for psignal... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for pstat_getstatic... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
yes
checking for iswlower... checking for spawnvpe... yes
checking for iswupper... yes
checking for strerror... yes
checking for towlower... yes
yes
checking for strsignal... checking for towupper... no
checking for sysconf... yes
checking for iswctype... no
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for table... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for times... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking whether ffs is declared... config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking whether asprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-30  0:37 [binutils-gdb] Removing lookup_minimal_symbol_and_objfile sergiodj+buildbot
@ 2018-06-04  1:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04  1:39 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/1785>

Commit(s) tested:
	64cc34d87089ff24b43e0a8760be132b7afa6f34

Author(s) (in the same order as the commits):
	Weimin Pan <weimin.pan@oracle.com>

Subject:
	Removing lookup_minimal_symbol_and_objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/64/64cc34d87089ff24b43e0a8760be132b7afa6f34/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/xgettext
configure: updating cache ./config.cache
configure: creating ./config.status
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking for perl... perl
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... Configuring in ./libdecnumber
none required
checking how to run the C preprocessor... checking for C compiler default output file name... yes
x86_64-w64-mingw32-gcc -E
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... inline
checking for sys/types.h... none needed
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdlib.h... .exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for string.h... none needed
checking for style of include used by make... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
checking for sys/types.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for strings.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... 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
yes
checking whether the shell understands "+="... yes
checking for stdint.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for unistd.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for off_t... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for size_t... yes
yes
checking for stdint.h... checking for sys/types.h... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
checking for working alloca.h... no
checking for alloca... yes
checking minix/config.h usability... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
checking for stdlib.h... (cached) yes
no
checking minix/config.h presence... checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... checking for sys/stat.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for stdlib.h... yes
64
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... checking for string.h... yes
checking for memory.h... yes
checking for unsigned long long... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... no
checking for ld used by GCC... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for dlfcn.h... done
yes
checking argz.h usability... checking ctype.h usability... no
checking for objdir... .libs
no
checking argz.h presence... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for argz.h... no
checking limits.h usability... yes
checking for an ANSI C-conforming const... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking stddef.h presence... yes
checking for inline... yes
checking limits.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for limits.h... yes
inline
checking whether byte ordering is bigendian... checking locale.h usability... checking stdio.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking stdio.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for stdio.h... yes
yes
checking whether -lc should be explicitly linked in... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking nl_types.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking dynamic linker characteristics... yes
checking for uintptr_t... checking for sys/file.h... no
checking nl_types.h presence... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/param.h... no
checking for nl_types.h... no
checking for stdlib.h... (cached) yes
yes
checking malloc.h usability... checking for unistd.h... (cached) yes
checking for limits.h... checking for getpagesize... yes
checking for int_least32_t... yes
yes
checking malloc.h presence... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... yes
checking for malloc.h... checking stddef.h usability... yes
yes
checking for working mmap... no
checking for string.h... (cached) yes
checking for memcpy... yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for stddef.h... yes
yes
checking for uint64_t... checking for stdlib.h... (cached) yes
yes
checking for strerror... yes
checking for string.h... (cached) yes
checking for time.h... checking for unistd.h... (cached) yes
yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking sys/param.h usability... checking for sys/resource.h... yes
checking for unistd.h... (cached) yes
yes
checking for off_t... yes
checking sys/param.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/param.h... yes
checking for feof_unlocked... checking for sys/mman.h... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for fcntl.h... no
yes
checking for fgets_unlocked... checking for alloca.h... yes
checking size of int... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
no
checking for getc_unlocked... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
no
checking for getcwd... checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for getegid... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for geteuid... checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getgid... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... 4
no
checking size of long... checking for getuid... no
checking size of int... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
4
checking build system type... checking size of long... no
checking for setlocale... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... config.status: creating Makefile
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
config.status: executing depfiles commands
checking for stpcpy... config.status: executing libtool commands
no
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
4
config.status: creating config.h
checking size of size_t... yes
config.status: executing gstdint.h commands
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... no
x86_64-w64-mingw32-gcc -E
checking for __argz_next... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for __fsetlocking... yes
checking for sys/types.h... no
checking for iconv... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for stdlib.h... no
checking for LC_MESSAGES... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for bison... bison
checking version of bison... checking for string.h... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
yes
checking for GNU gettext in libintl... checking for memory.h... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
8
checking for long long... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for inttypes.h... yes
checking size of long long... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for unistd.h... yes
checking minix/config.h usability... config.status: creating Makefile
config.status: creating config.intl
no
checking minix/config.h presence... config.status: creating config.h
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking return type of signal handlers... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
8
checking for a 64-bit type... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for ssize_t... yes
checking for uintptr_t... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for dirent.h that defines DIR... yes
checking for ssize_t... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
none required
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for fcntl... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for memmove... none required
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for asprintf... yes
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for atexit... yes
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for basename... checking for setenv... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for bcmp... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
yes
checking for bcopy... checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for bsearch... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for strpbrk... yes
checking for bzero... no
checking for calloc... yes
checking for tcgetattr... yes
checking for clock... no
checking for vsnprintf... yes
checking for ffs... yes
checking for isascii... no
checking for getcwd... yes
yes
checking for isxdigit... checking for getpagesize... yes
yes
checking for getpwent... checking for gettimeofday... no
yes
checking for getpwnam... checking for index... no
checking for getpwuid... no
checking for insque... no
no
checking for working strcoll... no
checking for memchr... checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for memcmp... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for memmove... checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for mempcpy... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for memset... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mkstemps... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for random... no
checking for rename... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for rindex... no
checking termio.h presence... no
checking for setenv... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for snprintf... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for sigsetmask... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for stpcpy... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for stpncpy... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strcasecmp... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strndup... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking for strnlen... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strrchr... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strstr... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtod... not found
checking for struct dirent.d_ino... yes
checking for strtol... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtoul... no
checking for tgetent in -ltermcap... yes
checking for strtoll... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for strtoull... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strverscmp... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for tmpnam... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vasprintf... yes
checking for mbscasecmp... yes
checking for vfprintf... no
checking for mbscmp... yes
checking for vprintf... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... yes
checking for vsnprintf... yes
checking for mbschr... yes
checking for vsprintf... no
checking for wcrtomb... yes
checking for waitpid... yes
checking for wcscoll... no
checking for setproctitle... yes
checking for wcsdup... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcwidth... no
checking for fork... no
checking for wctype... no
checking for vfork... no
checking for _doprnt... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswlower... no
checking for external symbol _system_configuration... no
yes
checking for __fsetlocking... checking for iswupper... yes
no
checking for canonicalize_file_name... checking for towlower... no
checking for dup3... yes
checking for towupper... no
checking for getrlimit... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for getrusage... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for getsysinfo... yes
checking configuration for building shared libraries... supported
no
checking for gettimeofday... (cached) yes
checking for on_exit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for psignal... config.status: creating Makefile
no
checking for pstat_getdynamic... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for pstat_getstatic... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-29 23:51 [binutils-gdb] Fix fall-through comment in windows-nat.c sergiodj+buildbot
@ 2018-06-04  1:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04  1:35 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/1784>

Commit(s) tested:
	e7ec8713ec12a633fcdfc5524c9ee050389b6f9d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix fall-through comment in windows-nat.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e7/e7ec8713ec12a633fcdfc5524c9ee050389b6f9d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: updating cache ./config.cache
checking for xgettext... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... x86_64-w64-mingw32
yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
o
checking whether we are using the GNU C compiler... checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/stat.h... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdlib.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... yes
checking for strings.h... yes
checking how to run the C preprocessor... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for stdint.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
checking for unistd.h... yes
yes
checking for unistd.h... checking for sys/types.h... yes
checking for off_t... yes
yes
checking for sys/stat.h... checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
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
checking for memory.h... 64
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for getpagesize... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for inttypes.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... yes
checking for unsigned long long... checking for C compiler default output file name... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking stddef.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stddef.h presence... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
no
checking for ld used by GCC... checking for string.h... (cached) yes
checking stdio.h usability... o
checking whether we are using the GNU C compiler... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for inline... yes
checking for shared library run path origin... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking whether byte ordering is bigendian... done
yes
checking stdio.h presence... checking argz.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... no
checking for argz.h... no
none needed
checking for style of include used by make... checking limits.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/file.h... yes
checking for uintptr_t... yes
checking for sys/param.h... yes
checking limits.h presence... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for limits.h... yes
/usr/bin/sed
checking for limits.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking locale.h usability... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for int_least32_t... yes
checking for stdlib.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for malloc.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking locale.h presence... checking for string.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for int_fast32_t... checking nl_types.h usability... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for strings.h... (cached) yes
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/time.h... yes
checking for time.h... no
checking nl_types.h presence... yes
yes
checking for uint64_t... checking for sys/resource.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... ok
checking how to run the C preprocessor... no
yes
checking malloc.h presence... checking for fcntl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for malloc.h... yes
yes
checking stddef.h usability... x86_64-w64-mingw32-gcc -E
checking for alloca.h... yes
checking for off_t... no
checking for sys/pstat.h... checking for ANSI C header files... no
yes
checking stddef.h presence... checking for sys/sysmp.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/sysinfo.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for machine/hal_sysinfo.h... yes
checking for sys/types.h... no
yes
checking size of int... checking for sys/table.h... no
yes
checking sys/param.h presence... checking for sys/sysctl.h... yes
checking for sys/stat.h... yes
checking for sys/param.h... yes
no
checking for sys/systemcfg.h... checking for feof_unlocked... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for stdlib.h... no
checking for process.h... no
checking for fgets_unlocked... yes
checking for sys/prctl.h... yes
checking for string.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for getc_unlocked... yes
checking for memory.h... yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... yes
checking for strings.h... yes
yes
checking for getegid... checking for inttypes.h... yes
checking for stdint.h... 4
no
checking size of long... checking for geteuid... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... 4
checking size of long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for munmap... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for putenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for setenv... yes
checking whether -lc should be explicitly linked in... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... no
checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for stpcpy... no
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
no
yes
checking for strcasecmp... checking for working mmap... no
checking for memcpy... 4
checking size of size_t... yes
checking for strdup... yes
checking for strerror... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
yes
checking for strtoul... checking for unistd.h... (cached) yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for __fsetlocking... 8
checking for long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for bison... bison
checking version of bison... 3.0.4, ok
yes
checking whether NLS is requested... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... none needed
checking how to run the C preprocessor... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... config.status: creating Makefile
/usr/bin/grep -E
checking for ANSI C header files... config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for sys/types.h... config.status: creating Makefile
config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
config.status: creating config.h
checking for sys/stat.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for string.h... yes
8
checking for a 64-bit type... checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
uint64_t
checking for intptr_t... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for unistd.h... yes
checking for ssize_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for working volatile... none required
checking for asprintf... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
void
checking for size_t... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for atexit... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for bcmp... no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for dirent.h that defines DIR... no
checking for bsearch... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for bzero... none required
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for calloc... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for clock... no
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for ffs... no
checking for memmove... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for getcwd... yes
checking for putenv... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
config.status: creating config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for getpagesize... yes
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for index... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for insque... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memchr... yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memcmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for tcgetattr... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for random... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking limits.h usability... checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for snprintf... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sigsetmask... checking pwd.h usability... no
checking pwd.h presence... no
checking for stpcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
yes
checking termcap.h presence... checking for stpncpy... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strrchr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strstr... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtoll... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoull... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strverscmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsnprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for waitpid... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for vfork... no
no
checking for mbsrtowcs... checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
no
checking for wctype... checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
no
checking for pstat_getstatic... checking for towupper... no
yes
checking for realpath... checking for iswctype... yes
no
checking for setrlimit... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sbrk... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for spawnve... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking for strsignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-29 19:05 [binutils-gdb] Change program_space::added_solibs to a std::vector sergiodj+buildbot
@ 2018-06-04  0:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-04  0:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1783>

Commit(s) tested:
	bcb430e4cd5bcd913813236536031f1fc7f72aee

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change program_space::added_solibs to a std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bc/bcb430e4cd5bcd913813236536031f1fc7f72aee/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1613: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-29 18:44 [binutils-gdb] Remove a VEC from type.c sergiodj+buildbot
@ 2018-06-03 23:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03 23:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1782>

Commit(s) tested:
	894882e344735ace5231f179484086f7697d27cc

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a VEC from type.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/89/894882e344735ace5231f179484086f7697d27cc/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
  CXX    cli/cli-script.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1613: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-29 16:25 [binutils-gdb] Remove tp_t typedef sergiodj+buildbot
@ 2018-06-03 22:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03 22:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1781>

Commit(s) tested:
	10b2ded43caa3298cded1df8b620caaaee3f9209

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove tp_t typedef

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/10/10b2ded43caa3298cded1df8b620caaaee3f9209/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1613: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-29 16:07 [binutils-gdb] Remove const_char_ptr typedef sergiodj+buildbot
@ 2018-06-03 21:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03 21:04 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/1777>

Commit(s) tested:
	4f7deebe0c56863f0c97edfe9ac9931dfdfc8f0a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove const_char_ptr typedef

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4f/4f7deebe0c56863f0c97edfe9ac9931dfdfc8f0a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
Configuring in ./libiberty
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 make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... mkdir -p -- ./libdecnumber
.exe
x86_64-pc-linux-gnu
checking host system type... checking for suffix of object files... Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... .exe
x86_64-pc-linux-gnu
checking host system type... checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... checking for grep that handles long lines and -e... none needed
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for inline... .exe
inline
checking for suffix of object files... yes
checking for sys/types.h... checking for sys/stat.h... yes
o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for stdlib.h... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... checking for memory.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for inttypes.h... .exe
checking for suffix of object files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... o
checking whether we are using the GNU C compiler... yes
checking for stdint.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking minix/config.h usability... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
no
checking minix/config.h presence... checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for size_t... /usr/bin/grep -E
checking for ANSI C header files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... 64
checking whether x86_64-w64-mingw32-gcc supports -W... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
ok
checking how to run the C preprocessor... checking for sys/types.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for getpagesize... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for ANSI C header files... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdlib.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for string.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
checking for memory.h... yes
checking for sys/stat.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for strings.h... checking for stdlib.h... yes
yes
checking for inttypes.h... checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... checking for string.h... yes
checking for stdint.h... yes
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
done
yes
checking for unistd.h... checking argz.h usability... yes
checking for inline... checking for memory.h... yes
checking ctype.h usability... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... yes
yes
checking ctype.h presence... checking for strings.h... yes
checking for ctype.h... yes
no
checking for argz.h... no
checking limits.h usability... checking stddef.h usability... yes
yes
checking limits.h presence... yes
checking stddef.h presence... yes
checking for limits.h... checking for inttypes.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stddef.h... yes
checking locale.h usability... checking for sys/file.h... yes
checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for stdint.h... yes
checking locale.h presence... checking for sys/param.h... yes
checking stdio.h presence... yes
checking for locale.h... yes
yes
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking nl_types.h usability... checking for limits.h... yes
yes
no
checking nl_types.h presence... checking for unistd.h... checking for stdlib.h... (cached) yes
no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for uintptr_t... checking for malloc.h... yes
checking for dlfcn.h... yes
yes
checking malloc.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_least32_t... checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/time.h... no
checking for objdir... .libs
checking stddef.h usability... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking stddef.h presence... no
yes
checking for int_fast32_t... yes
checking for stddef.h... yes
checking for sys/stat.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdlib.h... (cached) yes
checking for sys/mman.h... checking for string.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for unistd.h... (cached) yes
no
checking for fcntl.h... checking sys/param.h usability... yes
checking for uint64_t... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for alloca.h... yes
checking sys/param.h presence... no
yes
checking what to include in gstdint.h... yes
checking for sys/param.h... yes
checking for sys/pstat.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for feof_unlocked... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for off_t... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for fgets_unlocked... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
yes
checking whether -lc should be explicitly linked in... yes
checking size of int... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for getc_unlocked... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
yes
checking if libtool supports shared libraries... checking for sys/sysctl.h... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for getcwd... no
checking for sys/systemcfg.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
yes
checking for sys/prctl.h... checking for getegid... yes
checking for working mmap... no
checking for memcpy... no
checking for sys/wait.h that is POSIX.1 compatible... no
yes
checking for geteuid... no
checking whether time.h and sys/time.h may both be included... checking for strerror... yes
checking whether errno must be declared... no
4
checking size of long... checking for getgid... no
checking size of int... yes
checking for unistd.h... (cached) yes
no
checking for getuid... no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for munmap... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... 4
checking size of long... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stpcpy... no
checking for strcasecmp... 4
checking size of size_t... yes
checking for strdup... yes
checking for strtoul... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... 8
no
checking for long long... checking for __fsetlocking... no
checking for iconv... yes
checking size of long long... configure: creating cache ./config.cache
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... no
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... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
no
checking for GNU gettext in libintl... config.status: executing depfiles commands
checking for C compiler default output file name... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing libtool commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking for suffix of object files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
config.status: creating Makefile
uint64_t
checking for intptr_t... config.status: creating config.intl
none needed
checking how to run the C preprocessor... config.status: creating config.h
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for uintptr_t... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for stdlib.h... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for string.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for pid_t... no
checking minix/config.h presence... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating config.h
yes
checking for function prototypes... yes
checking whether char is unsigned... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for library containing strerror... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
none required
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking return type of signal handlers... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for atexit... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
void
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for size_t... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for bcmp... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for dirent.h that defines DIR... no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for bsearch... yes
checking for library containing opendir... yes
checking for bzero... none required
checking for fcntl... no
no
checking for kill... checking for calloc... no
yes
checking for lstat... checking for clock... yes
checking for ffs... no
no
checking for getcwd... checking for memmove... yes
checking for getpagesize... yes
checking for putenv... yes
checking for gettimeofday... yes
yes
checking for select... checking for index... no
checking for insque... no
checking for setenv... no
checking for memchr... no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
yes
checking for memmem... checking for tcgetattr... no
checking for memmove... yes
checking for mempcpy... no
checking for vsnprintf... yes
yes
checking for memset... checking for isascii... yes
checking for mkstemps... no
checking for putenv... yes
yes
checking for isxdigit... checking for random... yes
no
checking for getpwent... checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
checking for setenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
yes
checking for fcntl.h... yes
checking for snprintf... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking for stpcpy... checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for stpncpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strchr... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strdup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strndup... no
checking termios.h presence... no
checking for termios.h... no
no
checking for strnlen... checking termio.h usability... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strrchr... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strstr... no
checking sys/stream.h presence... yes
checking for strtod... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoul... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtoll... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vasprintf... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vsnprintf... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for waitpid... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
no
checking for langinfo.h... no
checking for mbrlen... checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for mbsnrtowcs... checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for mbsrtowcs... no
checking for __fsetlocking... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for getrlimit... no
checking for getrusage... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
no
checking for realpath... checking for iswupper... yes
no
checking for towlower... checking for setrlimit... yes
checking for towupper... no
checking for sbrk... yes
checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for spawnve... no
checking for wchar_t in wchar.h... yes
checking for spawnvpe... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for strerror... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-28 19:57 [binutils-gdb] x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout sergiodj+buildbot
@ 2018-06-03 20:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03 20:19 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/1776>

Commit(s) tested:
	92e68c1d65f844c0027f471a0c9e1722d781ef7d

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/92/92e68c1d65f844c0027f471a0c9e1722d781ef7d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... yes
checking for a BSD-compatible install... configure: updating cache ./config.cache
/usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for an ANSI C-conforming const... yes
checking for inline... none needed
checking how to run the C preprocessor... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for sys/stat.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for strings.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for string.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for stdint.h... checking for memory.h... yes
checking how to run the C preprocessor... yes
yes
checking for strings.h... checking for unistd.h... x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... checking for off_t... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
yes
yes
checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking whether we are using the GNU C Library 2.1 or newer... checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdint.h... yes
checking for stdint.h... checking for x86_64-w64-mingw32-strip... yes
x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for unsigned long long... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unistd.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking ctype.h usability... checking for C compiler default output file name... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for ld used by GCC... yes
yes
checking ctype.h presence... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for ctype.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking stddef.h usability... yes
checking for shared library run path origin... done
.exe
checking for suffix of object files... checking argz.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
o
checking whether we are using the GNU C compiler... checking for string.h... (cached) yes
checking stdio.h usability... no
checking argz.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for argz.h... no
checking limits.h usability... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, yes
checking limits.h presence... checking for uintmax_t... inline
checking whether byte ordering is bigendian... yes
checking for limits.h... yes
checking locale.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... yes
checking locale.h presence... yes
checking for locale.h... yes
gcc3
checking how to print strings... no
checking for a BSD-compatible install... /usr/bin/install -c
checking nl_types.h usability... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/file.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for int_least32_t... yes
checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking nl_types.h presence... yes
checking for limits.h... no
checking for nl_types.h... no
checking malloc.h usability... 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 /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for malloc.h... yes
yes
checking malloc.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
checking stddef.h usability... yes
checking for uint64_t... checking for sys/time.h... yes
checking for time.h... yes
yes
checking stddef.h presence... ok
checking for sys/resource.h... checking how to run the C preprocessor... yes
checking for stddef.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking sys/param.h usability... yes
checking for off_t... no
checking for fcntl.h... yes
checking for ANSI C header files... checking for alloca.h... yes
checking sys/param.h presence... no
checking for sys/pstat.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysmp.h... no
yes
yes
checking size of int... checking for sys/sysinfo.h... checking for sys/types.h... no
no
checking for machine/hal_sysinfo.h... checking for fgets_unlocked... yes
no
checking for sys/table.h... checking for sys/stat.h... no
checking for sys/sysctl.h... no
no
checking for getc_unlocked... checking for sys/systemcfg.h... yes
checking for stdlib.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
yes
checking for process.h... no
checking for getcwd... checking for string.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for memory.h... yes
checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
checking for strings.h... yes
checking whether errno must be declared... no
checking for geteuid... no
checking size of int... yes
checking for inttypes.h... no
checking for getgid... yes
4
checking for stdint.h... checking size of long... no
checking for getuid... yes
checking for unistd.h... no
yes
checking for mempcpy... checking for dlfcn.h... no
checking for objdir... .libs
yes
checking for munmap... no
checking for putenv... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
4
checking size of long... checking for setenv... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... (cached) yes
no
checking for setlocale... checking build system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-pc-linux-gnu
checking host system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stpcpy... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for strcasecmp... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strdup... yes
checking for working mmap... no
checking for memcpy... no
yes
checking for strtoul... yes
checking for strerror... configure: updating cache ./config.cache
4
configure: creating ./config.status
checking size of size_t... yes
checking for tsearch... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for __argz_count... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... 8
checking for long long... checking for C compiler default output file name... no
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... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking size of long long... .exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: executing depfiles commands
none needed
checking how to run the C preprocessor... config.status: executing libtool commands
config.status: creating Makefile
config.status: creating config.intl
x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for string.h... 8
checking for a 64-bit type... yes
uint64_t
checking for intptr_t... checking for memory.h... yes
checking for strings.h... yes
yes
checking for uintptr_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdint.h... yes
checking for ssize_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for pid_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for library containing strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
none required
checking for asprintf... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking return type of signal handlers... checking for atexit... void
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for size_t... yes
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
yes
checking for ssize_t... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for bcopy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for bsearch... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for library containing opendir... checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
none required
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for fcntl... no
checking for calloc... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for kill... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
config.status: creating config.h
no
config.status: config.h is unchanged
checking for lstat... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for ffs... rm -f plural.h
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for memmove... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for select... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for setenv... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for setlocale... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for strcasecmp... no
checking for memchr... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for random... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for unistd.h... (cached) yes
checking for rename... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for rindex... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for setenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking for stpcpy... checking pwd.h usability... no
checking pwd.h presence... no
checking for stpncpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strdup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strncasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strndup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strstr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strtod... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoull... no
checking for sig_atomic_t in signal.h... yes
checking for strverscmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for tmpnam... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... yes
checking for vprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for gettimeofday... (cached) yes
checking for on_exit... yes
no
checking for iswlower... checking for psignal... yes
no
checking for pstat_getdynamic... checking for iswupper... no
yes
checking for pstat_getstatic... checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for spawnvpe... yes
checking configuration for building shared libraries... supported
yes
configure: updating cache ./config.cache
checking for strerror... configure: creating ./config.status
yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysconf... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-28 16:20 [binutils-gdb] ld: Unify STT_GNU_IFUNC handling sergiodj+buildbot
@ 2018-06-03 16:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03 16:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1775>

Commit(s) tested:
	ac98f9e2275ffcca560eaa0bddd282a1ff94fc28

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Unify STT_GNU_IFUNC handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ac/ac98f9e2275ffcca560eaa0bddd282a1ff94fc28/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1613: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-27 22:16 [binutils-gdb] Remove last reference to REMOTE_OBS sergiodj+buildbot
@ 2018-06-03 15:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03 15:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1774>

Commit(s) tested:
	b8283aea9e599f17dbae7f52223994e3a9168143

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove last reference to REMOTE_OBS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b8/b8283aea9e599f17dbae7f52223994e3a9168143/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1613: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-27  0:24 [binutils-gdb] ld: Add _bfd_elf_link_hide_sym_by_version sergiodj+buildbot
@ 2018-06-03  8:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03  8:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1773>

Commit(s) tested:
	099bb8fb97d79d03a20926d6014a5fc27a5ca75e

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Add _bfd_elf_link_hide_sym_by_version

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/09/099bb8fb97d79d03a20926d6014a5fc27a5ca75e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 22:57 [binutils-gdb] Clear entire "location" in value constructor sergiodj+buildbot
@ 2018-06-03  5:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03  5:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1772>

Commit(s) tested:
	41a883c8edf98e86176d007bc8ad1c86c9675528

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Clear entire "location" in value constructor

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/41/41a883c8edf98e86176d007bc8ad1c86c9675528/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-linux-tdep.o
  CXX    aarch64-fbsd-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-26 21:47 [binutils-gdb] Remove cleanups from dbxread.c sergiodj+buildbot
@ 2018-06-03  3:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03  3:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1771>

Commit(s) tested:
	bf259e253f0d27323756fb434ba6e94d50846021

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from dbxread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bf/bf259e253f0d27323756fb434ba6e94d50846021/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-26 21:25 [binutils-gdb] Add "name" method to class interp sergiodj+buildbot
@ 2018-06-03  3:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03  3:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1770>

Commit(s) tested:
	d525a99be1b02dda6c69007e31dd06f276378aea

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add "name" method to class interp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d5/d525a99be1b02dda6c69007e31dd06f276378aea/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 20:59 [binutils-gdb] Remove interp_name sergiodj+buildbot
@ 2018-06-03  2:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03  2:20 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/1769>

Commit(s) tested:
	da505cff6e29b18244dc9f6886bcb4d436263dee

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove interp_name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/da/da505cff6e29b18244dc9f6886bcb4d436263dee/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking build system type... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32
checking whether we are cross compiling... yes
checking for suffix of executables... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating ./config.status
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... checking for C compiler default output file name... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for inline... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... none needed
checking how to run the C preprocessor... yes
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -E
checking for string.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for C compiler default output file name... yes
a.exe
checking whether the C compiler works... yes
checking for strings.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for sys/types.h... .exe
checking for suffix of object files... checking for inttypes.h... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdint.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... checking for stdlib.h... yes
checking for unistd.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... a.exe
checking whether the C compiler works... yes
checking for string.h... checking whether we are cross compiling... yes
checking for suffix of executables... checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
.exe
checking for suffix of object files... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... o
checking whether we are using the GNU C compiler... yes
yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
none needed
checking for style of include used by make... no
checking for alloca... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdint.h... yes
yes
checking how to run the C preprocessor... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... x86_64-w64-mingw32-gcc -E
checking for unistd.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking minix/config.h usability... checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for unsigned long long... no
checking minix/config.h presence... yes
checking for sys/types.h... 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
yes
yes
checking for inttypes.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/stat.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
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 ld used by GCC... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for string.h... yes
checking for shared library run path origin... ok
checking how to run the C preprocessor... 64
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
done
checking argz.h usability... yes
yes
checking for strings.h... no
checking argz.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for ANSI C header files... no
checking for argz.h... no
checking limits.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for inttypes.h... checking for sys/types.h... yes
checking locale.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... yes
checking locale.h presence... checking for sys/stat.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
no
checking nl_types.h presence... checking ctype.h usability... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking ctype.h presence... checking for memory.h... yes
checking for ctype.h... yes
yes
checking malloc.h presence... checking stddef.h usability... yes
checking for malloc.h... yes
checking stddef.h usability... yes
yes
checking for an ANSI C-conforming const... checking for strings.h... yes
checking stddef.h presence... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for stddef.h... yes
yes
checking for inline... checking for string.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for inttypes.h... checking for string.h... (cached) yes
checking stdio.h usability... checking for unistd.h... (cached) yes
inline
checking whether byte ordering is bigendian... yes
checking sys/param.h usability... checking for stdint.h... yes
checking stdio.h presence... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
yes
checking for stdio.h... yes
yes
checking for feof_unlocked... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for unistd.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for dlfcn.h... no
checking for sys/file.h... checking for fgets_unlocked... yes
checking for uintptr_t... yes
checking for sys/param.h... yes
no
checking for objdir... checking for limits.h... .libs
yes
checking for int_least32_t... no
checking for getc_unlocked... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
no
checking for getcwd... yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking for uint64_t... checking for time.h... yes
checking for getegid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for sys/resource.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for geteuid... no
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/mman.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for fcntl.h... yes
checking dynamic linker characteristics... yes
checking for off_t... yes
no
checking for getgid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for alloca.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... x86_64-w64-mingw32-gcc -E
no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking size of int... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for getuid... no
checking for machine/hal_sysinfo.h... checking for getpagesize... no
checking for sys/table.h... no
yes
checking for sys/sysctl.h... checking for working mmap... no
checking for memcpy... no
checking for sys/systemcfg.h... no
checking for mempcpy... yes
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... checking for strerror... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
yes
no
checking size of int... checking for munmap... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
4
no
checking size of long... checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for strdup... x86_64-pc-linux-gnu
checking host system type... 4
checking size of long... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for strtoul... yes
checking for tsearch... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... config.status: creating Makefile
config.status: creating config.h
no
config.status: executing gstdint.h commands
checking for __argz_next... 4
checking size of size_t... no
make[1]: Nothing to be done for 'all-target'.
checking for __fsetlocking... mkdir -p -- ./readline
Configuring in ./readline
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
configure: creating cache ./config.cache
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
config.status: executing depfiles commands
checking for C compiler default output file name... config.status: executing libtool commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... 8
checking for long long... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
config.status: creating config.intl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... yes
checking size of long long... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for stdlib.h... yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
8
checking for a 64-bit type... checking for strings.h... uint64_t
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for intptr_t... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for inttypes.h... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking minix/config.h usability... yes
checking for uintptr_t... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for pid_t... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for library containing strerror... void
checking for size_t... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
none required
checking for asprintf... rm -f plural.h
yes
yes
checking for ssize_t... config.status: creating config.h
checking for atexit... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bcmp... no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for library containing opendir... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
none required
checking for fcntl... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for kill... checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
no
checking for calloc... checking for lstat... yes
checking for clock... no
checking for memmove... yes
checking for ffs... yes
checking for putenv... no
checking for getcwd... yes
checking for select... yes
checking for getpagesize... no
yes
checking for setenv... checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
yes
checking for memcpy... checking for isascii... yes
yes
checking for memmem... checking for isxdigit... no
yes
checking for getpwent... checking for memmove... no
checking for getpwnam... yes
no
checking for getpwuid... checking for mempcpy... yes
no
checking for working strcoll... no
checking for memset... checking fcntl.h usability... yes
checking for mkstemps... no
checking for putenv... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for random... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
no
checking varargs.h presence... checking for rename... no
checking for varargs.h... no
yes
checking stdarg.h usability... checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for setenv... checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for stpncpy... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
no
checking for sys/pte.h... no
checking for strcasecmp... checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strncasecmp... checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strndup... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtol... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoul... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strtoll... yes
checking for strtoull... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strverscmp... not found
checking for struct dirent.d_ino... no
yes
checking for struct dirent.d_fileno... checking for tmpnam... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for vprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for vsnprintf... yes
checking for mbscasecmp... yes
checking for vsprintf... no
checking for mbscmp... yes
no
checking for mbsnrtowcs... checking for waitpid... no
checking for mbsrtowcs... no
checking for setproctitle... yes
checking for mbschr... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for wcrtomb... no
checking for fork... yes
checking for wcscoll... no
checking for vfork... yes
checking for wcsdup... no
checking for _doprnt... yes
checking for wcwidth... no
checking for sys_errlist... (cached) yes
no
checking for wctype... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
no
checking for iswlower... checking for canonicalize_file_name... yes
no
checking for dup3... checking for iswupper... no
checking for getrlimit... yes
checking for towlower... no
checking for getrusage... no
checking for getsysinfo... yes
checking for towupper... no
yes
checking for gettimeofday... (cached) yes
checking for iswctype... checking for on_exit... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for psignal... yes
checking for wctype_t in wctype.h... no
checking for pstat_getdynamic... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking for pstat_getstatic... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... config.status: creating Makefile
no
checking for spawnve... config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking for spawnvpe... config.status: creating shlib/Makefile
yes
checking for strerror... config.status: creating config.h
config.status: executing default commands
yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-26 17:55 [binutils-gdb] Remove interp_ui_out sergiodj+buildbot
@ 2018-06-03  2:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03  2:04 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/1768>

Commit(s) tested:
	29f943408122a7cffa25abb41def99833436f097

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove interp_ui_out

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/29/29f943408122a7cffa25abb41def99833436f097/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating 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 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... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... checking for xgettext... /usr/bin/xgettext
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... yes
inline
checking for sys/types.h... checking for sys/stat.h... .exe
checking for suffix of object files... yes
yes
checking for stdlib.h... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for string.h... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
.exe
checking for suffix of object files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
o
checking whether we are using the GNU C compiler... checking for stdint.h... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking minix/config.h presence... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... none needed
checking for style of include used by make... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for off_t... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
64
yes
checking how to run the C preprocessor... checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep
checking for egrep... yes
checking for size_t... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for working alloca.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
no
checking for alloca... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... (cached) yes
yes
checking for sys/types.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for stdint.h... checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -E
checking for unsigned long long... yes
yes
checking for inttypes.h... checking for string.h... checking for ANSI C header files... yes
yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for memory.h... yes
checking for inline... no
checking for ld used by GCC... inline
checking whether byte ordering is bigendian... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for strings.h... checking for sys/types.h... yes
checking for shared library run path origin... yes
yes
checking for inttypes.h... done
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/stat.h... checking argz.h usability... checking for sys/file.h... yes
yes
no
checking argz.h presence... yes
no
checking for argz.h... no
checking for sys/param.h... checking for stdint.h... checking limits.h usability... checking for stdlib.h... yes
checking for limits.h... yes
yes
checking limits.h presence... checking for unistd.h... yes
yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
yes
checking locale.h usability... checking for malloc.h... checking for string.h... checking ctype.h usability... yes
yes
yes
checking locale.h presence... checking for string.h... (cached) yes
yes
checking ctype.h presence... yes
checking for locale.h... yes
checking for memory.h... checking for unistd.h... (cached) yes
checking nl_types.h usability... yes
checking for ctype.h... yes
yes
checking stddef.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... checking for strings.h... no
checking nl_types.h presence... yes
yes
checking stddef.h presence... checking for time.h... no
checking for nl_types.h... no
yes
checking for stddef.h... yes
yes
yes
checking malloc.h usability... checking for inttypes.h... checking for sys/resource.h... checking for string.h... (cached) yes
checking stdio.h usability... no
checking for sys/stat.h... (cached) yes
yes
yes
checking malloc.h presence... checking for sys/mman.h... yes
checking stdio.h presence... yes
checking for malloc.h... yes
checking for stdint.h... checking stddef.h usability... yes
checking for stdio.h... yes
no
checking for fcntl.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
checking stddef.h presence... yes
checking for unistd.h... yes
checking for stddef.h... yes
checking for alloca.h... checking for stdlib.h... (cached) yes
yes
checking for uintptr_t... no
checking for sys/pstat.h... yes
checking for string.h... (cached) yes
checking for dlfcn.h... checking for unistd.h... (cached) yes
no
checking for sys/sysmp.h... checking sys/param.h usability... no
checking for objdir... .libs
yes
checking for int_least32_t... no
checking for sys/sysinfo.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for machine/hal_sysinfo.h... yes
checking for int_fast32_t... checking for feof_unlocked... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for uint64_t... no
no
checking for fgets_unlocked... checking for sys/systemcfg.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for getc_unlocked... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for process.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for sys/prctl.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for off_t... no
yes
checking whether -lc should be explicitly linked in... checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking dynamic linker characteristics... checking for getegid... Win32 ld.exe
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... checking whether errno must be declared... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking size of int... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for geteuid... checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... no
yes
checking size of int... checking for getgid... yes
checking for strerror... no
checking for getuid... yes
no
checking for mempcpy... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... 4
checking size of long... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
4
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking size of size_t... no
checking for GNU gettext in libintl... config.status: creating Makefile
config.status: executing depfiles commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing libtool commands
configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating config.h
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for C compiler default output file name... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
8
checking for long long... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for stdlib.h... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking size of long long... no
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... config.status: creating Makefile
void
config.status: creating config.h
checking for size_t... config.status: executing gstdint.h commands
yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for uintptr_t... no
checking for kill... no
checking for lstat... yes
checking for ssize_t... no
checking for memmove... yes
checking for pid_t... yes
checking for putenv... yes
checking for select... yes
checking for library containing strerror... none required
checking for asprintf... no
checking for setenv... no
checking for setlocale... yes
checking for atexit... yes
yes
checking for basename... checking for strcasecmp... yes
checking for bcmp... yes
checking for strpbrk... no
checking for bcopy... yes
checking for tcgetattr... no
checking for bsearch... no
checking for vsnprintf... yes
checking for bzero... yes
no
checking for calloc... checking for isascii... yes
yes
checking for clock... checking for isxdigit... yes
checking for getpwent... yes
checking for ffs... no
checking for getpwnam... no
checking for getcwd... no
checking for getpwuid... yes
checking for getpagesize... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for gettimeofday... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for index... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for insque... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for memchr... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for memcmp... checking limits.h usability... yes
checking limits.h presence... yes
checking for memcpy... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for memmem... checking pwd.h usability... no
checking pwd.h presence... no
no
checking for pwd.h... no
checking for memmove... checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for mempcpy... checking termios.h usability... yes
no
checking termios.h presence... checking for memset... no
checking for termios.h... no
checking termio.h usability... yes
checking for mkstemps... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for putenv... no
checking sys/pte.h presence... yes
checking for random... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for rename... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for rindex... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for setenv... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... no
checking for snprintf... yes
checking for sigsetmask... no
checking for stpcpy... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for stpncpy... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for strcasecmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strchr... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strdup... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for strncasecmp... no
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking for strndup... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
yes
checking wctype.h presence... checking for strnlen... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strrchr... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for strstr... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for strtod... yes
checking for mbscasecmp... yes
checking for strtol... no
checking for mbscmp... yes
checking for strtoul... no
checking for mbsnrtowcs... yes
checking for strtoll... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for strtoull... no
checking for wcrtomb... yes
checking for strverscmp... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for tmpnam... yes
checking for wcwidth... yes
checking for vasprintf... no
checking for wctype... yes
yes
checking for wcswidth... checking for vfprintf... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for vprintf... yes
yes
checking for iswlower... checking for vsnprintf... yes
yes
checking for iswupper... checking for vsprintf... yes
yes
checking for towlower... checking for waitpid... yes
no
checking for setproctitle... checking for towupper... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for iswctype... no
checking for vfork... yes
checking for nl_langinfo and CODESET... no
checking for _doprnt... no
checking for wchar_t in wchar.h... no
checking for sys_errlist... (cached) yes
yes
checking for wctype_t in wctype.h... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for external symbol _system_configuration... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for dup3... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for getrlimit... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for getrusage... config.status: creating config.h
config.status: executing default commands
no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 20:32 [binutils-gdb] Change the as_*_interp functions to use dynamic_cast sergiodj+buildbot
@ 2018-06-03  1:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03  1:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1767>

Commit(s) tested:
	716b8bc52eef6044f1ff361e3e2eeb9307849034

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change the as_*_interp functions to use dynamic_cast

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/71/716b8bc52eef6044f1ff361e3e2eeb9307849034/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 19:42 [binutils-gdb] Use scoped_restore in a couple of interp-related places sergiodj+buildbot
@ 2018-06-03  0:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-03  0:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1766>

Commit(s) tested:
	753ff9bd837e2ba183e3ff789847a81221561392

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use scoped_restore in a couple of interp-related places

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/75/753ff9bd837e2ba183e3ff789847a81221561392/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 17:52 [binutils-gdb] Use gdb::byte_vector in remote.c sergiodj+buildbot
@ 2018-06-02 23:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 23:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1765>

Commit(s) tested:
	5ca3b2605cc9ab5b33032c6478147366be60cd95

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdb::byte_vector in remote.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5c/5ca3b2605cc9ab5b33032c6478147366be60cd95/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 17:20 [binutils-gdb] Remove cleanups from coff-pe-read.c sergiodj+buildbot
@ 2018-06-02 23:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 23:17 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/1764>

Commit(s) tested:
	3173aa2fc212389268f76433e70b35116a936a8d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from coff-pe-read.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/31/3173aa2fc212389268f76433e70b35116a936a8d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /usr/bin/install -c
makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... checking for xgettext... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
checking for inline... yes
inline
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/types.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for sys/stat.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for string.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for memory.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for strings.h... yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inttypes.h... yes
checking for unistd.h... yes
yes
checking for sys/types.h... checking for stdint.h... yes
checking for off_t... yes
checking for sys/stat.h... yes
checking for unistd.h... yes
yes
checking for stdlib.h... checking minix/config.h usability... yes
checking for size_t... yes
checking for string.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for working alloca.h... yes
checking for strings.h... no
checking for alloca... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking whether integer division by zero raises SIGFPE... yes
guessing no
checking for inttypes.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking ctype.h usability... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for C compiler default output file name... yes
yes
checking ctype.h presence... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether the inttypes.h PRIxNN macros are broken... yes
checking stddef.h presence... no
checking for ld used by GCC... yes
checking for stddef.h... yes
.exe
checking for string.h... (cached) yes
checking for suffix of object files... checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... done
checking argz.h usability... yes
checking stdio.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... inline
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for uintptr_t... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
checking for sys/file.h... checking locale.h usability... yes
checking for int_least32_t... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/param.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking locale.h presence... checking for limits.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking nl_types.h usability... yes
checking for int_fast32_t... checking for malloc.h... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for string.h... (cached) yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... (cached) yes
no
checking nl_types.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for uint64_t... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking malloc.h presence... ok
yes
checking what to include in gstdint.h... checking how to run the C preprocessor... stdint.h (already complete)
yes
checking for malloc.h... yes
checking for an ANSI C-conforming const... no
checking for sys/stat.h... (cached) yes
checking stddef.h usability... checking for sys/mman.h... yes
checking for off_t... no
x86_64-w64-mingw32-gcc -E
checking for fcntl.h... yes
checking stddef.h presence... yes
checking for alloca.h... checking for ANSI C header files... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/pstat.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/sysmp.h... checking sys/param.h usability... no
yes
checking size of int... checking for sys/sysinfo.h... yes
checking for sys/types.h... no
checking for machine/hal_sysinfo.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for sys/table.h... checking for feof_unlocked... yes
checking for sys/stat.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
no
checking for fgets_unlocked... checking for stdlib.h... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking for string.h... no
yes
checking for getc_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for memory.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
yes
checking whether errno must be declared... checking for strings.h... yes
no
checking size of int... checking for getegid... yes
checking for inttypes.h... 4
checking size of long... no
yes
checking for geteuid... checking for stdint.h... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
no
checking size of long... checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for setenv... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
yes
checking dynamic linker characteristics... checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
yes
checking for stdlib.h... (cached) yes
checking for stpcpy... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
checking for getpagesize... configure: creating ./config.status
no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... 4
yes
checking size of size_t... config.status: creating Makefile
checking for strdup... yes
checking for strerror... config.status: creating config.h
config.status: executing gstdint.h commands
yes
yes
checking for unistd.h... (cached) yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

no
checking whether make sets $(MAKE)... checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... 8
checking for long long... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking size of long long... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... none needed
checking how to run the C preprocessor... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for sys/types.h... config.status: creating Makefile
config.status: creating config.intl
yes
config.status: creating config.h
checking for sys/stat.h... config.status: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
8
checking for a 64-bit type... yes
checking for strings.h... uint64_t
checking for intptr_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for uintptr_t... yes
checking for unistd.h... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for pid_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
no
checking for working volatile... checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking return type of signal handlers... none required
void
checking for size_t... checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for atexit... yes
checking for ssize_t... yes
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for dirent.h that defines DIR... no
checking for bcopy... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
checking for library containing opendir... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for bsearch... none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for bzero... no
checking for kill... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for calloc... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for ffs... yes
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for getcwd... yes
checking for select... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setenv... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for index... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for insque... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for strpbrk... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for memcmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for putenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for rindex... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
yes
checking limits.h presence... checking for setenv... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strdup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strnlen... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtoul... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
no
checking for sys_errlist... (cached) checking for wcrtomb... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrusage... yes
no
checking for iswlower... checking for getsysinfo... no
yes
checking for gettimeofday... (cached) yes
checking for iswupper... checking for on_exit... no
yes
checking for psignal... checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sbrk... yes
checking configuration for building shared libraries... supported
no
configure: updating cache ./config.cache
checking for spawnve... configure: creating ./config.status
yes
checking for spawnvpe... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strerror... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
yes
config.status: executing default commands
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 15:49 [binutils-gdb] Use TRY/CATCH in remove_prev_frame sergiodj+buildbot
@ 2018-06-02 22:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 22:04 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/1763>

Commit(s) tested:
	09a5e1b570eefbc029939fd43c99152996060d95

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use TRY/CATCH in remove_prev_frame

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/09/09a5e1b570eefbc029939fd43c99152996060d95/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
checking for msgfmt... 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
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
.exe
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for an ANSI C-conforming const... checking for C compiler default output file name... yes
yes
checking for inline... checking for sys/types.h... inline
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for sys/types.h... yes
.exe
checking for suffix of object files... checking for sys/stat.h... yes
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for stdlib.h... .exe
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for suffix of object files... checking for string.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
o
checking whether we are using the GNU C compiler... checking for memory.h... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
none needed
checking for style of include used by make... checking for inttypes.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdint.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
yes
/usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdint.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for unistd.h... yes
yes
checking how to run the C preprocessor... checking minix/config.h usability... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for off_t... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
no
checking minix/config.h presence... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... x86_64-w64-mingw32-gcc -E
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
ok
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/types.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
checking for ANSI C header files... yes
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/types.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/stat.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdlib.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for string.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for strings.h... yes
yes
yes
checking for inttypes.h... checking for stdint.h... checking for memory.h... yes
checking for unsigned long long... yes
yes
checking for stdint.h... checking for strings.h... yes
yes
checking for inttypes.h... checking for an ANSI C-conforming const... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for unistd.h... yes
checking for inttypes.h... no
checking for ld used by GCC... yes
checking for inline... yes
checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
inline
checking whether byte ordering is bigendian... checking ctype.h usability... done
yes
checking argz.h usability... checking for unistd.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking stddef.h usability... checking for dlfcn.h... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking stddef.h presence... no
checking for argz.h... no
no
checking for objdir... checking limits.h usability... checking for sys/file.h... .libs
yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
yes
checking limits.h presence... checking stdio.h usability... checking for sys/param.h... yes
checking for limits.h... yes
yes
checking stdio.h presence... yes
checking locale.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for limits.h... yes
checking for stdio.h... yes
yes
yes
checking locale.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking nl_types.h usability... checking for malloc.h... yes
checking for uintptr_t... yes
checking for string.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for unistd.h... (cached) yes
yes
checking for int_least32_t... no
checking nl_types.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for int_fast32_t... checking for sys/resource.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking malloc.h presence... yes
checking whether -lc should be explicitly linked in... no
yes
checking for malloc.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking stddef.h usability... yes
checking dynamic linker characteristics... no
yes
checking for uint64_t... checking for fcntl.h... yes
checking stddef.h presence... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for alloca.h... yes
checking for stddef.h... yes
no
checking for sys/pstat.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for sys/sysmp.h... checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for getpagesize... yes
checking for off_t... checking for unistd.h... (cached) yes
no
checking for sys/sysinfo.h... checking sys/param.h usability... yes
checking for working mmap... no
no
checking for memcpy... yes
checking sys/param.h presence... checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for sys/table.h... yes
yes
checking size of int... checking for strerror... no
checking for sys/sysctl.h... no
no
checking for sys/systemcfg.h... checking for fgets_unlocked... yes
checking for unistd.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for getc_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for getegid... no
checking size of int... no
checking for geteuid... 4
checking size of long... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... no
checking for setlocale... no
4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... no
checking for strcasecmp... config.status: creating Makefile
yes
config.status: creating config.h
config.status: executing gstdint.h commands
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for tsearch... config.status: executing libtool commands
yes
checking for __argz_count... no
checking for __argz_stringify... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
8
configure: creating cache ./config.cache
no
checking for long long... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for __argz_next... checking build system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking size of long long... no
checking for iconv... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
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... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for GNU gettext in libintl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for sys/types.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for sys/stat.h... config.status: creating config.intl
yes
config.status: creating config.h
checking for stdlib.h... config.status: executing default-1 commands
yes
checking for uintptr_t... yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for strings.h... yes
checking for pid_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for stdint.h... none required
checking for asprintf... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for unistd.h... yes
checking for atexit... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
checking minix/config.h usability... config.status: creating config.h
yes
no
checking minix/config.h presence... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for basename... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for bcmp... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for bcopy... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for working volatile... yes
checking return type of signal handlers... no
checking for bsearch... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for bzero... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for dirent.h that defines DIR... yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for getcwd... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
none required
checking for fcntl... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for getpagesize... no
rm -f libdecnumber.a
checking for kill... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for gettimeofday... no
checking for lstat... yes
checking for index... no
checking for memmove... no
checking for insque... yes
checking for putenv... no
checking for memchr... yes
yes
checking for memcmp... checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
yes
checking for memmove... checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... yes
yes
checking for random... checking for isascii... no
checking for rename... yes
checking for isxdigit... yes
checking for rindex... yes
no
checking for setenv... checking for getpwent... no
checking for getpwnam... no
checking for snprintf... no
checking for getpwuid... yes
checking for sigsetmask... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for stpcpy... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpncpy... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking stdarg.h usability... checking for strcasecmp... yes
yes
checking stdarg.h presence... checking for strchr... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for strdup... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking locale.h usability... checking for strncasecmp... yes
checking locale.h presence... yes
checking for strndup... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strstr... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strtod... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strtol... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtoul... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoll... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strtoull... 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 strverscmp... 64
checking for type of signal functions... no
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... checking for vsnprintf... yes
yes
checking whether signal handlers are of type void... checking for vsprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for waitpid... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setproctitle... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for tgetent... checking for fork... no
checking for tgetent in -ltermcap... no
checking for vfork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking wctype.h presence... checking for sys_siglist... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for __fsetlocking... yes
checking for mbscasecmp... no
checking for canonicalize_file_name... no
checking for mbscmp... no
checking for dup3... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
no
checking for wcrtomb... checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
no
checking for sbrk... checking for towlower... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... yes
checking for strerror... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
no
config.status: creating config.h
config.status: executing default commands
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 12:40 [binutils-gdb] MIPS/Linux: Correct o32 core file FGR interpretation sergiodj+buildbot
@ 2018-06-02 21:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1762>

Commit(s) tested:
	d8dab6c3bbe6432ff20237e621f2f3a3d30d4d4b

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/Linux: Correct o32 core file FGR interpretation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d8/d8dab6c3bbe6432ff20237e621f2f3a3d30d4d4b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 11:59 [binutils-gdb] remote_target::m_remote_state, pointer -> object sergiodj+buildbot
@ 2018-06-02 20:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 20:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1761>

Commit(s) tested:
	3c69da406c72423afa4bd0e4fc4c805ec0b944a1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote_target::m_remote_state, pointer -> object

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3c/3c69da406c72423afa4bd0e4fc4c805ec0b944a1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1614: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25  7:27 [binutils-gdb] s12z regen sergiodj+buildbot
@ 2018-06-02 20:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 20:07 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/1760>

Commit(s) tested:
	277eb7f64ae0c949715751a382350368ef14e95e

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	s12z regen

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/27/277eb7f64ae0c949715751a382350368ef14e95e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
Configuring in ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... checking build system type... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
.exe
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether to enable maintainer-specific portions of Makefiles... checking for ANSI C header files... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... checking for C compiler default output file name... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... checking for sys/stat.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... yes
yes
checking for string.h... checking for stdlib.h... .exe
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for suffix of object files... yes
checking for memory.h... o
checking whether we are using the GNU C compiler... .exe
yes
checking for suffix of object files... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
o
checking whether we are using the GNU C compiler... yes
checking for strings.h... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strings.h... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdint.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for inttypes.h... checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for off_t... 1572864
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for size_t... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... ok
checking how to run the C preprocessor... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
no
checking for alloca... x86_64-w64-mingw32-gcc -E
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for ANSI C header files... checking for stdlib.h... (cached) yes
64
checking for unistd.h... (cached) yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for sys/types.h... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for sys/stat.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unsigned long long... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for string.h... yes
checking for sys/types.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for sys/stat.h... checking for memory.h... no
checking for ld used by GCC... yes
yes
checking for stdlib.h... checking for strings.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for string.h... checking for inttypes.h... done
yes
yes
checking for an ANSI C-conforming const... checking argz.h usability... checking for memory.h... yes
yes
checking for inline... checking for stdint.h... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... yes
checking for strings.h... yes
no
checking for argz.h... no
checking limits.h usability... checking for unistd.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for dlfcn.h... checking locale.h usability... no
checking for objdir... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
.libs
checking for sys/file.h... yes
checking locale.h presence... checking for unistd.h... yes
checking for locale.h... yes
yes
checking for sys/param.h... checking nl_types.h usability... yes
yes
checking ctype.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking ctype.h presence... no
checking nl_types.h presence... checking for limits.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdlib.h... (cached) yes
yes
checking for ctype.h... yes
no
checking for nl_types.h... no
checking stddef.h usability... checking malloc.h usability... checking for malloc.h... yes
yes
checking stddef.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for string.h... (cached) yes
yes
checking malloc.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for strings.h... (cached) yes
checking stddef.h usability... checking for string.h... (cached) yes
checking for sys/time.h... checking stdio.h usability... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for time.h... yes
checking stddef.h presence... yes
checking stdio.h presence... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for sys/resource.h... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
no
yes
checking dynamic linker characteristics... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... checking for sys/mman.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking sys/param.h presence... no
yes
checking for uintptr_t... checking for fcntl.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... checking for alloca.h... checking for stdlib.h... (cached) yes
no
checking for sys/pstat.h... no
checking for unistd.h... (cached) yes
checking for fgets_unlocked... checking for getpagesize... yes
checking for int_least32_t... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for working mmap... no
no
checking for memcpy... checking for getc_unlocked... yes
checking for int_fast32_t... no
checking for machine/hal_sysinfo.h... no
yes
no
yes
checking for uint64_t... checking for sys/table.h... checking for getcwd... checking for strerror... no
checking for sys/sysctl.h... yes
no
checking for getegid... checking for sys/systemcfg.h... yes
yes
checking what to include in gstdint.h... checking for unistd.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for stdint.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdio_ext.h... yes
checking for off_t... no
checking for geteuid... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getgid... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking size of int... no
checking whether time.h and sys/time.h may both be included... no
yes
checking whether errno must be declared... checking for getuid... no
checking size of int... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking size of long... no
checking for setlocale... 4
checking size of long... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
4
checking for ANSI C header files... (cached) yes
checking build system type... checking for tsearch... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for __argz_count... no
config.status: creating Makefile
checking for __argz_stringify... config.status: executing depfiles commands
no
configure: updating cache ./config.cache
configure: creating ./config.status
no
config.status: executing libtool commands
checking for __argz_next... 4
checking size of size_t... config.status: creating Makefile
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
config.status: creating config.h
Configuring in ./readline
config.status: executing gstdint.h commands
no
checking for __fsetlocking... no
checking for iconv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
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 GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
config.status: creating Makefile
yes
checking size of long long... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating config.intl
config.status: creating config.h
o
checking whether we are using the GNU C compiler... config.status: executing default-1 commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
/usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
8
checking for a 64-bit type... uint64_t
yes
checking for intptr_t... checking for stdlib.h... yes
checking for uintptr_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for memory.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for inttypes.h... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
yes
x86_64-w64-mingw32-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
checking for library containing strerror... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for stdint.h... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
none required
checking for unistd.h... checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking minix/config.h usability... yes
checking for atexit... config.status: creating config.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
checking minix/config.h presence... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for bcmp... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for bsearch... void
checking for size_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for calloc... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for ssize_t... yes
checking for clock... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for ffs... no
checking for dirent.h that defines DIR... yes
no
checking for getcwd... checking for library containing opendir... none required
checking for fcntl... yes
checking for getpagesize... no
checking for kill... yes
checking for gettimeofday... no
checking for lstat... yes
checking for index... no
checking for memmove... no
checking for insque... yes
checking for putenv... no
checking for memchr... yes
checking for select... yes
checking for memcmp... yes
no
checking for setenv... checking for memcpy... no
yes
checking for setlocale... checking for memmem... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for memset... yes
no
checking for vsnprintf... checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
yes
checking for isxdigit... checking for random... yes
no
checking for getpwent... checking for rename... yes
no
checking for getpwnam... checking for rindex... no
checking for setenv... no
checking for getpwuid... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for sigsetmask... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for stpcpy... checking varargs.h usability... no
checking varargs.h presence... no
checking for stpncpy... no
checking for varargs.h... no
checking stdarg.h usability... no
yes
checking stdarg.h presence... checking for strcasecmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strdup... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strncasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strndup... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtol... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoul... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoll... yes
checking sys/file.h presence... 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... checking for strtoull... yes
64
checking for strverscmp... checking for type of signal functions... no
checking for tmpnam... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for vasprintf... yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vprintf... no
checking for sig_atomic_t in signal.h... yes
checking for vsnprintf... yes
checking whether signal handlers are of type void... yes
checking for vsprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for waitpid... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setproctitle... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for tgetent... no
checking for vfork... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for _doprnt... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
no
checking langinfo.h presence... checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for canonicalize_file_name... no
checking for mbscmp... no
checking for dup3... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for getrlimit... no
checking for getrusage... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... no
yes
checking for wcscoll... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... no
checking for psignal... yes
checking for wcwidth... no
checking for pstat_getdynamic... no
checking for wctype... no
checking for pstat_getstatic... yes
checking for wcswidth... no
checking for realpath... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setrlimit... yes
checking for iswlower... no
checking for sbrk... yes
checking for iswupper... no
checking for spawnve... yes
checking for towlower... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for towupper... yes
yes
checking for strsignal... checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for table... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for times... no
checking for wait3... no
checking for wait4... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether basename is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking whether ffs is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25  7:02 [binutils-gdb] Fix hidden visibility compiler test sergiodj+buildbot
@ 2018-06-02 19:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 19:25 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/1759>

Commit(s) tested:
	629dabe3b731c6194499652301935f34c3c20e0c

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fix hidden visibility compiler test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/62/629dabe3b731c6194499652301935f34c3c20e0c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for msgfmt... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... /usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
none needed
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inline... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for suffix of object files... checking for stdlib.h... yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... none needed
checking how to run the C preprocessor... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for C compiler default output file name... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for unistd.h... .exe
checking for sys/stat.h... yes
checking for stdlib.h... yes
yes
checking for suffix of object files... checking for off_t... checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for size_t... yes
yes
checking for memory.h... checking for stdlib.h... yes
yes
checking for string.h... checking for strings.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for working alloca.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... yes
checking for memory.h... no
checking for alloca... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for strings.h... yes
checking for stdint.h... checking for stdlib.h... (cached) 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 "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for unistd.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for getpagesize... checking for inttypes.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for unistd.h... checking for stdint.h... checking for inttypes.h... yes
yes
yes
checking minix/config.h usability... checking for stdint.h... ok
checking how to run the C preprocessor... checking for unistd.h... yes
checking for unsigned long long... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for inttypes.h... checking ctype.h usability... yes
checking ctype.h presence... checking for ANSI C header files... yes
checking for ctype.h... yes
yes
yes
checking for sys/types.h... checking whether the inttypes.h PRIxNN macros are broken... checking stddef.h usability... 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 stddef.h presence... no
checking for ld used by GCC... checking for sys/stat.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for stdlib.h... checking stdio.h usability... 64
checking whether x86_64-w64-mingw32-gcc supports -W... done
checking argz.h usability... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
no
checking argz.h presence... yes
checking for string.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for argz.h... no
yes
checking limits.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking for uintptr_t... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for int_least32_t... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
checking locale.h presence... yes
yes
yes
checking for locale.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... checking nl_types.h usability... yes
checking for int_fast32_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking nl_types.h presence... yes
checking for stdint.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for uint64_t... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for unistd.h... checking stddef.h usability... yes
checking for an ANSI C-conforming const... yes
checking for dlfcn.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking stddef.h presence... yes
checking for inline... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for objdir... yes
checking for off_t... .libs
checking for string.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking sys/param.h presence... checking for sys/file.h... yes
checking size of int... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for fgets_unlocked... checking for sys/param.h... yes
checking for limits.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stdlib.h... (cached) yes
no
checking for getc_unlocked... checking for malloc.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
yes
checking for getcwd... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for time.h... yes
checking whether -lc should be explicitly linked in... checking for getegid... yes
checking for sys/resource.h... yes
checking dynamic linker characteristics... no
checking for geteuid... no
checking for sys/stat.h... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/mman.h... 4
checking size of long... no
checking for stdlib.h... (cached) yes
no
checking for fcntl.h... checking for unistd.h... (cached) yes
checking for getgid... checking for getpagesize... yes
checking for alloca.h... yes
checking for working mmap... no
checking for memcpy... no
checking for getuid... no
yes
checking for mempcpy... no
checking for sys/pstat.h... checking for strerror... no
checking for sys/sysmp.h... yes
no
checking for sys/sysinfo.h... yes
checking for munmap... checking for unistd.h... (cached) yes
no
checking for machine/hal_sysinfo.h... no
checking for putenv... no
checking for sys/table.h... configure: updating cache ./config.cache
4
configure: creating ./config.status
checking for ANSI C header files... (cached) yes
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for sys/sysctl.h... yes
checking for setenv... x86_64-w64-mingw32
checking target system type... no
checking for sys/systemcfg.h... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for process.h... checking for setlocale... yes
checking for sys/prctl.h... no
yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for strcasecmp... yes
checking whether errno must be declared... yes
checking for strdup... no
checking size of int... yes
config.status: creating Makefile
checking for strtoul... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... 4
checking size of long... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... checking for C compiler default output file name... no
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... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for GNU gettext in libintl... .exe
checking for suffix of object files... no
config.status: creating Makefile
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... config.status: executing depfiles commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing libtool commands
4
checking size of size_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
config.status: creating config.intl
config.status: creating config.h
yes
checking for sys/types.h... config.status: executing default-1 commands
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
8
checking for long long... checking for string.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for memory.h... yes
checking size of long long... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for stdint.h... yes
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for function prototypes... yes
checking whether char is unsigned... uint64_t
checking for intptr_t... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for working volatile... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
void
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]yes
checking for uintptr_t... 
 %pure_checking for size_t... parser
 ^^^^^^^^^^^^
rm -f plural.h
yes
checking for ssize_t... yes
checking for ssize_t... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for library containing strerror... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
none required
checking for asprintf... no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for library containing opendir... checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
none required
checking for basename... checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for bcmp... no
checking for kill... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for bcopy... no
checking for lstat... no
checking for bsearch... no
yes
checking for memmove... checking for bzero... yes
checking for putenv... no
checking for calloc... yes
yes
checking for select... checking for clock... no
checking for setenv... yes
checking for ffs... no
checking for setlocale... yes
no
checking for getcwd... checking for strcasecmp... yes
yes
checking for getpagesize... checking for strpbrk... yes
yes
checking for gettimeofday... checking for tcgetattr... yes
checking for index... no
checking for insque... no
checking for vsnprintf... no
checking for memchr... yes
checking for isascii... yes
yes
checking for memcmp... checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... no
checking for getpwnam... yes
checking for memmem... no
checking for getpwuid... no
checking for memmove... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mempcpy... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for memset... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for mkstemps... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for putenv... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for random... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for rename... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for rindex... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for setenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for snprintf... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for sigsetmask... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpcpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for stpncpy... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strcasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strchr... yes
checking sys/file.h presence... 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... checking for strdup... yes
64
checking for type of signal functions... checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... v7
checking if signal handlers must be reinstalled when invoked... no
configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strrchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strstr... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtod... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtol... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strtoul... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoll... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for strtoull... no
checking for tgetent... yes
checking for strverscmp... no
checking for tgetent in -ltermcap... no
checking for tmpnam... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vasprintf... yes
checking wctype.h presence... yes
checking for vfprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for vprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsnprintf... yes
checking for mbscasecmp... yes
checking for vsprintf... no
checking for mbscmp... yes
no
checking for mbsnrtowcs... checking for waitpid... no
checking for mbsrtowcs... no
checking for setproctitle... yes
checking for mbschr... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for wcrtomb... no
checking for fork... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for vfork... no
checking for wctype... no
checking for _doprnt... yes
checking for wcswidth... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for external symbol _system_configuration... yes
no
checking for iswlower... checking for __fsetlocking... yes
no
checking for iswupper... checking for canonicalize_file_name... yes
checking for towlower... no
checking for dup3... yes
checking for towupper... no
checking for getrlimit... yes
checking for iswctype... no
checking for getrusage... no
checking for getsysinfo... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for gettimeofday... (cached) yes
yes
checking for wint_t in wctype.h... checking for on_exit... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for psignal... no
checking for pstat_getdynamic... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for pstat_getstatic... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for realpath... config.status: executing default commands
no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25  3:02 [binutils-gdb] gdb: Split func_command into two parts sergiodj+buildbot
@ 2018-06-02 17:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 17:45 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/1758>

Commit(s) tested:
	39f0c2040f13ae0eb3405b8cf2ff6491c6f354a5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Split func_command into two parts.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/39/39f0c2040f13ae0eb3405b8cf2ff6491c6f354a5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for xgettext... configure: creating ./config.status
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
config.status: creating Makefile
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking for C compiler default output file name... checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
.exe
checking for suffix of object files... checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... .exe
checking for grep that handles long lines and -e... checking for suffix of object files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... yes
checking for an ANSI C-conforming const... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... inline
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
yes
yes
checking for stdlib.h... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for string.h... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for memory.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... yes
yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... yes
checking for off_t... yes
checking minix/config.h usability... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for size_t... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... .exe
checking for suffix of object files... yes
checking for sys/types.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... o
checking whether we are using the GNU C compiler... yes
checking for working alloca.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... none needed
yes
checking for stdlib.h... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
yes
yes
checking for string.h... checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for memory.h... gcc3
checking how to print strings... yes
checking for stdint.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking for inttypes.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for stdint.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
yes
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... checking for unistd.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for an ANSI C-conforming const... checking ctype.h usability... yes
checking for shared library run path origin... ok
checking how to run the C preprocessor... yes
checking for inline... done
checking argz.h usability... x86_64-w64-mingw32-gcc -E
yes
checking ctype.h presence... inline
checking whether byte ordering is bigendian... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking argz.h presence... checking for ANSI C header files... yes
checking stddef.h presence... no
checking for argz.h... no
yes
checking for stddef.h... yes
checking limits.h usability... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for sys/types.h... yes
checking for limits.h... yes
yes
checking locale.h usability... yes
checking stdio.h presence... checking for sys/param.h... yes
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/stat.h... yes
yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... checking for limits.h... yes
checking for stdlib.h... (cached) yes
no
checking nl_types.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... no
checking for nl_types.h... no
checking malloc.h usability... checking for string.h... (cached) yes
yes
yes
checking for uintptr_t... checking for string.h... checking for unistd.h... (cached) yes
yes
checking malloc.h presence... yes
checking for int_least32_t... checking for strings.h... (cached) yes
yes
checking for sys/time.h... yes
checking for malloc.h... yes
checking for memory.h... yes
checking for time.h... checking stddef.h usability... yes
yes
checking stddef.h presence... checking for sys/resource.h... yes
checking for stddef.h... yes
yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
yes
no
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for strings.h... checking for sys/mman.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for fcntl.h... yes
checking for uint64_t... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
checking for alloca.h... yes
checking for inttypes.h... checking for feof_unlocked... no
checking for sys/pstat.h... yes
no
checking for stdint.h... checking for sys/sysmp.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for unistd.h... no
yes
checking for fgets_unlocked... no
yes
checking for off_t... checking for dlfcn.h... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
no
checking for objdir... checking for getc_unlocked... .libs
no
checking for sys/table.h... yes
checking size of int... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for getcwd... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for getegid... no
checking for process.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for sys/prctl.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for sys/wait.h that is POSIX.1 compatible... checking for geteuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking size of int... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for getgid... yes
checking dynamic linker characteristics... no
checking for getuid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
4
checking size of long... no
checking for mempcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for munmap... 4
checking size of long... yes
checking for working mmap... no
checking for memcpy... no
checking for putenv... yes
checking for strerror... yes
checking for setenv... yes
checking for unistd.h... (cached) yes
no
4
checking for setlocale... checking for ANSI C header files... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... yes
checking for stpcpy... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... 4
checking size of size_t... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for strtoul... yes
config.status: creating Makefile
config.status: creating config.h
checking for tsearch... config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... 8
checking for long long... no
checking for __argz_next... yes
checking size of long long... no
checking for __fsetlocking... configure: creating cache ./config.cache
no
checking for iconv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for C compiler default output file name... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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 GNU gettext in libintl... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating Makefile
config.status: executing depfiles commands
x86_64-w64-mingw32-gcc -E
config.status: executing libtool commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
8
checking for a 64-bit type... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.h
uint64_t
checking for intptr_t... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: executing default-1 commands
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for stdlib.h... yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for strings.h... yes
yes
checking for ssize_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for pid_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for unistd.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for library containing strerror... checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking minix/config.h presence... none required
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for asprintf... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for bcmp... no
checking for working volatile... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for bcopy... void
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for ssize_t... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
checking for bzero... no
config.status: creating config.h
checking for calloc... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for clock... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for dirent.h that defines DIR... yes
yes
checking for ffs... checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for getcwd... no
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLIBDIR="\"/usr/local/lib\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localcharset.c
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for gettimeofday... no
checking for lstat... yes
no
checking for memmove... checking for index... yes
no
checking for putenv... checking for insque... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for select... checking for memchr... no
yes
checking for setenv... checking for memcmp... no
checking for setlocale... yes
checking for memcpy... yes
checking for memmem... yes
checking for strcasecmp... no
checking for memmove... yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for tcgetattr... yes
checking for memset... no
checking for vsnprintf... yes
checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
yes
checking for isxdigit... checking for random... yes
checking for getpwent... no
checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
checking for setenv... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for snprintf... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for stpcpy... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strchr... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strdup... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strncasecmp... checking termios.h usability... no
checking termios.h presence... yes
checking for strndup... no
checking for termios.h... no
checking termio.h usability... no
no
checking termio.h presence... checking for strnlen... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strstr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtol... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strverscmp... no
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vasprintf... yes
yes
checking whether signal handlers are of type void... checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsprintf... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... yes
checking wchar.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for fork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for mbsrtowcs... no
checking for __fsetlocking... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... no
checking for getrlimit... yes
checking for wcsdup... no
checking for getrusage... yes
checking for wcwidth... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
yes
checking for pstat_getdynamic... checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... yes
no
checking for setrlimit... checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for sbrk... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... supported
checking for strsignal... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for sysconf... no
checking for sysctl... config.status: creating Makefile
no
checking for sysmp... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for table... config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25  1:35 [binutils-gdb] PATCH (obvious): Fix a comment, and pass stream to cb_data sergiodj+buildbot
@ 2018-06-02 15:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 15:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1757>

Commit(s) tested:
	d392224a0942df2f23b1149a71f62afc7f34beb8

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	PATCH (obvious): Fix a comment, and pass stream to cb_data.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d3/d392224a0942df2f23b1149a71f62afc7f34beb8/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archures.c:1414:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1869: archures.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_ftell':
../../binutils-gdb/bfd/bfdio.c:53:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fseek':
../../binutils-gdb/bfd/bfdio.c:65:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:125:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25  0:21 [binutils-gdb] Update help text in record.c sergiodj+buildbot
@ 2018-06-02 14:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 14:36 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/1756>

Commit(s) tested:
	a974b5ec9a253d330290d132098065b77f29bd36

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help text in record.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a9/a974b5ec9a253d330290d132098065b77f29bd36/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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 whether make sets $(MAKE)... configure: updating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating ./config.status
configure: creating cache ./config.cache
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for inline... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for grep that handles long lines and -e... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... /usr/bin/grep
checking for egrep... autoheader
/usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for stdint.h... yes
checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for off_t... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for size_t... yes
checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for working alloca.h... no
checking for alloca... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking for stdlib.h... (cached) yes
yes
64
checking for strings.h... checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for unsigned long long... checking for unistd.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for inttypes.h... yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... yes
checking for ctype.h... yes
no
checking for ld used by GCC... checking stddef.h usability... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking stddef.h presence... done
.exe
checking for suffix of object files... yes
checking for stddef.h... yes
checking argz.h usability... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... no
checking argz.h presence... yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for argz.h... no
yes
checking stdio.h presence... checking limits.h usability... inline
checking whether byte ordering is bigendian... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, yes
checking for uintmax_t... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking limits.h presence... yes
checking for limits.h... yes
none needed
checking locale.h usability... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sys/param.h... checking nl_types.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for int_least32_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for limits.h... yes
no
checking nl_types.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for stdlib.h... (cached) yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for malloc.h... yes
checking for int_fast32_t... no
checking for nl_types.h... no
yes
checking malloc.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for string.h... (cached) yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for unistd.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking malloc.h presence... yes
checking for uint64_t... yes
yes
checking for malloc.h... yes
checking for time.h... checking stddef.h usability... yes
checking for sys/resource.h... no
yes
checking stddef.h presence... yes
checking what to include in gstdint.h... ok
stdint.h (already complete)
checking for sys/stat.h... (cached) yes
checking for an ANSI C-conforming const... checking how to run the C preprocessor... checking for sys/mman.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for fcntl.h... checking for string.h... (cached) yes
yes
checking for off_t... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... checking for ANSI C header files... no
checking for sys/pstat.h... yes
checking sys/param.h presence... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysinfo.h... yes
checking size of int... no
yes
checking for machine/hal_sysinfo.h... checking for sys/types.h... no
checking for sys/table.h... no
checking for fgets_unlocked... yes
no
checking for sys/sysctl.h... checking for sys/stat.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
no
checking for stdio_ext.h... checking for getc_unlocked... checking for stdlib.h... no
checking for process.h... yes
checking for sys/prctl.h... yes
no
checking for string.h... checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking for memory.h... yes
yes
checking whether errno must be declared... checking for getegid... yes
no
checking size of int... checking for strings.h... no
checking for geteuid... yes
checking for inttypes.h... 4
checking size of long... no
checking for getgid... yes
checking for stdint.h... no
yes
checking for getuid... checking for unistd.h... yes
no
checking for dlfcn.h... checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for putenv... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for setenv... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking target system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
yes
checking dynamic linker characteristics... checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for stdlib.h... (cached) yes
no
checking for strcasecmp... checking for unistd.h... (cached) yes
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for working mmap... no
checking for memcpy... checking for strdup... 4
checking size of size_t... config.status: creating Makefile
yes
yes
checking for strerror... config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
yes
yes
checking for unistd.h... (cached) yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... no
checking for bison... bison
checking version of bison... o
checking whether we are using the GNU C compiler... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for GNU gettext in libintl... yes
checking size of long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating Makefile
config.status: creating config.intl
yes
checking for sys/types.h... config.status: creating config.h
config.status: executing default-1 commands
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for string.h... yes
checking for memory.h... 8
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for a 64-bit type... yes
checking for strings.h... uint64_t
checking for intptr_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for uintptr_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
yes
checking for ssize_t... checking minix/config.h usability... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for library containing strerror... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
none required
yes
checking return type of signal handlers... checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
void
checking for size_t... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for basename... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bcopy... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for library containing opendir... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
none required
checking for fcntl... yes
checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for lstat... yes
checking for clock... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for memmove... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for ffs... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
config.status: creating config.h
config.status: config.h is unchanged
yes
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for putenv... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
no
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
checking for getcwd... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
yes
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for setenv... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setlocale... yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strcasecmp... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for strpbrk... no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
yes
checking for memcmp... checking for tcgetattr... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
no
checking for vsnprintf... checking for memcpy... yes
yes
checking for memmem... checking for isascii... yes
no
checking for memmove... checking for isxdigit... yes
yes
checking for mempcpy... checking for getpwent... yes
no
checking for getpwnam... checking for memset... no
yes
checking for getpwuid... checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for random... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
no
checking for memory.h... (cached) yes
checking for stpcpy... checking termcap.h usability... yes
checking termcap.h presence... no
checking for stpncpy... yes
checking for termcap.h... yes
checking termios.h usability... no
no
checking termios.h presence... checking for strcasecmp... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strchr... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strrchr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strstr... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoll... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strverscmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsnprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for waitpid... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
yes
checking for mbschr... checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getsysinfo... no
checking for gettimeofday... (cached) yes
yes
checking for iswlower... checking for on_exit... yes
no
checking for iswupper... checking for psignal... no
yes
checking for pstat_getdynamic... checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sbrk... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for spawnve... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
yes
checking for spawnvpe... configure: creating ./config.status
yes
checking for strerror... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for sysconf... config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 23:53 [binutils-gdb] Update help text in linux-fork.c sergiodj+buildbot
@ 2018-06-02 13:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 13:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1755>

Commit(s) tested:
	c8a15b78e676b9101045b729a38128cbe5673701

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help text in linux-fork.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c8/c8a15b78e676b9101045b729a38128cbe5673701/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 23:52 [binutils-gdb] Update help text in record-btrace.c sergiodj+buildbot
@ 2018-06-02 13:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 13:29 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/1754>

Commit(s) tested:
	55063ddb8e9a3179b65047db21f4c8607782d075

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help text in record-btrace.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/55/55063ddb8e9a3179b65047db21f4c8607782d075/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... 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 a BSD-compatible install... /usr/bin/install -c
checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
/usr/bin/xgettext
configure: creating ./config.status
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
checking for perl... perl
.exe
checking for suffix of object files... checking build system type... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... yes
checking for inline... checking for grep that handles long lines and -e... o
checking whether we are using the GNU C compiler... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... yes
checking for sys/types.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for inttypes.h... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdint.h... yes
checking for stdint.h... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking minix/config.h usability... yes
yes
checking for off_t... checking for sys/types.h... no
checking minix/config.h presence... yes
checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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... yes
yes
checking for size_t... checking for x86_64-w64-mingw32-strip... yes
x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for string.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for working alloca.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for strings.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking whether we are cross compiling... yes
checking for suffix of executables... checking for inttypes.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
.exe
checking for suffix of object files... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... o
checking whether we are using the GNU C compiler... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... yes
checking for unsigned long long... yes
none needed
checking for style of include used by make... checking ctype.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... yes
checking ctype.h presence... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for ctype.h... yes
gcc3
checking how to print strings... checking stddef.h usability... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... no
checking for ld used by GCC... yes
checking for inline... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for stddef.h... yes
yes
checking for shared library run path origin... checking for string.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking stdio.h usability... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking argz.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/param.h... yes
checking for limits.h... no
checking argz.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking for uintptr_t... no
checking for argz.h... no
checking limits.h usability... ok
checking how to run the C preprocessor... checking for malloc.h... yes
yes
checking limits.h presence... checking for string.h... (cached) yes
yes
checking for int_least32_t... checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking locale.h usability... checking for strings.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for sys/time.h... yes
yes
checking locale.h presence... checking for time.h... yes
checking for int_fast32_t... yes
checking for locale.h... yes
checking for ANSI C header files... checking nl_types.h usability... yes
checking for sys/resource.h... no
checking nl_types.h presence... yes
checking for uint64_t... no
yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... no
checking for nl_types.h... no
checking for sys/mman.h... checking malloc.h usability... no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for fcntl.h... yes
checking malloc.h presence... yes
checking for sys/stat.h... yes
yes
checking for malloc.h... yes
yes
checking for off_t... checking stddef.h usability... checking for alloca.h... yes
yes
checking stddef.h presence... checking for stdlib.h... yes
checking for stddef.h... yes
no
checking for sys/pstat.h... checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
yes
checking size of int... checking for string.h... no
checking for unistd.h... (cached) yes
checking for sys/sysmp.h... checking sys/param.h usability... yes
no
checking for memory.h... checking for sys/sysinfo.h... yes
checking sys/param.h presence... no
yes
checking for machine/hal_sysinfo.h... checking for strings.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for sys/table.h... no
yes
checking for sys/sysctl.h... checking for inttypes.h... no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... yes
no
checking for stdint.h... (cached) yes
checking for stdint.h... no
checking for getc_unlocked... checking for stdio_ext.h... yes
no
checking for process.h... yes
checking for unistd.h... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... no
checking whether time.h and sys/time.h may both be included... 4
checking size of long... yes
checking whether errno must be declared... yes
checking for dlfcn.h... yes
no
checking size of int... no
checking for objdir... checking for getegid... .libs
no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for mempcpy... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of long... yes
checking dynamic linker characteristics... yes
checking for munmap... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
no
checking for putenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for getpagesize... yes
checking for setenv... yes
checking for working mmap... no
checking for memcpy... no
checking for setlocale... yes
checking for strerror... yes
checking for stpcpy... yes
checking for unistd.h... (cached) yes
config.status: creating Makefile
config.status: creating config.h
no
checking for strcasecmp... config.status: executing gstdint.h commands
4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __argz_next... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
8
checking for long long... checking for C compiler default output file name... no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... .exe
checking for suffix of object files... no
checking for iconv... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for LC_MESSAGES... none needed
checking how to run the C preprocessor... no
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... x86_64-w64-mingw32-gcc -E
no
checking for GNU gettext in libintl... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for sys/types.h... config.status: creating Makefile
yes
checking for sys/stat.h... config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
8
checking for a 64-bit type... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
uint64_t
checking for intptr_t... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for uintptr_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for memory.h... config.status: creating Makefile
yes
config.status: creating config.intl
checking for strings.h... yes
checking for ssize_t... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for inttypes.h... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for pid_t... yes
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking minix/config.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for library containing strerror... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for atexit... yes
no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for basename... yes
checking return type of signal handlers... void
checking for size_t... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ssize_t... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
checking for bzero... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
no
checking for calloc... checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
none required
checking for fcntl... checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
checking for kill... checking for ffs... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for getcwd... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for gettimeofday... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for index... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for setenv... no
checking for insque... no
checking for setlocale... no
checking for memchr... yes
checking for strcasecmp... yes
checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for rindex... no
checking varargs.h presence... no
checking for setenv... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for sigsetmask... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpcpy... yes
checking locale.h presence... no
checking for stpncpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strdup... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strncasecmp... no
checking termio.h presence... yes
checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for strnlen... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtol... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strtoul... checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for setproctitle... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking wchar.h presence... no
yes
checking for wchar.h... checking for fork... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for vfork... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
no
checking for mbsnrtowcs... checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... yes
checking for iswupper... no
checking for realpath... no
yes
checking for setrlimit... checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
yes
checking for nl_langinfo and CODESET... checking for strerror... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for strsignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... no
checking for table... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking for times... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait3... config.status: creating config.h
config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 22:52 [binutils-gdb] Update help text in tracepoint.c sergiodj+buildbot
@ 2018-06-02 12:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 12:44 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/1753>

Commit(s) tested:
	02d016b71fd38648fad589c1557b83135b1dd552

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help text in tracepoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/02/02d016b71fd38648fad589c1557b83135b1dd552/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... checking for xgettext... configure: updating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
/usr/bin/xgettext
configure: creating ./config.status
checking for makeinfo... makeinfo --split-size=5000000
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... config.status: creating Makefile
checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
mkdir -p -- ./libdecnumber
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... Configuring in ./libdecnumber
checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for C compiler default output file name... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
a.exe
checking whether the C compiler works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking for inline... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... inline
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... .exe
checking for suffix of object files... yes
checking for sys/types.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for strings.h... checking for stdlib.h... none needed
yes
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... checking for stdint.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
gcc3
checking how to print strings... checking for unistd.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for strings.h... 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 whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for off_t... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for size_t... ok
checking how to run the C preprocessor... yes
checking for grep that handles long lines and -e... checking for unistd.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
x86_64-w64-mingw32-gcc -E
checking minix/config.h usability... yes
checking for working alloca.h... checking for ANSI C header files... yes
checking for sys/types.h... no
checking minix/config.h presence... yes
no
checking for alloca... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for stdlib.h... checking for sys/types.h... checking for unistd.h... (cached) yes
checking for getpagesize... 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 for string.h... checking for sys/stat.h... yes
checking for working mmap... no
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
yes
checking for stdlib.h... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unsigned long long... yes
yes
yes
checking for inttypes.h... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for memory.h... no
checking for ld used by GCC... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for shared library run path origin... checking for strings.h... yes
yes
done
checking for stdint.h... checking for inttypes.h... checking argz.h usability... yes
checking for stdint.h... yes
no
checking argz.h presence... checking for unistd.h... yes
checking for an ANSI C-conforming const... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking ctype.h usability... checking for unistd.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking ctype.h presence... yes
checking limits.h presence... yes
checking for ctype.h... yes
yes
checking for dlfcn.h... checking stddef.h usability... yes
checking for limits.h... yes
checking locale.h usability... yes
checking stddef.h presence... no
checking for objdir... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
.libs
checking stdio.h usability... yes
checking locale.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for locale.h... yes
checking for sys/file.h... yes
checking for sys/param.h... yes
checking stdio.h presence... checking nl_types.h usability... yes
yes
checking for stdio.h... yes
checking for limits.h... no
checking nl_types.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for nl_types.h... no
checking for stdlib.h... (cached) yes
checking malloc.h usability... checking for malloc.h... yes
yes
checking for uintptr_t... yes
checking malloc.h presence... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
checking stddef.h usability... checking for strings.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sys/time.h... yes
checking for int_least32_t... yes
checking stddef.h presence... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for stddef.h... yes
checking for time.h... yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
yes
checking for sys/resource.h... checking for string.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking for unistd.h... (cached) yes
no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for fcntl.h... checking sys/param.h usability... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for uint64_t... checking for alloca.h... yes
checking dynamic linker characteristics... yes
checking sys/param.h presence... no
checking for sys/pstat.h... yes
checking what to include in gstdint.h... yes
checking for sys/param.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... stdint.h (already complete)
checking for an ANSI C-conforming const... 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... x86_64-w64-mingw32-gcc -E
no
checking for sys/sysmp.h... checking for feof_unlocked... no
checking for sys/sysinfo.h... yes
checking for off_t... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for machine/hal_sysinfo.h... no
checking for getpagesize... checking for fgets_unlocked... no
checking for sys/table.h... no
no
checking for getc_unlocked... checking for sys/sysctl.h... yes
checking size of int... yes
checking for working mmap... no
no
checking for memcpy... checking for sys/systemcfg.h... no
no
checking for getcwd... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
yes
yes
checking for sys/prctl.h... checking for strerror... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... (cached) yes
no
checking for geteuid... no
checking for getgid... yes
checking whether errno must be declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking size of int... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
checking size of long... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for stpcpy... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... yes
checking for strdup... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... yes
config.status: creating Makefile
checking for tsearch... 4
checking size of size_t... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... config.status: creating Makefile
config.status: executing depfiles commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: executing libtool commands
configure: creating cache ./config.cache
no
checking for LC_MESSAGES... 8
checking for long long... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
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... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking size of long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
.exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
o
checking whether we are using the GNU C compiler... config.status: creating Makefile
config.status: creating config.intl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.h
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for grep that handles long lines and -e... source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for sys/types.h... yes
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for pid_t... yes
checking for memory.h... yes
checking for strings.h... yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
none required
checking for inttypes.h... checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for atexit... yes
checking for stdint.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for basename... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking minix/config.h usability... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
checking for bcmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for bcopy... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating config.h
config.status: config.h is unchanged
yes
checking for function prototypes... yes
checking whether char is unsigned... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for bsearch... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for bzero... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for ssize_t... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
rm -f libdecnumber.a
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for dirent.h that defines DIR... x86_64-w64-mingw32-ranlib libdecnumber.a
checking for clock... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
none required
no
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
checking for getpagesize... ../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... no
checking for vsnprintf... yes
yes
checking for mempcpy... checking for isascii... yes
yes
checking for memset... checking for isxdigit... yes
yes
checking for getpwent... checking for mkstemps... no
checking for putenv... no
checking for getpwnam... no
yes
checking for getpwuid... checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for rename... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for rindex... checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for snprintf... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for sigsetmask... checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for stpcpy... checking locale.h usability... no
yes
checking locale.h presence... checking for stpncpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for strcasecmp... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strchr... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strncasecmp... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strndup... no
checking sys/pte.h presence... no
no
checking for sys/pte.h... no
checking for strnlen... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strstr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for strtol... checking for sys/ptem.h... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for tmpnam... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsnprintf... no
checking for tgetent... no
yes
checking for tgetent in -ltermcap... checking for vsprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for waitpid... yes
checking wctype.h presence... no
checking for setproctitle... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
no
checking whether alloca needs Cray hooks... checking langinfo.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for vfork... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
no
checking for towlower... checking for psignal... yes
no
checking for pstat_getdynamic... checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for realpath... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for setrlimit... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for sysconf... config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 22:04 [binutils-gdb] Update help text in disasm.c sergiodj+buildbot
@ 2018-06-02 12:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 12:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1752>

Commit(s) tested:
	7c9ee61b9f5fcad94fda11af1ab7469d78f17fbe

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help text in disasm.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7c/7c9ee61b9f5fcad94fda11af1ab7469d78f17fbe/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 21:53 [binutils-gdb] Update help text for "jump" command sergiodj+buildbot
@ 2018-06-02 11:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 11:18 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/1751>

Commit(s) tested:
	0a8ba311d0c4facef158af3d79c78489d5efcc4b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help text for "jump" command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0a/0a8ba311d0c4facef158af3d79c78489d5efcc4b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
Configuring in ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... checking for xgettext... configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
.exe
checking for suffix of object files... checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for an ANSI C-conforming const... checking for C compiler default output file name... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... yes
checking for inline... x86_64-w64-mingw32-gcc -E
inline
checking for sys/types.h... .exe
checking for suffix of object files... checking for C compiler default output file name... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... a.exe
checking whether the C compiler works... yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
.exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
yes
checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... none needed
checking for style of include used by make... checking for stdlib.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
checking for string.h... gcc3
checking how to print strings... yes
yes
printf
checking for a sed that does not truncate output... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
/usr/bin/sed
checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for inttypes.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for strings.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking for stdint.h... checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... 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 "+="... yes
checking for inttypes.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
yes
checking for off_t... checking for unistd.h... yes
checking for sys/types.h... yes
ok
checking how to run the C preprocessor... checking minix/config.h usability... yes
checking for sys/stat.h... yes
checking for size_t... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for working alloca.h... yes
checking for string.h... no
checking for alloca... yes
yes
64
checking for memory.h... checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... (cached) yes
checking for strings.h... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
yes
yes
checking for working mmap... no
checking for inttypes.h... checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... checking for stdint.h... yes
yes
yes
checking for unsigned long long... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for strings.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking ctype.h usability... no
checking for ld used by GCC... yes
yes
checking ctype.h presence... checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for ctype.h... yes
yes
checking for shared library run path origin... yes
checking stddef.h usability... checking for stdint.h... yes
done
checking for an ANSI C-conforming const... yes
checking stddef.h presence... checking argz.h usability... yes
yes
checking for inline... yes
checking for stddef.h... yes
checking for unistd.h... checking for string.h... (cached) yes
no
checking argz.h presence... inline
checking whether byte ordering is bigendian... checking stdio.h usability... no
checking for argz.h... no
checking limits.h usability... yes
checking for dlfcn.h... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking limits.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for limits.h... yes
no
checking for objdir... checking locale.h usability... .libs
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking locale.h presence... checking for sys/file.h... yes
checking for locale.h... yes
yes
yes
checking for uintptr_t... checking for sys/param.h... checking nl_types.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for limits.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking nl_types.h presence... yes
checking for int_least32_t... yes
checking for stdlib.h... (cached) yes
no
checking for nl_types.h... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking malloc.h usability... checking for malloc.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for string.h... (cached) yes
yes
checking malloc.h presence... yes
checking for int_fast32_t... yes
checking for malloc.h... yes
checking stddef.h usability... checking for unistd.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for strings.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... yes
checking stddef.h presence... checking for sys/time.h... yes
yes
checking for stddef.h... yes
yes
checking for uint64_t... checking for stdlib.h... (cached) yes
checking for time.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking dynamic linker characteristics... yes
checking sys/param.h usability... checking for sys/resource.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/mman.h... yes
checking sys/param.h presence... no
yes
checking for stdlib.h... checking for off_t... (cached) yes
yes
checking for sys/param.h... yes
checking for fcntl.h... checking for unistd.h... (cached) yes
checking for getpagesize... checking for feof_unlocked... yes
checking for alloca.h... yes
checking size of int... no
yes
checking for working mmap... no
checking for fgets_unlocked... no
checking for sys/pstat.h... checking for memcpy... no
checking for sys/sysmp.h... yes
no
no
checking for getc_unlocked... checking for sys/sysinfo.h... checking for strerror... no
checking for machine/hal_sysinfo.h... no
no
yes
checking for getcwd... checking for sys/table.h... checking for unistd.h... (cached) yes
no
checking for sys/sysctl.h... yes
no
configure: updating cache ./config.cache
checking for sys/systemcfg.h... configure: creating ./config.status
checking for getegid... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
4
checking size of long... checking for sys/prctl.h... no
checking for geteuid... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... yes
checking whether errno must be declared... no
checking size of int... no
checking for getuid... no
checking for mempcpy... yes
4
checking for munmap... checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for putenv... 4
checking size of long... yes
no
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... config.status: creating Makefile
yes
config.status: creating config.h
checking for strdup... config.status: executing gstdint.h commands
4
checking size of size_t... yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for __fsetlocking... configure: creating cache ./config.cache
config.status: executing libtool commands
checking build system type... no
checking for iconv... x86_64-pc-linux-gnu
checking host system type... 8
checking for long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking for LC_MESSAGES... no
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... yes
checking size of long long... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
.exe
checking for suffix of object files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for sys/types.h... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
uint64_t
checking for intptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for sys/stat.h... source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for stdlib.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for string.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for ssize_t... checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for pid_t... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for library containing strerror... checking minix/config.h usability... none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking minix/config.h presence... yes
checking for atexit... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for basename... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-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
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for bcmp... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
void
checking for size_t... no
checking for bcopy... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
rm -f plural.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
no
checking for dirent.h that defines DIR... checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for ffs... no
checking for kill... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... no
checking for memmove... yes
checking for gettimeofday... yes
checking for putenv... yes
checking for select... yes
checking for index... no
checking for setenv... no
checking for insque... no
checking for memchr... no
checking for setlocale... yes
yes
checking for memcmp... checking for strcasecmp... yes
checking for strpbrk... yes
checking for memcpy... yes
yes
checking for tcgetattr... checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking for rindex... checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
yes
checking stdarg.h presence... checking for sigsetmask... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for stpncpy... checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking for strcasecmp... checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... yes
checking for strncasecmp... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strndup... no
checking termio.h presence... no
no
checking for termio.h... no
checking for strnlen... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strrchr... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strstr... checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtol... 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... checking for strtoul... yes
64
checking for strtoll... checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... no
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for tmpnam... yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
checking for vsprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for mbscasecmp... checking for sys_siglist... no
checking for external symbol _system_configuration... no
no
checking for mbscmp... checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for dup3... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for getrlimit... no
checking for getrusage... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
no
checking for iswupper... checking for realpath... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for strerror... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
no
checking for wait4... config.status: creating config.h
config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 21:16 [binutils-gdb] Update help text in dcache.c sergiodj+buildbot
@ 2018-06-02 11:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 11:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1750>

Commit(s) tested:
	ffb2b66cabe9deefefa1312ef0b7bb064656e611

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help text in dcache.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ff/ffb2b66cabe9deefefa1312ef0b7bb064656e611/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 21:10 [binutils-gdb] Update help strings in TUI sergiodj+buildbot
@ 2018-06-02 10:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02 10:23 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/1749>

Commit(s) tested:
	bf212be198a7dd7700e08862f241ed85f88408e3

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help strings in TUI

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bf/bf212be198a7dd7700e08862f241ed85f88408e3/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for xgettext... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/xgettext
checking build system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking build system type... checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... yes
checking for inline... .exe
yes
checking for sys/types.h... checking for suffix of object files... inline
checking for sys/types.h... yes
o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
yes
checking for sys/stat.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... yes
yes
checking for string.h... checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... yes
checking for memory.h... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... .exe
checking for suffix of object files... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for unistd.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for off_t... yes
checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for size_t... gcc3
checking how to print strings... yes
checking how to run the C preprocessor... no
checking minix/config.h presence... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for working alloca.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for grep that handles long lines and -e... 1572864
checking whether the shell understands some XSI constructs... /usr/bin/grep
checking for egrep... yes
checking whether the shell understands "+="... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for alloca... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/types.h... yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for getpagesize... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -E
yes
yes
checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for ANSI C header files... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for memory.h... yes
checking for unsigned long long... yes
checking for sys/types.h... yes
yes
checking for strings.h... checking for sys/stat.h... yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for inttypes.h... checking for stdlib.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
yes
checking for inline... checking for string.h... checking for stdint.h... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... inline
checking whether byte ordering is bigendian... yes
done
checking argz.h usability... yes
checking for memory.h... checking for unistd.h... yes
no
checking argz.h presence... checking for strings.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking ctype.h usability... checking for sys/file.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for inttypes.h... checking for sys/param.h... yes
yes
checking ctype.h presence... yes
yes
checking for ctype.h... yes
checking for stdint.h... yes
checking limits.h presence... checking for limits.h... checking stddef.h usability... yes
checking for limits.h... yes
yes
checking for stdlib.h... (cached) yes
yes
checking locale.h usability... checking for malloc.h... checking for unistd.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for string.h... (cached) yes
yes
checking locale.h presence... yes
checking stdio.h usability... checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
checking for dlfcn.h... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking for objdir... checking nl_types.h usability... .libs
yes
yes
checking stdio.h presence... checking for time.h... no
checking nl_types.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
no
checking for nl_types.h... no
checking for sys/resource.h... checking malloc.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking malloc.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/mman.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking stddef.h usability... yes
checking for uintptr_t... no
checking for fcntl.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for alloca.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdlib.h... (cached) yes
yes
checking for int_least32_t... no
checking for string.h... (cached) yes
checking for sys/pstat.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
yes
checking whether -lc should be explicitly linked in... checking for sys/sysmp.h... yes
checking sys/param.h presence... no
yes
checking for int_fast32_t... checking for sys/sysinfo.h... yes
checking dynamic linker characteristics... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for machine/hal_sysinfo.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for uint64_t... no
checking for sys/table.h... no
checking for fgets_unlocked... checking for stdlib.h... (cached) yes
no
checking for sys/sysctl.h... checking for unistd.h... (cached) yes
checking for getpagesize... no
yes
checking what to include in gstdint.h... checking for sys/systemcfg.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking for off_t... checking for stdint.h... (cached) yes
no
yes
checking for working mmap... no
checking for getc_unlocked... checking for stdio_ext.h... checking for memcpy... no
checking for process.h... yes
yes
checking for strerror... checking for sys/prctl.h... yes
checking size of int... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... configure: updating cache ./config.cache
yes
yes
checking whether errno must be declared... configure: creating ./config.status
checking for getegid... no
checking size of int... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for stpcpy... 4
checking size of size_t... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
config.status: creating Makefile
yes
config.status: executing depfiles commands
config.status: creating config.h
checking for __argz_count... config.status: executing gstdint.h commands
config.status: executing libtool commands
no
8
checking for long long... checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking size of long long... no
checking for __fsetlocking... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking for iconv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
configure: creating cache ./config.cache
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
x86_64-w64-mingw32

checking whether included gettext is requested... Beginning configuration for readline-6.2 for x86_64-w64-mingw32

no
checking for GNU gettext in libc... checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
.exe
checking for suffix of object files... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for uintptr_t... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
config.status: creating config.intl
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for sys/types.h... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking for library containing strerror... yes
rm -f libz.a
x86_64-w64-mingw32-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 stdlib.h... x86_64-w64-mingw32-ranlib libz.a
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
none required
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for asprintf... yes
checking for string.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for memory.h... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for atexit... checking for strings.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for basename... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for unistd.h... checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for bzero... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
yes
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for clock... no
checking for working volatile... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for ffs... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for getcwd... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for dirent.h that defines DIR... checking for getpagesize... yes
checking for library containing opendir... none required
yes
checking for fcntl... checking for gettimeofday... no
checking for kill... yes
checking for index... no
checking for lstat... no
checking for insque... no
checking for memmove... no
checking for memchr... yes
checking for putenv... yes
checking for memcmp... yes
yes
checking for select... checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
yes
checking for strpbrk... checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
no
checking for putenv... checking for vsnprintf... yes
yes
checking for random... checking for isascii... no
checking for rename... yes
checking for isxdigit... yes
checking for rindex... yes
checking for getpwent... no
checking for setenv... no
no
checking for getpwnam... checking for snprintf... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
yes
checking for fcntl.h... yes
checking for stpncpy... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for strcasecmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for strchr... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strdup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strncasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strndup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for strnlen... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strrchr... checking termios.h usability... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strstr... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strtod... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtol... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoul... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strtoll... yes
checking for strtoull... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strverscmp... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
yes
checking for type of signal functions... checking for vasprintf... yes
checking for vfprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for vprintf... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for vsnprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vsprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for waitpid... no
checking for speed_t in sys/types.h... no
checking for setproctitle... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... not found
checking for struct dirent.d_ino... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
no
checking for tgetent in -ltermcap... checking for _doprnt... yes
checking which library has the termcap functions... using libtermcap
no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking wctype.h usability... checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking wctype.h presence... no
checking for canonicalize_file_name... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for dup3... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrlimit... no
yes
checking for mbscasecmp... checking for getrusage... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
no
checking for mbsnrtowcs... checking for on_exit... no
checking for mbsrtowcs... no
checking for psignal... yes
checking for mbschr... no
checking for pstat_getdynamic... no
checking for wcrtomb... no
checking for pstat_getstatic... yes
checking for wcscoll... no
checking for realpath... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for setrlimit... no
no
checking for wctype... checking for sbrk... yes
checking for wcswidth... no
checking for spawnve... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for spawnvpe... yes
checking for iswlower... yes
yes
checking for iswupper... checking for strerror... yes
yes
checking for towlower... checking for strsignal... yes
checking for towupper... no
checking for sysconf... yes
checking for iswctype... no
checking for sysctl... yes
no
checking for nl_langinfo and CODESET... checking for sysmp... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for table... no
checking for times... yes
checking configuration for building shared libraries... supported
no
configure: updating cache ./config.cache
checking for wait3... configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking whether ffs is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 20:37 [binutils-gdb] Update memattr.c help strings sergiodj+buildbot
@ 2018-06-02  9:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  9:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1748>

Commit(s) tested:
	99806209a4f89fc76d338982239ab8c214df4b4d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update memattr.c help strings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/99/99806209a4f89fc76d338982239ab8c214df4b4d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 20:12 [binutils-gdb] Update core-related help strings sergiodj+buildbot
@ 2018-06-02  9:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  9:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1747>

Commit(s) tested:
	0cab2f1e91f92130c5e0d89a99ce639ebd8ec1b0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update core-related help strings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0c/0cab2f1e91f92130c5e0d89a99ce639ebd8ec1b0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 20:09 [binutils-gdb] Update help strings in skip.c sergiodj+buildbot
@ 2018-06-02  7:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  7:51 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/1746>

Commit(s) tested:
	784e4b3e80c1093203ae1a0da33be7a670942713

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help strings in skip.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/78/784e4b3e80c1093203ae1a0da33be7a670942713/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating 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
checking for a BSD-compatible install... configure: creating cache ./config.cache
/usr/bin/install -c
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
mkdir -p -- ./libdecnumber
checking for suffix of object files... Configuring in ./libdecnumber
checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... yes
checking for inline... x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
inline
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... checking for grep that handles long lines and -e... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for strings.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... yes
yes
checking how to run the C preprocessor... checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unistd.h... checking for inttypes.h... yes
yes
checking for off_t... yes
checking for sys/types.h... checking for stdint.h... yes
checking for sys/stat.h... yes
checking for unistd.h... yes
checking for stdlib.h... yes
yes
checking for size_t... checking minix/config.h usability... yes
checking for string.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for working alloca.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 alloca... yes
checking for strings.h... 64
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... (cached) yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... yes
yes
checking for stdint.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for unsigned long long... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for C compiler default output file name... yes
checking stddef.h usability... checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... yes
checking stddef.h presence... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stddef.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
yes
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for string.h... (cached) yes
checking stdio.h usability... done
.exe
checking for suffix of object files... checking argz.h usability... o
checking whether we are using the GNU C compiler... yes
checking stdio.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
no
checking argz.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... no
checking for argz.h... no
checking limits.h usability... inline
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for uintptr_t... yes
checking limits.h presence... none needed
yes
checking for limits.h... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking locale.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for int_least32_t... checking for sys/file.h... yes
yes
checking locale.h presence... checking for sys/param.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for locale.h... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking nl_types.h usability... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for limits.h... yes
checking for int_fast32_t... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for stdlib.h... (cached) yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for malloc.h... no
checking nl_types.h presence... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for string.h... (cached) yes
no
checking for nl_types.h... no
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking malloc.h usability... checking for uint64_t... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking for unistd.h... (cached) yes
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... yes
checking malloc.h presence... yes
checking what to include in gstdint.h... yes
yes
checking for malloc.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking stddef.h usability... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking for off_t... ok
checking for sys/mman.h... checking how to run the C preprocessor... yes
checking stddef.h presence... no
checking for fcntl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
checking for alloca.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/pstat.h... checking for ANSI C header files... yes
checking size of int... no
checking for sys/sysmp.h... no
yes
checking sys/param.h presence... checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for machine/hal_sysinfo.h... yes
checking for sys/types.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
no
checking for fgets_unlocked... checking for sys/stat.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for stdlib.h... no
no
checking for process.h... checking for getc_unlocked... yes
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for string.h... no
checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking for memory.h... yes
checking whether errno must be declared... yes
checking for getegid... no
checking size of int... yes
checking for strings.h... 4
no
checking size of long... checking for geteuid... yes
checking for inttypes.h... yes
no
checking for stdint.h... checking for getgid... yes
checking for unistd.h... no
checking for getuid... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... 4
checking size of long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... yes
checking for stpcpy... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... no
(cached) yes
checking for strcasecmp... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strdup... yes
checking for working mmap... no
checking for memcpy... 4
config.status: creating Makefile
checking size of size_t... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strtoul... yes
checking for strerror... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
yes
checking for tsearch... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking build system type... checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
checking for bison... bison
checking version of bison... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking size of long long... no
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating Makefile
config.status: executing depfiles commands
yes
checking for sys/types.h... config.status: creating config.intl
config.status: executing libtool commands
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/stat.h... yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for string.h... config.status: creating config.h
config.status: config.h is unchanged
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
8
checking for a 64-bit type... yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for stdint.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for unistd.h... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for pid_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for library containing strerror... no
checking for working volatile... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
void
checking for size_t... checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for atexit... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for basename... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for bcopy... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for bsearch... none required
checking for fcntl... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
no
checking for bzero... checking for kill... no
no
checking for calloc... checking for lstat... yes
no
checking for memmove... checking for clock... yes
yes
checking for ffs... checking for putenv... no
yes
checking for getcwd... checking for select... yes
no
checking for getpagesize... checking for setenv... yes
no
checking for setlocale... checking for gettimeofday... yes
yes
checking for strcasecmp... checking for index... yes
no
checking for insque... checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for putenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... 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 rindex... checking limits.h usability... yes
checking limits.h presence... no
yes
checking for limits.h... yes
checking for setenv... checking locale.h usability... yes
checking locale.h presence... no
checking for snprintf... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... yes
checking for sigsetmask... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strdup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strnlen... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtoul... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
no
checking for vasprintf... checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
yes
checking for getrlimit... checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrusage... no
checking for getsysinfo... yes
checking for iswlower... no
yes
checking for gettimeofday... (cached) yes
checking for on_exit... checking for iswupper... no
yes
checking for psignal... checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sbrk... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for spawnve... configure: creating ./config.status
yes
checking for spawnvpe... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strerror... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
yes
config.status: executing default commands
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-25 12:19 [binutils-gdb] Fix help and documentation for inferior commands sergiodj+buildbot
@ 2018-06-02  7:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  7:02 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/1745>

Commit(s) tested:
	a3c25011e4b0519dca984d23a8a2843b92b9ce2c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix help and documentation for inferior commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a3/a3c25011e4b0519dca984d23a8a2843b92b9ce2c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating 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
checking build system type... 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
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
x86_64-w64-mingw32
checking target system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... inline
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for sys/types.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... checking for string.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for memory.h... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for strings.h... o
checking whether we are using the GNU C compiler... checking for strings.h... yes
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for stdint.h... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for style of include used by make... checking for stdint.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking minix/config.h usability... yes
checking for unistd.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... no
checking minix/config.h presence... checking for sys/stat.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... yes
checking for size_t... 64
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 whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for string.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
no
checking for alloca... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for strings.h... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for sys/types.h... checking for stdint.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for sys/stat.h... yes
checking for unistd.h... yes
yes
checking for inttypes.h... checking for stdlib.h... yes
checking ctype.h usability... yes
yes
checking ctype.h presence... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for ctype.h... yes
yes
checking for an ANSI C-conforming const... yes
no
checking for ld used by GCC... checking stddef.h usability... checking for string.h... yes
checking for inline... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... checking for memory.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... done
checking argz.h usability... yes
yes
checking stdio.h presence... no
checking argz.h presence... yes
checking for stdio.h... yes
checking for strings.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for argz.h... no
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking limits.h usability... checking for inttypes.h... checking for sys/file.h... yes
yes
checking for stdint.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
yes
checking for uintptr_t... checking for sys/param.h... checking for unistd.h... checking locale.h usability... yes
yes
checking for dlfcn.h... checking for limits.h... yes
yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... checking for stdlib.h... (cached) yes
yes
checking for int_least32_t... checking for malloc.h... no
checking for objdir... .libs
yes
no
checking nl_types.h presence... checking for string.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking malloc.h presence... checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/time.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking stddef.h usability... yes
yes
checking for uint64_t... checking for time.h... yes
yes
checking stddef.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stddef.h... yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking what to include in gstdint.h... checking for string.h... (cached) yes
no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... checking for sys/mman.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking sys/param.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for off_t... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for fcntl.h... yes
checking dynamic linker characteristics... yes
checking for alloca.h... no
checking for fgets_unlocked... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for sys/pstat.h... yes
checking size of int... checking for stdlib.h... (cached) yes
no
checking for sys/sysmp.h... no
checking for unistd.h... (cached) yes
checking for getc_unlocked... no
checking for getpagesize... checking for sys/sysinfo.h... no
yes
checking for machine/hal_sysinfo.h... checking for working mmap... no
checking for memcpy... no
no
checking for sys/table.h... checking for getcwd... no
yes
checking for sys/sysctl.h... yes
checking for getegid... checking for strerror... no
checking for sys/systemcfg.h... no
checking for geteuid... yes
checking for unistd.h... (cached) yes
no
checking for stdint.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for stdio_ext.h... checking for getgid... no
checking for process.h... 4
checking size of long... no
yes
checking for getuid... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for mempcpy... yes
checking whether errno must be declared... no
checking size of int... yes
checking for munmap... no
checking for putenv... yes
4
checking for ANSI C header files... (cached) yes
checking for setenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setlocale... 4
yes
checking size of long... checking for stpcpy... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... yes
config.status: creating Makefile
checking for strtoul... config.status: creating config.h
config.status: executing gstdint.h commands
yes
4
checking size of size_t... checking for tsearch... yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
checking for __argz_count... Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... config.status: creating Makefile
config.status: executing depfiles commands
configure: creating cache ./config.cache
no
checking for iconv... config.status: executing libtool commands
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... 8
checking for long long... checking for C compiler default output file name... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
.exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
o
checking whether we are using the GNU C compiler... checking for GNU gettext in libintl... yes
checking size of long long... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating config.intl
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
config.status: creating config.h
yes
checking for sys/stat.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for stdlib.h... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for uintptr_t... checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking for ssize_t... checking for stdint.h... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for pid_t... checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for library containing strerror... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating config.h
config.status: config.h is unchanged
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
none required
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for asprintf... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for atexit... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for bcmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for bsearch... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... no
checking for calloc... none required
checking for fcntl... yes
checking for clock... no
yes
checking for kill... checking for ffs... no
no
checking for lstat... checking for getcwd... no
checking for memmove... yes
checking for getpagesize... yes
checking for putenv... yes
checking for gettimeofday... yes
yes
checking for select... checking for index... no
checking for setenv... no
checking for insque... no
checking for setlocale... yes
no
checking for strcasecmp... checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
yes
checking for memcpy... checking for tcgetattr... yes
checking for memmem... no
no
checking for vsnprintf... checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
yes
checking fcntl.h usability... checking for rindex... yes
checking fcntl.h presence... no
yes
checking for fcntl.h... yes
checking for setenv... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for stpcpy... checking limits.h usability... yes
checking limits.h presence... no
yes
checking for limits.h... yes
checking for stpncpy... checking locale.h usability... no
yes
checking locale.h presence... checking for strcasecmp... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking for strdup... checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking for strndup... checking termios.h usability... no
checking for strnlen... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strrchr... yes
checking for strstr... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strtod... checking sys/pte.h usability... yes
checking for strtol... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtoul... yes
no
checking sys/stream.h presence... checking for strtoll... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strtoull... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for vfprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for vprintf... checking for type of signal functions... yes
checking for vsnprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for vsprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for waitpid... no
checking for sig_atomic_t in signal.h... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... yes
checking whether signal handlers are of type void... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for vfork... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... not found
checking for struct dirent.d_ino... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for canonicalize_file_name... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for dup3... no
checking for tgetent in -ltermcap... no
checking for getrlimit... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for getrusage... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for getsysinfo... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbscasecmp... no
checking for psignal... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for pstat_getdynamic... no
checking for mbsrtowcs... no
checking for pstat_getstatic... yes
checking for mbschr... no
checking for realpath... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... no
checking for sbrk... yes
checking for wcwidth... no
checking for wctype... no
checking for spawnve... yes
checking for wcswidth... yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for spawnvpe... yes
checking for strerror... yes
checking for iswlower... yes
checking for iswupper... yes
checking for strsignal... yes
checking for towlower... no
checking for sysconf... yes
no
checking for sysctl... checking for towupper... no
yes
checking for iswctype... checking for sysmp... yes
checking for nl_langinfo and CODESET... no
checking for table... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for times... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for wait3... configure: updating cache ./config.cache
no
checking for wait4... configure: creating ./config.status
no
checking whether basename is declared... no
checking whether ffs is declared... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether asprintf is declared... yes
config.status: creating examples/Makefile
checking whether vasprintf is declared... config.status: creating shlib/Makefile
yes
checking whether snprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 18:01 [binutils-gdb] gdb: Restore selected frame in print_frame_local_vars sergiodj+buildbot
@ 2018-06-02  6:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  6:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1744>

Commit(s) tested:
	45f25d6c83c31a48a01ef8293bb3978f5e58e653

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Restore selected frame in print_frame_local_vars

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/45/45f25d6c83c31a48a01ef8293bb3978f5e58e653/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 15:23 [binutils-gdb] testsuite: Extend TLS core file testing with an OS-generated dump sergiodj+buildbot
@ 2018-06-02  5:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  5:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1743>

Commit(s) tested:
	d9f6d7f8b636a2b32004273143d72a77d82b40de

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	testsuite: Extend TLS core file testing with an OS-generated dump

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d9/d9f6d7f8b636a2b32004273143d72a77d82b40de/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: archive.lo] Error 1
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-24 13:02 [binutils-gdb] Fix macOS build, missing override sergiodj+buildbot
@ 2018-06-02  4:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  4:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1742>

Commit(s) tested:
	da05d921f0b7b9f9f07ac4e78ee228e7ecf847e0

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix macOS build, missing override

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/da/da05d921f0b7b9f9f07ac4e78ee228e7ecf847e0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1869: archures.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 20:46 [binutils-gdb] Add ATTRIBUTE_NONSTRING to ppc64_elf_write_core_note sergiodj+buildbot
@ 2018-06-02  3:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  3:12 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/1741>

Commit(s) tested:
	9ef6d1e31f380349c8f329d1adb47ee53ec1f6c2

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add ATTRIBUTE_NONSTRING to ppc64_elf_write_core_note

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9e/9ef6d1e31f380349c8f329d1adb47ee53ec1f6c2/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
/usr/bin/xgettext
configure: creating ./config.status
checking for msgmerge... /usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
config.status: creating Makefile
.exe
checking build system type... checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
x86_64-pc-linux-gnu
checking whether the C compiler works... yes
checking host system type... checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... inline
/usr/bin/grep -E
checking for ANSI C header files... checking for sys/types.h... .exe
checking for suffix of object files... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for string.h... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... yes
checking for memory.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... yes
checking for size_t... yes
checking minix/config.h usability... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking minix/config.h presence... yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for alloca... yes
checking for sys/types.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for sys/stat.h... checking for stdlib.h... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for unistd.h... (cached) yes
checking for getpagesize... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... yes
yes
checking for stdint.h... a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for memory.h... yes
checking for unsigned long long... yes
.exe
checking for suffix of object files... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... yes
none needed
checking for style of include used by make... checking for stdint.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for unistd.h... done
yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking argz.h usability... yes
checking for an ANSI C-conforming const... checking ctype.h usability... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking argz.h presence... yes
checking for inline... yes
checking ctype.h presence... no
checking for argz.h... no
inline
checking limits.h usability... checking whether byte ordering is bigendian... yes
checking for ctype.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... checking stddef.h usability... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking limits.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for limits.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking locale.h usability... yes
checking stddef.h presence... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stddef.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for string.h... (cached) yes
yes
checking locale.h presence... checking for sys/file.h... checking stdio.h usability... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for sys/param.h... yes
checking for limits.h... yes
checking stdio.h presence... no
checking nl_types.h presence... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for nl_types.h... no
checking malloc.h usability... checking for stdlib.h... (cached) yes
ok
checking how to run the C preprocessor... checking for malloc.h... yes
checking for string.h... (cached) yes
yes
checking malloc.h presence... yes
checking for uintptr_t... checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
checking stddef.h usability... x86_64-w64-mingw32-gcc -E
checking for sys/time.h... yes
yes
checking for int_least32_t... yes
checking stddef.h presence... checking for ANSI C header files... checking for time.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/resource.h... checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/types.h... checking for sys/mman.h... yes
checking for uint64_t... yes
yes
checking sys/param.h presence... checking for sys/stat.h... yes
checking for sys/param.h... yes
no
checking for fcntl.h... checking for feof_unlocked... yes
checking for alloca.h... yes
checking for stdlib.h... no
yes
checking what to include in gstdint.h... checking for sys/pstat.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking for off_t... checking for sys/sysmp.h... yes
no
checking for fgets_unlocked... checking for string.h... no
checking for sys/sysinfo.h... yes
checking for memory.h... no
checking for machine/hal_sysinfo.h... no
checking for getc_unlocked... yes
checking size of int... yes
checking for strings.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for inttypes.h... no
no
checking for sys/systemcfg.h... checking for getcwd... yes
checking for stdint.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
yes
checking for getegid... no
checking for process.h... checking for unistd.h... yes
yes
checking for dlfcn.h... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for geteuid... no
checking for objdir... .libs
yes
checking whether errno must be declared... no
no
checking size of int... 4
checking size of long... checking for getgid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for getuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for munmap... yes
checking whether -lc should be explicitly linked in... no
4
checking size of long... checking for putenv... yes
checking dynamic linker characteristics... 4
yes
checking for ANSI C header files... (cached) yes
checking for setenv... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for stdlib.h... (cached) yes
checking for setlocale... checking for unistd.h... (cached) yes
checking for getpagesize... x86_64-w64-mingw32
checking target system type... yes
yes
checking for working mmap... no
checking for memcpy... checking for stpcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
no
checking for strcasecmp... checking for strerror... no
4
configure: updating cache ./config.cache
checking size of size_t... configure: creating ./config.status
yes
yes
checking for strdup... checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
checking for strtoul... configure: creating ./config.status
yes
checking for tsearch... config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... 8
checking for long long... no
checking for iconv... configure: creating cache ./config.cache
yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... no
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... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating ./config.status
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
uint64_t
checking for intptr_t... yes
checking for sys/types.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
config.status: creating Makefile
checking for sys/stat.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
config.status: executing depfiles commands
yes
checking for uintptr_t... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
config.status: executing libtool commands
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for ssize_t... checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for memory.h... yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
none required
checking for asprintf... checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for stdint.h... yes
checking for unistd.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for atexit... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
no
checking minix/config.h presence... checking for basename... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for bsearch... void
checking for size_t... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for bzero... yes
checking for ssize_t... no
checking for calloc... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for clock... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for ffs... none required
checking for fcntl... no
checking for getcwd... no
checking for kill... yes
checking for getpagesize... no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
no
checking for memchr... checking for setenv... no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
yes
checking for isascii... checking for memset... yes
yes
checking for isxdigit... checking for mkstemps... yes
no
checking for putenv... checking for getpwent... yes
checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for setenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for stpcpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strchr... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strdup... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strncasecmp... checking termios.h usability... no
checking termios.h presence... yes
checking for strndup... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strstr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtol... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtoul... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsprintf... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... yes
checking for strerror... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for strsignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 20:13 [binutils-gdb] Remove struct complaints sergiodj+buildbot
@ 2018-06-02  1:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  1:00 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/1740>

Commit(s) tested:
	a8be540e8ae8d16da5854c75d4724f3875aeba2e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove struct complaints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a8/a8be540e8ae8d16da5854c75d4724f3875aeba2e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating 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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
yes
checking for inline... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for sys/stat.h... inline
checking for sys/types.h... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... checking for sys/stat.h... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for string.h... checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for strings.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... none needed
yes
yes
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdint.h... checking for inttypes.h... yes
gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for unistd.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for stdint.h... checking minix/config.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... no
checking minix/config.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... 1572864
yes
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
checking for size_t... 64
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for ANSI C header files... yes
checking for sys/types.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... checking for sys/types.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
yes
checking for stdint.h... checking for sys/stat.h... checking for stdlib.h... yes
yes
checking for string.h... checking for stdlib.h... yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for memory.h... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for strings.h... checking for memory.h... yes
checking for inttypes.h... yes
yes
checking for strings.h... checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for an ANSI C-conforming const... no
checking for ld used by GCC... yes
checking for inline... checking for inttypes.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stdint.h... inline
checking whether byte ordering is bigendian... checking for stdint.h... done
checking argz.h usability... yes
yes
checking for unistd.h... checking for unistd.h... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking argz.h presence... yes
checking for sys/file.h... yes
checking ctype.h usability... checking for dlfcn.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for sys/param.h... no
checking for objdir... .libs
yes
yes
checking ctype.h presence... yes
checking limits.h presence... checking for limits.h... yes
checking for ctype.h... yes
yes
checking for limits.h... yes
yes
checking stddef.h usability... checking locale.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
yes
checking stddef.h presence... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking locale.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... checking stdio.h usability... checking nl_types.h usability... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking stdio.h presence... checking for time.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking nl_types.h presence... yes
checking for stdio.h... yes
yes
no
checking for nl_types.h... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking malloc.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/resource.h... yes
checking malloc.h presence... no
yes
checking for uintptr_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
yes
checking whether -lc should be explicitly linked in... checking for sys/mman.h... checking stddef.h usability... yes
checking dynamic linker characteristics... no
checking for fcntl.h... yes
checking stddef.h presence... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for alloca.h... yes
checking for stddef.h... yes
yes
checking for int_least32_t... no
checking for sys/pstat.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/sysmp.h... yes
checking for int_fast32_t... checking sys/param.h usability... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for sys/sysinfo.h... yes
checking sys/param.h presence... yes
checking for working mmap... no
no
yes
checking for sys/param.h... yes
checking for machine/hal_sysinfo.h... checking for memcpy... checking for feof_unlocked... no
yes
checking for uint64_t... checking for sys/table.h... yes
checking for strerror... no
no
checking for sys/sysctl.h... checking for fgets_unlocked... yes
no
checking for unistd.h... (cached) yes
checking for sys/systemcfg.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... configure: updating cache ./config.cache
no
checking for stdint.h... (cached) yes
no
configure: creating ./config.status
checking for getc_unlocked... yes
checking for off_t... checking for stdio_ext.h... no
checking for process.h... no
yes
checking for getcwd... checking for sys/prctl.h... yes
yes
checking size of int... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for geteuid... yes
checking whether errno must be declared... no
checking size of int... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
4
checking size of long... checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking size of long... no
checking for setlocale... yes
checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for strcasecmp... x86_64-pc-linux-gnu
checking host system type... 4
checking size of size_t... x86_64-w64-mingw32
checking target system type... yes
checking for strdup... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... config.status: creating Makefile
yes
checking for strtoul... config.status: executing depfiles commands
no
yes
config.status: executing libtool commands
configure: updating cache ./config.cache
checking for tsearch... configure: creating ./config.status
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... config.status: creating Makefile
config.status: creating config.h
no
config.status: executing gstdint.h commands
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... yes
checking size of long long... no
checking for iconv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
configure: creating cache ./config.cache
checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
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... checking for C compiler default output file name... no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
a.exe
checking whether the C compiler works... yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking whether we are cross compiling... yes
checking for suffix of executables... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 8
checking for a 64-bit type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for uintptr_t... config.status: creating config.h
yes
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for sys/types.h... yes
checking for ssize_t... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdlib.h... yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for string.h... yes
checking for memory.h... yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for strings.h... none required
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for asprintf... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for inttypes.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
yes
checking for unistd.h... checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
no
checking minix/config.h presence... x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for function prototypes... yes
checking whether char is unsigned... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for bcopy... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
checking for working volatile... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking return type of signal handlers... no
checking for bsearch... rm -f plural.h
yes
checking for bzero... void
checking for size_t... no
checking for calloc... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for dirent.h that defines DIR... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
none required
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
checking for fcntl... ../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for gettimeofday... no
checking for kill... yes
checking for index... no
checking for lstat... no
checking for insque... no
checking for memmove... no
checking for memchr... yes
checking for putenv... yes
checking for memcmp... yes
checking for memcpy... yes
checking for select... yes
checking for memmem... no
checking for setenv... no
checking for memmove... yes
no
checking for setlocale... checking for mempcpy... yes
yes
checking for memset... checking for strcasecmp... yes
checking for strpbrk... yes
checking for mkstemps... yes
checking for tcgetattr... no
checking for putenv... no
checking for vsnprintf... yes
yes
checking for isascii... checking for random... yes
checking for isxdigit... no
checking for rename... yes
yes
checking for getpwent... checking for rindex... no
checking for getpwnam... no
checking for setenv... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for snprintf... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for stpcpy... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... yes
checking for strdup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strndup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... yes
checking for strrchr... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strtod... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtoll... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strtoull... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
checking for vsprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
yes
checking for wctype.h... yes
checking for setproctitle... checking wchar.h usability... yes
checking wchar.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking langinfo.h presence... no
checking for fork... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for mbsnrtowcs... checking for sys_siglist... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for wcrtomb... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... no
yes
checking for iswlower... checking for gettimeofday... (cached) yes
checking for on_exit... yes
no
checking for psignal... checking for iswupper... yes
no
checking for pstat_getdynamic... checking for towlower... yes
no
checking for pstat_getstatic... checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for sbrk... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... supported
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
config.status: creating Makefile
checking for sysctl... config.status: creating doc/Makefile
no
checking for sysmp... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for table... config.status: creating config.h
config.status: executing default commands
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 19:44 [binutils-gdb] Remove struct complain sergiodj+buildbot
@ 2018-06-02  0:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  0:29 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/1739>

Commit(s) tested:
	ff1cf532dbabdee0d34974a77809bf2fa23d43a5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove struct complain

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ff/ff1cf532dbabdee0d34974a77809bf2fa23d43a5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... configure: updating cache ./config.cache
checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking build system type... checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for inline... inline
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/types.h... yes
yes
checking for sys/types.h... checking for sys/stat.h... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for string.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
checking for memory.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
.exe
checking for suffix of object files... checking for stdint.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdint.h... none needed
yes
checking how to run the C preprocessor... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking minix/config.h usability... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for size_t... no
checking minix/config.h presence... 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 "+="... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/stat.h... yes
checking for working alloca.h... yes
no
checking for alloca... 64
checking for stdlib.h... ok
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
yes
yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for strings.h... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdint.h... yes
checking for unsigned long long... yes
yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... yes
checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... checking for sys/stat.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... yes
checking ctype.h presence... yes
checking for stdlib.h... yes
checking for ctype.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking stddef.h usability... yes
done
yes
checking stddef.h presence... checking argz.h usability... checking for string.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
no
checking argz.h presence... checking stdio.h usability... checking for an ANSI C-conforming const... yes
no
checking for argz.h... no
checking for memory.h... yes
checking stdio.h presence... checking limits.h usability... yes
checking for stdio.h... yes
yes
checking limits.h presence... yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for limits.h... yes
yes
inline
checking whether byte ordering is bigendian... checking locale.h usability... checking for strings.h... yes
checking locale.h presence... yes
checking for uintptr_t... yes
checking for inttypes.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for int_least32_t... checking for sys/file.h... checking for stdint.h... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking for sys/param.h... yes
checking malloc.h usability... yes
yes
checking for int_fast32_t... checking for unistd.h... checking for limits.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
yes
yes
checking for dlfcn.h... checking stddef.h usability... checking for stdlib.h... (cached) yes
yes
checking for uint64_t... checking for malloc.h... no
checking for objdir... yes
.libs
yes
checking stddef.h presence... checking for string.h... (cached) yes
yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for stdlib.h... checking for an ANSI C-conforming const... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
checking for off_t... checking for unistd.h... (cached) yes
checking for time.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking sys/param.h usability... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking size of int... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/mman.h... yes
checking sys/param.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for fcntl.h... yes
checking for sys/param.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for feof_unlocked... yes
checking for alloca.h... no
checking for sys/pstat.h... no
checking for fgets_unlocked... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/sysmp.h... yes
checking whether -lc should be explicitly linked in... no
checking for sys/sysinfo.h... yes
checking dynamic linker characteristics... no
no
checking for getc_unlocked... checking for machine/hal_sysinfo.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for sys/table.h... no
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for getcwd... 4
checking for getpagesize... checking size of long... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... yes
checking for working mmap... no
checking for getegid... checking for memcpy... no
checking for process.h... yes
checking for strerror... yes
no
checking for geteuid... yes
checking for sys/prctl.h... checking for unistd.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... 4
checking for getgid... checking for ANSI C header files... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... yes
checking whether errno must be declared... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for getuid... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking size of int... no
checking for mempcpy... yes
no
checking for munmap... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for putenv... yes
checking for setenv... no
checking for setlocale... config.status: creating Makefile
yes
checking for stpcpy... config.status: creating config.h
config.status: executing gstdint.h commands
4
make[1]: Nothing to be done for 'all-target'.
checking size of long... mkdir -p -- ./readline
Configuring in ./readline
no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... configure: creating cache ./config.cache
yes
checking for __argz_count... checking build system type... 4
checking size of size_t... x86_64-pc-linux-gnu
checking host system type... no
checking for __argz_stringify... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for __argz_next... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
config.status: executing depfiles commands
no
.exe
checking for suffix of object files... checking for __fsetlocking... o
checking whether we are using the GNU C compiler... config.status: executing libtool commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... no
checking for LC_MESSAGES... /usr/bin/grep -E
checking for ANSI C header files... no
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... yes
checking for sys/types.h... 8
checking for long long... no
yes
checking for GNU gettext in libintl... checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... yes
checking size of long long... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for string.h... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
config.status: creating Makefile
yes
config.status: creating config.intl
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
config.status: creating config.h
config.status: executing default-1 commands
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for inttypes.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking minix/config.h usability... 8
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for a 64-bit type... no
checking minix/config.h presence... uint64_t
checking for intptr_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for working volatile... yes
checking for ssize_t... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for pid_t... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -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=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
no
checking for basename... checking for dirent.h that defines DIR... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for library containing opendir... rm -f plural.h
yes
checking for bcmp... config.status: creating config.h
config.status: config.h is unchanged
none required
checking for fcntl... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLIBDIR="\"/usr/local/lib\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localcharset.c
yes
checking for putenv... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
yes
checking for select... checking for clock... yes
no
checking for ffs... checking for setenv... no
checking for getcwd... no
checking for setlocale... yes
checking for getpagesize... yes
checking for strcasecmp... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for gettimeofday... yes
yes
checking for index... checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
checking for memcmp... yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
yes
checking fcntl.h usability... checking for mkstemps... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for putenv... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
yes
checking stdarg.h presence... checking for rename... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for rindex... checking limits.h usability... yes
checking limits.h presence... no
checking for setenv... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... no
checking for snprintf... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for sigsetmask... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... no
checking for stpncpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strchr... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strdup... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strncasecmp... checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strndup... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strnlen... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtoull... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... checking for strverscmp... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for tmpnam... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vasprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vfprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vprintf... no
checking for tgetent... yes
checking for vsnprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbscmp... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... yes
checking for wcsdup... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrlimit... yes
checking for iswlower... yes
no
checking for iswupper... checking for getrusage... yes
no
checking for getsysinfo... checking for towlower... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for towupper... no
checking for psignal... yes
checking for iswctype... no
checking for pstat_getdynamic... yes
checking for nl_langinfo and CODESET... no
checking for pstat_getstatic... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for realpath... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for setrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
checking for strerror... config.status: creating shlib/Makefile
yes
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 19:22 [binutils-gdb] Remove file and line from struct complain sergiodj+buildbot
@ 2018-06-02  0:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-02  0:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1738>

Commit(s) tested:
	7ff8817441fcebe3d32343dbd9d514366bfe8e23

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove file and line from struct complain

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7f/7ff8817441fcebe3d32343dbd9d514366bfe8e23/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_slurp_armap':
../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 18:49 [binutils-gdb] Remove vcomplaint sergiodj+buildbot
@ 2018-06-01 22:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1737>

Commit(s) tested:
	de54e1a5d231c5857e870acc788f9b843ff5f050

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove vcomplaint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/de/de54e1a5d231c5857e870acc788f9b843ff5f050/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 18:12 [binutils-gdb] Remove struct explanation sergiodj+buildbot
@ 2018-06-01 21:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 21:18 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/1736>

Commit(s) tested:
	2ac237e52beb08e09037ff917924319246b5ea6d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove struct explanation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2a/2ac237e52beb08e09037ff917924319246b5ea6d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./etc
Configuring in ./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
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/xgettext
x86_64-w64-mingw32
checking target system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... none needed
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... .exe
/usr/bin/grep -E
checking for ANSI C header files... checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
inline
none needed
checking how to run the C preprocessor... checking for sys/types.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for C compiler default output file name... /usr/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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/stat.h... yes
.exe
checking for suffix of object files... checking for C compiler default output file name... checking for grep that handles long lines and -e... checking for stdlib.h... o
checking whether we are using the GNU C compiler... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
.exe
checking for suffix of object files... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... none needed
yes
checking for style of include used by make... yes
GNU
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking dependency style of x86_64-w64-mingw32-gcc... checking for inttypes.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdint.h... yes
yes
gcc3
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for off_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking how to run the C preprocessor... yes
checking for stdint.h... 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 "+="... x86_64-w64-mingw32-gcc -E
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for size_t... checking for unistd.h... yes
yes
checking minix/config.h usability... checking for sys/types.h... yes
checking for working alloca.h... no
checking minix/config.h presence... yes
ok
checking how to run the C preprocessor... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for alloca... yes
x86_64-w64-mingw32-gcc -E
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... yes
checking for stdlib.h... (cached) yes
checking for ANSI C header files... yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for string.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for sys/types.h... yes
checking for memory.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for stdint.h... yes
checking for sys/stat.h... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for unsigned long long... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... yes
yes
checking for inttypes.h... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for stdint.h... yes
yes
checking for memory.h... no
checking for ld used by GCC... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for strings.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h usability... checking for inttypes.h... done
checking argz.h usability... yes
checking for stdint.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking stddef.h usability... checking for unistd.h... no
checking argz.h presence... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... no
checking for argz.h... no
checking limits.h usability... yes
checking for stddef.h... yes
yes
yes
checking for inline... checking for dlfcn.h... checking for string.h... (cached) yes
yes
checking limits.h presence... checking stdio.h usability... inline
checking whether byte ordering is bigendian... yes
checking for limits.h... yes
no
checking for objdir... yes
checking stdio.h presence... checking locale.h usability... .libs
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking locale.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for locale.h... yes
checking for sys/file.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking nl_types.h usability... yes
checking for uintptr_t... yes
checking for sys/param.h... no
checking nl_types.h presence... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for limits.h... yes
checking for int_least32_t... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for int_fast32_t... checking for malloc.h... yes
checking malloc.h presence... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking stddef.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for uint64_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/time.h... yes
checking stddef.h presence... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for stddef.h... yes
checking for time.h... checking for stdlib.h... (cached) yes
yes
checking dynamic linker characteristics... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking for sys/resource.h... checking for unistd.h... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for off_t... 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... x86_64-w64-mingw32-gcc -E
checking sys/param.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
yes
checking sys/param.h presence... checking for fcntl.h... yes
checking for sys/param.h... yes
checking for stdlib.h... (cached) yes
yes
yes
checking size of int... checking for alloca.h... checking for unistd.h... (cached) yes
checking for feof_unlocked... checking for getpagesize... no
no
checking for sys/pstat.h... checking for fgets_unlocked... yes
checking for working mmap... no
checking for memcpy... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
no
no
checking for strerror... checking for getc_unlocked... checking for machine/hal_sysinfo.h... yes
no
checking for unistd.h... (cached) yes
checking for sys/table.h... no
configure: updating cache ./config.cache
checking for sys/sysctl.h... configure: creating ./config.status
no
checking for getcwd... no
checking for sys/systemcfg.h... yes
checking for getegid... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for geteuid... 4
checking size of long... yes
checking for sys/prctl.h... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getgid... no
checking whether time.h and sys/time.h may both be included... no
checking for getuid... yes
checking whether errno must be declared... no
checking size of int... no
checking for mempcpy... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... no
checking for setlocale... no
4
checking size of long... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for strtoul... yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for __argz_count... config.status: creating Makefile
config.status: executing depfiles commands
no
config.status: executing libtool commands
checking for __argz_stringify... no
checking for __argz_next... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
8
no
checking for long long... checking for __fsetlocking... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: creating cache ./config.cache
no
checking for iconv... yes
checking size of long long... checking build system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
.exe
checking for suffix of object files... no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
none needed
checking how to run the C preprocessor... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
config.status: creating Makefile
yes
checking for uintptr_t... config.status: creating config.intl
yes
config.status: creating config.h
checking for sys/types.h... yes
checking for ssize_t... config.status: executing default-1 commands
yes
checking for sys/stat.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for pid_t... checking for string.h... yes
checking for memory.h... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for inttypes.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
none required
checking for asprintf... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
checking for stdint.h... x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for atexit... yes
checking minix/config.h usability... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for basename... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking return type of signal handlers... checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for calloc... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
rm -f libdecnumber.a
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for ffs... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... no
checking for getcwd... none required
checking for fcntl... yes
checking for getpagesize... no
checking for kill... yes
checking for gettimeofday... no
checking for lstat... yes
checking for index... no
checking for memmove... no
checking for insque... yes
checking for putenv... no
checking for memchr... yes
checking for select... yes
checking for memcmp... no
checking for setenv... yes
checking for memcpy... no
checking for setlocale... yes
yes
checking for memmem... checking for strcasecmp... no
checking for memmove... yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for tcgetattr... yes
checking for memset... no
checking for vsnprintf... yes
checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
checking for isxdigit... yes
checking for random... yes
checking for getpwent... no
checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
checking for setenv... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for sigsetmask... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for stpcpy... no
checking varargs.h presence... no
checking for stpncpy... no
checking for varargs.h... no
checking stdarg.h usability... no
yes
checking stdarg.h presence... checking for strcasecmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking limits.h usability... checking for strchr... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strdup... checking locale.h usability... yes
checking locale.h presence... yes
checking for strncasecmp... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strndup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strrchr... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strstr... checking termio.h usability... no
checking termio.h presence... yes
checking for strtod... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtol... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtoul... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoll... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtoull... 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... checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... 64
checking for type of signal functions... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for waitpid... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for setproctitle... no
checking for sig_atomic_t in signal.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for fork... no
checking for FIONREAD in sys/ioctl.h... no
checking for vfork... no
checking for speed_t in sys/types.h... no
checking for _doprnt... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... not found
checking for struct dirent.d_ino... no
checking for external symbol _system_configuration... yes
checking for struct dirent.d_fileno... no
checking for __fsetlocking... no
checking for tgetent... no
checking for canonicalize_file_name... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
yes
checking wctype.h presence... checking for dup3... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for getrlimit... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
no
checking for langinfo.h... no
checking for mbrlen... checking for getrusage... no
checking for getsysinfo... yes
checking for mbscasecmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
no
checking for mbscmp... checking for psignal... no
checking for pstat_getdynamic... no
checking for mbsnrtowcs... no
checking for pstat_getstatic... no
checking for realpath... no
checking for mbsrtowcs... no
checking for setrlimit... yes
checking for mbschr... no
checking for sbrk... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for spawnve... yes
checking for wcsdup... yes
yes
checking for wcwidth... checking for spawnvpe... yes
no
checking for wctype... checking for strerror... yes
checking for wcswidth... yes
checking for strsignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sysconf... yes
checking for iswlower... no
checking for sysctl... yes
no
checking for sysmp... checking for iswupper... no
yes
checking for table... checking for towlower... no
checking for times... yes
checking for towupper... no
checking for wait3... yes
checking for iswctype... yes
no
checking for wait4... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking whether basename is declared... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking whether ffs is declared... yes
checking configuration for building shared libraries... supported
no
checking whether asprintf is declared... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... config.status: creating Makefile
yes
checking whether calloc is declared... config.status: creating doc/Makefile
yes
checking whether getenv is declared... config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking whether getopt is declared... config.status: creating config.h
config.status: executing default commands
yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 17:33 [binutils-gdb] Remove symfile_complaints sergiodj+buildbot
@ 2018-06-01 20:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 20:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1735>

Commit(s) tested:
	b98664d3862579c5a0d23901b1e2fc1f595f39ff

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove symfile_complaints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b9/b98664d3862579c5a0d23901b1e2fc1f595f39ff/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 17:01 [binutils-gdb] Remove "noisy" parameter from clear_complaints sergiodj+buildbot
@ 2018-06-01 20:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 20:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1734>

Commit(s) tested:
	4e9668d0d1ddad73af7c20a92a00704fbea2a8d9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove "noisy" parameter from clear_complaints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4e/4e9668d0d1ddad73af7c20a92a00704fbea2a8d9/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 16:40 [binutils-gdb] Remove elements from complaint_series sergiodj+buildbot
@ 2018-06-01 19:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 19:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1733>

Commit(s) tested:
	43ba33c7689a9eeb20a3c36ecb9867574963ee0e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove elements from complaint_series

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/43/43ba33c7689a9eeb20a3c36ecb9867574963ee0e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_slurp_armap':
../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 15:59 [binutils-gdb] Remove internal_complaint sergiodj+buildbot
@ 2018-06-01 18:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 18:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1732>

Commit(s) tested:
	2b9496b2b4781b21bc30a70337e24205f8a923d8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove internal_complaint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2b/2b9496b2b4781b21bc30a70337e24205f8a923d8/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23 13:32 [binutils-gdb] Improve File I/O overflow detection in gdbserver (PR server/23198) sergiodj+buildbot
@ 2018-06-01 18:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 18:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1731>

Commit(s) tested:
	81e25b7c91efcc3ff54605b11859375a5c885c8b

Author(s) (in the same order as the commits):
	Erik Kurzinger <ekurzinger@nvidia.com>

Subject:
	Improve File I/O overflow detection in gdbserver (PR server/23198)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/81/81e25b7c91efcc3ff54605b11859375a5c885c8b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23  3:06 [binutils-gdb] Fix gdb.base/remote.exp with native-extended-gdbserver board sergiodj+buildbot
@ 2018-06-01 14:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 14:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1730>

Commit(s) tested:
	035522c0228be33b2124ada2f178187e7e53aa6c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb.base/remote.exp with native-extended-gdbserver board

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/03/035522c0228be33b2124ada2f178187e7e53aa6c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_slurp_armap':
../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23  2:03 [binutils-gdb] gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave' sergiodj+buildbot
@ 2018-06-01 14:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 14:23 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/1729>

Commit(s) tested:
	35f1fea3fcd44546a6cf074029c284c64ad25b3c

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/35/35f1fea3fcd44546a6cf074029c284c64ad25b3c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking for xgettext... checking host system type... /usr/bin/xgettext
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
x86_64-w64-mingw32
checking target system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking for strings.h... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking how to run the C preprocessor... checking for stdint.h... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for unistd.h... yes
checking for stdint.h... yes
checking for off_t... yes
checking for sys/types.h... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking minix/config.h usability... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for size_t... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for string.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... checking for C compiler default output file name... yes
checking for working alloca.h... yes
yes
a.exe
checking whether the C compiler works... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for alloca... checking for strings.h... .exe
checking for suffix of object files... yes
yes
checking for stdlib.h... (cached) yes
checking for inttypes.h... checking for unistd.h... (cached) yes
64
checking for getpagesize... o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking ctype.h usability... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for ctype.h... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for inttypes.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stddef.h presence... no
checking for ld used by GCC... yes
checking for stddef.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for string.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking stdio.h usability... yes
yes
checking for shared library run path origin... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... done
checking argz.h usability... yes
checking for inline... yes
checking for stdio.h... yes
inline
checking whether byte ordering is bigendian... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... ok
checking how to run the C preprocessor... no
checking for argz.h... no
yes
checking for uintptr_t... checking limits.h usability... x86_64-w64-mingw32-gcc -E
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for ANSI C header files... yes
checking for int_least32_t... checking for sys/param.h... checking locale.h usability... yes
checking for limits.h... yes
yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
yes
checking for sys/types.h... checking for malloc.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for string.h... (cached) yes
yes
checking for uint64_t... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for sys/time.h... checking for sys/stat.h... no
checking nl_types.h presence... yes
yes
checking what to include in gstdint.h... checking for time.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for sys/resource.h... yes
checking for off_t... checking for stdlib.h... no
checking for sys/stat.h... (cached) yes
yes
checking malloc.h presence... checking for sys/mman.h... yes
yes
checking for malloc.h... yes
checking for string.h... no
checking for fcntl.h... yes
checking stddef.h usability... checking for alloca.h... no
checking for sys/pstat.h... yes
yes
checking stddef.h presence... checking for memory.h... yes
checking for stddef.h... yes
no
checking for sys/sysmp.h... checking for stdlib.h... (cached) yes
yes
checking size of int... checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/sysinfo.h... yes
checking sys/param.h usability... checking for strings.h... yes
no
checking for inttypes.h... checking for machine/hal_sysinfo.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for sys/table.h... yes
checking for feof_unlocked... checking for stdint.h... no
checking for sys/sysctl.h... no
yes
checking for fgets_unlocked... no
checking for sys/systemcfg.h... checking for unistd.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for dlfcn.h... checking for getc_unlocked... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for objdir... .libs
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... 4
checking size of long... no
checking whether time.h and sys/time.h may both be included... yes
checking for getegid... yes
checking whether errno must be declared... no
checking size of int... no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for mempcpy... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for munmap... x86_64-pc-linux-gnu
checking host system type... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
x86_64-w64-mingw32
checking target system type... checking for getpagesize... no
4
checking size of long... checking for putenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for working mmap... no
checking for memcpy... yes
checking for setenv... yes
checking for strerror... no
no
checking for setlocale... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... no
checking for strcasecmp... 4
checking size of size_t... yes
checking for strdup... config.status: creating Makefile
yes
config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... 8
checking for long long... configure: creating cache ./config.cache
no
checking for iconv... checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... yes
checking size of long long... checking for C compiler default output file name... no
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
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for GNU gettext in libintl... .exe
checking for suffix of object files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: executing depfiles commands
x86_64-w64-mingw32-gcc -E
config.status: executing libtool commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
config.status: creating Makefile
checking for sys/types.h... 8
checking for a 64-bit type... config.status: creating config.intl
uint64_t
checking for intptr_t... yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for stdlib.h... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: executing default-1 commands
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for string.h... yes
checking for uintptr_t... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for strings.h... yes
checking for ssize_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for pid_t... checking for stdint.h... yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for unistd.h... none required
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for asprintf... yes
checking minix/config.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for atexit... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for basename... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for a BSD-compatible install... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
/usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for working volatile... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for bsearch... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ssize_t... checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
checking for dirent.h that defines DIR... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for library containing opendir... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for clock... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
none required
checking for fcntl... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
yes
checking for ffs... no
checking for kill... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
no
checking for getcwd... checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
no
checking for insque... checking for setenv... no
checking for memchr... no
checking for setlocale... yes
yes
checking for memcmp... checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
yes
checking for mempcpy... checking for isascii... yes
yes
checking for isxdigit... checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for rename... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for rindex... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for sigsetmask... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for stpcpy... checking locale.h usability... yes
checking locale.h presence... no
checking for stpncpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
checking for strdup... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strncasecmp... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strrchr... checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strstr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strtod... checking for sys/ptem.h... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... checking for strtoull... missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for tmpnam... yes
checking whether signal handlers are of type void... yes
checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking wchar.h presence... no
checking for fork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for vfork... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
no
checking for towlower... checking for setrlimit... yes
no
checking for sbrk... checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
yes
checking for spawnvpe... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strerror... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for strsignal... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for sysconf... configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for times... config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23  1:46 [binutils-gdb] MIPS/gdbserver: Correctly handle narrow big-endian register transfers sergiodj+buildbot
@ 2018-06-01 13:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 13:57 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/1728>

Commit(s) tested:
	7e947ad3438b2954e0bd248fd2c95a86bd9fe33b

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/gdbserver: Correctly handle narrow big-endian register transfers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7e/7e947ad3438b2954e0bd248fd2c95a86bd9fe33b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./zlib
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
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
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-pc-linux-gnu
checking host system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
/usr/bin/msgmerge
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... yes
checking for inline... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for sys/stat.h... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdlib.h... checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for string.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for unistd.h... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for off_t... yes
yes
checking how to run the C preprocessor... checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking minix/config.h presence... yes
checking for size_t... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/types.h... yes
yes
checking for working alloca.h... 64
checking for sys/stat.h... checking for C compiler default output file name... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for string.h... checking for unistd.h... (cached) yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... .exe
checking for suffix of object files... yes
checking for memory.h... yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unsigned long long... yes
none needed
checking for stdint.h... checking for style of include used by make... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking whether the inttypes.h PRIxNN macros are broken... checking for unistd.h... no
checking for ld used by GCC... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking ctype.h usability... yes
checking for shared library run path origin... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for an ANSI C-conforming const... yes
checking ctype.h presence... done
checking argz.h usability... yes
checking for ctype.h... yes
yes
checking for inline... checking stddef.h usability... inline
checking whether byte ordering is bigendian... ok
checking how to run the C preprocessor... no
checking argz.h presence... yes
checking stddef.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for stddef.h... yes
x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
checking stdio.h usability... checking for ANSI C header files... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking stdio.h presence... checking for sys/file.h... yes
checking for limits.h... yes
yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking locale.h usability... checking for sys/param.h... yes
yes
yes
checking for limits.h... checking for uintptr_t... checking for sys/types.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for stdlib.h... (cached) yes
checking for sys/stat.h... checking for malloc.h... no
checking nl_types.h presence... yes
checking for int_least32_t... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for string.h... (cached) yes
yes
checking malloc.h presence... checking for stdlib.h... checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
checking stddef.h usability... checking for strings.h... (cached) yes
yes
checking for string.h... checking for sys/time.h... yes
checking for int_fast32_t... yes
checking stddef.h presence... yes
yes
yes
checking for stddef.h... yes
checking for time.h... checking for stdlib.h... (cached) yes
checking for memory.h... yes
yes
checking for uint64_t... checking for string.h... (cached) yes
checking for sys/resource.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... yes
checking what to include in gstdint.h... no
checking for strings.h... yes
checking sys/param.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for fcntl.h... yes
checking for sys/param.h... yes
yes
yes
checking for off_t... checking for feof_unlocked... yes
checking for alloca.h... checking for inttypes.h... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
yes
checking for fgets_unlocked... no
yes
checking size of int... checking for sys/sysinfo.h... checking for stdint.h... no
checking for machine/hal_sysinfo.h... yes
no
checking for sys/table.h... no
checking for sys/sysctl.h... checking for unistd.h... no
checking for getc_unlocked... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for dlfcn.h... checking for stdio_ext.h... no
checking for getcwd... no
no
checking for objdir... .libs
checking for process.h... yes
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getegid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking whether time.h and sys/time.h may both be included... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether errno must be declared... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for geteuid... 4
no
checking size of int... checking size of long... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for getuid... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for stdlib.h... (cached) yes
checking for mempcpy... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for munmap... yes
checking for working mmap... no
4
checking size of long... checking for memcpy... no
4
checking for putenv... checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for strerror... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... yes
checking for unistd.h... (cached) yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for stpcpy... no
no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strcasecmp... 4
checking size of size_t... yes
checking for strdup... yes
checking for strtoul... yes
config.status: creating Makefile
checking for tsearch... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
no
checking for __argz_stringify... mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... no
checking for iconv... yes
checking size of long long... configure: creating cache ./config.cache
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... no
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... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... checking for C compiler default output file name... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -E
8
checking for a 64-bit type... config.status: creating config.h
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... uint64_t
checking for intptr_t... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for sys/types.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for sys/stat.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for stdlib.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
yes
checking for pid_t... checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for library containing strerror... yes
none required
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for stdint.h... checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for unistd.h... checking for basename... yes
checking minix/config.h usability... yes
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for bcopy... no
checking for minix/config.h... no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for bzero... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for calloc... yes
checking return type of signal handlers... rm -f plural.h
config.status: creating config.h
void
checking for size_t... yes
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for getcwd... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for dirent.h that defines DIR... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
none required
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for fcntl... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for index... no
checking for kill... no
no
checking for insque... checking for lstat... no
no
checking for memmove... checking for memchr... yes
checking for putenv... yes
checking for memcmp... yes
checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... yes
yes
checking for isascii... checking for random... yes
no
checking for isxdigit... checking for rename... yes
yes
checking for rindex... checking for getpwent... no
no
checking for getpwnam... checking for setenv... no
no
checking for getpwuid... checking for snprintf... no
checking for working strcoll... no
yes
checking fcntl.h usability... checking for sigsetmask... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking varargs.h usability... checking for stpcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... yes
checking stdarg.h presence... no
checking for strcasecmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strdup... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strncasecmp... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strndup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strnlen... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strtod... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strtol... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strtoll... checking for sys/ptem.h... 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 strtoull... 64
checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vfprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsnprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vsprintf... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
yes
checking for setrlimit... checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for strsignal... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait3... config.status: creating config.h
config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23  1:41 [binutils-gdb] remote: one struct remote_state per struct remote_target sergiodj+buildbot
@ 2018-06-01 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1727>

Commit(s) tested:
	6b8edb5101861228778b7c2d014e20c5ba0c156a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: one struct remote_state per struct remote_target

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6b/6b8edb5101861228778b7c2d014e20c5ba0c156a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1869: archures.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23  2:22 [binutils-gdb] remote: Make vcont_builder a class sergiodj+buildbot
@ 2018-06-01 12:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 12:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1726>

Commit(s) tested:
	f5db4863f51b83bc6b54504d61e1731011cfdec2

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: Make vcont_builder a class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f5/f5db4863f51b83bc6b54504d61e1731011cfdec2/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23  0:48 [binutils-gdb] Handle "show remote memory-write-packet-size" when not connected sergiodj+buildbot
@ 2018-06-01 12:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 12:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1725>

Commit(s) tested:
	cc0be08f80d4348e8f81471c80409710c4d4cd1a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Handle "show remote memory-write-packet-size" when not connected

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cc/cc0be08f80d4348e8f81471c80409710c4d4cd1a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_ftell':
../../binutils-gdb/bfd/bfdio.c:53:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fseek':
../../binutils-gdb/bfd/bfdio.c:65:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:125:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-23  1:22 [binutils-gdb] remote: Move discard_pending_stop_replies call sergiodj+buildbot
@ 2018-06-01 11:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 11:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1724>

Commit(s) tested:
	9607784ac00f9278094e962963f6271472b1dfca

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: Move discard_pending_stop_replies call

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/96/9607784ac00f9278094e962963f6271472b1dfca/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 23:57 [binutils-gdb] remote: Small cleanup in compare_section_command sergiodj+buildbot
@ 2018-06-01 11:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 11:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1723>

Commit(s) tested:
	0e9a6b2f040e016c9dd7f9841a0272e488ed2fd5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: Small cleanup in compare_section_command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0e/0e9a6b2f040e016c9dd7f9841a0272e488ed2fd5/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_slurp_armap':
../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 23:27 [binutils-gdb] remote: remote_arch_state pointers -> remote_arch_state objects sergiodj+buildbot
@ 2018-06-01 10:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 10:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1722>

Commit(s) tested:
	43c3a0e4735033ed2fe3a4cb65f911cee69f55ae

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: remote_arch_state pointers -> remote_arch_state objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/43/43c3a0e4735033ed2fe3a4cb65f911cee69f55ae/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 22:55 [binutils-gdb] remote: multiple remote_arch_state instances per arch sergiodj+buildbot
@ 2018-06-01 10:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01 10:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1721>

Commit(s) tested:
	9d6eea31325e4027b5f035e941864fa6d780a8ca

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: multiple remote_arch_state instances per arch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9d/9d6eea31325e4027b5f035e941864fa6d780a8ca/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 22:50 [binutils-gdb] remote: Make readahead_cache a C++ class sergiodj+buildbot
@ 2018-06-01  9:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  9:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1720>

Commit(s) tested:
	dd194f6b36727987dc7f0d707512bd886982099c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: Make readahead_cache a C++ class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/dd/dd194f6b36727987dc7f0d707512bd886982099c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 22:22 [binutils-gdb] remote: Eliminate remote_hostio_close_cleanup sergiodj+buildbot
@ 2018-06-01  8:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  8:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1719>

Commit(s) tested:
	440b7aece49b9a1e9ff4537214134c3cd06425d9

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: Eliminate remote_hostio_close_cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/44/440b7aece49b9a1e9ff4537214134c3cd06425d9/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 21:16 [binutils-gdb] remote: struct remote_state, use op new, fix leaks sergiodj+buildbot
@ 2018-06-01  8:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  8:11 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/1718>

Commit(s) tested:
	de44f5a73576b426b32b605e0d5016d4fae9b4b1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote: struct remote_state, use op new, fix leaks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/de/de44f5a73576b426b32b605e0d5016d4fae9b4b1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating 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 cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking build system type... checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating ./config.status
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32
checking target system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for perl... perl
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
/usr/bin/grep -E
checking for ANSI C header files... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for memory.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... yes
checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking for stdint.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for off_t... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
yes
checking minix/config.h usability... checking for stdlib.h... yes
checking for size_t... yes
no
checking minix/config.h presence... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for working alloca.h... yes
no
checking for alloca... checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdint.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for working mmap... /usr/bin/mkdir -p
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unsigned long long... checking ctype.h usability... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for ctype.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking stddef.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stddef.h presence... .exe
checking for suffix of object files... no
checking for ld used by GCC... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking stdio.h usability... o
checking whether we are using the GNU C compiler... yes
checking for shared library run path origin... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... done
yes
checking for an ANSI C-conforming const... checking argz.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
looking for a compliant stdint.h in stdint.h, checking for inline... checking for uintmax_t... no
checking argz.h presence... inline
checking whether byte ordering is bigendian... no
checking for argz.h... no
checking limits.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking locale.h usability... gcc3
checking how to print strings... checking for sys/file.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for int_least32_t... yes
checking for sys/param.h... yes
checking locale.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for locale.h... yes
checking for limits.h... checking nl_types.h usability... yes
yes
checking for int_fast32_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for stdlib.h... (cached) yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for malloc.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking nl_types.h presence... yes
checking for string.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for unistd.h... (cached) yes
yes
checking for uint64_t... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
ok
checking for time.h... checking how to run the C preprocessor... yes
checking what to include in gstdint.h... checking stddef.h usability... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for sys/resource.h... x86_64-w64-mingw32-gcc -E
yes
checking for off_t... no
checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... checking for sys/mman.h... yes
checking for stddef.h... checking for ANSI C header files... yes
no
checking for stdlib.h... (cached) yes
checking for fcntl.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... no
checking for sys/pstat.h... yes
checking size of int... no
yes
checking sys/param.h presence... yes
checking for sys/sysmp.h... checking for sys/types.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for sys/sysinfo.h... yes
no
checking for machine/hal_sysinfo.h... checking for sys/stat.h... no
checking for sys/table.h... no
checking for fgets_unlocked... no
checking for sys/sysctl.h... yes
checking for stdlib.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
no
checking for stdio_ext.h... checking for getc_unlocked... checking for string.h... no
checking for process.h... yes
checking for sys/prctl.h... yes
checking for memory.h... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking for strings.h... yes
yes
checking whether errno must be declared... checking for getegid... yes
no
checking size of int... checking for inttypes.h... no
checking for geteuid... yes
4
checking size of long... checking for stdint.h... no
checking for getgid... yes
checking for unistd.h... yes
no
checking for dlfcn.h... checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for putenv... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
4
checking for ANSI C header files... (cached) yes
checking for setenv... checking build system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-pc-linux-gnu
checking host system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setlocale... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for stpcpy... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... yes
checking for strerror... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strtoul... yes
checking for unistd.h... (cached) yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __argz_next... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... 8
checking for long long... o
checking whether we are using the GNU C compiler... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
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... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
yes
checking for GNU gettext in libintl... checking size of long long... none needed
checking how to run the C preprocessor... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for sys/types.h... config.status: creating Makefile
config.status: creating config.intl
yes
checking for sys/stat.h... config.status: creating config.h
config.status: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for memory.h... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
8
checking for a 64-bit type... yes
checking for inttypes.h... uint64_t
checking for intptr_t... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for ssize_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for working volatile... yes
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for library containing strerror... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for bcmp... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
checking for library containing opendir... checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
none required
checking for fcntl... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
no
checking for kill... checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for lstat... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking for putenv... checking for ffs... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
config.status: creating config.h
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
config.status: config.h is unchanged
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for select... no
checking for getcwd... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for gettimeofday... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for strpbrk... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for tcgetattr... no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for vsnprintf... yes
checking for memcmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mkstemps... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for putenv... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for random... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for rename... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for snprintf... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for sigsetmask... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpcpy... no
checking termios.h presence... no
checking for termios.h... no
no
checking termio.h usability... checking for stpncpy... no
checking termio.h presence... no
no
checking for termio.h... no
checking for strcasecmp... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strchr... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strdup... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strncasecmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strndup... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking for strtol... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strtoll... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strtoull... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tmpnam... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for vprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for vsnprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for vsprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for waitpid... no
checking for mbscmp... no
checking for setproctitle... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsrtowcs... no
checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for wcscoll... checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for realpath... yes
checking for wctype_t in wctype.h... no
checking for setrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking for strerror... config.status: creating config.h
config.status: executing default commands
yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 20:16 [binutils-gdb] Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) sergiodj+buildbot
@ 2018-06-01  7:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  7:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1717>

Commit(s) tested:
	b1b60145aedb8adcb0b9dcf43a5ae735c2f03b51

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b1/b1b60145aedb8adcb0b9dcf43a5ae735c2f03b51/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 }
 ^
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 19:25 [binutils-gdb] [PowerPC] Recognize isa205 in linux core files sergiodj+buildbot
@ 2018-06-01  7:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  7:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1716>

Commit(s) tested:
	0ec848ad25bb77edd9c9c3c097c3dd5b8874a6c0

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Recognize isa205 in linux core files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0e/0ec848ad25bb77edd9c9c3c097c3dd5b8874a6c0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 19:13 [binutils-gdb] [PowerPC] Fix inclusion of dfp pseudoregs in tdep sergiodj+buildbot
@ 2018-06-01  6:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  6:29 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/1715>

Commit(s) tested:
	0fb2aaa15e04238644471f7d89be3667784b19c0

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Fix inclusion of dfp pseudoregs in tdep

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0f/0fb2aaa15e04238644471f7d89be3667784b19c0/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
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
checking whether make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for inline... inline
checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for string.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... yes
yes
checking how to run the C preprocessor... checking for stdint.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
checking for off_t... yes
checking for unistd.h... yes
checking for sys/types.h... yes
yes
checking minix/config.h usability... checking for sys/stat.h... yes
checking for size_t... no
checking minix/config.h presence... yes
checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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
checking for working alloca.h... yes
no
checking for alloca... checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for stdint.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for stdint.h... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for C compiler default output file name... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for ld used by GCC... .exe
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for an ANSI C-conforming const... o
done
checking whether we are using the GNU C compiler... checking for string.h... (cached) yes
checking argz.h usability... checking stdio.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... yes
checking stdio.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for argz.h... no
checking limits.h usability... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
checking for sys/file.h... checking locale.h usability... yes
checking for uintptr_t... yes
checking for sys/param.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking locale.h presence... checking for limits.h... yes
checking for locale.h... yes
yes
checking for int_least32_t... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for stdlib.h... (cached) yes
checking nl_types.h usability... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for malloc.h... 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 "+="... yes
checking for string.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for unistd.h... (cached) yes
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking nl_types.h presence... yes
checking for int_fast32_t... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for time.h... yes
yes
checking for uint64_t... checking for sys/resource.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
ok
checking how to run the C preprocessor... checking stddef.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
x86_64-w64-mingw32-gcc -E
checking for fcntl.h... yes
checking stddef.h presence... yes
yes
checking for off_t... checking for alloca.h... yes
checking for stddef.h... yes
checking for ANSI C header files... checking for stdlib.h... (cached) yes
no
checking for string.h... checking for sys/pstat.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
yes
checking sys/param.h presence... no
checking for sys/types.h... checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
yes
checking size of int... no
checking for feof_unlocked... checking for sys/table.h... yes
checking for sys/stat.h... no
checking for sys/sysctl.h... no
no
checking for sys/systemcfg.h... yes
checking for fgets_unlocked... checking for stdlib.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
yes
checking for process.h... checking for string.h... no
checking for getc_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for memory.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
yes
checking whether errno must be declared... checking for strings.h... yes
checking for getegid... no
checking size of int... yes
checking for inttypes.h... no
checking for geteuid... yes
checking for stdint.h... 4
checking size of long... no
yes
checking for getgid... checking for unistd.h... yes
no
checking for dlfcn.h... checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking size of long... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for stpcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... 4
checking size of size_t... yes
checking for strerror... config.status: creating Makefile
yes
checking for strtoul... config.status: creating config.h
yes
checking for unistd.h... (cached) yes
config.status: executing gstdint.h commands
yes
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking for __argz_next... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... 8
checking for long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
checking for bison... bison
checking version of bison... yes
3.0.4, ok
checking size of long long... checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
none needed
checking how to run the C preprocessor... configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
config.status: executing depfiles commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for memory.h... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for uintptr_t... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for ssize_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for working volatile... none required
checking for asprintf... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
void
checking for size_t... yes
checking for atexit... yes
checking for basename... yes
checking for ssize_t... yes
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bcopy... no
checking for dirent.h that defines DIR... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for bsearch... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for library containing opendir... /bin/sh ./config.status config.h
yes
config.status: creating config.h
config.status: config.h is unchanged
checking for bzero... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for calloc... no
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for clock... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for ffs... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
yes
checking for getcwd... checking for putenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for select... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for setenv... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
no
checking for insque... checking for setlocale... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for random... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for setenv... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking pwd.h usability... checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
no
checking for memory.h... (cached) yes
checking for stpncpy... checking termcap.h usability... yes
checking termcap.h presence... no
checking for strcasecmp... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strchr... checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strdup... no
checking sys/pte.h presence... yes
checking for strncasecmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strndup... no
checking sys/select.h presence... no
no
checking for sys/select.h... no
checking for strnlen... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strrchr... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strstr... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for strtoull... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strverscmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for mbsnrtowcs... checking for fork... no
no
checking for mbsrtowcs... checking for vfork... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
no
checking for wctype... checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
no
checking for iswupper... checking for gettimeofday... (cached) yes
checking for on_exit... yes
no
checking for psignal... checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... no
yes
checking for nl_langinfo and CODESET... checking for setrlimit... no
checking for wchar_t in wchar.h... no
checking for sbrk... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... supported
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
no
config.status: creating config.h
config.status: executing default commands
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 18:22 [binutils-gdb] [PowerPC] Fix VSX registers in linux core files sergiodj+buildbot
@ 2018-06-01  6:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  6:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1714>

Commit(s) tested:
	2c3305f6b0432e37d26ce7761d0c4415ab5ca911

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Fix VSX registers in linux core files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2c/2c3305f6b0432e37d26ce7761d0c4415ab5ca911/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archures.c: In function '_bfd_nowrite_set_arch_mach':
../../binutils-gdb/bfd/archures.c:1414:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1869: archures.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:1501: archive.lo] Error 1
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_ftell':
../../binutils-gdb/bfd/bfdio.c:53:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fseek':
../../binutils-gdb/bfd/bfdio.c:65:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:125:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 17:34 [binutils-gdb] [PowerPC] Fix access to VSCR in linux targets sergiodj+buildbot
@ 2018-06-01  5:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  5:34 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/1713>

Commit(s) tested:
	1d75a65809b49d41e97518b99c551a4bb2517500

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Fix access to VSCR in linux targets

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1d/1d75a65809b49d41e97518b99c551a4bb2517500/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking build system type... checking for msgmerge... configure: updating cache ./config.cache
/usr/bin/msgmerge
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
checking for perl... perl
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for inline... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for stdint.h... yes
checking how to run the C preprocessor... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for off_t... yes
checking for stdint.h... yes
yes
checking for sys/types.h... checking for unistd.h... yes
checking for size_t... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for working alloca.h... checking for string.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
64
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for unsigned long long... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h usability... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... yes
checking ctype.h presence... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for ctype.h... yes
yes
checking for shared library run path origin... checking stddef.h usability... done
checking argz.h usability... .exe
checking for suffix of object files... yes
checking stddef.h presence... yes
checking for stddef.h... yes
o
checking whether we are using the GNU C compiler... checking for string.h... (cached) yes
no
checking argz.h presence... yes
checking for an ANSI C-conforming const... checking stdio.h usability... no
checking for argz.h... no
checking limits.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking stdio.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking whether byte ordering is bigendian... yes
checking limits.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for limits.h... yes
checking locale.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking locale.h presence... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for locale.h... yes
checking nl_types.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for sys/param.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for int_least32_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for limits.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking nl_types.h presence... yes
checking for stdlib.h... (cached) yes
no
checking for nl_types.h... no
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking malloc.h usability... checking for malloc.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for int_fast32_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking malloc.h presence... checking for sys/time.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for time.h... yes
checking for uint64_t... yes
checking for sys/resource.h... ok
checking how to run the C preprocessor... yes
checking stddef.h presence... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
x86_64-w64-mingw32-gcc -E
no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for string.h... (cached) yes
checking for fcntl.h... checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking for alloca.h... checking for ANSI C header files... yes
checking for off_t... no
checking for sys/pstat.h... yes
checking sys/param.h presence... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysinfo.h... yes
checking for sys/types.h... no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
no
checking for fgets_unlocked... checking for sys/table.h... yes
checking for sys/stat.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
checking for getc_unlocked... checking for stdlib.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking for string.h... yes
no
checking for getcwd... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for memory.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for getegid... yes
checking whether errno must be declared... yes
checking for strings.h... no
checking size of int... no
checking for geteuid... yes
checking for inttypes.h... no
yes
checking for getgid... checking for stdint.h... 4
checking size of long... yes
no
checking for unistd.h... checking for getuid... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for putenv... 4
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking size of long... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for setenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... 4
no
checking for ANSI C header files... (cached) yes
checking for setlocale... yes
checking whether -lc should be explicitly linked in... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking dynamic linker characteristics... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... checking for getpagesize... no
yes
yes
checking for working mmap... no
configure: updating cache ./config.cache
checking for memcpy... configure: creating ./config.status
checking for strdup... 4
checking size of size_t... yes
yes
checking for strtoul... checking for strerror... config.status: creating Makefile
yes
yes
checking for unistd.h... (cached) yes
checking for tsearch... config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
no
checking build system type... checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for iconv... 8
checking for long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... no
checking for bison... yes
bison
checking version of bison... checking size of long long... o
checking whether we are using the GNU C compiler... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for GNU gettext in libintl... no
checking whether to use NLS... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
config.status: executing depfiles commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
config.status: creating Makefile
config.status: creating config.intl
yes
checking for sys/types.h... config.status: creating config.h
config.status: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for string.h... yes
checking for memory.h... 8
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for unistd.h... yes
checking for ssize_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for library containing strerror... no
checking for working volatile... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
void
checking for size_t... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for basename... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bcopy... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for library containing opendir... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
none required
checking for fcntl... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for lstat... yes
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for memmove... yes
checking for ffs... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for putenv... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
rm -f plural.h
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for gettimeofday... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for tcgetattr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
yes
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for rindex... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... no
checking for setenv... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
no
checking termio.h usability... checking for strcasecmp... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strchr... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strdup... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strncasecmp... checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strndup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for strnlen... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtol... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strtoul... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for strtoull... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strverscmp... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vsnprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for vsprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for waitpid... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking for mbscmp... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for setrlimit... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 17:02 [binutils-gdb] [PowerPC] Consolidate linux vector regset sizes sergiodj+buildbot
@ 2018-06-01  5:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  5:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1712>

Commit(s) tested:
	d078308a2ed1290e587b4365e2d7382d951a26af

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Consolidate linux vector regset sizes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d0/d078308a2ed1290e587b4365e2d7382d951a26af/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 16:47 [binutils-gdb] [PowerPC] Disable regsets using zero sizes in gdbserver sergiodj+buildbot
@ 2018-06-01  4:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  4:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1711>

Commit(s) tested:
	7273b5fc4baef93f8caaed678476e8cb3625338d

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Disable regsets using zero sizes in gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/72/7273b5fc4baef93f8caaed678476e8cb3625338d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 17:26 [binutils-gdb] [PowerPC] Consolidate wordsize getter between native and gdbserver sergiodj+buildbot
@ 2018-06-01  4:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  4:08 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/1710>

Commit(s) tested:
	2e077f5e67aeff78e096a250bd225cd4658a35dc

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Consolidate wordsize getter between native and gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2e/2e077f5e67aeff78e096a250bd225cd4658a35dc/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating 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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... checking build system type... /usr/bin/install -c
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
checking for xgettext... configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking for C compiler default output file name... checking build system type... a.exe
checking whether the C compiler works... yes
x86_64-pc-linux-gnu
checking host system type... checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
.exe
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for grep that handles long lines and -e... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
/usr/bin/grep
checking for egrep... checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... .exe
checking for suffix of object files... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for sys/types.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for C compiler default output file name... yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... yes
checking for string.h... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... yes
yes
checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
yes
none needed
yes
checking for style of include used by make... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for inttypes.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... gcc3
checking how to print strings... yes
checking how to run the C preprocessor... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for stdint.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... x86_64-w64-mingw32-gcc -E
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for unistd.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for unistd.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for off_t... yes
checking minix/config.h usability... yes
checking for sys/types.h... yes
checking for size_t... yes
checking for sys/stat.h... ok
no
checking minix/config.h presence... 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 stdlib.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for working alloca.h... yes
checking for string.h... x86_64-w64-mingw32-gcc -E
no
checking for alloca... 64
yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... yes
yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for sys/stat.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdlib.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for string.h... checking ctype.h usability... checking for inttypes.h... yes
checking for memory.h... yes
checking ctype.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for ctype.h... yes
yes
checking for strings.h... checking stddef.h usability... no
checking for ld used by GCC... yes
yes
checking stddef.h presence... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking for inttypes.h... checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for an ANSI C-conforming const... yes
checking for shared library run path origin... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for inline... done
inline
checking whether byte ordering is bigendian... yes
checking argz.h usability... checking for stdint.h... yes
checking stdio.h presence... yes
checking for stdio.h... yes
no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for unistd.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... yes
checking for dlfcn.h... yes
checking for limits.h... yes
yes
checking for uintptr_t... checking for sys/file.h... checking locale.h usability... yes
checking locale.h presence... no
yes
checking for objdir... .libs
checking for sys/param.h... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for limits.h... yes
checking for int_least32_t... yes
checking for stdlib.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for malloc.h... no
checking nl_types.h presence... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for strings.h... (cached) yes
no
checking for nl_types.h... no
checking for sys/time.h... checking malloc.h usability... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for uint64_t... checking for time.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/resource.h... checking stddef.h usability... yes
checking what to include in gstdint.h... no
checking for sys/stat.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/mman.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking stddef.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for stddef.h... yes
yes
checking for off_t... no
checking for stdlib.h... (cached) yes
checking for fcntl.h... yes
checking dynamic linker characteristics... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking sys/param.h presence... checking for alloca.h... checking for stdlib.h... (cached) yes
yes
checking size of int... no
checking for sys/pstat.h... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... yes
checking for getpagesize... checking for feof_unlocked... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
yes
checking for working mmap... no
checking for fgets_unlocked... checking for memcpy... no
checking for machine/hal_sysinfo.h... yes
no
no
checking for getc_unlocked... checking for sys/table.h... checking for strerror... no
checking for sys/sysctl.h... no
checking for getcwd... no
yes
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
no
yes
configure: updating cache ./config.cache
checking for stdint.h... (cached) yes
configure: creating ./config.status
checking for stdio_ext.h... checking for getegid... no
checking for process.h... 4
checking size of long... yes
no
checking for geteuid... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... yes
checking whether errno must be declared... no
checking size of int... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of long... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... config.status: creating Makefile
yes
config.status: creating config.h
4
checking size of size_t... checking for tsearch... config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... config.status: creating Makefile
config.status: executing depfiles commands
configure: creating cache ./config.cache
no
checking build system type... checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: executing libtool commands
no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no, consider installing GNU libiconv
8
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
checking for long long... checking whether we are cross compiling... yes
checking for suffix of executables... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking for LC_MESSAGES... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking size of long long... o
checking whether we are using the GNU C compiler... no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
none needed
checking how to run the C preprocessor... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
/usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
config.status: creating Makefile
yes
checking for memory.h... config.status: creating config.intl
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
config.status: creating config.h
yes
uint64_t
checking for intptr_t... checking for strings.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for uintptr_t... checking for inttypes.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdint.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for unistd.h... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: creating config.h
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for library containing strerror... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for function prototypes... yes
checking whether char is unsigned... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
void
checking for size_t... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for bcmp... no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for bzero... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for lstat... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for calloc... yes
no
checking for clock... checking for memmove... yes
yes
checking for ffs... checking for putenv... no
checking for getcwd... yes
checking for select... no
checking for setenv... yes
no
checking for getpagesize... checking for setlocale... yes
checking for gettimeofday... yes
checking for strcasecmp... yes
checking for index... yes
checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
yes
checking for memcmp... checking for isascii... yes
yes
checking for memcpy... checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for random... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for rename... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for rindex... checking stdarg.h usability... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for setenv... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
no
checking for memory.h... (cached) yes
checking for stpncpy... checking termcap.h usability... yes
checking termcap.h presence... no
yes
checking for termcap.h... yes
checking for strcasecmp... checking termios.h usability... yes
no
checking termios.h presence... checking for strchr... no
checking for termios.h... no
checking termio.h usability... yes
checking for strdup... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strncasecmp... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strndup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
no
checking sys/select.h usability... checking for strnlen... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strstr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strtoull... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
no
checking whether termios.h defines TIOCGWINSZ... checking for tmpnam... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsnprintf... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for waitpid... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for setproctitle... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... yes
checking for mbscasecmp... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for mbschr... checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for wcrtomb... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... yes
no
checking for iswlower... checking for getrusage... yes
no
checking for getsysinfo... checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
no
checking for pstat_getdynamic... checking for towupper... yes
no
checking for pstat_getstatic... checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for realpath... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for setrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 15:57 [binutils-gdb] [PowerPC] Consolidate linux target description selection sergiodj+buildbot
@ 2018-06-01  3:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  3:49 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/1709>

Commit(s) tested:
	bd64614eb737096f40b976fb505ddd42e7f1614c

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Consolidate linux target description selection

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bd/bd64614eb737096f40b976fb505ddd42e7f1614c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... configure: updating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32
checking target system type... checking for xgettext... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
checking for inline... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking for sys/types.h... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for sys/stat.h... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking minix/config.h usability... yes
yes
checking how to run the C preprocessor... checking for unistd.h... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for off_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 64
yes
checking for size_t... checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
checking for working alloca.h... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdlib.h... (cached) yes
.exe
checking for strings.h... checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for unistd.h... (cached) yes
o
checking whether we are using the GNU C compiler... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for inttypes.h... yes
checking for working mmap... no
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for stdint.h... yes
checking for an ANSI C-conforming const... none needed
yes
checking for style of include used by make... checking for stdint.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inline... yes
inline
checking whether byte ordering is bigendian... yes
checking for unsigned long long... checking for unistd.h... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for inttypes.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking ctype.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... no
checking for ld used by GCC... checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for ctype.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking stddef.h usability... checking for limits.h... yes
yes
checking stddef.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for stdlib.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for stddef.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for malloc.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... (cached) yes
yes
checking for string.h... (cached) yes
checking stdio.h usability... done
checking argz.h usability... no
checking argz.h presence... yes
checking stdio.h presence... checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
no
checking for argz.h... checking for strings.h... (cached) no
yes
checking limits.h usability... checking for sys/time.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
checking limits.h presence... ok
checking how to run the C preprocessor... checking for time.h... yes
checking for limits.h... yes
yes
checking locale.h usability... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -E
checking for sys/resource.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking nl_types.h usability... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking for ANSI C header files... no
checking nl_types.h presence... yes
checking for int_least32_t... no
no
checking for nl_types.h... no
checking for fcntl.h... checking malloc.h usability... yes
checking for alloca.h... no
checking for sys/pstat.h... yes
checking malloc.h presence... yes
checking for sys/types.h... no
yes
checking for int_fast32_t... yes
checking for malloc.h... yes
checking for sys/sysmp.h... no
checking stddef.h usability... checking for sys/sysinfo.h... yes
no
yes
checking for uint64_t... checking for machine/hal_sysinfo.h... checking for sys/stat.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/table.h... checking for string.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... checking for stdlib.h... no
yes
checking for off_t... checking for sys/sysctl.h... no
yes
yes
checking sys/param.h presence... checking for sys/systemcfg.h... checking for string.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... yes
checking size of int... checking for stdint.h... (cached) yes
yes
checking for memory.h... checking for stdio_ext.h... yes
checking for strings.h... no
checking for process.h... no
checking for fgets_unlocked... yes
yes
checking for inttypes.h... checking for sys/prctl.h... no
checking for getc_unlocked... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdint.h... no
no
checking whether time.h and sys/time.h may both be included... checking for getcwd... yes
yes
yes
checking whether errno must be declared... checking for unistd.h... checking for getegid... no
checking size of int... yes
checking for dlfcn.h... 4
checking size of long... no
checking for geteuid... no
checking for objdir... .libs
no
checking for getgid... no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for mempcpy... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
4
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking size of long... checking build system type... yes
checking whether -lc should be explicitly linked in... yes
checking for setenv... x86_64-pc-linux-gnu
checking host system type... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking target system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... yes
checking for stdlib.h... (cached) yes
checking for stpcpy... checking for unistd.h... (cached) yes
no
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... yes
checking for strerror... yes
config.status: creating Makefile
4
yes
checking for unistd.h... (cached) yes
checking size of size_t... config.status: creating config.h
config.status: executing gstdint.h commands
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... 8
checking for long long... configure: creating cache ./config.cache
no
checking for iconv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... no
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... o
checking whether we are using the GNU C compiler... no
checking for GNU gettext in libintl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... config.status: creating Makefile
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/types.h... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
uint64_t
checking for intptr_t... yes
checking for sys/stat.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for uintptr_t... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
config.status: creating Makefile
checking for stdlib.h... config.status: executing depfiles commands
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
config.status: executing libtool commands
yes
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for inttypes.h... none required
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for atexit... yes
checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
yes
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for basename... no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for bsearch... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for bzero... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for calloc... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for clock... yes
checking for ffs... no
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... no
checking for insque... yes
checking for ssize_t... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... no
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... no
checking for rename... yes
checking for rindex... no
checking for setenv... no
checking for snprintf... yes
checking for sigsetmask... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for stpcpy... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... no
checking for stpncpy... none required
checking for fcntl... no
checking for strcasecmp... no
checking for kill... yes
checking for strchr... no
checking for lstat... yes
checking for strdup... no
checking for memmove... yes
yes
checking for strncasecmp... checking for putenv... yes
checking for strndup... yes
checking for select... no
checking for setenv... no
checking for strnlen... no
checking for setlocale... yes
yes
checking for strrchr... checking for strcasecmp... yes
checking for strstr... yes
checking for strpbrk... yes
checking for strtod... yes
checking for tcgetattr... yes
checking for strtol... no
checking for vsnprintf... yes
checking for strtoul... yes
checking for isascii... yes
checking for strtoll... yes
checking for isxdigit... yes
checking for strtoull... yes
checking for getpwent... yes
checking for strverscmp... no
no
checking for tmpnam... checking for getpwnam... yes
checking for vasprintf... no
checking for getpwuid... yes
checking for vfprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for vprintf... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... yes
checking for vsnprintf... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for vsprintf... checking limits.h usability... yes
checking limits.h presence... yes
checking for waitpid... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setproctitle... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking pwd.h presence... no
no
checking for pwd.h... no
checking for fork... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking termios.h usability... checking for vfork... no
checking termios.h presence... no
checking for termios.h... no
no
checking for _doprnt... checking termio.h usability... no
checking termio.h presence... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for external symbol _system_configuration... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for __fsetlocking... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for canonicalize_file_name... no
checking sys/select.h presence... no
checking for sys/select.h... no
no
checking sys/file.h usability... checking for dup3... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
no
checking for getrlimit... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... no
checking for getrusage... no
checking for getsysinfo... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking for gettimeofday... (cached) yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for on_exit... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... no
checking for psignal... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for pstat_getdynamic... not found
checking for struct dirent.d_ino... no
checking for pstat_getstatic... yes
checking for struct dirent.d_fileno... no
checking for realpath... no
checking for tgetent... no
checking for setrlimit... no
checking for tgetent in -ltermcap... no
checking for sbrk... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for spawnve... yes
checking for spawnvpe... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for strerror... yes
yes
checking wchar.h presence... checking for strsignal... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sysconf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sysctl... no
yes
checking for mbscasecmp... checking for sysmp... no
checking for mbscmp... no
checking for table... no
checking for mbsnrtowcs... no
checking for times... no
checking for mbsrtowcs... no
checking for wait3... yes
checking for mbschr... no
no
checking for wcrtomb... checking for wait4... yes
checking for wcscoll... yes
checking for wcsdup... no
yes
checking for wcwidth... checking whether basename is declared... no
no
checking for wctype... checking whether ffs is declared... yes
checking for wcswidth... no
checking whether asprintf is declared... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... yes
checking whether vasprintf is declared... yes
checking for iswupper... yes
checking whether snprintf is declared... yes
yes
checking for towlower... checking whether vsnprintf is declared... yes
yes
checking for towupper... checking whether calloc is declared... yes
checking whether getenv is declared... yes
yes
checking for iswctype... checking whether getopt is declared... yes
yes
checking for nl_langinfo and CODESET... checking whether malloc is declared... no
checking for wchar_t in wchar.h... yes
checking whether realloc is declared... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking whether sbrk is declared... yes
checking configuration for building shared libraries... supported
no
checking whether strtol is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
config.status: creating Makefile
checking whether strverscmp is declared... config.status: creating doc/Makefile
no
checking whether strnlen is declared... config.status: creating examples/Makefile
yes
checking whether canonicalize_file_name must be declared... config.status: creating shlib/Makefile
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
config.status: creating config.h
configure: updating cache ./config.cache
config.status: executing default commands
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 15:04 [binutils-gdb] fix "stale cleanup" internal-warning when using "catch assert" command sergiodj+buildbot
@ 2018-06-01  3:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  3:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1708>

Commit(s) tested:
	241db429d5735ae8875e38991c82204b310c2ff5

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	fix "stale cleanup" internal-warning when using "catch assert" command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/24/241db429d5735ae8875e38991c82204b310c2ff5/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22 11:00 [binutils-gdb] PR23207, hppa ld SIGSEGVs on invalid object files sergiodj+buildbot
@ 2018-06-01  2:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  2:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1707>

Commit(s) tested:
	215f527155ea776fff3f2f836d5da1e300e8c370

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23207, hppa ld SIGSEGVs on invalid object files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/21/215f527155ea776fff3f2f836d5da1e300e8c370/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22  6:36 [binutils-gdb] PR23207, hppa ld SIGSEGVs on invalid object files sergiodj+buildbot
@ 2018-06-01  1:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  1:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1706>

Commit(s) tested:
	7455c018e45766ab7193cbd45f98f781e0dc7d84

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23207, hppa ld SIGSEGVs on invalid object files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/74/7455c018e45766ab7193cbd45f98f781e0dc7d84/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
@ 2018-05-31 23:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 23:34 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/1705>

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... checking for a BSD-compatible install... configure: creating cache ./config.cache
/usr/bin/install -c
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
checking for msgfmt... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
checking for perl... perl
checking build system type... Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
configure: creating cache ./config.cache
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking for sys/types.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for string.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for string.h... yes
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for inttypes.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for stdint.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking for unistd.h... checking how to run the C preprocessor... checking for stdint.h... yes
yes
checking for off_t... x86_64-w64-mingw32-gcc -E
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for size_t... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/types.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
checking for sys/stat.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for working alloca.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for string.h... yes
checking for stdlib.h... (cached) yes
checking for C compiler default output file name... checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for strings.h... yes
.exe
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for suffix of object files... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inttypes.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for unistd.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for ld used by GCC... yes
checking ctype.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for an ANSI C-conforming const... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for shared library run path origin... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inline... yes
checking ctype.h presence... yes
checking for ctype.h... yes
done
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... inline
checking whether byte ordering is bigendian... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking stddef.h usability... checking argz.h usability... 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
no
checking argz.h presence... yes
checking stddef.h presence... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
yes
checking for stddef.h... yes
checking how to recognize dependent libraries... checking for string.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking stdio.h usability... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
yes
checking stdio.h presence... checking for sys/file.h... checking locale.h usability... yes
yes
checking for stdio.h... yes
checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking locale.h presence... yes
checking for locale.h... yes
ok
checking how to run the C preprocessor... yes
checking for limits.h... checking nl_types.h usability... yes
x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
yes
checking for uintptr_t... checking for malloc.h... yes
no
checking nl_types.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for ANSI C header files... checking for strings.h... (cached) yes
no
checking for nl_types.h... no
checking for sys/time.h... checking malloc.h usability... yes
yes
checking for int_least32_t... checking for time.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for sys/resource.h... checking stddef.h usability... yes
yes
checking for int_fast32_t... checking for sys/types.h... no
checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... checking for sys/mman.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... yes
checking for uint64_t... no
checking for fcntl.h... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... yes
checking for stdlib.h... no
yes
checking what to include in gstdint.h... checking for sys/pstat.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking sys/param.h presence... yes
no
yes
checking for off_t... checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for string.h... checking for feof_unlocked... no
checking for sys/sysinfo.h... yes
no
checking for memory.h... checking for machine/hal_sysinfo.h... no
checking for fgets_unlocked... yes
checking size of int... no
yes
checking for sys/table.h... checking for strings.h... no
checking for getc_unlocked... no
checking for sys/sysctl.h... yes
checking for inttypes.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for stdint.h... no
checking for process.h... no
yes
checking for getcwd... checking for sys/prctl.h... yes
checking for unistd.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dlfcn.h... yes
checking for getegid... no
checking whether time.h and sys/time.h may both be included... no
checking for objdir... yes
checking whether errno must be declared... .libs
no
checking size of int... no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getuid... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 4
yes
checking dynamic linker characteristics... checking size of long... yes
checking for munmap... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
checking for putenv... 4
checking for stdlib.h... (cached) yes
checking for ANSI C header files... (cached) yes
yes
checking for unistd.h... (cached) yes
checking build system type... checking for setenv... checking for getpagesize... x86_64-pc-linux-gnu
checking host system type... yes
checking for working mmap... no
checking for memcpy... x86_64-w64-mingw32
checking target system type... no
checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
yes
checking for stpcpy... checking for strerror... 4
checking size of size_t... no
no
yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
checking for strcasecmp... configure: creating ./config.status
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... 8
checking for long long... no
checking for __argz_next... yes
checking size of long long... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... checking for C compiler default output file name... 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 GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for a 64-bit type... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: creating Makefile
config.status: executing default-1 commands
config.status: executing depfiles commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for ssize_t... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for sys/stat.h... config.status: creating config.h
config.status: config.h is unchanged
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for pid_t... yes
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for library containing strerror... checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
none required
yes
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for stdint.h... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for unistd.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for basename... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for bzero... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking return type of signal handlers... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for calloc... void
checking for size_t... yes
checking for clock... yes
checking for ssize_t... yes
checking for ffs... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for getcwd... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for getpagesize... none required
checking for fcntl... yes
checking for gettimeofday... no
checking for kill... yes
checking for index... no
checking for lstat... no
checking for insque... no
checking for memmove... no
checking for memchr... yes
checking for putenv... yes
checking for memcmp... yes
checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... yes
yes
checking for random... checking for isascii... no
yes
checking for rename... checking for isxdigit... yes
checking for rindex... yes
checking for getpwent... no
checking for setenv... no
checking for getpwnam... no
checking for snprintf... no
checking for getpwuid... yes
checking for sigsetmask... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpcpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpncpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strcasecmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strdup... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strncasecmp... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strndup... checking termcap.h usability... yes
checking termcap.h presence... no
checking for strnlen... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtol... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoul... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtoll... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strtoull... checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
no
checking for tgetent in -ltermcap... checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
no
checking for canonicalize_file_name... checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getstatic... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
configure: updating cache ./config.cache
checking for sysctl... configure: creating ./config.status
no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for times... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22  4:05 [binutils-gdb] Mark section in a section group with SHF_GROUP sergiodj+buildbot
@ 2018-05-31 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1704>

Commit(s) tested:
	bae363f1146378207e1dffe5f23845644a1d0b7a

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Mark section in a section group with SHF_GROUP

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ba/bae363f1146378207e1dffe5f23845644a1d0b7a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22  1:57 [binutils-gdb] MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers sergiodj+buildbot
@ 2018-05-31 22:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 22:29 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/1703>

Commit(s) tested:
	75d74ccace05f6166a45dbaa352abf753891d3be

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/75/75d74ccace05f6166a45dbaa352abf753891d3be/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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)... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32
checking whether we are cross compiling... yes
checking for suffix of executables... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for inline... inline
checking for sys/types.h... checking for grep that handles long lines and -e... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
/usr/bin/grep
checking for egrep... checking for aclocal... aclocal
/usr/bin/grep -E
checking for ANSI C header files... checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/types.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for grep that handles long lines and -e... checking for inttypes.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for off_t... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for size_t... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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
checking for memory.h... yes
checking for working alloca.h... no
checking for alloca... yes
64
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... yes
(cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for getpagesize... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking ctype.h usability... checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for C compiler default output file name... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
a.exe
checking whether the inttypes.h PRIxNN macros are broken... checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking stddef.h presence... no
checking for ld used by GCC... yes
checking for stddef.h... yes
.exe
checking for string.h... (cached) yes
checking for suffix of object files... checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... done
checking argz.h usability... yes
checking stdio.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... none needed
yes
checking for uintptr_t... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
checking for sys/file.h... checking locale.h usability... yes
checking for int_least32_t... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for sys/param.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for limits.h... yes
checking locale.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for locale.h... yes
yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
checking nl_types.h usability... checking for malloc.h... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for string.h... (cached) yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... (cached) yes
checking for strings.h... (cached) no
yes
checking nl_types.h presence... checking for sys/time.h... yes
checking for uint64_t... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking malloc.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for malloc.h... yes
no
ok
checking for sys/stat.h... (cached) yes
checking how to run the C preprocessor... checking stddef.h usability... checking for sys/mman.h... yes
checking for off_t... no
checking for fcntl.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking stddef.h presence... checking for alloca.h... yes
checking for stddef.h... yes
checking for ANSI C header files... no
checking for stdlib.h... (cached) yes
checking for sys/pstat.h... checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/sysmp.h... checking sys/param.h usability... no
yes
checking size of int... checking for sys/sysinfo.h... yes
no
checking for sys/types.h... checking for machine/hal_sysinfo.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for sys/table.h... checking for feof_unlocked... yes
no
checking for sys/sysctl.h... checking for sys/stat.h... no
checking for sys/systemcfg.h... yes
no
no
checking for stdint.h... (cached) yes
checking for fgets_unlocked... checking for stdlib.h... checking for stdio_ext.h... no
checking for process.h... yes
yes
checking for sys/prctl.h... checking for string.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... checking for memory.h... no
checking for getcwd... yes
checking whether errno must be declared... yes
checking for strings.h... no
checking size of int... yes
checking for getegid... yes
checking for inttypes.h... 4
checking size of long... yes
no
checking for geteuid... checking for stdint.h... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for munmap... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for setenv... x86_64-w64-mingw32
checking target system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... no
checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
no
yes
checking for unistd.h... (cached) yes
checking for stpcpy... checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for working mmap... no
no
checking for memcpy... checking for strcasecmp... 4
checking size of size_t... yes
yes
checking for strerror... checking for strdup... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
yes
checking for unistd.h... (cached) yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... 8
checking for long long... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for LC_MESSAGES... yes
checking size of long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
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 GNU gettext in libintl... none needed
checking how to run the C preprocessor... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for sys/types.h... config.status: creating Makefile
yes
checking for sys/stat.h... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for strings.h... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for uintptr_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking minix/config.h usability... yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for pid_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for working volatile... yes
checking for library containing strerror... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for bcopy... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for bsearch... none required
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for bzero... no
checking for kill... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for calloc... no
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
rm -f libdecnumber.a
checking for ffs... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking for putenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for getcwd... yes
checking for select... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for gettimeofday... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for index... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for memcmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for putenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for setenv... checking locale.h usability... yes
checking locale.h presence... no
checking for snprintf... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... yes
checking for sigsetmask... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strdup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strnlen... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtoul... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for strverscmp... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
yes
checking wchar.h usability... checking for vsnprintf... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for setrlimit... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
checking for strsignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22  0:40 [binutils-gdb] MIPS/gdbserver: Fix issues with $zero register reads sergiodj+buildbot
@ 2018-05-31 22:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 22:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1702>

Commit(s) tested:
	e4439e4346ec0d2cb0e65b497d26382e1054c93b

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/gdbserver: Fix issues with $zero register reads

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e4/e4439e4346ec0d2cb0e65b497d26382e1054c93b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22  0:14 [binutils-gdb] Remove fake operand handling for extended mnemonics sergiodj+buildbot
@ 2018-05-31 21:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 21:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1701>

Commit(s) tested:
	98553ad33eba6353b0e4181ae51dfdf2d7e652ac

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Remove fake operand handling for extended mnemonics.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/98/98553ad33eba6353b0e4181ae51dfdf2d7e652ac/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21 20:25 [binutils-gdb] Remove output_command_const sergiodj+buildbot
@ 2018-05-31 20:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 20:52 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/1700>

Commit(s) tested:
	122b53ea6a99c8811fb9cb84869b949b1ac55b22

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove output_command_const

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/12/122b53ea6a99c8811fb9cb84869b949b1ac55b22/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... configure: updating cache ./config.cache
/usr/bin/install -c
checking whether NLS is requested... yes
configure: creating ./config.status
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... yes
checking for inline... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... inline
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for sys/stat.h... yes
checking for sys/types.h... .exe
checking for suffix of object files... yes
yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... yes
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for memory.h... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
checking for strings.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... checking for inttypes.h... yes
o
checking whether we are using the GNU C compiler... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdint.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
none needed
checking for style of include used by make... checking for unistd.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for off_t... yes
gcc3
checking minix/config.h usability... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether the shell understands "+="... yes
yes
checking for working alloca.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/types.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for alloca... yes
64
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... checking for unistd.h... (cached) yes
yes
ok
checking for getpagesize... checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for ANSI C header files... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
yes
checking for stdint.h... checking for strings.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for unsigned long long... yes
checking for sys/stat.h... checking for inttypes.h... yes
checking for inttypes.h... yes
yes
yes
checking for stdlib.h... checking for stdint.h... checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... yes
yes
checking for an ANSI C-conforming const... yes
checking for unistd.h... checking for string.h... yes
checking for inline... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
inline
checking whether byte ordering is bigendian... checking ctype.h usability... checking for memory.h... done
yes
checking ctype.h presence... checking argz.h usability... yes
yes
checking for ctype.h... yes
checking for strings.h... checking stddef.h usability... no
checking argz.h presence... no
checking for argz.h... no
yes
checking limits.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking stddef.h presence... checking for inttypes.h... checking for sys/file.h... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for sys/param.h... yes
checking limits.h presence... yes
checking stdio.h usability... yes
checking for limits.h... yes
yes
checking for stdint.h... checking for limits.h... checking locale.h usability... yes
yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
checking for unistd.h... checking for stdlib.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for malloc.h... checking nl_types.h usability... yes
checking for dlfcn.h... yes
yes
checking for uintptr_t... checking for string.h... (cached) yes
no
checking nl_types.h presence... checking for unistd.h... (cached) yes
no
checking for objdir... .libs
no
checking for nl_types.h... no
checking for strings.h... (cached) yes
checking malloc.h usability... checking for sys/time.h... yes
checking for int_least32_t... yes
checking for time.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking stddef.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/resource.h... yes
checking for int_fast32_t... no
checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... checking for sys/mman.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for fcntl.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for uint64_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking what to include in gstdint.h... yes
checking sys/param.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for sys/param.h... yes
yes
checking whether -lc should be explicitly linked in... no
checking for feof_unlocked... checking for sys/sysinfo.h... yes
checking for off_t... yes
checking dynamic linker characteristics... no
checking for machine/hal_sysinfo.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for sys/table.h... no
checking for fgets_unlocked... no
yes
checking size of int... checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/systemcfg.h... checking for getpagesize... no
no
checking for getc_unlocked... checking for stdint.h... (cached) yes
yes
checking for working mmap... no
checking for stdio_ext.h... checking for memcpy... no
checking for process.h... yes
no
checking for getcwd... yes
checking for sys/prctl.h... checking for strerror... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for getegid... yes
no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... (cached) yes
yes
checking whether errno must be declared... no
checking for geteuid... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking size of int... 4
checking size of long... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... 4
checking size of long... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for setenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... yes
checking for stpcpy... no
no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strcasecmp... 4
checking size of size_t... yes
checking for strdup... yes
checking for strtoul... yes
config.status: creating Makefile
checking for tsearch... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
config.status: creating Makefile
checking for __argz_stringify... config.status: executing depfiles commands
8
checking for long long... config.status: executing libtool commands
no
checking for __argz_next... yes
checking size of long long... no
checking for __fsetlocking... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for iconv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... configure: creating cache ./config.cache
no
checking for LC_MESSAGES... checking build system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-pc-linux-gnu
checking host system type... no
checking for bison... bison
checking version of bison... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... no
checking for C compiler default output file name... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
.exe
checking for suffix of object files... uint64_t
checking for intptr_t... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for uintptr_t... none needed
checking how to run the C preprocessor... config.status: creating Makefile
config.status: creating config.intl
x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
yes
checking for pid_t... checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
yes
checking for library containing strerror... checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
none required
checking for asprintf... checking for string.h... yes
checking for atexit... yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for basename... yes
checking for strings.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for bcmp... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for inttypes.h... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for bcopy... /bin/sh ./config.status config.h
yes
checking for stdint.h... no
checking for bsearch... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for unistd.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for bzero... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking minix/config.h presence... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for clock... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for ffs... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for getcwd... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for getpagesize... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
yes
checking for dirent.h that defines DIR... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for index... yes
checking for library containing opendir... no
none required
checking for insque... checking for fcntl... no
checking for memchr... no
checking for kill... yes
no
checking for memcmp... checking for lstat... yes
checking for memcpy... no
checking for memmove... yes
checking for memmem... yes
checking for putenv... no
checking for memmove... yes
checking for select... yes
checking for mempcpy... no
checking for setenv... yes
checking for memset... no
checking for setlocale... yes
yes
checking for strcasecmp... checking for mkstemps... yes
no
checking for strpbrk... checking for putenv... yes
checking for tcgetattr... yes
checking for random... no
checking for vsnprintf... no
checking for rename... yes
yes
checking for isascii... checking for rindex... yes
no
checking for setenv... checking for isxdigit... yes
no
checking for snprintf... checking for getpwent... no
checking for getpwnam... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for sigsetmask... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpcpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpncpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
no
checking sys/stream.h usability... checking for strcasecmp... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strdup... 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... checking for strncasecmp... yes
64
checking for type of signal functions... checking for strndup... no
checking for strnlen... yes
checking for strrchr... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strstr... no
checking whether or not strcoll and strcmp differ... no
configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strtod... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strtol... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strtoul... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoll... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for strtoull... no
checking for tgetent... yes
checking for strverscmp... no
checking for tgetent in -ltermcap... no
checking for tmpnam... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vasprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vfprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vprintf... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for vsnprintf... yes
no
checking for mbsnrtowcs... checking for vsprintf... no
checking for mbsrtowcs... yes
checking for waitpid... yes
checking for mbschr... no
checking for setproctitle... no
checking for wcrtomb... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcscoll... no
checking for fork... yes
checking for wcsdup... no
checking for vfork... yes
checking for wcwidth... no
checking for _doprnt... no
checking for wctype... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for wcswidth... yes
checking for sys_siglist... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswlower... no
checking for canonicalize_file_name... yes
checking for iswupper... no
checking for dup3... yes
checking for towlower... no
checking for getrlimit... yes
checking for towupper... no
checking for getrusage... yes
checking for iswctype... no
checking for getsysinfo... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... supported
checking for psignal... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... config.status: creating Makefile
config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for sbrk... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for spawnve... config.status: executing default commands
yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21 20:19 [binutils-gdb] Change ada_catchpoint::excep_string to be a std::string sergiodj+buildbot
@ 2018-05-31 20:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 20:39 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/1699>

Commit(s) tested:
	bc18fbb575437dd10089ef4619e46c0b9a93097d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change ada_catchpoint::excep_string to be a std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bc/bc18fbb575437dd10089ef4619e46c0b9a93097d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
checking for perl... perl
configure: creating ./config.status
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for sys/types.h... .exe
yes
checking for suffix of object files... checking for inline... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... checking for string.h... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for memory.h... checking for strings.h... yes
.exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
o
checking whether we are using the GNU C compiler... yes
checking for strings.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdint.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for unistd.h... /usr/bin/grep -E
checking for fgrep... checking minix/config.h usability... yes
checking how to run the C preprocessor... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc -E
yes
checking for off_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking minix/config.h presence... checking for grep that handles long lines and -e... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /usr/bin/grep
checking for egrep... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for size_t... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
64
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for working alloca.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
checking for string.h... checking for unistd.h... (cached) yes
yes
x86_64-w64-mingw32-gcc -E
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for strings.h... yes
yes
checking for stdint.h... checking for sys/types.h... yes
yes
checking for sys/stat.h... yes
checking for unsigned long long... checking for inttypes.h... yes
yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking for stdlib.h... yes
checking for inline... checking for stdint.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
inline
checking whether byte ordering is bigendian... checking for string.h... no
checking for ld used by GCC... yes
yes
checking for memory.h... checking for unistd.h... yes
checking for strings.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking ctype.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for sys/file.h... checking for inttypes.h... yes
done
checking for stdint.h... yes
checking argz.h usability... yes
checking ctype.h presence... checking for sys/param.h... yes
yes
checking for ctype.h... yes
no
checking argz.h presence... checking for unistd.h... yes
checking stddef.h usability... no
checking for argz.h... no
checking limits.h usability... yes
checking for limits.h... checking for dlfcn.h... yes
checking limits.h presence... yes
yes
checking stddef.h presence... yes
checking for limits.h... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for malloc.h... no
checking for objdir... checking stdio.h usability... checking locale.h usability... .libs
yes
yes
checking locale.h presence... checking for string.h... (cached) yes
yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
yes
checking stdio.h presence... checking nl_types.h usability... checking for strings.h... (cached) yes
yes
checking for stdio.h... yes
checking for sys/time.h... no
checking nl_types.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for nl_types.h... no
checking malloc.h usability... checking for time.h... yes
yes
checking malloc.h presence... checking for sys/resource.h... no
yes
checking for malloc.h... yes
yes
checking for uintptr_t... checking for sys/stat.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking stddef.h usability... checking for sys/mman.h... yes
checking stddef.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for int_least32_t... yes
checking for stddef.h... yes
no
checking for fcntl.h... checking for stdlib.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for string.h... (cached) yes
checking for alloca.h... yes
checking for int_fast32_t... no
checking for unistd.h... (cached) yes
checking for sys/pstat.h... checking sys/param.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for sys/sysmp.h... yes
checking sys/param.h presence... no
yes
checking for uint64_t... checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking dynamic linker characteristics... no
checking for machine/hal_sysinfo.h... no
yes
checking what to include in gstdint.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for sys/table.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
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... x86_64-w64-mingw32-gcc -E
no
yes
checking for off_t... checking for fgets_unlocked... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
no
checking for getc_unlocked... checking for getpagesize... yes
checking size of int... checking for stdio_ext.h... no
checking for process.h... yes
checking for working mmap... no
yes
no
checking for memcpy... checking for getcwd... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking for strerror... checking for getegid... yes
checking whether errno must be declared... yes
checking for unistd.h... (cached) yes
no
checking size of int... no
checking for geteuid... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stpcpy... no
checking for strcasecmp... no
yes
4
checking size of size_t... checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... yes
config.status: creating Makefile
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... no
checking for __argz_next... config.status: creating Makefile
8
checking for long long... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
config.status: executing depfiles commands
no
checking for __fsetlocking... yes
checking size of long long... config.status: executing libtool commands
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for bison... bison
checking version of bison... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.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
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking build system type... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
8
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for a 64-bit type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
a.exe
checking whether the C compiler works... yes
yes
checking for uintptr_t... checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
.exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... config.status: creating config.intl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.h
yes
checking for ssize_t... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -E
yes
checking for pid_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for library containing strerror... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
none required
checking for asprintf... yes
checking for sys/stat.h... yes
checking for atexit... yes
checking for stdlib.h... yes
yes
checking for basename... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for bcmp... yes
checking for strings.h... no
checking for bcopy... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for bsearch... yes
checking for stdint.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
yes
x86_64-w64-mingw32-ranlib libz.a
checking for bzero... checking for unistd.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking minix/config.h usability... config.status: creating config.h
no
checking for calloc... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
checking minix/config.h presence... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for clock... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for working volatile... no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking return type of signal handlers... yes
void
checking for size_t... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking for ssize_t... checking for index... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for memchr... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for library containing opendir... checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
none required
checking for fcntl... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for memmem... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for kill... no
checking for memmove... no
checking for lstat... yes
checking for mempcpy... no
checking for memmove... yes
checking for memset... yes
checking for putenv... yes
checking for mkstemps... no
checking for putenv... yes
checking for select... yes
checking for random... no
checking for setenv... no
checking for rename... no
checking for setlocale... yes
checking for rindex... yes
checking for strcasecmp... no
checking for setenv... yes
checking for strpbrk... no
checking for snprintf... yes
checking for tcgetattr... yes
no
checking for vsnprintf... checking for sigsetmask... no
checking for stpcpy... yes
checking for isascii... no
checking for stpncpy... yes
checking for isxdigit... no
checking for strcasecmp... yes
checking for getpwent... yes
checking for strchr... no
checking for getpwnam... yes
checking for strdup... no
checking for getpwuid... yes
checking for strncasecmp... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for strndup... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for unistd.h... (cached) yes
checking for strnlen... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for strrchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strstr... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strtod... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strtol... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtoul... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoll... no
checking termios.h presence... no
checking for termios.h... no
yes
checking for strtoull... checking termio.h usability... yes
checking for strverscmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for tmpnam... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for vasprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for vfprintf... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for vprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 vsnprintf... 64
checking for type of signal functions... yes
checking for vsprintf... yes
checking for waitpid... no
checking for setproctitle... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether alloca needs Cray hooks... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking whether termios.h defines TIOCGWINSZ... checking for fork... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for vfork... yes
checking whether signal handlers are of type void... no
checking for _doprnt... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... not found
checking for struct dirent.d_ino... no
checking for canonicalize_file_name... yes
checking for struct dirent.d_fileno... no
checking for dup3... no
checking for tgetent... no
no
checking for tgetent in -ltermcap... checking for getrlimit... no
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for getrusage... no
checking for getsysinfo... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for psignal... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for pstat_getdynamic... yes
checking for mbscasecmp... no
checking for pstat_getstatic... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for realpath... no
checking for setrlimit... no
checking for mbsrtowcs... no
checking for sbrk... yes
checking for mbschr... no
checking for spawnve... no
checking for wcrtomb... yes
checking for spawnvpe... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for strerror... yes
checking for wcwidth... yes
checking for strsignal... no
checking for wctype... no
checking for sysconf... yes
checking for wcswidth... no
checking for sysctl... no
checking for sysmp... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for table... yes
checking for iswlower... no
checking for times... yes
no
checking for iswupper... checking for wait3... no
checking for wait4... yes
checking for towlower... yes
checking for towupper... no
checking whether basename is declared... yes
checking for iswctype... no
checking whether ffs is declared... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking whether asprintf is declared... yes
yes
checking for wctype_t in wctype.h... checking whether vasprintf is declared... yes
checking for wint_t in wctype.h... yes
checking whether snprintf is declared... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
yes
checking whether vsnprintf is declared... configure: creating ./config.status
yes
checking whether calloc is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether getenv is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking whether getopt is declared... config.status: executing default commands
yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21 18:46 [binutils-gdb] Remove cleanup from ada_collect_symbol_completion_matches sergiodj+buildbot
@ 2018-05-31 18:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 18:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1698>

Commit(s) tested:
	790217f6736cc0f0a177a681ba1c7cc5f995cfe7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from ada_collect_symbol_completion_matches

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/79/790217f6736cc0f0a177a681ba1c7cc5f995cfe7/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21 18:22 [binutils-gdb] Remove cleanup from ada-lang.c sergiodj+buildbot
@ 2018-05-31 12:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 12:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1697>

Commit(s) tested:
	6f46ac8531ead61003c96b8e2fa6a383ea8d8c58

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from ada-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6f/6f46ac8531ead61003c96b8e2fa6a383ea8d8c58/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21 18:16 [binutils-gdb] Remove a cleanup from trace_dump_actions sergiodj+buildbot
@ 2018-05-31  5:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31  5:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1695>

Commit(s) tested:
	15b6611c69f6fdb7a20cd50d33d9acf8c5c32037

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a cleanup from trace_dump_actions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/15/15b6611c69f6fdb7a20cd50d33d9acf8c5c32037/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21 17:46 [binutils-gdb] Use std::string in reread_symbols sergiodj+buildbot
@ 2018-05-31  3:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31  3:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1694>

Commit(s) tested:
	c0c9f665d9d4cdcef59cc7951396d843a7ea6a48

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string in reread_symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c0/c0c9f665d9d4cdcef59cc7951396d843a7ea6a48/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_slurp_armap':
../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21 16:43 [binutils-gdb] Use std::unique_ptr in dwarf2_read_debug_names sergiodj+buildbot
@ 2018-05-31  1:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-31  1:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1693>

Commit(s) tested:
	22ca247e9e29c11ccfc99b5d187c7dc925608b78

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::unique_ptr in dwarf2_read_debug_names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/22/22ca247e9e29c11ccfc99b5d187c7dc925608b78/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21  3:57 [binutils-gdb] Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_new sergiodj+buildbot
@ 2018-05-29 15:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-29 15:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1685>

Commit(s) tested:
	184cde7552b5434196b8380be23b39ff4a5a17e6

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_new

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/18/184cde7552b5434196b8380be23b39ff4a5a17e6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_slurp_armap':
../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21  3:56 [binutils-gdb] Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible sergiodj+buildbot
@ 2018-05-29  1:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-29  1:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1683>

Commit(s) tested:
	e39db4db7c553ae1c4aaf158cd0ebf3cf6d478fb

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e3/e39db4db7c553ae1c4aaf158cd0ebf3cf6d478fb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21  1:51 [binutils-gdb] Introduce obstack_new, poison other "typed" obstack functions sergiodj+buildbot
@ 2018-05-28 18:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-28 18:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1682>

Commit(s) tested:
	284a0e3cbffa92ee5c94065fcdd5a528482344fc

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Introduce obstack_new, poison other "typed" obstack functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/28/284a0e3cbffa92ee5c94065fcdd5a528482344fc/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-20  0:37 [binutils-gdb] Remove useless variable int i in backtrace_command_1 sergiodj+buildbot
@ 2018-05-27 21:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-27 21:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1677>

Commit(s) tested:
	59f66be3aca7ef310c1d4464e93b251fe87135e0

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Remove useless variable int i in backtrace_command_1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/59/59f66be3aca7ef310c1d4464e93b251fe87135e0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_slurp_armap':
../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-19  7:33 [binutils-gdb] Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC sergiodj+buildbot
@ 2018-05-27  0:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-27  0:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1676>

Commit(s) tested:
	50c65c2d60b371b8b85a804a5a71bf967ba9b355

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/50/50c65c2d60b371b8b85a804a5a71bf967ba9b355/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-19  3:50 [binutils-gdb] x86: Don't set eh->local_ref to 1 for versioned symbol sergiodj+buildbot
@ 2018-05-26  4:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-26  4:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1675>

Commit(s) tested:
	97373b2eba6077d5059370a95931b93a8b118813

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Don't set eh->local_ref to 1 for versioned symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/97/97373b2eba6077d5059370a95931b93a8b118813/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_ftell':
../../binutils-gdb/bfd/bfdio.c:53:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fseek':
../../binutils-gdb/bfd/bfdio.c:65:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfdio.c: In function '_bfd_real_fopen':
../../binutils-gdb/bfd/bfdio.c:125:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[4]: *** [Makefile:1501: bfdio.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-19  3:06 [binutils-gdb] Allocate dwz_file with new sergiodj+buildbot
@ 2018-05-26  3:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-26  3:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1674>

Commit(s) tested:
	7ff8cb8c51adec9cd1b461f9b670223d01223fef

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allocate dwz_file with new

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7f/7ff8cb8c51adec9cd1b461f9b670223d01223fef/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-19  2:16 [binutils-gdb] RISC-V: Add RV32E support sergiodj+buildbot
@ 2018-05-26  0:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-26  0:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1673>

Commit(s) tested:
	7f99954970001cfc1b155d877ac2966d77e2c647

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add RV32E support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7f/7f99954970001cfc1b155d877ac2966d77e2c647/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-19  1:41 [binutils-gdb] Allocate dwp_file with new sergiodj+buildbot
@ 2018-05-25 20:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-25 20:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1672>

Commit(s) tested:
	400174b12a46fffbfad7c2504c33bb3ac29f3ef9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allocate dwp_file with new

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/40/400174b12a46fffbfad7c2504c33bb3ac29f3ef9/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-19  1:31 [binutils-gdb] Use new to allocate mapped_index sergiodj+buildbot
@ 2018-05-25  6:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-25  6:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1669>

Commit(s) tested:
	3063847f29cb83bae0cdf018c2dca68b65a50780

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use new to allocate mapped_index

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/30/3063847f29cb83bae0cdf018c2dca68b65a50780/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-19  6:14 [binutils-gdb] RISC-V: Fix ld-elf/pr22269* testcases sergiodj+buildbot
@ 2018-05-24 22:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-24 22:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1666>

Commit(s) tested:
	6487709f3fca687ba1420b6487db5cd1e7cf8cde

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Fix ld-elf/pr22269* testcases.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/64/6487709f3fca687ba1420b6487db5cd1e7cf8cde/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_error_handler':
../../binutils-gdb/bfd/bfd.c:1167:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function 'bfd_assert':
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/bfd.c:1418:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_abort':
../../binutils-gdb/bfd/bfd.c:1438:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: *** [Makefile:1501: bfd.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18 23:56 [binutils-gdb] Remove mapped_index::total_size sergiodj+buildbot
@ 2018-05-24 19:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-24 19:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1665>

Commit(s) tested:
	d3d02dee8d33ef46ed91b3e87ea1b377b14ec845

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove mapped_index::total_size

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d3/d3d02dee8d33ef46ed91b3e87ea1b377b14ec845/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18 22:33 [binutils-gdb] format_pieces-selftests.c: Silence ARI warnings sergiodj+buildbot
@ 2018-05-24 15:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-24 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1664>

Commit(s) tested:
	1d143c36eedc0f0b124e6aa6fb3b98b1e6ff74b0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	format_pieces-selftests.c: Silence ARI warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1d/1d143c36eedc0f0b124e6aa6fb3b98b1e6ff74b0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18 20:15 [binutils-gdb] Show padding in ptype/o output sergiodj+buildbot
@ 2018-05-24 13:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-24 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1663>

Commit(s) tested:
	ce1e8424c69793139ec8d2a60c4a21ab136ae9e0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Show padding in ptype/o output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ce/ce1e8424c69793139ec8d2a60c4a21ab136ae9e0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_get_gp_value':
../../binutils-gdb/bfd/bfd.c:1612:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/bfd.c: In function '_bfd_set_gp_value':
../../binutils-gdb/bfd/bfd.c:1628:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: *** [Makefile:1077: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18 15:27 [binutils-gdb] Add support for the Freescale s12z processor sergiodj+buildbot
@ 2018-05-24  9:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-24  9:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1662>

Commit(s) tested:
	7b4ae824289504c173a597e86a00ceab452095b7

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	Add support for the Freescale s12z processor.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7b/7b4ae824289504c173a597e86a00ceab452095b7/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
make[4]: *** [Makefile:1501: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1501: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1544: all-recursive] Error 1
make[2]: *** [Makefile:1077: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18 14:23 [binutils-gdb] x86: Don't set eh->local_ref to 1 for linker defined symbols sergiodj+buildbot
@ 2018-05-24  7:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-24  7:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1661>

Commit(s) tested:
	011b32fd4270fb7111ee1f63695ccd44562ee7df

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Don't set eh->local_ref to 1 for linker defined symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/01/011b32fd4270fb7111ee1f63695ccd44562ee7df/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1495: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1495: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1538: all-recursive] Error 1
make[2]: *** [Makefile:1073: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18  9:45 [binutils-gdb] PR23199, Invalid SHT_GROUP entry leads to group confusion sergiodj+buildbot
@ 2018-05-24  4:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-24  4:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1660>

Commit(s) tested:
	4bba0fb1c6d391a217c25e44398a7e1c7090155f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23199, Invalid SHT_GROUP entry leads to group confusion

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4b/4bba0fb1c6d391a217c25e44398a7e1c7090155f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
make[4]: *** [Makefile:1495: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1495: archive.lo] Error 1
make[3]: *** [Makefile:1538: all-recursive] Error 1
make[2]: *** [Makefile:1073: all] Error 2
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18  6:58 [binutils-gdb] ATTRIBUTE_HIDDEN for libbfd.h sergiodj+buildbot
@ 2018-05-23  2:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-23  2:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1657>

Commit(s) tested:
	8722de9c419c98ce2fb1f294097244c0bc45e030

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	ATTRIBUTE_HIDDEN for libbfd.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/87/8722de9c419c98ce2fb1f294097244c0bc45e030/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/bfd/archive.c:1183:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_slurp_extended_name_table':
../../binutils-gdb/bfd/archive.c:1278:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1464:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_coff_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1476:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1485:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_construct_extended_name_table':
../../binutils-gdb/bfd/archive.c:1685:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd44_construct_extended_name_table':
cc1: all warnings being treated as errors
../../binutils-gdb/bfd/archive.c:1729:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_generic_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1741:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd44_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1784:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_ar_hdr':
../../binutils-gdb/bfd/archive.c:1790:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
make[4]: *** [Makefile:1495: bfd.lo] Error 1
../../binutils-gdb/bfd/archive.c: In function 'bfd_generic_stat_arch_elt':
../../binutils-gdb/bfd/archive.c:1963:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_dont_truncate_arname':
../../binutils-gdb/bfd/archive.c:2000:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_bsd_truncate_arname':
../../binutils-gdb/bfd/archive.c:2023:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function 'bfd_gnu_truncate_arname':
../../binutils-gdb/bfd/archive.c:2060:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_truncate_arname':
../../binutils-gdb/bfd/archive.c:2067:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_write_archive_contents':
../../binutils-gdb/bfd/archive.c:2226:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_compute_and_write_armap':
../../binutils-gdb/bfd/archive.c:2382:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_bsd_write_armap':
../../binutils-gdb/bfd/archive.c:2538:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_bsd_update_armap_timestamp':
../../binutils-gdb/bfd/archive.c:2593:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_coff_write_armap':
../../binutils-gdb/bfd/archive.c:2746:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_noarchive_write_armap':
../../binutils-gdb/bfd/archive.c:2757:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
../../binutils-gdb/bfd/archive.c: In function '_bfd_archive_close_and_cleanup':
../../binutils-gdb/bfd/archive.c:2815:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes]
 }
 ^
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1495: archive.lo] Error 1
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[3]: *** [Makefile:1538: all-recursive] Error 1
make[2]: *** [Makefile:1073: all] Error 2
make[1]: *** [Makefile:2696: all-bfd] Error 2
make: *** [Makefile:857: all] Error 2
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/bfd'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18  4:54 [binutils-gdb] libbfd.h and libcoff.h include guards sergiodj+buildbot
@ 2018-05-22 20:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-22 20:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1655>

Commit(s) tested:
	0b4395434942ecc6f3006004784d19d9a4fbbf55

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	libbfd.h and libcoff.h include guards

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0b/0b4395434942ecc6f3006004784d19d9a4fbbf55/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1611: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18  4:22 [binutils-gdb] opcodes sources should not include libbfd.h sergiodj+buildbot
@ 2018-05-22 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-22 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1654>

Commit(s) tested:
	29e0f0a144fcabb6fa088c58b49e5924d7c43967

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	opcodes sources should not include libbfd.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/29/29e0f0a144fcabb6fa088c58b49e5924d7c43967/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1611: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-18  0:01 [binutils-gdb] Don't elide all inlined frames sergiodj+buildbot
@ 2018-05-22 14:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-22 14:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1653>

Commit(s) tested:
	ddfe970e6bec29f779a60b071f12590e53cfe6eb

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Don't elide all inlined frames

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/dd/ddfe970e6bec29f779a60b071f12590e53cfe6eb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1611: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-17 17:59 [binutils-gdb] Make format_pieces recognize the \e escape sequence sergiodj+buildbot
@ 2018-05-22  6:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-22  6:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1651>

Commit(s) tested:
	b17992c1c02a2d8a832a887c2de23a7f3ab869f8

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make format_pieces recognize the \e escape sequence

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b1/b17992c1c02a2d8a832a887c2de23a7f3ab869f8/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1611: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-17 17:06 [binutils-gdb] Fix for dwz-related crash sergiodj+buildbot
@ 2018-05-21 23:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-21 23:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1649>

Commit(s) tested:
	58f0c71853f98afe623ab89c4362682885905ebb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix for dwz-related crash

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/58/58f0c71853f98afe623ab89c4362682885905ebb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-17 15:55 [binutils-gdb] Updated simplified Chinese translation for the opcodes directory sergiodj+buildbot
@ 2018-05-21 15:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-21 15:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1646>

Commit(s) tested:
	809276d28ad0212dd5a3f9074090e1425e5e4d8e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Updated simplified Chinese translation for the opcodes directory.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/80/809276d28ad0212dd5a3f9074090e1425e5e4d8e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-17 15:50 [binutils-gdb] value.c: Remove unused variables sergiodj+buildbot
@ 2018-05-21 14:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-21 14:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1645>

Commit(s) tested:
	3e6188349fbf16e9da69837e5e1211537805e422

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	value.c: Remove unused variables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3e/3e6188349fbf16e9da69837e5e1211537805e422/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-21  2:19 [binutils-gdb] Initialize py_type_printers in ext_lang_type_printers sergiodj+buildbot
@ 2018-05-21  5:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-21  5:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1644>

Commit(s) tested:
	fe10fe3131e688d528877706db1e98e15434c0dc

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Initialize py_type_printers in ext_lang_type_printers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fe/fe10fe3131e688d528877706db1e98e15434c0dc/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-16 20:39 [binutils-gdb] PR gdb/22286: linux-nat-trad: Support arbitrary register widths sergiodj+buildbot
@ 2018-05-21  1:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-21  1:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1643>

Commit(s) tested:
	1d7611244c140a1a08f3365cd5881120eba7749d

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	PR gdb/22286: linux-nat-trad: Support arbitrary register widths

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1d/1d7611244c140a1a08f3365cd5881120eba7749d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-16 20:38 [binutils-gdb] NDS32/BFD: Fix build error in `nds32_convert_32_to_16' sergiodj+buildbot
@ 2018-05-20 11:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-20 11:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1642>

Commit(s) tested:
	1624c9ca3fd32bf25b2cb63f99270abe41f718f5

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	NDS32/BFD: Fix build error in `nds32_convert_32_to_16'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/16/1624c9ca3fd32bf25b2cb63f99270abe41f718f5/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-16 19:34 [binutils-gdb] Make "cbfd" a gdb_bfd_ref_ptr sergiodj+buildbot
@ 2018-05-20  7:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-20  7:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1641>

Commit(s) tested:
	06333fea767dc1eaf88ac286293fcbaa0ef2de9e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make "cbfd" a gdb_bfd_ref_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/06/06333fea767dc1eaf88ac286293fcbaa0ef2de9e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-16 18:44 [binutils-gdb] Use a distinguishing name for minidebug objfile sergiodj+buildbot
@ 2018-05-19  8:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-19  8:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1636>

Commit(s) tested:
	921222e2e8e8427c6a609b1ff66265dceb0d07eb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use a distinguishing name for minidebug objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/92/921222e2e8e8427c6a609b1ff66265dceb0d07eb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-16 17:23 [binutils-gdb] regcache.c: Remove unused typedefs sergiodj+buildbot
@ 2018-05-18 19:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-18 19:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1629>

Commit(s) tested:
	3acb7083a675fb3077739a2ae41a4a4cd6ef9cc3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	regcache.c: Remove unused typedefs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3a/3acb7083a675fb3077739a2ae41a4a4cd6ef9cc3/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1611: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-16 13:10 [binutils-gdb] PR22458, failure to choose a matching ELF target sergiodj+buildbot
@ 2018-05-18 14:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-18 14:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1628>

Commit(s) tested:
	7cf7fcc83ca9fb4c4b591b3142bcf12e6e8a2aa5

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22458, failure to choose a matching ELF target

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7c/7cf7fcc83ca9fb4c4b591b3142bcf12e6e8a2aa5/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-16 12:21 [binutils-gdb] Fix disassembly mask for vector sdot on AArch64 sergiodj+buildbot
@ 2018-05-18 11:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-18 11:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1627>

Commit(s) tested:
	ff329288d503d392de11f34ce64c7fdd3c62e50f

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Fix disassembly mask for vector sdot on AArch64.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ff/ff329288d503d392de11f34ce64c7fdd3c62e50f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 21:45 [binutils-gdb] Implement Read/Write constraints on system registers on AArch64 sergiodj+buildbot
@ 2018-05-17 14:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-17 14:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1624>

Commit(s) tested:
	f9830ec1655e7cc2aa88c9c34a20503978d9dc88

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Implement Read/Write constraints on system registers on AArch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f9/f9830ec1655e7cc2aa88c9c34a20503978d9dc88/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 17:59 [binutils-gdb] Allow non-fatal errors to be emitted and for disassembly notes be placed on AArch64 sergiodj+buildbot
@ 2018-05-17  1:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-17  1:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1621>

Commit(s) tested:
	7d02540ab73206249779ced77a6abe0be156442e

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Allow non-fatal errors to be emitted and for disassembly notes be placed on AArch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7d/7d02540ab73206249779ced77a6abe0be156442e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 18:55 [binutils-gdb] Modify AArch64 Assembly and disassembly functions to be able to fail and report why sergiodj+buildbot
@ 2018-05-16 17:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-16 17:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1619>

Commit(s) tested:
	561a72d4ddf825ffaf8e88551e9bd6707cd6c59f

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Modify AArch64 Assembly and disassembly functions to be able to fail and report why.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/56/561a72d4ddf825ffaf8e88551e9bd6707cd6c59f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 16:51 [binutils-gdb] MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS case sergiodj+buildbot
@ 2018-05-16 14:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-16 14:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1618>

Commit(s) tested:
	4e6ff0e1b86f736ba20a5034509ffe9f8f05b971

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4e/4e6ff0e1b86f736ba20a5034509ffe9f8f05b971/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 17:55 [binutils-gdb] MIPS: Make `mask_address_var' static sergiodj+buildbot
@ 2018-05-16 11:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-16 11:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1617>

Commit(s) tested:
	ea33cd9290063d977fb2c31ea6a8567da585ab88

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS: Make `mask_address_var' static

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ea/ea33cd9290063d977fb2c31ea6a8567da585ab88/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 15:48 [binutils-gdb] testsuite: Fix a `server_pid' access crash in gdb.server/server-kill.exp sergiodj+buildbot
@ 2018-05-16  7:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-16  7:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1616>

Commit(s) tested:
	0726fcc61a8b7c943de513ec598b2189c5f67715

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	testsuite: Fix a `server_pid' access crash in gdb.server/server-kill.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/07/0726fcc61a8b7c943de513ec598b2189c5f67715/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 14:05 [binutils-gdb] Fix uninitialised memory acccess in COFF bfd backend sergiodj+buildbot
@ 2018-05-16  4:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-16  4:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1615>

Commit(s) tested:
	810ed4db984d378ca9c8e3d152966fb81c23ef95

Author(s) (in the same order as the commits):
	Christophe Guillon <christophe.guillon@st.com>

Subject:
	Fix uninitialised memory acccess in COFF bfd backend

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/81/810ed4db984d378ca9c8e3d152966fb81c23ef95/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 13:56 [binutils-gdb] Fix error messages in the NFP sources when building for 32-bit targets sergiodj+buildbot
@ 2018-05-16  2:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-16  2:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1614>

Commit(s) tested:
	1678bd35a35a3bace2d4aee39b64d96c638651f0

Author(s) (in the same order as the commits):
	Francois H. Theron <francois.theron@netronome.com>

Subject:
	Fix error messages in the NFP sources when building for 32-bit targets.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/16/1678bd35a35a3bace2d4aee39b64d96c638651f0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-15 13:22 [binutils-gdb] Add a new Portuguese translation for the bfd sub-directory sergiodj+buildbot
@ 2018-05-15 19:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-15 19:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1613>

Commit(s) tested:
	293b4d4fe9f8a9624531fdd37f365d1b683d4623

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add a new Portuguese translation for the bfd sub-directory.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/29/293b4d4fe9f8a9624531fdd37f365d1b683d4623/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-14 16:38 [binutils-gdb] Clear rust_unions in rust_union_quirks sergiodj+buildbot
@ 2018-05-15 12:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-15 12:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1612>

Commit(s) tested:
	2d79090eabe8aa972b07cb71a3dd73ef9498acfa

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Clear rust_unions in rust_union_quirks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2d/2d79090eabe8aa972b07cb71a3dd73ef9498acfa/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-interp.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-14 12:39 [binutils-gdb] x86; Allow IFUNC pointer defined in PDE sergiodj+buildbot
@ 2018-05-15  2:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-15  2:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1611>

Commit(s) tested:
	4ec0995016801cc5d5cf13baf6e10163861e6852

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86; Allow IFUNC pointer defined in PDE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4e/4ec0995016801cc5d5cf13baf6e10163861e6852/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-14 12:32 [binutils-gdb] x86: Mark __bss_start, _end and _edata locally defined sergiodj+buildbot
@ 2018-05-14 22:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-14 22:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1610>

Commit(s) tested:
	9bc935ef3380a2d471b9447e2bf8e61297654e2f

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Mark __bss_start, _end and _edata locally defined

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9b/9bc935ef3380a2d471b9447e2bf8e61297654e2f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-12  7:32 [binutils-gdb] PR20659, Objcopy and change section lma failing sergiodj+buildbot
@ 2018-05-14  8:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-14  8:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1609>

Commit(s) tested:
	9933dc52736dd349503e00a68cd0b9be4388f5a9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR20659, Objcopy and change section lma failing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/99/9933dc52736dd349503e00a68cd0b9be4388f5a9/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-11 22:31 [binutils-gdb] gdb/x86: Fix write out of mxcsr register for xsave targets sergiodj+buildbot
@ 2018-05-13 22:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-13 22:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1608>

Commit(s) tested:
	cf4912ae570ceae019b344785e4eeaf8cf273df3

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/x86: Fix write out of mxcsr register for xsave targets

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cf/cf4912ae570ceae019b344785e4eeaf8cf273df3/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-12  1:03 [binutils-gdb] gdb: xtensa: drop gdb_target definition sergiodj+buildbot
@ 2018-05-13 12:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-13 12:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1607>

Commit(s) tested:
	67e6f569eb32332b8a70a919b0b14012247d320a

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa: drop gdb_target definition

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/67/67e6f569eb32332b8a70a919b0b14012247d320a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-11 21:45 [binutils-gdb] Heap-allocate core_target instances sergiodj+buildbot
@ 2018-05-13  9:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-13  9:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1606>

Commit(s) tested:
	1524450719d3867e10fc6a8dbc051b8dc7924898

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Heap-allocate core_target instances

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/15/1524450719d3867e10fc6a8dbc051b8dc7924898/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-11 21:20 [binutils-gdb] Eliminate the 'the_core_target' global sergiodj+buildbot
@ 2018-05-13  6:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-13  6:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1605>

Commit(s) tested:
	451953fa440aa0ade02b652159155fae689483a3

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate the 'the_core_target' global

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/45/451953fa440aa0ade02b652159155fae689483a3/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-11 20:37 [binutils-gdb] Move core_bfd to program space sergiodj+buildbot
@ 2018-05-13  2:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-13  2:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1604>

Commit(s) tested:
	e540a5a22319f2ab5661db882639839d1d867542

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@redhat.com>

Subject:
	Move core_bfd to program space

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e5/e540a5a22319f2ab5661db882639839d1d867542/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
  CXX    cli/cli-script.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-11 17:54 [binutils-gdb] Remove cleanups from mdebugread.c sergiodj+buildbot
@ 2018-05-13  0:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-13  0:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1603>

Commit(s) tested:
	633cf2548bcd3dafe297e21a1dd3574240280d48

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from mdebugread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/63/633cf2548bcd3dafe297e21a1dd3574240280d48/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-10 20:09 [binutils-gdb] x86 LynxOS-178: Adjust floating-point context structure sergiodj+buildbot
@ 2018-05-12 19:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-12 19:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1602>

Commit(s) tested:
	55271bf969c2c09b98aecd97b36170fbf76c3fc4

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	x86 LynxOS-178: Adjust floating-point context structure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/55/55271bf969c2c09b98aecd97b36170fbf76c3fc4/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-10 20:54 [binutils-gdb] Fix the clang build sergiodj+buildbot
@ 2018-05-11  8:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-11  8:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1596>

Commit(s) tested:
	1a34f210bb9389e58d93caf4384800934fc7113a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix the clang build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1a/1a34f210bb9389e58d93caf4384800934fc7113a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-logging.o
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-10 17:39 [binutils-gdb] gdbserver/Windows: crash during connection establishment phase sergiodj+buildbot
@ 2018-05-11  5:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-11  5:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1595>

Commit(s) tested:
	190852c8ac75cb62a737c58edfadfb0e1fcef78a

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdbserver/Windows: crash during connection establishment phase

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/19/190852c8ac75cb62a737c58edfadfb0e1fcef78a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
  CXX    cli/cli-script.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-10 17:18 [binutils-gdb] gdbserver/Windows: Fix "no program to debug" error sergiodj+buildbot
@ 2018-05-11  3:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-11  3:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1594>

Commit(s) tested:
	7dbac825b09f0847e608b50c80db816ef20d9315

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdbserver/Windows: Fix "no program to debug" error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7d/7dbac825b09f0847e608b50c80db816ef20d9315/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-10 17:03 [binutils-gdb] [gdbserver/win32] fatal "glob could not process pattern '(null)'" error sergiodj+buildbot
@ 2018-05-11  1:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-11  1:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1593>

Commit(s) tested:
	906994d9d50eb40dc89a5bf0830e15ed10938641

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	[gdbserver/win32] fatal "glob could not process pattern '(null)'" error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/90/906994d9d50eb40dc89a5bf0830e15ed10938641/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-10 12:28 [binutils-gdb] Add support for detecting Freescale S12Z binaries in readelf sergiodj+buildbot
@ 2018-05-10 16:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-10 16:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1591>

Commit(s) tested:
	637b19704cf8325875de8df4f8b000197d261e3b

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	Add support for detecting Freescale S12Z binaries in readelf.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/63/637b19704cf8325875de8df4f8b000197d261e3b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-10 10:11 [binutils-gdb] Fix tagged pointer support sergiodj+buildbot
@ 2018-05-10 13:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-10 13:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1590>

Commit(s) tested:
	8727de56b0dbe25b7b4a3bd04f72ac41992463ed

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Fix tagged pointer support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/87/8727de56b0dbe25b7b4a3bd04f72ac41992463ed/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-09 18:41 [binutils-gdb] x86: Remove Disp<N> from movidir{i,64b} sergiodj+buildbot
@ 2018-05-09 19:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-09 19:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1589>

Commit(s) tested:
	06cfb1c89510d08217da8b3ccea05ecd4cdb5bc6

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Remove Disp<N> from movidir{i,64b}

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/06/06cfb1c89510d08217da8b3ccea05ecd4cdb5bc6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-setshow.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-09 16:53 [binutils-gdb] gdb: xtensa: handle privileged registers sergiodj+buildbot
@ 2018-05-09 17:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-09 17:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1588>

Commit(s) tested:
	37d9e0623102352e0ae27c311760a9e6569ae5e0

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa: handle privileged registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/37/37d9e0623102352e0ae27c311760a9e6569ae5e0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-09 11:03 [binutils-gdb] Fix binary compatibility between GCC and the TI compiler for the PRU target sergiodj+buildbot
@ 2018-05-09 11:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-09 11:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1587>

Commit(s) tested:
	493ffac5aad8c39215702435c2506fd4d3077191

Author(s) (in the same order as the commits):
	Dimitar Dimitrov <dimitar@dinux.eu>

Subject:
	Fix binary compatibility between GCC and the TI compiler for the PRU target.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/49/493ffac5aad8c39215702435c2506fd4d3077191/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-09  7:01 [binutils-gdb] PR22069, Several instances of register accidentally spelled as regsiter sergiodj+buildbot
@ 2018-05-09 10:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-09 10:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1586>

Commit(s) tested:
	84f9f8c33021593afd79fc89cc419db44f7bc112

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22069, Several instances of register accidentally spelled as regsiter

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/84/84f9f8c33021593afd79fc89cc419db44f7bc112/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-09  5:52 [binutils-gdb] PR23148, Heap buffer overflow in pe_print_edata sergiodj+buildbot
@ 2018-05-09  7:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-09  7:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1585>

Commit(s) tested:
	b4560c7d159f598c82a64b214e30fd00d88aa1fb

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23148, Heap buffer overflow in pe_print_edata

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b4/b4560c7d159f598c82a64b214e30fd00d88aa1fb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-09  5:28 [binutils-gdb] PR23147, Heap buffer overflow in pe_print_idata sergiodj+buildbot
@ 2018-05-09  6:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-09  6:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1584>

Commit(s) tested:
	53db9cf9fc363fd8ab3a9d97cdcb2ea1f639a243

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23147, Heap buffer overflow in pe_print_idata

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/53/53db9cf9fc363fd8ab3a9d97cdcb2ea1f639a243/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-setshow.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08 23:14 [binutils-gdb] RISC-V: Add missing hint instructions from RV128I sergiodj+buildbot
@ 2018-05-08 23:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08 23:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1583>

Commit(s) tested:
	e6f372ba661bb0d8eec1e22a6dc1ad9937336e4d

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add missing hint instructions from RV128I.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e6/e6f372ba661bb0d8eec1e22a6dc1ad9937336e4d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08 21:06 [binutils-gdb] Define GNULIB_NAMESPACE in unittests/string_view-selftests.c sergiodj+buildbot
@ 2018-05-08 21:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1582>

Commit(s) tested:
	7402fbcae1c282e27aafd5c5c90aca7eabbdf45c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Define GNULIB_NAMESPACE in unittests/string_view-selftests.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/74/7402fbcae1c282e27aafd5c5c90aca7eabbdf45c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08 17:40 [binutils-gdb] gdb/x86: Handle kernels using compact xsave format sergiodj+buildbot
@ 2018-05-08 17:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08 17:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1581>

Commit(s) tested:
	8ee22052f690c007556b97eed59f49350ece5ca9

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/x86: Handle kernels using compact xsave format

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8e/8ee22052f690c007556b97eed59f49350ece5ca9/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-interp.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08 14:08 [binutils-gdb] Correct powerpc spe opcode lookup sergiodj+buildbot
@ 2018-05-08 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08 14:46 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/1580>

Commit(s) tested:
	f413a91378902aadbe4e338a6dc8f33f5f7148a0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Correct powerpc spe opcode lookup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f4/f413a91378902aadbe4e338a6dc8f33f5f7148a0/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for xgettext... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/xgettext
checking for msgmerge... checking build system type... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
checking for perl... perl
.exe
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... a.exe
checking whether the C compiler works... yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... x86_64-w64-mingw32-gcc -E
inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking for string.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for strings.h... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inttypes.h... checking for off_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
yes
checking for sys/types.h... checking for unistd.h... yes
checking for size_t... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... no
checking for alloca... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
64
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdint.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unsigned long long... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... checking for C compiler default output file name... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
yes
checking ctype.h presence... checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for ld used by GCC... yes
checking for ctype.h... yes
checking stddef.h usability... .exe
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking stddef.h presence... o
checking whether we are using the GNU C compiler... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... done
checking stdio.h usability... yes
checking for an ANSI C-conforming const... checking argz.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stdio.h... yes
no
checking argz.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... none needed
checking for style of include used by make... GNU
no
checking for argz.h... no
checking dependency style of x86_64-w64-mingw32-gcc... checking limits.h usability... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... checking for sys/file.h... yes
checking for limits.h... yes
gcc3
checking locale.h usability... checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for sys/param.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for limits.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for int_least32_t... yes
yes
checking locale.h presence... checking for stdlib.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for locale.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for malloc.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking nl_types.h usability... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking nl_types.h presence... checking for sys/time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for uint64_t... checking for time.h... ok
yes
checking malloc.h presence... checking how to run the C preprocessor... yes
yes
checking for malloc.h... yes
checking for sys/resource.h... checking stddef.h usability... yes
x86_64-w64-mingw32-gcc -E
checking what to include in gstdint.h... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... yes
checking for off_t... checking for sys/mman.h... checking for ANSI C header files... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for fcntl.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
yes
checking for sys/types.h... checking for alloca.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
yes
checking size of int... yes
checking for feof_unlocked... checking for sys/stat.h... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for fgets_unlocked... yes
no
checking for stdlib.h... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
no
no
checking for string.h... checking for getc_unlocked... checking for sys/table.h... yes
no
checking for sys/sysctl.h... checking for memory.h... no
no
checking for getcwd... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for strings.h... yes
no
checking for getegid... checking for process.h... yes
checking for sys/prctl.h... yes
checking for inttypes.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... yes
no
checking whether time.h and sys/time.h may both be included... checking for stdint.h... 4
checking size of long... no
checking for getgid... yes
yes
checking whether errno must be declared... checking for unistd.h... no
checking size of int... no
checking for getuid... yes
checking for dlfcn.h... no
no
checking for objdir... checking for mempcpy... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for setlocale... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking target system type... yes
checking whether -lc should be explicitly linked in... 4
checking size of long... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking for stpcpy... checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for strcasecmp... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for working mmap... no
checking for memcpy... yes
yes
checking for strtoul... config.status: creating Makefile
checking for strerror... config.status: creating config.h
config.status: executing gstdint.h commands
yes
yes
checking for unistd.h... (cached) yes
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
checking for __argz_count... Configuring in ./readline
4
checking size of size_t... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... checking for C compiler default output file name... 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 GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... 8
checking for long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking size of long long... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
config.status: creating config.h
checking for grep that handles long lines and -e... config.status: executing default-1 commands
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for sys/types.h... yes
config.status: creating config.h
checking for sys/stat.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for stdlib.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
8
checking for inttypes.h... checking for a 64-bit type... uint64_t
yes
checking for intptr_t... checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for working volatile... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking return type of signal handlers... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
void
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for atexit... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for dirent.h that defines DIR... yes
checking for basename... yes
checking for library containing opendir... yes
checking for bcmp... none required
checking for fcntl... no
checking for bcopy... no
checking for kill... no
checking for bsearch... no
checking for lstat... yes
checking for bzero... no
checking for memmove... no
checking for calloc... yes
checking for putenv... yes
checking for clock... yes
checking for select... yes
checking for ffs... no
checking for setenv... no
checking for getcwd... no
checking for setlocale... yes
checking for getpagesize... yes
checking for strcasecmp... yes
checking for gettimeofday... yes
checking for strpbrk... yes
checking for index... yes
checking for tcgetattr... no
checking for insque... no
checking for vsnprintf... no
checking for memchr... yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for memset... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for mkstemps... no
checking varargs.h presence... no
no
checking for varargs.h... no
checking for putenv... checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... checking for random... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for rename... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for rindex... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for snprintf... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for sigsetmask... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for stpcpy... no
checking for termios.h... no
checking termio.h usability... no
checking for stpncpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strndup... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtol... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoll... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtoull... not found
checking for struct dirent.d_ino... yes
checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tmpnam... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbsnrtowcs... no
checking for fork... no
checking for mbsrtowcs... no
checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
yes
checking for wcsdup... checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
no
checking for pstat_getdynamic... checking for towupper... no
yes
checking for pstat_getstatic... checking for iswctype... yes
no
checking for realpath... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sbrk... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for spawnve... configure: creating ./config.status
yes
checking for spawnvpe... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking for strerror... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking for strsignal... config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08 13:27 [binutils-gdb] watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests sergiodj+buildbot
@ 2018-05-08 13:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08 13:50 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/1579>

Commit(s) tested:
	7785df4880f3828db8cf1715038127e6b858a670

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/77/7785df4880f3828db8cf1715038127e6b858a670/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... x86_64-w64-mingw32
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
config.status: creating Makefile
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
mkdir -p -- ./libdecnumber
checking build system type... Configuring in ./libdecnumber
checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... a.exe
/usr/bin/grep -E
checking for ANSI C header files... checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
checking for inline... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for inttypes.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdint.h... yes
checking for unistd.h... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking minix/config.h usability... checking for off_t... no
checking minix/config.h presence... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
checking for stdlib.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for string.h... yes
checking for working alloca.h... yes
no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... (cached) yes
yes
checking for strings.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for C compiler default output file name... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for unsigned long long... checking for unistd.h... .exe
checking for suffix of object files... yes
checking for inttypes.h... yes
o
checking whether we are using the GNU C compiler... checking ctype.h usability... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for ld used by GCC... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
checking ctype.h presence... inline
checking whether byte ordering is bigendian... yes
checking for ctype.h... yes
none needed
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for style of include used by make... yes
checking for shared library run path origin... GNU
checking stddef.h usability... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking stddef.h presence... done
yes
checking for stddef.h... yes
checking argz.h usability... checking for string.h... (cached) yes
gcc3
checking how to print strings... checking stdio.h usability... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for a BSD-compatible install... no
checking argz.h presence... /usr/bin/install -c
yes
checking stdio.h presence... checking for sys/file.h... no
checking for argz.h... no
yes
checking for stdio.h... yes
checking limits.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/param.h... yes
yes
checking limits.h presence... yes
checking for limits.h... checking for uintptr_t... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for stdlib.h... (cached) yes
checking for malloc.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 locale.h presence... checking for string.h... (cached) yes
yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... yes
-r
checking for unistd.h... (cached) checking for int_least32_t... yes
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for locale.h... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... (cached) yes
checking nl_types.h usability... checking for sys/time.h... no
checking nl_types.h presence... yes
checking for int_fast32_t... yes
no
checking for nl_types.h... no
ok
checking for time.h... checking how to run the C preprocessor... checking malloc.h usability... yes
checking for sys/resource.h... yes
checking for uint64_t... x86_64-w64-mingw32-gcc -E
yes
checking malloc.h presence... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for malloc.h... yes
checking stddef.h usability... checking for ANSI C header files... no
checking for fcntl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
yes
checking for an ANSI C-conforming const... checking for alloca.h... yes
checking stddef.h presence... no
yes
checking for off_t... yes
checking for stddef.h... yes
checking for sys/pstat.h... yes
checking for sys/types.h... checking for stdlib.h... (cached) yes
no
checking for sys/sysmp.h... yes
checking for sys/stat.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysinfo.h... yes
yes
checking size of int... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... checking for stdlib.h... yes
checking sys/param.h presence... no
checking for sys/sysctl.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for sys/systemcfg.h... checking for string.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for fgets_unlocked... checking for process.h... yes
yes
checking for sys/prctl.h... checking for memory.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... checking for strings.h... no
checking for getcwd... yes
checking whether errno must be declared... yes
yes
no
checking size of int... checking for inttypes.h... checking for getegid... yes
checking for stdint.h... no
4
checking size of long... checking for geteuid... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... yes
checking for munmap... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for putenv... checking build system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-pc-linux-gnu
checking host system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... yes
checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for setlocale... no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for stpcpy... 4
checking size of size_t... yes
checking for working mmap... no
no
checking for strcasecmp... checking for memcpy... yes
checking for strdup... yes
checking for strerror... config.status: creating Makefile
yes
checking for strtoul... yes
checking for unistd.h... (cached) yes
config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... configure: creating cache ./config.cache
no
checking for iconv... checking build system type... yes
checking size of long long... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
no
checking for LC_MESSAGES... checking whether we are cross compiling... yes
checking for suffix of executables... no
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... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
8
checking for a 64-bit type... yes
config.status: creating config.intl
checking for sys/types.h... config.status: creating config.h
uint64_t
checking for intptr_t... yes
config.status: executing default-1 commands
checking for sys/stat.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for stdlib.h... /bin/sh ./config.status config.h
yes
checking for uintptr_t... config.status: creating Makefile
yes
checking for string.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
config.status: executing depfiles commands
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for memory.h... config.status: executing libtool commands
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for ssize_t... yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for pid_t... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for unistd.h... yes
checking for library containing strerror... yes
checking minix/config.h usability... none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking minix/config.h presence... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for basename... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for bcmp... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
yes
checking return type of signal handlers... checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bsearch... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for calloc... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for library containing opendir... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for ffs... x86_64-w64-mingw32-ranlib libdecnumber.a
none required
checking for fcntl... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for getcwd... no
checking for kill... yes
checking for getpagesize... no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
yes
checking for isascii... checking for mkstemps... no
checking for putenv... yes
checking for isxdigit... yes
checking for random... yes
checking for getpwent... no
checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
checking for setenv... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for snprintf... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sigsetmask... checking varargs.h usability... no
checking for stpcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strchr... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strdup... checking pwd.h usability... yes
checking for strncasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strndup... yes
checking termcap.h presence... no
checking for strnlen... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtol... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoul... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strtoll... checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtoull... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strverscmp... 64
checking for type of signal functions... no
checking for tmpnam... yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vprintf... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vsnprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for waitpid... not found
checking for struct dirent.d_ino... no
checking for setproctitle... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for tgetent in -ltermcap... no
checking for vfork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for _doprnt... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for wcrtomb... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking for wcscoll... no
checking for realpath... yes
checking for wcsdup... no
checking for setrlimit... yes
checking for wcwidth... no
checking for sbrk... no
checking for wctype... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... yes
checking for wcswidth... no
checking for sysmp... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for table... yes
checking for iswlower... no
checking for times... yes
checking for iswupper... no
checking for wait3... yes
checking for towlower... no
yes
checking for towupper... checking for wait4... yes
no
checking for iswctype... checking whether basename is declared... yes
checking for nl_langinfo and CODESET... no
checking whether ffs is declared... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking whether asprintf is declared... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking whether malloc is declared... config.status: creating examples/Makefile
yes
checking whether realloc is declared... config.status: creating shlib/Makefile
yes
checking whether sbrk is declared... config.status: creating config.h
no
checking whether strtol is declared... config.status: executing default commands
yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08 12:43 [binutils-gdb] [spu] Fix "info spu event" output formatting sergiodj+buildbot
@ 2018-05-08 13:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08 13:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1578>

Commit(s) tested:
	968ae51bac6201d2c63e0c2b4405832dca0795f0

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	[spu] Fix "info spu event" output formatting

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/96/968ae51bac6201d2c63e0c2b4405832dca0795f0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08 12:20 [binutils-gdb] Prevent a memory exhaustion failure when running objdump on a fuzzed input file with corrupt string and attribute sections sergiodj+buildbot
@ 2018-05-08 12:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08 12:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1577>

Commit(s) tested:
	95a6d23566165208853a68d9cd3c6eedca840ec6

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent a memory exhaustion failure when running objdump on a fuzzed input file with corrupt string and attribute sections.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/95/95a6d23566165208853a68d9cd3c6eedca840ec6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08  2:10 [binutils-gdb] Simplify VLE handling in print_insn_powerpc() sergiodj+buildbot
@ 2018-05-08  2:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08  2:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1576>

Commit(s) tested:
	a87a64780fde9dc8d1c3af8eda93fc1b878cd3cf

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Simplify VLE handling in print_insn_powerpc().

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a8/a87a64780fde9dc8d1c3af8eda93fc1b878cd3cf/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-script.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-08  0:29 [binutils-gdb] Enable Intel MOVDIRI, MOVDIR64B instructions sergiodj+buildbot
@ 2018-05-08  0:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-08  0:45 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/1575>

Commit(s) tested:
	c0a30a9f0ab48fd7cb0fed0cd6710fe478650a7f

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Enable Intel MOVDIRI, MOVDIR64B instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c0/c0a30a9f0ab48fd7cb0fed0cd6710fe478650a7f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... configure: creating cache ./config.cache
/usr/bin/grep -E
checking for ANSI C header files... checking whether make sets $(MAKE)... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... checking for sys/stat.h... yes
checking for sys/types.h... yes
yes
checking for sys/stat.h... checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
.exe
checking for suffix of object files... checking for string.h... checking for stdlib.h... yes
o
checking whether we are using the GNU C compiler... checking for memory.h... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for strings.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for unistd.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for off_t... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for C compiler default output file name... checking for unistd.h... yes
checking for size_t... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking minix/config.h usability... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking minix/config.h presence... o
checking whether we are using the GNU C compiler... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking how to run the C preprocessor... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for stdlib.h... (cached) yes
none needed
checking for style of include used by make... GNU
checking for unistd.h... (cached) yes
checking for grep that handles long lines and -e... checking for getpagesize... checking dependency style of x86_64-w64-mingw32-gcc... /usr/bin/grep
checking for egrep... 64
/usr/bin/grep -E
checking whether x86_64-w64-mingw32-gcc supports -W... checking for ANSI C header files... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdint.h... checking for sys/types.h... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/stat.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... BSD nm
checking for stdlib.h... checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... done
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking argz.h usability... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... ok
checking how to run the C preprocessor... no
checking argz.h presence... yes
x86_64-w64-mingw32-gcc -E
no
checking for argz.h... no
checking limits.h usability... checking for strings.h... yes
checking limits.h presence... yes
checking for ANSI C header files... yes
checking for limits.h... yes
yes
checking for an ANSI C-conforming const... checking for inttypes.h... checking locale.h usability... yes
yes
checking for inline... checking for stdint.h... yes
checking locale.h presence... inline
checking whether byte ordering is bigendian... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for sys/types.h... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
yes
no
checking nl_types.h presence... checking ctype.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for stdlib.h... no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/file.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking malloc.h presence... yes
checking stddef.h usability... yes
yes
checking for malloc.h... yes
checking for sys/param.h... checking for string.h... checking stddef.h usability... yes
yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking stddef.h presence... yes
checking for limits.h... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for memory.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
yes
yes
yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking for string.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for strings.h... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... checking sys/param.h usability... yes
yes
checking for uintptr_t... yes
checking for inttypes.h... checking for time.h... yes
yes
checking sys/param.h presence... checking for sys/resource.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... no
checking for stdint.h... checking for sys/stat.h... (cached) yes
yes
checking for int_least32_t... checking for sys/mman.h... yes
no
checking for fcntl.h... checking for unistd.h... yes
checking for int_fast32_t... yes
no
checking for alloca.h... checking for fgets_unlocked... no
checking for sys/pstat.h... no
yes
checking for uint64_t... checking for sys/sysmp.h... yes
no
checking for getc_unlocked... checking for dlfcn.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking for objdir... yes
checking what to include in gstdint.h... stdint.h (already complete)
no
checking for an ANSI C-conforming const... .libs
checking for getcwd... no
checking for sys/table.h... yes
checking for off_t... no
checking for sys/sysctl.h... yes
checking for getegid... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdio_ext.h... checking for geteuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking size of int... no
checking for process.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getgid... yes
checking for sys/prctl.h... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for sys/wait.h that is POSIX.1 compatible... checking for getuid... no
checking for mempcpy... no
checking whether time.h and sys/time.h may both be included... yes
checking dynamic linker characteristics... yes
checking whether errno must be declared... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for munmap... no
checking size of int... no
checking for putenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
4
checking size of long... checking for getpagesize... yes
checking for setenv... yes
checking for working mmap... no
checking for memcpy... no
checking for setlocale... yes
checking for strerror... yes
checking for stpcpy... yes
checking for unistd.h... (cached) yes
no
4
checking size of long... checking for strcasecmp... yes
checking for strdup... configure: updating cache ./config.cache
4
checking for ANSI C header files... configure: creating ./config.status
(cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for strtoul... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for tsearch... yes
checking for __argz_count... no
configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of size_t... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[1]: Nothing to be done for 'all-target'.
no
checking for LC_MESSAGES... mkdir -p -- ./readline
Configuring in ./readline
no
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 GNU gettext in libintl... 8
checking for long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking size of long long... config.status: creating Makefile
configure: creating cache ./config.cache
config.status: creating config.intl
config.status: creating Makefile
config.status: executing depfiles commands
checking build system type... config.status: creating config.h
x86_64-pc-linux-gnu
checking host system type... config.status: executing default-1 commands
config.status: executing libtool commands
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
8
checking for C compiler default output file name... checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
uint64_t
checking for intptr_t... a.exe
checking whether the C compiler works... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
config.status: creating config.h
checking for suffix of object files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
o
checking whether we are using the GNU C compiler... yes
checking for uintptr_t... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for pid_t... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for sys/types.h... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for library containing strerror... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
none required
checking for asprintf... yes
checking for string.h... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for memory.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for strings.h... checking for basename... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for inttypes.h... yes
yes
checking for stdint.h... checking for bcmp... yes
checking for unistd.h... no
checking for bcopy... yes
checking minix/config.h usability... no
checking for bsearch... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for bzero... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for calloc... no
checking for working volatile... yes
checking for clock... yes
checking return type of signal handlers... yes
void
checking for size_t... checking for ffs... no
checking for getcwd... yes
checking for ssize_t... yes
checking for getpagesize... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for gettimeofday... no
checking for dirent.h that defines DIR... yes
yes
checking for index... checking for library containing opendir... none required
checking for fcntl... no
checking for insque... no
checking for kill... no
checking for memchr... no
checking for lstat... yes
checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
checking for putenv... yes
checking for memmem... yes
checking for select... no
checking for memmove... no
checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
checking for memset... yes
checking for strcasecmp... yes
checking for mkstemps... yes
checking for strpbrk... yes
checking for tcgetattr... no
checking for putenv... no
checking for vsnprintf... yes
checking for random... yes
checking for isascii... no
checking for rename... yes
yes
checking for isxdigit... checking for rindex... yes
checking for getpwent... no
checking for setenv... no
checking for snprintf... no
checking for getpwnam... yes
no
checking for getpwuid... checking for sigsetmask... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for stpncpy... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for strcasecmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for strchr... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strdup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strncasecmp... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... yes
checking for strndup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... no
checking for strnlen... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strstr... checking termio.h usability... no
checking termio.h presence... yes
checking for strtod... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtol... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtoul... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strtoll... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoull... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strverscmp... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... yes
checking for vfprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
checking for vsnprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vsprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for waitpid... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setproctitle... not found
checking for struct dirent.d_ino... no
checking whether alloca needs Cray hooks... yes
checking for struct dirent.d_fileno... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for tgetent... no
checking for vfork... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for _doprnt... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sys_errlist... (cached) yes
yes
checking wchar.h presence... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
checking langinfo.h presence... no
checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for getrlimit... no
checking for mbsrtowcs... no
checking for getrusage... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... no
checking for gettimeofday... (cached) yes
yes
checking for wcscoll... checking for on_exit... yes
checking for wcsdup... no
checking for psignal... yes
checking for wcwidth... no
checking for pstat_getdynamic... no
checking for wctype... no
checking for pstat_getstatic... yes
checking for wcswidth... no
checking for realpath... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setrlimit... yes
checking for iswlower... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
yes
checking for towupper... checking for spawnvpe... yes
yes
checking for strerror... checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysconf... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysctl... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
no
checking for sysmp... configure: creating ./config.status
no
checking for table... no
checking for times... no
config.status: creating Makefile
checking for wait3... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait4... config.status: creating shlib/Makefile
config.status: creating config.h
no
config.status: executing default commands
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-07 17:23 [binutils-gdb] x86: Replace AddrPrefixOp0 with AddrPrefixOpReg sergiodj+buildbot
@ 2018-05-07 17:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-07 17:51 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/1574>

Commit(s) tested:
	75c0a438994f00240ecd1baca3e3c11cc3b219e5

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Replace AddrPrefixOp0 with AddrPrefixOpReg

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/75/75c0a438994f00240ecd1baca3e3c11cc3b219e5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none needed
x86_64-w64-mingw32-gcc -E
checking build system type... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdlib.h... yes
checking for an ANSI C-conforming const... yes
checking for string.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
inline
checking for sys/types.h... checking for memory.h... yes
yes
checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for sys/stat.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for strings.h... yes
a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdlib.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for inttypes.h... yes
checking for string.h... .exe
checking for suffix of object files... yes
yes
checking for C compiler default output file name... checking for memory.h... checking for stdint.h... o
checking whether we are using the GNU C compiler... yes
yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc accepts -g... checking for strings.h... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking minix/config.h usability... checking for inttypes.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.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 whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for off_t... gcc3
checking how to print strings... 64
printf
checking for a sed that does not truncate output... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for working alloca.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
yes
checking whether the shell understands "+="... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
no
checking for x86_64-w64-mingw32-ar... checking for alloca... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking how to run the C preprocessor... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for getpagesize... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for unsigned long long... yes
checking for inline... yes
yes
checking for inttypes.h... inline
checking whether byte ordering is bigendian... yes
checking for sys/stat.h... checking for sys/types.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... yes
checking for sys/stat.h... checking for stdlib.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for string.h... checking for sys/param.h... yes
yes
checking for limits.h... checking for stdlib.h... yes
yes
checking for memory.h... checking for stdlib.h... (cached) yes
yes
done
checking for string.h... checking for malloc.h... checking argz.h usability... yes
checking for memory.h... yes
yes
checking for string.h... (cached) no
checking argz.h presence... yes
checking for strings.h... yes
no
checking for argz.h... no
checking limits.h usability... checking for strings.h... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for sys/time.h... checking for inttypes.h... yes
checking for inttypes.h... yes
checking limits.h presence... yes
yes
yes
checking for stdint.h... checking for time.h... yes
checking for limits.h... yes
checking for stdint.h... checking locale.h usability... yes
checking for unistd.h... yes
yes
yes
yes
checking locale.h presence... checking for dlfcn.h... checking for unistd.h... checking for sys/resource.h... yes
checking for locale.h... yes
yes
no
checking for objdir... checking ctype.h usability... .libs
checking nl_types.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking nl_types.h presence... yes
checking ctype.h presence... no
checking for nl_types.h... no
no
checking for fcntl.h... yes
checking for ctype.h... yes
checking malloc.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking stddef.h usability... yes
checking malloc.h presence... checking for alloca.h... yes
checking for malloc.h... yes
yes
checking stddef.h presence... no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking stddef.h usability... yes
checking for stddef.h... yes
checking for sys/pstat.h... yes
checking stddef.h presence... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for stddef.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/sysmp.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
yes
checking stdio.h presence... checking for sys/sysinfo.h... checking for unistd.h... (cached) yes
no
checking for machine/hal_sysinfo.h... yes
checking for stdio.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking sys/param.h usability... yes
checking sys/param.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/table.h... yes
checking for sys/param.h... yes
yes
checking dynamic linker characteristics... no
checking for feof_unlocked... checking for sys/sysctl.h... yes
checking for uintptr_t... no
checking for sys/systemcfg.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for fgets_unlocked... yes
checking for int_least32_t... no
checking for process.h... yes
checking for stdlib.h... (cached) yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for getc_unlocked... yes
checking for int_fast32_t... no
checking whether time.h and sys/time.h may both be included... yes
checking for working mmap... no
checking for memcpy... yes
checking whether errno must be declared... no
checking for getcwd... yes
checking for uint64_t... yes
checking for strerror... yes
no
checking size of int... checking for getegid... yes
checking for unistd.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for geteuid... no
checking for getgid... yes
checking size of int... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
4
checking size of size_t... checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
no
checking for strcasecmp... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for strdup... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strtoul... yes
checking for tsearch... no
yes
8
checking for long long... checking for __argz_count... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_stringify... no
checking for __argz_next... yes
checking size of long long... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
8
checking for a 64-bit type... config.status: creating Makefile
config.status: creating Makefile
uint64_t
checking for intptr_t... config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating config.h
yes
checking for uintptr_t... config.status: executing gstdint.h commands
config.status: creating config.intl
yes
checking for ssize_t... config.status: creating config.h
config.status: executing default-1 commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
none required
checking for asprintf... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for atexit... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for C compiler default output file name... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for basename... .exe
checking for suffix of object files... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for bcmp... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for bcopy... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for bsearch... none needed
checking how to run the C preprocessor... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for bzero... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for calloc... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for sys/types.h... checking for clock... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for stdlib.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for getcwd... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for memory.h... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for gettimeofday... yes
checking for strings.h... x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for inttypes.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for unistd.h... yes
checking for index... yes
checking minix/config.h usability... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
checking for insque... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking minix/config.h presence... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for memchr... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for memcmp... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking return type of signal handlers... yes
checking for memcpy... void
checking for size_t... yes
checking for memmem... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for mempcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... no
checking for rename... yes
checking for rindex... no
checking for setenv... no
checking for snprintf... yes
checking for sigsetmask... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for strrchr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for library containing opendir... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... none required
checking for fcntl... yes
checking for strtoul... no
checking for kill... yes
checking for strtoll... no
checking for lstat... yes
checking for strtoull... no
checking for memmove... yes
yes
checking for putenv... checking for strverscmp... yes
checking for select... no
checking for tmpnam... no
checking for setenv... yes
checking for vasprintf... no
checking for setlocale... yes
checking for vfprintf... yes
checking for strcasecmp... yes
checking for vprintf... yes
checking for strpbrk... yes
checking for vsnprintf... yes
checking for tcgetattr... yes
checking for vsprintf... yes
no
checking for waitpid... checking for vsnprintf... no
checking for setproctitle... yes
checking for isascii... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
no
checking for isxdigit... checking for fork... yes
no
checking for vfork... checking for getpwent... no
checking for getpwnam... no
checking for _doprnt... no
checking for getpwuid... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for external symbol _system_configuration... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for __fsetlocking... no
checking varargs.h presence... no
checking for canonicalize_file_name... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for dup3... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for getrlimit... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for getrusage... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for getsysinfo... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for psignal... no
checking for pstat_getdynamic... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for pstat_getstatic... checking termios.h usability... no
checking termios.h presence... no
checking for realpath... no
checking for termios.h... no
checking termio.h usability... no
no
checking termio.h presence... checking for setrlimit... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for sbrk... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
no
checking for spawnve... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for spawnvpe... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strerror... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strsignal... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
64
checking for sysconf... checking for type of signal functions... no
checking for sysctl... no
checking for sysmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for table... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for times... no
checking for sig_atomic_t in signal.h... no
checking for wait3... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for wait4... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether basename is declared... not found
checking for struct dirent.d_ino... no
yes
checking for struct dirent.d_fileno... checking whether ffs is declared... no
checking for tgetent... no
checking whether asprintf is declared... no
checking for tgetent in -ltermcap... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking whether vsnprintf is declared... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking whether calloc is declared... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking whether getenv is declared... no
checking langinfo.h presence... yes
checking whether getopt is declared... no
checking for langinfo.h... no
checking for mbrlen... yes
checking whether malloc is declared... yes
checking for mbscasecmp... yes
checking whether realloc is declared... no
checking for mbscmp... yes
checking whether sbrk is declared... no
checking for mbsnrtowcs... no
checking whether strtol is declared... no
yes
checking for mbsrtowcs... checking whether strtoul is declared... yes
checking for mbschr... yes
checking whether strtoll is declared... no
checking for wcrtomb... yes
checking whether strtoull is declared... yes
checking for wcscoll... yes
checking whether strverscmp is declared... yes
checking for wcsdup... no
checking whether strnlen is declared... yes
checking for wcwidth... yes
checking whether canonicalize_file_name must be declared... no
checking for wctype... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
yes
checking for wcswidth... configure: updating cache ./config.cache
no
checking whether mbrtowc and mbstate_t are properly declared... configure: creating ./config.status
yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... config.status: creating Makefile
yes
checking for towupper... config.status: creating testsuite/Makefile
yes
checking for iswctype... config.status: creating config.h
config.status: executing default commands
yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-07 16:17 [binutils-gdb] Add -Wduplicated-cond sergiodj+buildbot
@ 2018-05-07 16:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-07 16:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1573>

Commit(s) tested:
	aff689d36d66dd45a59008f3778d3d22e3cfcb9b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add -Wduplicated-cond

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/af/aff689d36d66dd45a59008f3778d3d22e3cfcb9b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-07 15:27 [binutils-gdb] Fix decoding of ARM VFP instructions sergiodj+buildbot
@ 2018-05-07 16:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-07 16:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1572>

Commit(s) tested:
	ce887586b48acd02080c36d5495891116f886e8e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix decoding of ARM VFP instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ce/ce887586b48acd02080c36d5495891116f886e8e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-windows-tdep.o
  CXX    amd64-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-07 15:05 [binutils-gdb] Cleanup ppc code dealing with opcode dumps sergiodj+buildbot
@ 2018-05-07 15:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-07 15:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1571>

Commit(s) tested:
	2ceb7719f763b9e541a379d8ac7d53a72794fdd4

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Cleanup ppc code dealing with opcode dumps.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2c/2ceb7719f763b9e541a379d8ac7d53a72794fdd4/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
  CXX    cli/cli-setshow.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-07  3:23 [binutils-gdb] Replace uses of strncmp with memcmp sergiodj+buildbot
@ 2018-05-07  3:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-07  3:47 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/1570>

Commit(s) tested:
	7bd8862c3ad0ee291d27837ae3cd30288a00b922

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Replace uses of strncmp with memcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7b/7bd8862c3ad0ee291d27837ae3cd30288a00b922/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
x86_64-w64-mingw32
checking target system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... checking build system type... Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
yes
checking for an ANSI C-conforming const... checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inline... yes
inline
yes
checking for sys/stat.h... checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdint.h... checking for stdint.h... yes
yes
checking for sys/types.h... yes
checking for unistd.h... checking for unistd.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
yes
checking minix/config.h usability... checking for off_t... yes
checking for string.h... no
checking minix/config.h presence... yes
checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
yes
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 x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for inttypes.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
64
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdint.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
o
checking whether we are using the GNU C compiler... no
checking whether integer division by zero raises SIGFPE... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... guessing no
checking for inttypes.h... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for ctype.h... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking stddef.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for unsigned long long... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... none needed
checking for style of include used by make... yes
checking for stddef.h... yes
GNU
checking for string.h... (cached) yes
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... checking stdio.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stdio.h presence... no
checking for ld used by GCC... yes
checking for stdio.h... yes
gcc3
checking how to print strings... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... printf
yes
checking for a sed that does not truncate output... checking for an ANSI C-conforming const... /usr/bin/sed
yes
checking for shared library run path origin... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inline... done
inline
checking whether byte ordering is bigendian... checking argz.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... yes
x86_64-w64-mingw32-nm
checking for uintptr_t... checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for int_least32_t... 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
no
checking for a BSD-compatible install... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
/usr/bin/install -c
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
yes
checking limits.h presence... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/file.h... yes
checking for limits.h... yes
yes
checking for sys/param.h... yes
checking for int_fast32_t... checking locale.h usability... yes
checking for limits.h... yes
yes
checking locale.h presence... checking for stdlib.h... (cached) yes
yes
checking for uint64_t... yes
checking for locale.h... yes
checking for malloc.h... ok
checking nl_types.h usability... checking how to run the C preprocessor... yes
checking for string.h... (cached) yes
yes
checking what to include in gstdint.h... checking for unistd.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
checking for strings.h... (cached) yes
no
checking nl_types.h presence... checking for sys/time.h... yes
checking for off_t... no
checking for nl_types.h... no
checking malloc.h usability... checking for ANSI C header files... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
yes
checking for sys/types.h... checking for time.h... yes
checking size of int... yes
yes
checking for sys/resource.h... checking for sys/stat.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
no
checking for fcntl.h... checking sys/param.h usability... checking for stdlib.h... yes
yes
checking for alloca.h... checking for string.h... yes
checking sys/param.h presence... no
checking for sys/pstat.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysmp.h... yes
no
checking for sys/sysinfo.h... checking for memory.h... no
checking for machine/hal_sysinfo.h... yes
checking for strings.h... no
checking for fgets_unlocked... no
yes
checking for sys/table.h... checking for inttypes.h... no
checking for sys/sysctl.h... no
yes
checking for getc_unlocked... no
4
checking for sys/systemcfg.h... checking for stdint.h... checking size of long... no
checking for stdint.h... (cached) yes
no
checking for getcwd... yes
checking for stdio_ext.h... checking for unistd.h... no
checking for process.h... yes
yes
yes
checking for sys/prctl.h... checking for dlfcn.h... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking for objdir... no
checking whether time.h and sys/time.h may both be included... .libs
checking for geteuid... yes
checking whether errno must be declared... no
checking for getgid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking size of int... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... 4
checking for ANSI C header files... yes
checking whether -lc should be explicitly linked in... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for munmap... 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... x86_64-w64-mingw32-gcc -E
no
checking for putenv... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... 4
checking size of long... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for setenv... yes
checking for working mmap... no
checking for memcpy... no
checking for setlocale... yes
checking for strerror... yes
checking for stpcpy... yes
checking for unistd.h... (cached) yes
config.status: creating Makefile
config.status: creating config.h
no
configure: updating cache ./config.cache
checking for strcasecmp... configure: creating ./config.status
config.status: executing gstdint.h commands
yes
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
4
checking size of size_t... Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __fsetlocking... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking for C compiler default output file name... 8
checking for long long... a.exe
checking whether the C compiler works... yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for LC_MESSAGES... no
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
.exe
checking for GNU gettext in libintl... checking for suffix of object files... yes
checking size of long long... no
o
checking whether we are using the GNU C compiler... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating ./config.status
config.status: creating Makefile
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: executing depfiles commands
config.status: creating Makefile
config.status: executing libtool commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
yes
config.status: creating config.h
checking for sys/types.h... config.status: executing default-1 commands
yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
8
checking for a 64-bit type... checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
uint64_t
checking for intptr_t... checking for memory.h... yes
checking for strings.h... yes
checking for uintptr_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdint.h... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for unistd.h... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for working volatile... yes
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for basename... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
yes
checking for ssize_t... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
no
checking for dirent.h that defines DIR... checking for bsearch... yes
checking for bzero... yes
no
checking for library containing opendir... checking for calloc... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for kill... yes
checking for ffs... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for lstat... no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-ranlib libz.a
no
checking for memmove... yes
rm -f libdecnumber.a
checking for getpagesize... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for putenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for gettimeofday... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
yes
checking for select... checking for index... rm -f plural.h
config.status: creating config.h
config.status: config.h is unchanged
no
checking for setenv... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strcasecmp... yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strpbrk... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for memcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for tcgetattr... yes
checking for memmem... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for vsnprintf... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
yes
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for isascii... checking for mempcpy... yes
yes
checking for isxdigit... checking for memset... yes
yes
checking for getpwent... checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
yes
checking for getpwuid... checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for rename... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for rindex... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for sigsetmask... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for stpcpy... checking locale.h usability... yes
checking locale.h presence... no
checking for stpncpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strndup... no
checking sys/pte.h presence... no
checking for strnlen... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strstr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtod... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for tmpnam... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... yes
checking wctype.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
yes
checking for iswctype... checking for spawnvpe... yes
yes
checking for nl_langinfo and CODESET... checking for strerror... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait3... config.status: creating config.h
config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  8:54 [binutils-gdb] Add -Wimplicit-fallthrough sergiodj+buildbot
@ 2018-05-05 17:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 17:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1569>

Commit(s) tested:
	85e26832a019ffc00dad9f1eb7e670b85c8eca7f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add -Wimplicit-fallthrough

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/85/85e26832a019ffc00dad9f1eb7e670b85c8eca7f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
  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    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-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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-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
../../binutils-gdb/gdb/windows-nat.c: In function 'handle_exception_result handle_exception(target_waitstatus*)':
../../binutils-gdb/gdb/windows-nat.c:1255:2: error: this statement may fall through [-Werror=implicit-fallthrough=]
  }
  ^
../../binutils-gdb/gdb/windows-nat.c:1257:5: note: here
     default:
     ^~~~~~~
../../binutils-gdb/gdb/windows-nat.c: In member function 'virtual void windows_nat_target::create_inferior(const char*, const string&, char**, int)':
../../binutils-gdb/gdb/windows-nat.c:2795:26: warning: 'shell[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (useshell && shell[0] != '\0')
                   ~~~~~~~^
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1610: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  8:19 [binutils-gdb] Add a missing break in record_linux_system_call sergiodj+buildbot
@ 2018-05-05 17:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 17:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1568>

Commit(s) tested:
	449b1ac7ad5f3da9ef689c91144aa057cb253df6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add a missing break in record_linux_system_call

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/44/449b1ac7ad5f3da9ef689c91144aa057cb253df6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05 10:19 [binutils-gdb] Add missing "breaks" sergiodj+buildbot
@ 2018-05-05 16:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 16:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1567>

Commit(s) tested:
	15c9ffd6977a93869243dce04988cbaa8340bb00

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add missing "breaks"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/15/15c9ffd6977a93869243dce04988cbaa8340bb00/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  7:23 [binutils-gdb] Add two fall-through comments in rs6000-tdep.c sergiodj+buildbot
@ 2018-05-05 15:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 15:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1566>

Commit(s) tested:
	e3829d13f6d0615f663d2a85ef4281a4365a947c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add two fall-through comments in rs6000-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e3/e3829d13f6d0615f663d2a85ef4281a4365a947c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  7:03 [binutils-gdb] Add fall-through comment to i386-tdep.c sergiodj+buildbot
@ 2018-05-05 15:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 15:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1565>

Commit(s) tested:
	da0e15638de59238ad811cdc3cc1d1a7803829c7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add fall-through comment to i386-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/da/da0e15638de59238ad811cdc3cc1d1a7803829c7/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  6:43 [binutils-gdb] Add a fall-through comment to stabsread.c sergiodj+buildbot
@ 2018-05-05 14:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 14:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1564>

Commit(s) tested:
	0019cd49ca954c03737cef3a8ee60c233d081d35

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add a fall-through comment to stabsread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/00/0019cd49ca954c03737cef3a8ee60c233d081d35/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  7:16 [binutils-gdb] Fix "obvious" fall-through warnings sergiodj+buildbot
@ 2018-05-05 13:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 13:04 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/1563>

Commit(s) tested:
	565e0edacc48c86adfb12515ed6911c08c1f64d9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix "obvious" fall-through warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/56/565e0edacc48c86adfb12515ed6911c08c1f64d9/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... x86_64-pc-linux-gnu
checking host system type... 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 whether make sets $(MAKE)... yes
x86_64-w64-mingw32
checking target system type... checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... inline
checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/types.h... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for memory.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... yes
checking how to run the C preprocessor... yes
yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... checking for unistd.h... yes
yes
checking for off_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking for size_t... yes
checking minix/config.h usability... yes
checking for sys/stat.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking for working alloca.h... yes
checking for special C compiler options needed for large files... yes
no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for alloca... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for string.h... /usr/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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for stdlib.h... (cached) yes
checking for memory.h... checking for unistd.h... (cached) yes
64
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... checking for strings.h... yes
yes
checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... yes
checking for stdint.h... .exe
yes
checking for suffix of object files... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for unsigned long long... checking for stdint.h... yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inttypes.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking for ld used by GCC... none needed
checking for style of include used by make... checking ctype.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking ctype.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for ctype.h... yes
yes
checking for shared library run path origin... yes
gcc3
checking for an ANSI C-conforming const... checking how to print strings... printf
checking for a sed that does not truncate output... checking stddef.h usability... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for inline... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... done
inline
checking whether byte ordering is bigendian... checking argz.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking argz.h presence... checking for string.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking stdio.h usability... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for argz.h... no
checking limits.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for sys/file.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking limits.h presence... checking for sys/param.h... ok
checking how to run the C preprocessor... yes
yes
checking for limits.h... yes
checking locale.h usability... checking for limits.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -E
yes
yes
checking locale.h presence... checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking for ANSI C header files... checking for malloc.h... checking nl_types.h usability... yes
yes
checking for int_least32_t... checking for string.h... (cached) yes
no
checking nl_types.h presence... checking for unistd.h... (cached) yes
yes
no
checking for nl_types.h... no
checking for sys/types.h... checking malloc.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
checking for int_fast32_t... yes
checking for sys/stat.h... yes
checking malloc.h presence... checking for time.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... yes
checking for sys/resource.h... checking for stdlib.h... yes
checking for uint64_t... no
yes
checking stddef.h presence... checking for sys/stat.h... (cached) yes
yes
yes
checking for stddef.h... yes
checking for sys/mman.h... checking for string.h... checking for stdlib.h... (cached) yes
no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for fcntl.h... checking for an ANSI C-conforming const... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for alloca.h... checking sys/param.h usability... yes
checking for off_t... checking for memory.h... no
checking for sys/pstat.h... yes
yes
checking sys/param.h presence... checking for strings.h... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for sys/sysinfo.h... yes
checking size of int... checking for inttypes.h... no
no
checking for fgets_unlocked... checking for machine/hal_sysinfo.h... yes
no
checking for stdint.h... checking for sys/table.h... no
no
checking for sys/sysctl.h... checking for getc_unlocked... yes
no
checking for sys/systemcfg.h... checking for unistd.h... no
checking for stdint.h... (cached) no
yes
checking for stdio_ext.h... checking for getcwd... yes
checking for dlfcn.h... no
checking for process.h... yes
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getegid... no
checking for objdir... .libs
no
checking whether time.h and sys/time.h may both be included... no
checking for geteuid... yes
checking whether errno must be declared... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking size of int... 4
checking size of long... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for munmap... 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... x86_64-w64-mingw32-gcc -E
no
checking for stdlib.h... (cached) yes
checking for putenv... checking for unistd.h... (cached) yes
checking for getpagesize... 4
checking size of long... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for working mmap... no
checking for memcpy... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
yes
checking for setlocale... checking for strerror... no
yes
yes
checking for stpcpy... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... 4
checking size of size_t... config.status: creating Makefile
yes
checking for strtoul... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... no
checking for iconv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for C compiler default output file name... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
yes
checking size of long long... checking whether we are cross compiling... yes
checking for suffix of executables... no
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 GNU gettext in libintl... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
config.status: executing depfiles commands
checking for grep that handles long lines and -e... config.status: creating Makefile
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
config.status: creating config.intl
config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/types.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for sys/stat.h... 8
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for a 64-bit type... yes
uint64_t
checking for intptr_t... checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
yes
checking for uintptr_t... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for memory.h... yes
checking for ssize_t... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for pid_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for library containing strerror... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
none required
checking for asprintf... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking minix/config.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking minix/config.h presence... checking for atexit... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for basename... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for bcmp... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for bcopy... no
checking for working volatile... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
yes
checking for ssize_t... checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for calloc... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
checking for dirent.h that defines DIR... checking for clock... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
yes
config.status: config.h is unchanged
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
none required
no
checking for fcntl... checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for getpagesize... checking for kill... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
yes
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for putenv... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for insque... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
yes
checking for setlocale... checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
no
checking for getpwnam... checking for rename... yes
checking for rindex... no
checking for getpwuid... no
checking for setenv... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for snprintf... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for sigsetmask... no
checking varargs.h presence... no
no
checking for varargs.h... no
checking for stpcpy... checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for stpncpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strchr... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for strdup... checking pwd.h usability... yes
no
checking pwd.h presence... checking for strncasecmp... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strndup... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strnlen... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtod... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strtol... no
checking sys/select.h presence... yes
checking for strtoul... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtoll... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoull... 64
checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vsnprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for waitpid... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for setproctitle... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for tgetent in -ltermcap... no
checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for vfork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... no
yes
checking for mbscasecmp... checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
yes
checking for towupper... checking for spawnvpe... yes
checking for strerror... yes
checking for iswctype... yes
yes
checking for nl_langinfo and CODESET... checking for strsignal... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... no
checking for times... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for wait3... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait4... config.status: creating config.h
config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  6:03 [binutils-gdb] Add missing ATTRIBUTE_NORETURNs sergiodj+buildbot
@ 2018-05-05 12:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 12:16 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/1562>

Commit(s) tested:
	621846f4e258167be2147894e013c85e42de1447

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add missing ATTRIBUTE_NORETURNs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/62/621846f4e258167be2147894e013c85e42de1447/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for inline... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/stat.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for memory.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking for strings.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for strings.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for inttypes.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking how to run the C preprocessor... checking for off_t... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for size_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
no
checking for alloca... checking for sys/stat.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 for stdlib.h... (cached) yes
checking for stdlib.h... checking for unistd.h... (cached) yes
checking for getpagesize... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdint.h... checking for memory.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unsigned long long... yes
yes
checking for strings.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for inttypes.h... checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for ld used by GCC... checking for C compiler default output file name... yes
checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for shared library run path origin... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for unistd.h... done
checking argz.h usability... .exe
checking for suffix of object files... yes
no
checking argz.h presence... checking ctype.h usability... no
checking for argz.h... no
o
checking whether we are using the GNU C compiler... checking limits.h usability... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for an ANSI C-conforming const... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking locale.h usability... yes
checking for inline... yes
checking stddef.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking locale.h presence... none needed
checking for style of include used by make... checking stdio.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
no
checking nl_types.h presence... gcc3
checking how to print strings... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... printf
checking for a sed that does not truncate output... /usr/bin/install -c
/usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/file.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... no
checking for nl_types.h... no
checking malloc.h usability... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/param.h... yes
yes
checking for uintptr_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking for limits.h... checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... checking for malloc.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for int_least32_t... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for string.h... (cached) checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... yes
-r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking stddef.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for stddef.h... yes
checking for sys/time.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for int_fast32_t... yes
checking for unistd.h... (cached) yes
checking for time.h... checking sys/param.h usability... yes
yes
checking for uint64_t... yes
checking sys/param.h presence... checking for sys/resource.h... ok
checking how to run the C preprocessor... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... checking for sys/mman.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for ANSI C header files... no
yes
checking for off_t... checking for fcntl.h... yes
no
checking for fgets_unlocked... checking for alloca.h... yes
checking for sys/types.h... no
checking for sys/pstat.h... no
checking for getc_unlocked... no
checking for sys/sysmp.h... yes
yes
checking size of int... checking for sys/stat.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking for stdlib.h... no
no
checking for getcwd... checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for string.h... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
checking for getegid... yes
checking for memory.h... checking for stdio_ext.h... yes
no
no
checking for process.h... checking for strings.h... checking for geteuid... yes
yes
checking for sys/prctl.h... checking for inttypes.h... no
checking for getgid... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getuid... yes
checking whether errno must be declared... yes
checking for unistd.h... 4
checking size of long... no
checking size of int... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... no
checking for putenv... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for setenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... (cached) yes
no
checking build system type... checking for setlocale... 4
checking size of long... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
x86_64-w64-mingw32
checking target system type... yes
checking dynamic linker characteristics... checking for stpcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
yes
checking for strdup... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for strtoul... checking for working mmap... no
checking for memcpy... yes
checking for strerror... 4
yes
checking size of size_t... checking for tsearch... yes
checking for unistd.h... (cached) yes
config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for LC_MESSAGES... 8
x86_64-w64-mingw32
checking for long long... 
Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
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 GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
config.status: creating config.intl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.h
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... config.status: executing depfiles commands
/usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
config.status: executing libtool commands
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for sys/types.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
8
checking for a 64-bit type... yes
uint64_t
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for intptr_t... checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for uintptr_t... checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for memory.h... yes
yes
checking for ssize_t... checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for pid_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for unistd.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking minix/config.h usability... none required
checking for asprintf... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
no
checking for working volatile... checking for bcmp... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
yes
checking for ssize_t... checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for calloc... yes
checking for library containing opendir... yes
checking for clock... none required
checking for fcntl... yes
checking for ffs... no
checking for kill... no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... no
checking for memmove... yes
checking for gettimeofday... yes
checking for putenv... yes
checking for index... yes
checking for select... no
checking for insque... no
checking for setenv... no
checking for memchr... no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for sigsetmask... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for strchr... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strdup... checking termios.h usability... no
checking termios.h presence... yes
checking for strncasecmp... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... 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... checking for strtol... yes
64
checking for type of signal functions... checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for tmpnam... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strerror... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for strsignal... yes
checking configuration for building shared libraries... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... config.status: creating Makefile
no
checking for sysmp... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for table... config.status: executing default commands
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  4:33 [binutils-gdb] Fix "fall through" comments sergiodj+buildbot
@ 2018-05-05 11:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 11:40 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/1561>

Commit(s) tested:
	86a73007627a3c52d1c624ed430ac0e74fb8cc3e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix "fall through" comments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/86/86a73007627a3c52d1c624ed430ac0e74fb8cc3e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./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
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for xgettext... configure: updating cache ./config.cache
/usr/bin/xgettext
configure: creating ./config.status
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... checking for perl... perl
checking build system type... x86_64-w64-mingw32
checking target system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking whether we are cross compiling... yes
checking for suffix of executables... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for C compiler default output file name... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
yes
checking for an ANSI C-conforming const... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... yes
checking for sys/types.h... .exe
checking for suffix of object files... inline
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
checking for sys/stat.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdlib.h... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
yes
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for memory.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
checking for inttypes.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdint.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for unistd.h... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for off_t... no
checking minix/config.h presence... yes
checking how to run the C preprocessor... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for size_t... /usr/bin/grep -E
checking for ANSI C header files... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
checking for working alloca.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes
checking for getpagesize... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for string.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for memory.h... yes
checking for stdint.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for unsigned long long... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for C compiler default output file name... checking for inttypes.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for an ANSI C-conforming const... yes
no
checking for ld used by GCC... checking for stdint.h... yes
checking for inline... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for unistd.h... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking ctype.h usability... done
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for a BSD-compatible install... /usr/bin/install -c
checking argz.h usability... checking for sys/file.h... yes
yes
checking ctype.h presence... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for ctype.h... yes
yes
no
checking argz.h presence... checking stddef.h usability... checking for sys/param.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for limits.h... yes
checking stddef.h presence... yes
none needed
checking for style of include used by make... yes
checking for stddef.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking limits.h presence... checking stdio.h usability... checking for malloc.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for string.h... (cached) yes
yes
checking stdio.h presence... checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
gcc3
checking how to print strings... checking for strings.h... printf
(cached) checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/bin/grep -E
checking for fgrep... yes
checking locale.h presence... checking for sys/time.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for time.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for uintptr_t... checking for sys/resource.h... no
checking nl_types.h presence... 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
no
no
checking for nl_types.h... no
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking malloc.h usability... checking for sys/stat.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for int_least32_t... checking for sys/mman.h... yes
checking malloc.h presence... no
checking for fcntl.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... yes
checking for int_fast32_t... checking for alloca.h... no
checking for sys/pstat.h... yes
checking stddef.h presence... no
ok
checking for sys/sysmp.h... checking how to run the C preprocessor... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/sysinfo.h... yes
checking for uint64_t... checking for string.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... checking for ANSI C header files... yes
checking sys/param.h presence... no
checking for sys/sysctl.h... yes
checking what to include in gstdint.h... yes
checking for sys/param.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for feof_unlocked... no
checking for sys/systemcfg.h... yes
yes
checking for off_t... checking for sys/types.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for fgets_unlocked... yes
no
checking for sys/stat.h... checking for process.h... yes
yes
checking size of int... checking for sys/prctl.h... yes
no
checking for getc_unlocked... checking for stdlib.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... no
checking for getcwd... checking for string.h... no
checking size of int... yes
yes
checking for getegid... checking for memory.h... yes
checking for strings.h... no
checking for geteuid... yes
checking for inttypes.h... no
checking for getgid... yes
checking for stdint.h... no
checking for getuid... 4
checking size of long... yes
checking for unistd.h... no
checking for mempcpy... yes
4
checking size of long... checking for dlfcn.h... yes
checking for munmap... no
checking for objdir... .libs
no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for setenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for setlocale... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... 4
checking size of size_t... checking for stpcpy... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
yes
checking dynamic linker characteristics... checking for strcasecmp... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... (cached) yes
checking for strdup... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking for working mmap... no
checking for strtoul... checking for memcpy... yes
checking for tsearch... yes
yes
checking for strerror... checking for __argz_count... config.status: creating Makefile
yes
no
checking for __argz_stringify... checking for unistd.h... (cached) yes
8
checking for long long... config.status: creating config.h
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing gstdint.h commands
no
checking for __argz_next... no
checking for __fsetlocking... make[1]: Nothing to be done for 'all-target'.
yes
checking size of long long... mkdir -p -- ./readline
Configuring in ./readline
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
8
checking for C compiler default output file name... checking for a 64-bit type... uint64_t
config.status: creating Makefile
checking for intptr_t... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... config.status: creating config.intl
config.status: creating config.h
yes
checking for uintptr_t... config.status: executing default-1 commands
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for ssize_t... none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
x86_64-w64-mingw32-gcc -E
yes
checking for pid_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... config.status: creating config.h
/usr/bin/grep -E
checking for ANSI C header files... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for library containing strerror... config.status: creating Makefile
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
config.status: executing depfiles commands
yes
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for sys/stat.h... config.status: executing libtool commands
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for stdlib.h... checking for atexit... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for basename... checking for string.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for memory.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for bsearch... checking for strings.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
yes
checking for bzero... checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for unistd.h... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for clock... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for function prototypes... yes
checking for ffs... checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for working volatile... no
checking for getcwd... yes
checking return type of signal handlers... yes
void
checking for getpagesize... checking for size_t... yes
checking for gettimeofday... yes
checking for ssize_t... yes
checking for index... no
yes
checking for ANSI C header files... checking for insque... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for memchr... yes
checking for library containing opendir... yes
checking for memcmp... none required
checking for fcntl... yes
checking for memcpy... no
checking for kill... yes
checking for memmem... no
checking for lstat... no
checking for memmove... no
checking for memmove... yes
yes
checking for mempcpy... checking for putenv... yes
yes
checking for memset... checking for select... yes
checking for mkstemps... no
checking for setenv... no
checking for putenv... no
checking for setlocale... yes
yes
checking for random... checking for strcasecmp... no
checking for rename... yes
checking for strpbrk... yes
checking for rindex... yes
checking for tcgetattr... no
checking for setenv... no
checking for vsnprintf... no
checking for snprintf... yes
checking for isascii... yes
checking for sigsetmask... yes
checking for isxdigit... no
checking for stpcpy... yes
checking for getpwent... no
checking for stpncpy... no
checking for getpwnam... no
checking for strcasecmp... no
checking for getpwuid... yes
checking for strchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for strdup... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strncasecmp... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for strndup... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strnlen... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strrchr... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strstr... checking pwd.h usability... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strtod... checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strtol... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoul... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtoll... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoull... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strverscmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for tmpnam... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for vasprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for vfprintf... 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 vprintf... 64
checking for type of signal functions... yes
checking for vsnprintf... yes
checking for vsprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for waitpid... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for setproctitle... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for fork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for _doprnt... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for dup3... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrlimit... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrusage... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for mbsrtowcs... no
checking for pstat_getdynamic... yes
checking for mbschr... no
no
checking for wcrtomb... checking for pstat_getstatic... yes
checking for wcscoll... no
checking for realpath... yes
checking for wcsdup... no
checking for setrlimit... yes
checking for wcwidth... no
checking for sbrk... no
checking for wctype... no
checking for spawnve... yes
checking for wcswidth... yes
checking for spawnvpe... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for strerror... yes
checking for iswlower... yes
checking for strsignal... yes
checking for iswupper... no
checking for sysconf... yes
checking for towlower... no
checking for sysctl... yes
checking for towupper... no
checking for sysmp... yes
checking for iswctype... no
checking for table... yes
checking for nl_langinfo and CODESET... no
checking for times... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for wait3... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for wait4... supported
no
checking whether basename is declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether ffs is declared... no
checking whether asprintf is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether vasprintf is declared... config.status: creating examples/Makefile
yes
checking whether snprintf is declared... config.status: creating shlib/Makefile
config.status: creating config.h
yes
checking whether vsnprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  1:57 [binutils-gdb] Let gdb.execute handle multi-line commands sergiodj+buildbot
@ 2018-05-05  8:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  8:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1560>

Commit(s) tested:
	56bcdbea2bed27ea83bf0e4fe472ab744b4beaa1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Let gdb.execute handle multi-line commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/56/56bcdbea2bed27ea83bf0e4fe472ab744b4beaa1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  1:34 [binutils-gdb] Allow breakpoint commands to be set from Python sergiodj+buildbot
@ 2018-05-05  7:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  7:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1559>

Commit(s) tested:
	a913fffbdee21fdd50e8de0596358be425775678

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allow breakpoint commands to be set from Python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a9/a913fffbdee21fdd50e8de0596358be425775678/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  1:14 [binutils-gdb] Use function_view in cli-script.c sergiodj+buildbot
@ 2018-05-05  6:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  6:59 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/1558>

Commit(s) tested:
	60b3cef2e49ba72dea55181a8ad0cb8dbf3f8a5b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use function_view in cli-script.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/60/60b3cef2e49ba72dea55181a8ad0cb8dbf3f8a5b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... checking for perl... perl
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... inline
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/types.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
checking for sys/stat.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... yes
yes
checking for string.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for strings.h... yes
checking for memory.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for C compiler default output file name... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... .exe
checking for suffix of object files... yes
yes
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking minix/config.h presence... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /usr/bin/grep -E
checking for ANSI C header files... checking for unistd.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... 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 for off_t... checking for sys/types.h... yes
64
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/stat.h... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep -E
checking for fgrep... yes
checking for size_t... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... 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
yes
no
checking for alloca... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdlib.h... (cached) yes
checking for strings.h... yes
checking for unistd.h... (cached) yes
checking for inttypes.h... checking for getpagesize... ok
checking how to run the C preprocessor... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdint.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... yes
checking for stdint.h... checking for ANSI C header files... checking for unistd.h... yes
checking ctype.h usability... inline
checking whether byte ordering is bigendian... yes
checking for unsigned long long... yes
checking for sys/types.h... yes
checking ctype.h presence... yes
yes
checking for inttypes.h... yes
checking for ctype.h... checking for sys/stat.h... yes
yes
checking stddef.h usability... checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking stddef.h presence... checking for stdlib.h... yes
checking for stddef.h... yes
no
checking for ld used by GCC... yes
checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for sys/param.h... checking for string.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... yes
checking stdio.h presence... yes
checking for limits.h... yes
checking for stdio.h... yes
yes
checking for memory.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
done
checking for malloc.h... checking argz.h usability... yes
yes
checking for string.h... (cached) yes
checking for strings.h... yes
checking for uintptr_t... checking for unistd.h... (cached) yes
no
checking argz.h presence... yes
checking for strings.h... (cached) yes
checking for inttypes.h... checking for sys/time.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for int_least32_t... yes
checking for stdint.h... checking for time.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
yes
checking for sys/resource.h... checking locale.h usability... checking for unistd.h... no
checking for sys/stat.h... (cached) yes
yes
checking locale.h presence... yes
checking for dlfcn.h... checking for sys/mman.h... yes
checking for locale.h... yes
yes
checking for int_fast32_t... checking nl_types.h usability... no
no
checking for objdir... checking for fcntl.h... .libs
yes
yes
checking for uint64_t... no
checking nl_types.h presence... checking for alloca.h... no
checking for nl_types.h... no
no
checking for sys/pstat.h... checking malloc.h usability... yes
checking what to include in gstdint.h... stdint.h (already complete)
no
checking for an ANSI C-conforming const... checking for sys/sysmp.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for sys/sysinfo.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking malloc.h presence... yes
checking for off_t... no
checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking stddef.h usability... no
checking for sys/table.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking size of int... yes
checking stddef.h presence... no
checking for sys/sysctl.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/systemcfg.h... checking for string.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... checking for unistd.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking sys/param.h usability... checking for stdio_ext.h... yes
checking dynamic linker characteristics... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for feof_unlocked... checking for process.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... x86_64-w64-mingw32-gcc -E
yes
checking for sys/prctl.h... checking for stdlib.h... (cached) no
yes
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for getpagesize... 4
checking size of long... no
yes
checking whether errno must be declared... checking for getc_unlocked... yes
checking for working mmap... no
checking for memcpy... no
checking size of int... no
yes
checking for getcwd... checking for strerror... yes
checking for getegid... yes
checking for unistd.h... (cached) yes
no
checking for geteuid... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking for ANSI C header files... (cached) yes
no
checking for getgid... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for getuid... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of long... no
no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for munmap... no
checking for putenv... config.status: creating Makefile
yes
4
checking size of size_t... checking for setenv... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for setlocale... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
8
checking for long long... configure: creating cache ./config.cache
checking for tsearch... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
yes
checking size of long long... checking for __argz_count... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_stringify... checking for C compiler default output file name... no
checking for __argz_next... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... no
o
checking whether we are using the GNU C compiler... checking for __fsetlocking... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for iconv... none needed
checking how to run the C preprocessor... config.status: creating Makefile
config.status: executing depfiles commands
x86_64-w64-mingw32-gcc -E
8
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for a 64-bit type... config.status: executing libtool commands
uint64_t
checking for intptr_t... no
checking for LC_MESSAGES... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
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... yes
checking for uintptr_t... no
yes
checking for GNU gettext in libintl... checking for sys/types.h... yes
checking for sys/stat.h... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for autoheader... autoheader
yes
checking for stdlib.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
yes
checking for pid_t... checking for memory.h... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
none required
checking for asprintf... yes
config.status: creating Makefile
checking for stdint.h... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
config.status: creating config.h
yes
yes
config.status: executing default-1 commands
checking for atexit... checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for bcmp... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for bcopy... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bsearch... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking return type of signal handlers... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for bzero... void
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for size_t... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for ssize_t... checking for calloc... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for clock... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ffs... yes
checking for library containing opendir... config.status: creating config.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
none required
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for fcntl... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for kill... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for lstat... yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memmove... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for putenv... no
checking for memchr... yes
checking for memcmp... yes
checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
yes
checking for strpbrk... checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... yes
yes
checking for isascii... checking for random... yes
no
checking for isxdigit... checking for rename... yes
checking for getpwent... yes
checking for rindex... no
checking for getpwnam... no
checking for setenv... no
checking for getpwuid... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for sigsetmask... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for stpcpy... no
checking varargs.h presence... no
checking for stpncpy... no
checking for varargs.h... no
checking stdarg.h usability... no
yes
checking stdarg.h presence... checking for strcasecmp... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strdup... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strncasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strndup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for strnlen... checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtol... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strtoul... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoll... yes
checking sys/file.h presence... 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... checking for strtoull... yes
64
checking for type of signal functions... checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vprintf... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vsnprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for waitpid... yes
checking for struct dirent.d_fileno... no
checking for setproctitle... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for tgetent in -ltermcap... no
checking for fork... no
checking for vfork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for _doprnt... yes
checking wctype.h presence... no
checking for sys_errlist... (cached) yes
yes
checking for wctype.h... yes
checking for sys_nerr... (cached) yes
checking wchar.h usability... checking for sys_siglist... yes
checking wchar.h presence... no
checking for external symbol _system_configuration... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for __fsetlocking... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for getrusage... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... no
checking for psignal... yes
checking for wcwidth... no
checking for pstat_getdynamic... no
checking for wctype... no
checking for pstat_getstatic... yes
checking for wcswidth... no
checking for realpath... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setrlimit... yes
checking for iswlower... no
checking for sbrk... yes
checking for iswupper... no
checking for spawnve... yes
yes
checking for spawnvpe... checking for towlower... yes
checking for strerror... yes
yes
checking for strsignal... checking for towupper... yes
no
checking for sysconf... checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... no
checking for table... yes
checking configuration for building shared libraries... supported
no
checking for times... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether ffs is declared... config.status: creating examples/Makefile
no
checking whether asprintf is declared... config.status: creating shlib/Makefile
config.status: creating config.h
yes
checking whether vasprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  4:07 [binutils-gdb] Allow defining a user command inside a user command sergiodj+buildbot
@ 2018-05-05  5:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  5:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1557>

Commit(s) tested:
	7a2c85f25977ff9b11728ba85b1417538e22c246

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allow defining a user command inside a user command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7a/7a2c85f25977ff9b11728ba85b1417538e22c246/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  2:10 [binutils-gdb] Constify prompt argument to read_command_lines sergiodj+buildbot
@ 2018-05-05  4:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  4:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1556>

Commit(s) tested:
	295dc222a712b700d9afa7e2462a68b866b120e1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify prompt argument to read_command_lines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/29/295dc222a712b700d9afa7e2462a68b866b120e1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-05  1:36 [binutils-gdb] Make print_command_trace varargs sergiodj+buildbot
@ 2018-05-05  3:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  3:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1555>

Commit(s) tested:
	1263a9d5f1c6198cdb4e73bafe86ca451d35684d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make print_command_trace varargs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/12/1263a9d5f1c6198cdb4e73bafe86ca451d35684d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 23:49 [binutils-gdb] Use counted_command_line everywhere sergiodj+buildbot
@ 2018-05-05  2:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  2:39 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/1554>

Commit(s) tested:
	12973681f5d46a2407a8dc97c3352fa6c9971716

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use counted_command_line everywhere

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/12/12973681f5d46a2407a8dc97c3352fa6c9971716/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgmerge
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
none needed
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... none required
checking how to run the C preprocessor... yes
none needed
checking how to run the C preprocessor... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
yes
checking for suffix of object files... checking for sys/types.h... yes
checking for inline... o
checking whether we are using the GNU C compiler... inline
yes
checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
none needed
checking for style of include used by make... GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdlib.h... checking for string.h... checking for C compiler default output file name... yes
checking for string.h... yes
gcc3
checking how to print strings... a.exe
checking whether the C compiler works... yes
printf
checking for a sed that does not truncate output... checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/sed
checking for grep that handles long lines and -e... checking for memory.h... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for memory.h... yes
.exe
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for strings.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... o
checking whether we are using the GNU C compiler... checking for strings.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking for inttypes.h... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for inttypes.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... yes
yes
ok
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... yes
checking minix/config.h usability... yes
x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for off_t... no
checking minix/config.h presence... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
64
yes
checking for working alloca.h... checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking how to run the C preprocessor... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... checking for getpagesize... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working mmap... no
checking for memory.h... checking whether we are using the GNU C Library 2.1 or newer... yes
checking for grep that handles long lines and -e... no
checking whether integer division by zero raises SIGFPE... guessing no
/usr/bin/grep
checking for egrep... checking for inttypes.h... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for strings.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for unsigned long long... yes
yes
checking for sys/types.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for sys/stat.h... yes
no
checking for ld used by GCC... checking for stdint.h... yes
yes
checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for unistd.h... yes
yes
checking for an ANSI C-conforming const... yes
checking for string.h... checking for dlfcn.h... done
yes
checking for inline... checking argz.h usability... yes
inline
checking whether byte ordering is bigendian... checking for memory.h... no
checking for objdir... .libs
no
checking argz.h presence... yes
checking for strings.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for inttypes.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking locale.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for stdint.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/file.h... yes
yes
checking locale.h presence... yes
checking for unistd.h... yes
checking for locale.h... yes
checking for sys/param.h... yes
checking nl_types.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for limits.h... yes
yes
checking ctype.h usability... no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
yes
checking ctype.h presence... yes
checking dynamic linker characteristics... yes
checking for ctype.h... yes
checking for malloc.h... no
checking for nl_types.h... no
checking malloc.h usability... checking stddef.h usability... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
yes
checking malloc.h presence... yes
checking stddef.h presence... checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking stddef.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdio.h usability... checking for sys/time.h... checking for getpagesize... yes
yes
checking stdio.h presence... checking for time.h... yes
yes
checking stddef.h presence... checking for working mmap... no
yes
checking for stdio.h... yes
checking for memcpy... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for sys/resource.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
no
checking sys/param.h usability... checking for sys/stat.h... (cached) yes
checking for strerror... yes
checking for uintptr_t... checking for sys/mman.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for fcntl.h... checking for feof_unlocked... yes
yes
checking for unistd.h... (cached) yes
yes
checking for int_least32_t... checking for alloca.h... no
configure: updating cache ./config.cache
checking for fgets_unlocked... configure: creating ./config.status
no
checking for sys/pstat.h... yes
checking for int_fast32_t... no
checking for sys/sysmp.h... no
checking for getc_unlocked... yes
checking for uint64_t... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking for getcwd... no
yes
checking what to include in gstdint.h... checking for sys/table.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
yes
checking for off_t... checking for sys/sysctl.h... checking for getegid... no
checking for sys/systemcfg.h... no
no
checking for geteuid... yes
checking size of int... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for getgid... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getuid... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for mempcpy... no
checking size of int... yes
4
checking size of long... checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
checking size of long... yes
checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
no
checking build system type... checking for strcasecmp... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for strdup... 4
checking size of size_t... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strtoul... yes
no
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... config.status: creating Makefile
no
checking for __fsetlocking... config.status: creating Makefile
config.status: executing depfiles commands
8
checking for long long... config.status: creating config.h
config.status: executing gstdint.h commands
config.status: executing libtool commands
no
checking for iconv... yes
checking size of long long... make[1]: Nothing to be done for 'all-target'.
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mkdir -p -- ./readline
Configuring in ./readline
no
checking for LC_MESSAGES... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
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... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
no
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
8
checking for a 64-bit type... configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
uint64_t
checking for intptr_t... checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
config.status: creating config.intl
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
yes
checking for x86_64-w64-mingw32-gcc... checking for uintptr_t... x86_64-w64-mingw32-gcc
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
a.exe
checking whether the C compiler works... yes
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking whether we are cross compiling... yes
checking for suffix of executables... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
.exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
o
checking whether we are using the GNU C compiler... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
none needed
checking how to run the C preprocessor... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for library containing strerror... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -E
none required
checking for asprintf... checking for grep that handles long lines and -e... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for atexit... config.status: creating config.h
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
yes
checking for sys/types.h... checking for basename... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for sys/stat.h... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
no
checking for bcopy... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for bzero... checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for inttypes.h... no
checking for calloc... yes
checking for stdint.h... yes
yes
checking for unistd.h... checking for clock... yes
yes
checking minix/config.h usability... checking for ffs... no
checking minix/config.h presence... no
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for getcwd... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for getpagesize... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for gettimeofday... no
checking for working volatile... yes
yes
checking return type of signal handlers... checking for index... void
checking for size_t... no
checking for insque... yes
checking for ssize_t... no
checking for memchr... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for memcmp... yes
checking for library containing opendir... yes
none required
checking for memcpy... checking for fcntl... yes
checking for memmem... no
checking for kill... no
checking for memmove... no
checking for lstat... yes
checking for mempcpy... no
checking for memmove... yes
yes
checking for putenv... checking for memset... yes
yes
checking for select... checking for mkstemps... no
no
checking for putenv... checking for setenv... yes
no
checking for random... checking for setlocale... yes
no
checking for rename... checking for strcasecmp... yes
checking for rindex... yes
checking for strpbrk... no
checking for setenv... yes
checking for tcgetattr... no
checking for snprintf... no
yes
checking for vsnprintf... checking for sigsetmask... yes
no
checking for isascii... checking for stpcpy... yes
checking for isxdigit... no
checking for stpncpy... yes
checking for getpwent... no
checking for strcasecmp... no
checking for getpwnam... yes
checking for strchr... no
checking for getpwuid... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for strdup... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for strncasecmp... checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for strndup... no
checking varargs.h presence... no
checking for strnlen... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strrchr... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strstr... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking pwd.h usability... checking for strtod... no
checking pwd.h presence... yes
checking for strtol... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtoul... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strtoll... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strtoull... checking termio.h usability... no
checking termio.h presence... yes
checking for strverscmp... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for tmpnam... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for vasprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for vfprintf... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for vprintf... checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for vsnprintf... 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 vsprintf... 64
checking for type of signal functions... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking for fork... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for vfork... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for _doprnt... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for sys_siglist... no
checking for external symbol _system_configuration... not found
checking for struct dirent.d_ino... no
checking for __fsetlocking... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for canonicalize_file_name... no
checking for tgetent in -ltermcap... no
checking for dup3... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrlimit... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrusage... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for getsysinfo... no
no
checking for mbscmp... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for pstat_getdynamic... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for pstat_getstatic... no
checking for wcrtomb... no
checking for realpath... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for sbrk... no
checking for wctype... no
checking for spawnve... yes
checking for wcswidth... yes
checking for spawnvpe... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for strerror... yes
checking for iswlower... yes
checking for strsignal... yes
checking for iswupper... no
checking for sysconf... yes
no
checking for sysctl... checking for towlower... yes
no
checking for towupper... checking for sysmp... yes
no
checking for table... checking for iswctype... no
yes
checking for nl_langinfo and CODESET... checking for times... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for wait3... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for wait4... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking whether vsnprintf is declared... config.status: creating examples/Makefile
yes
checking whether calloc is declared... yes
config.status: creating shlib/Makefile
checking whether getenv is declared... yes
checking whether getopt is declared... config.status: creating config.h
config.status: executing default commands
yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 23:18 [binutils-gdb] Allocate cmd_list_element with new sergiodj+buildbot
@ 2018-05-05  2:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  2:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1553>

Commit(s) tested:
	e2fc72e2c594968084b936bc5dc4702a2c0694f8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allocate cmd_list_element with new

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e2/e2fc72e2c594968084b936bc5dc4702a2c0694f8/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 22:30 [binutils-gdb] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones sergiodj+buildbot
@ 2018-05-05  1:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  1:20 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/1552>

Commit(s) tested:
	a3b60e4588606354b93508a0008a5ca04b68fad8

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a3/a3b60e4588606354b93508a0008a5ca04b68fad8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
x86_64-w64-mingw32
checking target system type... checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
yes
checking for suffix of object files... checking for x86_64-w64-mingw32-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... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/types.h... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for string.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
yes
checking how to run the C preprocessor... checking for strings.h... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for off_t... checking for stdint.h... yes
checking for sys/types.h... yes
yes
checking for unistd.h... yes
checking for size_t... checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... yes
checking for working alloca.h... no
checking minix/config.h presence... no
checking for alloca... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for stdlib.h... (cached) yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for unistd.h... (cached) yes
checking for memory.h... checking for getpagesize... yes
64
yes
checking for working mmap... no
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdint.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for unsigned long long... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
checking for unistd.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for C compiler default output file name... no
checking for ld used by GCC... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for shared library run path origin... yes
checking ctype.h presence... yes
checking for ctype.h... yes
done
checking stddef.h usability... checking argz.h usability... .exe
checking for suffix of object files... yes
checking stddef.h presence... o
checking whether we are using the GNU C compiler... no
checking argz.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking stdio.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking limits.h presence... yes
checking stdio.h presence... yes
checking for an ANSI C-conforming const... yes
checking for limits.h... yes
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking locale.h usability... none needed
checking for style of include used by make... yes
checking for inline... GNU
checking dependency style of x86_64-w64-mingw32-gcc... inline
checking whether byte ordering is bigendian... yes
checking locale.h presence... yes
checking for locale.h... yes
gcc3
checking how to print strings... yes
checking for uintptr_t... printf
checking for a sed that does not truncate output... checking nl_types.h usability... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking nl_types.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for sys/file.h... checking for BSD- or MS-compatible name lister (nm)... yes
x86_64-w64-mingw32-nm
checking for int_least32_t... checking the name lister (x86_64-w64-mingw32-nm) interface... yes
no
checking for nl_types.h... no
checking for sys/param.h... checking malloc.h usability... 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
yes
checking whether the shell understands "+="... yes
checking for limits.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for int_fast32_t... yes
yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... checking stddef.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for uint64_t... ok
checking for sys/time.h... checking how to run the C preprocessor... yes
checking stddef.h presence... yes
checking for time.h... yes
checking for stddef.h... yes
yes
x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... checking for ANSI C header files... yes
checking for off_t... checking for sys/mman.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for fcntl.h... yes
yes
checking for sys/types.h... checking for alloca.h... yes
checking size of int... no
checking for sys/pstat.h... yes
no
checking for fgets_unlocked... checking for sys/stat.h... no
checking for sys/sysmp.h... no
yes
checking for sys/sysinfo.h... no
checking for stdlib.h... checking for getc_unlocked... no
checking for machine/hal_sysinfo.h... yes
no
checking for string.h... checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for getcwd... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for memory.h... yes
checking for getegid... no
checking for process.h... yes
yes
checking for sys/prctl.h... checking for strings.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... yes
no
checking whether time.h and sys/time.h may both be included... checking for inttypes.h... yes
checking whether errno must be declared... no
yes
checking for getgid... checking for stdint.h... 4
checking size of long... no
checking size of int... no
yes
checking for getuid... checking for unistd.h... yes
no
checking for mempcpy... checking for dlfcn.h... no
checking for objdir... yes
.libs
checking for munmap... no
checking for putenv... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for setenv... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
no
checking for setlocale... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
4
checking size of long... checking for stpcpy... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
no
checking for strcasecmp... checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
configure: creating ./config.status
checking for getpagesize... yes
checking for strdup... yes
checking for working mmap... no
checking for memcpy... yes
checking for strtoul... yes
checking for strerror... yes
checking for tsearch... config.status: creating Makefile
yes
checking for unistd.h... (cached) yes
config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for __argz_count... 4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
checking for __argz_stringify... Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for LC_MESSAGES... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
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... checking for C compiler default output file name... no
checking for GNU gettext in libintl... 8
checking for long long... a.exe
checking whether the C compiler works... yes
no
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/types.h... config.status: creating config.h
config.status: creating Makefile
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: executing depfiles commands
checking for sys/stat.h... config.status: executing libtool commands
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
8
yes
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for strings.h... yes
checking for inttypes.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for unistd.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking minix/config.h presence... yes
checking for pid_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for library containing strerror... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
no
checking for working volatile... checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking return type of signal handlers... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
void
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ssize_t... yes
checking for basename... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for bcopy... x86_64-w64-mingw32-ranlib libdecnumber.a
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for dirent.h that defines DIR... yes
checking for library containing opendir... no
checking for bsearch... none required
checking for fcntl... yes
checking for bzero... no
checking for kill... no
checking for calloc... no
checking for lstat... yes
checking for clock... no
checking for memmove... yes
checking for ffs... yes
checking for putenv... no
checking for getcwd... yes
checking for select... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking stdarg.h usability... checking for rename... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for rindex... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for stpcpy... yes
checking termcap.h presence... no
yes
checking for termcap.h... yes
checking for stpncpy... checking termios.h usability... no
checking termios.h presence... no
checking for strcasecmp... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strchr... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strncasecmp... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... 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... checking for strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtoll... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strverscmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsnprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for waitpid... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for wcrtomb... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for sbrk... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 22:05 [binutils-gdb] gdb: Make test names unique in gdb.base/maint.exp sergiodj+buildbot
@ 2018-05-05  0:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  0:38 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/1551>

Commit(s) tested:
	45fe4a03b495f778013f0a0deb06512913e1955b

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Make test names unique in gdb.base/maint.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/45/45fe4a03b495f778013f0a0deb06512913e1955b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... 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 a BSD-compatible install... /usr/bin/install -c
yes
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking for a BSD-compatible install... checking host system type... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
mkdir -p -- ./libdecnumber
.exe
Configuring in ./libdecnumber
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... checking for C compiler default output file name... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
o
checking how to run the C preprocessor... checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for an ANSI C-conforming const... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unistd.h... checking for inttypes.h... yes
yes
checking for off_t... yes
checking for stdint.h... checking for sys/types.h... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
yes
checking for size_t... checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for working alloca.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... yes
checking for stdlib.h... (cached) yes
64
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for getpagesize... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking for inttypes.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for C compiler default output file name... yes
yes
checking for inttypes.h... checking for unistd.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for ld used by GCC... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking ctype.h presence... yes
checking for shared library run path origin... o
checking whether we are using the GNU C compiler... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... done
checking argz.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking argz.h presence... none needed
checking for style of include used by make... GNU
checking stdio.h usability... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for an ANSI C-conforming const... no
checking for argz.h... no
checking limits.h usability... yes
checking for inline... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... yes
checking limits.h presence... yes
checking for stdio.h... yes
yes
checking for limits.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking locale.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking nl_types.h usability... checking for sys/file.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/param.h... no
checking nl_types.h presence... yes
checking for limits.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
no
checking for nl_types.h... checking for int_least32_t... no
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking malloc.h usability... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for stdlib.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for malloc.h... yes
yes
checking malloc.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
yes
checking for int_fast32_t... checking for strings.h... (cached) yes
checking stddef.h usability... checking for sys/time.h... yes
ok
yes
checking stddef.h presence... checking how to run the C preprocessor... checking for time.h... yes
checking for uint64_t... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for sys/resource.h... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
checking sys/param.h usability... no
yes
checking what to include in gstdint.h... checking for sys/stat.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/mman.h... checking for ANSI C header files... yes
checking for off_t... no
yes
checking for fcntl.h... checking sys/param.h presence... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... checking for alloca.h... yes
checking for sys/types.h... no
no
checking for sys/pstat.h... checking for fgets_unlocked... yes
checking size of int... yes
checking for sys/stat.h... no
no
checking for sys/sysmp.h... checking for getc_unlocked... yes
no
checking for sys/sysinfo.h... checking for stdlib.h... no
no
checking for getcwd... checking for machine/hal_sysinfo.h... yes
checking for string.h... no
checking for sys/table.h... yes
no
checking for sys/sysctl.h... yes
checking for getegid... no
checking for memory.h... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... no
checking for strings.h... checking for geteuid... no
checking for process.h... yes
checking for inttypes.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
yes
checking for getgid... checking for stdint.h... no
checking whether time.h and sys/time.h may both be included... 4
checking size of long... yes
checking for unistd.h... no
checking for getuid... yes
checking whether errno must be declared... yes
no
checking size of int... checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for setenv... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking target system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
4
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking size of long... yes
checking dynamic linker characteristics... yes
checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
configure: updating cache ./config.cache
checking for stdlib.h... (cached) yes
configure: creating ./config.status
no
checking for strcasecmp... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strdup... yes
checking for working mmap... no
checking for memcpy... config.status: creating Makefile
yes
yes
checking for strtoul... config.status: creating config.h
checking for strerror... config.status: executing gstdint.h commands
yes
yes
checking for tsearch... checking for unistd.h... (cached) yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __fsetlocking... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether included gettext is requested... no
checking for GNU gettext in libc... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... no
none needed
checking how to run the C preprocessor... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... config.status: creating Makefile
config.status: creating config.intl
yes
checking for stdlib.h... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for string.h... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
config.status: executing libtool commands
checking for strings.h... yes
config.status: creating config.h
checking for inttypes.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
8
checking for stdint.h... checking for a 64-bit type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
uint64_t
checking for intptr_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for uintptr_t... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for working volatile... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
void
checking for size_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for library containing strerror... none required
checking for asprintf... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for basename... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
yes
checking for bcmp... checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for bcopy... none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for lstat... yes
checking for bzero... no
checking for memmove... no
checking for calloc... yes
checking for putenv... yes
checking for clock... yes
checking for select... yes
checking for ffs... no
checking for setenv... no
checking for getcwd... no
checking for setlocale... yes
checking for getpagesize... yes
checking for strcasecmp... yes
checking for gettimeofday... yes
checking for strpbrk... yes
checking for index... yes
checking for tcgetattr... no
checking for insque... no
checking for vsnprintf... no
checking for memchr... yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for memset... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for mkstemps... no
checking varargs.h presence... no
checking for putenv... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for random... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for rename... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for rindex... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for snprintf... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for sigsetmask... checking termios.h usability... no
checking termios.h presence... no
checking for stpcpy... no
checking for termios.h... no
checking termio.h usability... no
no
checking termio.h presence... checking for stpncpy... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
checking sys/file.h presence... 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... checking for strndup... 64
checking for type of signal functions... no
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... checking for strverscmp... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for tmpnam... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vfprintf... yes
no
checking for speed_t in sys/types.h... checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsprintf... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking for mbschr... checking for sys_siglist... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for iswupper... no
yes
checking for psignal... checking for towlower... no
checking for pstat_getdynamic... yes
no
checking for pstat_getstatic... checking for towupper... yes
no
checking for realpath... checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sbrk... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for spawnve... yes
checking configuration for building shared libraries... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
no
checking for sysconf... config.status: creating doc/Makefile
no
checking for sysctl... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysmp... config.status: creating config.h
no
checking for table... config.status: executing default commands
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 21:12 [binutils-gdb] (SPARC/LEON) fix incorrect array return value printed by "finish" sergiodj+buildbot
@ 2018-05-04 23:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 23:59 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/1550>

Commit(s) tested:
	05bc7456b872b81044d3b0e7c4d74c1de57217fd

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(SPARC/LEON) fix incorrect array return value printed by "finish"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/05/05bc7456b872b81044d3b0e7c4d74c1de57217fd/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
configure: updating cache ./config.cache
checking build system type... checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
none required
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
yes
checking for sys/types.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for string.h... inline
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for sys/types.h... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... yes
yes
checking for sys/stat.h... yes
checking for strings.h... checking for C compiler default output file name... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking for inttypes.h... checking for stdlib.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
.exe
yes
checking for suffix of object files... checking for stdint.h... o
checking whether we are using the GNU C compiler... checking for string.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for memory.h... checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for strings.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking minix/config.h usability... yes
.exe
checking for suffix of object files... yes
checking for inttypes.h... no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdint.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 64
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -W... none needed
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking how to run the C preprocessor... checking for grep that handles long lines and -e... yes
checking for size_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for working alloca.h... no
checking for alloca... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for sys/types.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... yes
-r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for stdlib.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for an ANSI C-conforming const... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for sys/stat.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for inline... yes
inline
checking whether byte ordering is bigendian... checking for stdint.h... yes
checking for stdlib.h... ok
checking how to run the C preprocessor... yes
checking for unsigned long long... x86_64-w64-mingw32-gcc -E
yes
checking for string.h... checking for ANSI C header files... yes
checking for inttypes.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for memory.h... checking for sys/file.h... no
checking for ld used by GCC... yes
yes
checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for sys/types.h... checking for strings.h... yes
checking for limits.h... yes
done
yes
yes
checking argz.h usability... checking for inttypes.h... checking for sys/stat.h... checking for stdlib.h... (cached) yes
no
checking argz.h presence... checking for malloc.h... yes
yes
yes
checking for stdint.h... no
checking for argz.h... no
checking for stdlib.h... checking for string.h... (cached) yes
checking limits.h usability... yes
checking for unistd.h... (cached) yes
yes
yes
checking limits.h presence... checking for unistd.h... checking for strings.h... (cached) yes
checking for sys/time.h... checking for string.h... yes
checking for limits.h... yes
yes
checking for time.h... yes
checking locale.h usability... yes
yes
checking ctype.h usability... checking for memory.h... checking for sys/resource.h... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking ctype.h presence... checking nl_types.h usability... yes
no
checking for sys/stat.h... (cached) yes
yes
checking for ctype.h... yes
checking for strings.h... checking stddef.h usability... no
checking nl_types.h presence... checking for sys/mman.h... no
checking for fcntl.h... yes
yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking stddef.h presence... checking for alloca.h... checking for inttypes.h... yes
checking for stddef.h... yes
no
checking for sys/pstat.h... yes
checking for string.h... (cached) yes
yes
checking malloc.h presence... checking for stdint.h... yes
checking for malloc.h... yes
checking stdio.h usability... no
checking stddef.h usability... checking for sys/sysmp.h... yes
yes
checking stdio.h presence... yes
checking stddef.h presence... yes
checking for stdio.h... yes
no
checking for unistd.h... checking for sys/sysinfo.h... yes
checking for stddef.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
no
checking for machine/hal_sysinfo.h... yes
checking for string.h... (cached) yes
yes
checking for uintptr_t... checking for dlfcn.h... checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for int_least32_t... yes
checking sys/param.h presence... no
checking for objdir... .libs
yes
checking for sys/param.h... yes
no
checking for sys/systemcfg.h... checking for feof_unlocked... yes
checking for int_fast32_t... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for fgets_unlocked... no
checking for process.h... yes
checking for uint64_t... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for sys/prctl.h... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... yes
checking for off_t... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
no
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking size of int... checking for getegid... yes
checking whether -lc should be explicitly linked in... yes
checking size of int... yes
checking dynamic linker characteristics... no
checking for geteuid... no
checking for getgid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
no
checking for getuid... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for mempcpy... yes
checking for working mmap... no
checking for memcpy... yes
checking for munmap... yes
4
checking size of long... 4
checking size of long... checking for strerror... no
checking for putenv... yes
checking for unistd.h... (cached) yes
yes
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for strcasecmp... x86_64-pc-linux-gnu
checking host system type... 4
checking size of size_t... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for strdup... yes
checking for strtoul... no
yes
configure: updating cache ./config.cache
checking for tsearch... configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... 8
checking for long long... config.status: creating Makefile
no
checking for iconv... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
8
checking for a 64-bit type... config.status: creating Makefile
configure: creating cache ./config.cache
uint64_t
checking for intptr_t... config.status: creating config.intl
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating config.h
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: executing default-1 commands
yes
checking for uintptr_t... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
checking for pid_t... config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating config.h
o
checking whether we are using the GNU C compiler... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
none needed
checking how to run the C preprocessor... none required
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -E
yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
/usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for basename... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for bcmp... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for bcopy... checking for stdlib.h... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
checking for bsearch... checking for string.h... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for memory.h... no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for calloc... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for strings.h... yes
yes
checking for clock... checking for inttypes.h... yes
checking for stdint.h... yes
yes
checking for ffs... checking for unistd.h... no
checking for getcwd... yes
checking minix/config.h usability... yes
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for gettimeofday... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for index... no
checking for working volatile... yes
checking return type of signal handlers... no
checking for insque... void
checking for size_t... no
checking for memchr... yes
checking for ssize_t... yes
checking for memcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
yes
checking for dirent.h that defines DIR... checking for memcpy... yes
checking for library containing opendir... yes
checking for memmem... none required
checking for fcntl... no
checking for memmove... no
checking for kill... yes
no
checking for lstat... checking for mempcpy... no
yes
checking for memmove... checking for memset... yes
yes
checking for putenv... checking for mkstemps... yes
checking for select... no
checking for putenv... no
checking for setenv... yes
no
checking for setlocale... checking for random... no
checking for rename... yes
checking for strcasecmp... yes
checking for rindex... yes
checking for strpbrk... yes
checking for tcgetattr... no
checking for setenv... no
checking for vsnprintf... no
checking for snprintf... yes
checking for isascii... yes
checking for sigsetmask... yes
checking for isxdigit... no
checking for stpcpy... yes
no
checking for getpwent... checking for stpncpy... no
checking for getpwnam... no
checking for strcasecmp... yes
no
checking for strchr... checking for getpwuid... yes
checking for strdup... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for strncasecmp... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strndup... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strnlen... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strrchr... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for strstr... checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtod... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtol... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoul... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strtoll... checking termio.h usability... yes
checking for strtoull... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strverscmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for tmpnam... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for vasprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vfprintf... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for vprintf... checking for sys/ptem.h... 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 vsnprintf... 64
checking for type of signal functions... yes
checking for vsprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for waitpid... no
checking for setproctitle... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for sig_atomic_t in signal.h... no
checking for fork... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for vfork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for _doprnt... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... not found
checking for struct dirent.d_ino... no
checking for external symbol _system_configuration... yes
checking for struct dirent.d_fileno... no
checking for __fsetlocking... no
checking for tgetent... no
no
checking for tgetent in -ltermcap... checking for canonicalize_file_name... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for dup3... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrlimit... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for getrusage... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getsysinfo... yes
checking for mbscasecmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbscmp... no
checking for psignal... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for pstat_getdynamic... yes
checking for mbschr... no
checking for pstat_getstatic... no
checking for wcrtomb... no
checking for realpath... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... yes
no
checking for wcwidth... checking for sbrk... no
checking for wctype... no
checking for spawnve... yes
checking for wcswidth... yes
checking for spawnvpe... no
checking whether mbrtowc and mbstate_t are properly declared... yes
yes
checking for strerror... checking for iswlower... yes
yes
checking for strsignal... checking for iswupper... no
yes
checking for sysconf... checking for towlower... yes
checking for towupper... no
checking for sysctl... yes
checking for iswctype... no
checking for sysmp... no
checking for table... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for times... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... supported
checking for wait3... configure: updating cache ./config.cache
no
checking for wait4... configure: creating ./config.status
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating Makefile
yes
checking whether snprintf is declared... config.status: creating doc/Makefile
yes
checking whether vsnprintf is declared... config.status: creating examples/Makefile
yes
checking whether calloc is declared... config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking whether getenv is declared... config.status: executing default commands
yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 20:53 [binutils-gdb] Minor cleanups in printcmd.c sergiodj+buildbot
@ 2018-05-04 23:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 23:22 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/1549>

Commit(s) tested:
	2f433492bd9dd3af10aab8d92dc0bfbf8ff6c5e8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Minor cleanups in printcmd.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2f/2f433492bd9dd3af10aab8d92dc0bfbf8ff6c5e8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
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
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 ./config.status
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-w64-mingw32
checking target system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32
checking for xgettext... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... .exe
checking for suffix of object files... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-w64-mingw32-gcc -E
none required
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... checking for sys/stat.h... yes
checking for inline... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... inline
yes
checking for stdlib.h... checking for sys/types.h... .exe
yes
checking for suffix of object files... checking for string.h... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
checking for strings.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for memory.h... checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for strings.h... checking for unistd.h... /usr/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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking minix/config.h usability... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... no
checking minix/config.h presence... yes
checking for C compiler default output file name... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for unistd.h... yes
checking how to run the C preprocessor... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for off_t... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... o
checking whether we are using the GNU C compiler... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for alloca... yes
checking for sys/types.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for grep that handles long lines and -e... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for getpagesize... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for sys/stat.h... yes
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdlib.h... yes
checking for inline... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stdint.h... inline
checking whether byte ordering is bigendian... checking for string.h... yes
checking for unsigned long long... yes
checking for memory.h... yes
checking for inttypes.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for strings.h... ok
no
checking for ld used by GCC... checking how to run the C preprocessor... checking for sys/param.h... yes
yes
x86_64-w64-mingw32-gcc -E
checking for limits.h... checking for inttypes.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for stdlib.h... (cached) yes
checking for malloc.h... checking for ANSI C header files... yes
done
checking argz.h usability... yes
checking for stdint.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for unistd.h... no
checking argz.h presence... checking for sys/time.h... yes
checking for sys/types.h... yes
yes
checking ctype.h usability... no
checking for argz.h... no
yes
checking limits.h usability... checking for time.h... checking for sys/stat.h... yes
yes
checking ctype.h presence... checking for sys/resource.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
yes
checking for ctype.h... yes
checking locale.h usability... no
checking for sys/stat.h... (cached) yes
checking stddef.h usability... checking for stdlib.h... checking for sys/mman.h... yes
checking locale.h presence... no
checking for fcntl.h... yes
checking for locale.h... yes
yes
yes
checking for string.h... yes
checking stddef.h presence... checking for alloca.h... checking nl_types.h usability... yes
checking for stddef.h... yes
no
checking for sys/pstat.h... yes
checking for string.h... (cached) yes
checking for memory.h... no
no
checking nl_types.h presence... checking for sys/sysmp.h... checking stdio.h usability... yes
no
checking for sys/sysinfo.h... checking for strings.h... no
checking for nl_types.h... no
yes
checking stdio.h presence... checking malloc.h usability... no
yes
checking for machine/hal_sysinfo.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking malloc.h presence... checking for inttypes.h... no
yes
checking for malloc.h... yes
checking for sys/table.h... checking stddef.h usability... no
checking for sys/sysctl.h... yes
yes
checking for uintptr_t... checking for stdint.h... no
yes
checking stddef.h presence... checking for sys/systemcfg.h... yes
checking for stddef.h... yes
yes
no
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... yes
checking for int_least32_t... checking for string.h... (cached) yes
checking for stdio_ext.h... yes
checking for dlfcn.h... checking for unistd.h... (cached) yes
no
checking for process.h... yes
checking sys/param.h usability... yes
checking for int_fast32_t... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for objdir... .libs
yes
checking sys/param.h presence... no
checking whether time.h and sys/time.h may both be included... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for uint64_t... yes
checking whether errno must be declared... no
checking for fgets_unlocked... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking size of int... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for getc_unlocked... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for off_t... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getcwd... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking size of int... checking for getegid... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for geteuid... checking for stdlib.h... (cached) yes
4
checking for unistd.h... (cached) yes
checking size of long... no
checking for getgid... checking for getpagesize... no
checking for getuid... yes
checking for working mmap... no
checking for memcpy... no
checking for mempcpy... yes
yes
checking for strerror... 4
checking size of long... checking for munmap... yes
checking for unistd.h... (cached) yes
no
checking for putenv... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... 4
checking size of size_t... no
checking for setlocale... yes
checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for strcasecmp... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for strdup... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strtoul... yes
checking for tsearch... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for __argz_count... 8
checking for long long... no
checking for __argz_stringify... yes
checking size of long long... no
checking for __argz_next... config.status: creating Makefile
no
checking for __fsetlocking... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for iconv... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating Makefile
8
checking for a 64-bit type... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing depfiles commands
uint64_t
checking for intptr_t... config.status: executing libtool commands
configure: creating cache ./config.cache
yes
checking for uintptr_t... checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.h
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: executing default-1 commands
yes
checking for ssize_t... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
a.exe
checking whether the C compiler works... yes
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for library containing strerror... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
none required
o
checking whether we are using the GNU C compiler... checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for atexit... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
x86_64-w64-mingw32-gcc -E
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
yes
checking for sys/types.h... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for stdlib.h... no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
yes
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for string.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for memory.h... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for strings.h... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
checking for calloc... /bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
yes
yes
checking for clock... checking for inttypes.h... config.status: creating config.h
config.status: config.h is unchanged
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for ffs... checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking minix/config.h usability... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for index... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for function prototypes... yes
checking whether char is unsigned... no
no
checking for working volatile... checking for insque... yes
checking return type of signal handlers... no
checking for memchr... void
checking for size_t... yes
checking for memcmp... yes
checking for ssize_t... yes
checking for memcpy... yes
checking for memmem... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for memmove... yes
checking for library containing opendir... yes
checking for mempcpy... none required
yes
checking for fcntl... checking for memset... no
checking for kill... yes
checking for mkstemps... no
checking for lstat... no
checking for putenv... no
checking for memmove... yes
yes
checking for putenv... checking for random... no
checking for rename... yes
checking for select... yes
checking for rindex... no
checking for setenv... no
checking for setenv... no
checking for setlocale... no
checking for snprintf... yes
checking for strcasecmp... yes
yes
checking for strpbrk... checking for sigsetmask... yes
checking for tcgetattr... no
checking for stpcpy... no
checking for vsnprintf... yes
no
checking for isascii... checking for stpncpy... no
yes
checking for strcasecmp... checking for isxdigit... yes
checking for strchr... yes
checking for getpwent... yes
checking for strdup... no
checking for getpwnam... yes
checking for strncasecmp... yes
no
checking for getpwuid... checking for strndup... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for strnlen... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strrchr... checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strstr... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for strtod... yes
checking for limits.h... yes
yes
checking for strtol... checking locale.h usability... yes
yes
checking locale.h presence... checking for strtoul... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtoll... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtoull... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strverscmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for tmpnam... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for vasprintf... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for vfprintf... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for vprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for vsnprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for vsprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for waitpid... checking for type of signal functions... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for vfork.h... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking for fork... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for vfork... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for _doprnt... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for sys_siglist... not found
checking for struct dirent.d_ino... no
checking for external symbol _system_configuration... yes
checking for struct dirent.d_fileno... no
checking for __fsetlocking... no
checking for tgetent... no
checking for canonicalize_file_name... no
checking for tgetent in -ltermcap... no
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for dup3... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrlimit... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
no
checking langinfo.h presence... checking for getrusage... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for pstat_getdynamic... no
no
checking for wcrtomb... checking for pstat_getstatic... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for realpath... yes
checking for wcwidth... no
checking for setrlimit... no
checking for wctype... no
yes
checking for wcswidth... checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
yes
checking for iswlower... checking for spawnvpe... yes
checking for strerror... yes
checking for iswupper... yes
checking for strsignal... yes
checking for towlower... no
checking for sysconf... yes
checking for towupper... yes
no
checking for sysctl... checking for iswctype... no
checking for sysmp... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for table... yes
checking for wctype_t in wctype.h... no
checking for times... yes
checking for wint_t in wctype.h... no
checking for wait3... yes
checking configuration for building shared libraries... supported
no
checking for wait4... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... config.status: creating Makefile
yes
checking whether vasprintf is declared... config.status: creating doc/Makefile
yes
checking whether snprintf is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 20:33 [binutils-gdb] Use previous count when 'x' command is repeated sergiodj+buildbot
@ 2018-05-04 22:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 22:40 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/1548>

Commit(s) tested:
	9be2ae8fc6b908746d9d7ebaf77aec8abba5dd2c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use previous count when 'x' command is repeated

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9b/9be2ae8fc6b908746d9d7ebaf77aec8abba5dd2c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... configure: updating cache ./config.cache
/usr/bin/msgfmt
configure: creating ./config.status
checking build system type... checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for perl... checking for suffix of object files... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for C compiler default output file name... checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for an ANSI C-conforming const... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -W... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for memory.h... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for strings.h... checking for strings.h... yes
checking how to run the C preprocessor... yes
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking for grep that handles long lines and -e... checking for stdint.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
yes
yes
checking for off_t... checking minix/config.h usability... checking for sys/types.h... yes
no
checking minix/config.h presence... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... 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... yes
checking for string.h... yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... checking for memory.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
yes
checking for inttypes.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for stdint.h... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unsigned long long... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
checking for C compiler default output file name... checking ctype.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... yes
checking for ctype.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking stddef.h usability... checking for ld used by GCC... .exe
checking for suffix of object files... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for stddef.h... yes
yes
checking for shared library run path origin... yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
o
checking whether we are using the GNU C compiler... checking stdio.h usability... yes
checking for inline... done
checking argz.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdio.h... yes
no
checking argz.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for argz.h... no
checking limits.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for uintptr_t... checking for sys/file.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sys/param.h... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking locale.h presence... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for limits.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for int_least32_t... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for strings.h... (cached) yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/time.h... no
checking nl_types.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for int_fast32_t... yes
checking for time.h... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/resource.h... yes
checking for uint64_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
ok
checking how to run the C preprocessor... no
checking stddef.h usability... checking for fcntl.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for alloca.h... yes
checking stddef.h presence... x86_64-w64-mingw32-gcc -E
yes
checking for off_t... no
yes
checking for stddef.h... yes
checking for sys/pstat.h... no
checking for stdlib.h... (cached) yes
checking for ANSI C header files... checking for sys/sysmp.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysinfo.h... yes
checking size of int... no
checking for machine/hal_sysinfo.h... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... checking for sys/types.h... yes
no
checking for feof_unlocked... checking for sys/table.h... yes
no
checking for sys/sysctl.h... checking for sys/stat.h... no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for stdlib.h... no
checking for process.h... no
checking for getc_unlocked... yes
yes
checking for sys/prctl.h... checking for string.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
yes
checking for getcwd... checking for memory.h... yes
checking whether errno must be declared... yes
yes
checking for strings.h... checking for getegid... no
checking size of int... yes
checking for inttypes.h... 4
checking size of long... no
checking for geteuid... yes
checking for stdint.h... no
checking for getgid... yes
checking for unistd.h... yes
no
checking for getuid... checking for dlfcn.h... no
checking for objdir... .libs
no
checking for mempcpy... yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for setenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for setlocale... yes
checking whether -lc should be explicitly linked in... no
yes
yes
checking dynamic linker characteristics... checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... checking for strcasecmp... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strdup... 4
checking size of size_t... yes
config.status: creating Makefile
checking for working mmap... no
checking for memcpy... config.status: creating config.h
yes
checking for strtoul... config.status: executing gstdint.h commands
yes
yes
checking for strerror... checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
yes
checking for unistd.h... (cached) yes
checking for __argz_count... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
8
checking for long long... checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... yes
checking size of long long... no
checking for GNU gettext in libintl... .exe
checking for suffix of object files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
8
checking for a 64-bit type... config.status: creating Makefile
yes
checking for string.h... config.status: executing depfiles commands
config.status: creating config.h
uint64_t
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
config.status: executing libtool commands
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for intptr_t... yes
checking for memory.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for stdint.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking minix/config.h usability... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for library containing strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... none required
checking for asprintf... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
yes
checking return type of signal handlers... checking for atexit... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bcopy... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for bsearch... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
none required
checking for fcntl... yes
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for bzero... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for kill... no
checking for calloc... no
checking for lstat... yes
checking for clock... no
checking for memmove... yes
checking for ffs... yes
checking for putenv... no
checking for getcwd... yes
checking for select... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for random... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
no
checking varargs.h presence... checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
no
checking for memory.h... (cached) yes
checking for stpcpy... checking termcap.h usability... yes
checking termcap.h presence... no
checking for stpncpy... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strrchr... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strtoll... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for tmpnam... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vsnprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsprintf... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for waitpid... no
checking langinfo.h presence... no
checking for setproctitle... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... yes
checking for mbscasecmp... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for wcrtomb... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for sbrk... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking for sysconf... config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 20:13 [binutils-gdb] Remove do_closedir_cleanup sergiodj+buildbot
@ 2018-05-04 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 21:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1547>

Commit(s) tested:
	f0b3976bdcd29e308bed185630a24806037a717c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove do_closedir_cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f0/f0b3976bdcd29e308bed185630a24806037a717c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 20:29 [binutils-gdb] Remove cleanup from print_mention_exception sergiodj+buildbot
@ 2018-05-04 21:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 21:08 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/1546>

Commit(s) tested:
	862d101ada6b6e8496e545c0bcd801cf8b9a46c1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from print_mention_exception

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/86/862d101ada6b6e8496e545c0bcd801cf8b9a46c1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./zlib
Configuring in ./etc
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... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking for xgettext... /usr/bin/xgettext
x86_64-w64-mingw32
checking target system type... checking for msgmerge... checking for perl... perl
x86_64-w64-mingw32
/usr/bin/msgmerge
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... yes
checking for sys/types.h... /usr/bin/grep
checking for egrep... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep -E
checking for ANSI C header files... yes
.exe
checking for suffix of object files... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for an ANSI C-conforming const... checking for stdlib.h... yes
checking for inline... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking for sys/types.h... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
yes
checking for memory.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for unistd.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
no
checking minix/config.h presence... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for stdint.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for grep that handles long lines and -e... checking for unistd.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for off_t... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for C compiler default output file name... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
a.exe
checking whether the C compiler works... yes
yes
checking for size_t... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for sys/stat.h... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
no
checking for alloca... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for unistd.h... (cached) yes
checking for memory.h... checking for getpagesize... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking for strings.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for an ANSI C-conforming const... checking for inttypes.h... yes
checking for stdint.h... yes
checking for inline... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... yes
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for unsigned long long... inline
checking whether byte ordering is bigendian... yes
checking for stdint.h... yes
yes
checking for inttypes.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
no
checking for ld used by GCC... checking for sys/file.h... checking ctype.h usability... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/param.h... yes
checking for shared library run path origin... yes
checking ctype.h presence... yes
ok
checking how to run the C preprocessor... checking for limits.h... yes
checking for ctype.h... yes
yes
checking stddef.h usability... done
checking for stdlib.h... (cached) yes
checking argz.h usability... x86_64-w64-mingw32-gcc -E
checking for malloc.h... yes
checking stddef.h presence... no
checking argz.h presence... yes
checking for ANSI C header files... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
yes
checking limits.h presence... checking stdio.h usability... yes
checking for strings.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/types.h... checking for sys/time.h... checking locale.h usability... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for time.h... yes
yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for sys/resource.h... checking for sys/stat.h... no
yes
checking for uintptr_t... checking for sys/stat.h... (cached) yes
no
checking nl_types.h presence... checking for sys/mman.h... yes
checking for stdlib.h... no
checking for fcntl.h... no
checking for nl_types.h... no
yes
checking for int_least32_t... yes
yes
checking malloc.h usability... checking for alloca.h... checking for string.h... yes
checking malloc.h presence... yes
no
checking for sys/pstat.h... yes
checking for malloc.h... yes
checking for memory.h... checking stddef.h usability... yes
checking for int_fast32_t... no
checking for sys/sysmp.h... yes
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for strings.h... no
yes
checking for uint64_t... checking for sys/sysinfo.h... yes
checking for stdlib.h... (cached) yes
checking for inttypes.h... checking for string.h... (cached) yes
yes
checking what to include in gstdint.h... no
checking for unistd.h... (cached) yes
stdint.h (already complete)
checking for machine/hal_sysinfo.h... checking for an ANSI C-conforming const... checking sys/param.h usability... yes
no
checking for sys/table.h... yes
checking for off_t... checking for stdint.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking for feof_unlocked... no
checking for sys/systemcfg.h... checking for unistd.h... yes
checking size of int... yes
no
checking for stdint.h... (cached) yes
checking for dlfcn.h... checking for stdio_ext.h... no
checking for fgets_unlocked... no
checking for objdir... no
checking for process.h... .libs
no
checking for getc_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for getegid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking size of int... 4
checking size of long... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for geteuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for getgid... 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... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
no
checking for getuid... checking for memcpy... 4
checking for ANSI C header files... (cached) yes
4
checking size of long... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
no
checking for mempcpy... checking for strerror... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for munmap... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
no
configure: creating ./config.status
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for putenv... yes
checking for setenv... 4
checking size of size_t... no
checking for setlocale... yes
checking for stpcpy... config.status: creating Makefile
no
checking for strcasecmp... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
8
checking for long long... checking for __argz_count... no
yes
checking size of long long... checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... checking for C compiler default output file name... no
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 GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
8
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for a 64-bit type... config.status: creating Makefile
.exe
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for suffix of object files... uint64_t
checking for intptr_t... config.status: executing depfiles commands
configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking for uintptr_t... config.status: executing libtool commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for ssize_t... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for library containing strerror... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
config.status: creating Makefile
none required
checking for sys/stat.h... checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
config.status: creating config.intl
yes
checking for stdlib.h... yes
config.status: creating config.h
checking for atexit... yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
config.status: executing default-1 commands
yes
checking for basename... checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
yes
checking for bcmp... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for inttypes.h... no
checking for bcopy... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for stdint.h... no
yes
checking for unistd.h... checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking minix/config.h presence... yes
checking for bzero... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for calloc... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for clock... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for working volatile... yes
yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for getcwd... yes
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for dirent.h that defines DIR... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for gettimeofday... checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
none required
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for fcntl... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for kill... no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for memchr... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for lstat... yes
checking for memcmp... no
checking for memmove... yes
yes
checking for memcpy... checking for putenv... yes
checking for memmem... yes
checking for select... no
checking for memmove... yes
no
checking for setenv... checking for mempcpy... no
checking for setlocale... yes
checking for memset... yes
checking for strcasecmp... yes
yes
checking for strpbrk... checking for mkstemps... yes
no
checking for putenv... checking for tcgetattr... yes
checking for random... no
checking for vsnprintf... no
checking for rename... yes
checking for isascii... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
yes
checking for getpwnam... checking for sigsetmask... no
checking for stpcpy... no
checking for getpwuid... no
checking for stpncpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for strcasecmp... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for strchr... checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... checking for strdup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strncasecmp... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strndup... no
checking pwd.h presence... no
checking for strnlen... yes
no
checking for pwd.h... no
checking for strrchr... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for strstr... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... checking for strtod... no
checking termio.h presence... yes
checking for strtol... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoul... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtoll... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strtoull... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strverscmp... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vsnprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for waitpid... no
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for fork... no
no
checking for tgetent... checking for vfork... no
checking for tgetent in -ltermcap... no
checking for _doprnt... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
yes
checking wctype.h presence... checking for sys_siglist... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for external symbol _system_configuration... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
yes
checking for wcsdup... checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for realpath... no
checking for setrlimit... yes
checking for iswlower... no
checking for sbrk... yes
checking for iswupper... no
checking for spawnve... yes
checking for towlower... yes
checking for spawnvpe... yes
yes
checking for towupper... checking for strerror... yes
checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for sysconf... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysctl... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... config.status: creating Makefile
no
checking whether basename is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking whether ffs is declared... config.status: creating shlib/Makefile
no
config.status: creating config.h
checking whether asprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 19:36 [binutils-gdb] Return std::string from ada_exception_catchpoint_cond_string sergiodj+buildbot
@ 2018-05-04 20:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 20:27 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/1545>

Commit(s) tested:
	cb7de75eb33b2ceda391c903cac5e5ed63933b99

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Return std::string from ada_exception_catchpoint_cond_string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cb/cb7de75eb33b2ceda391c903cac5e5ed63933b99/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking for inline... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/types.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdlib.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for string.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for memory.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... checking for unistd.h... yes
checking how to run the C preprocessor... yes
checking for off_t... yes
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for size_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for sys/types.h... yes
no
checking minix/config.h presence... yes
checking for working alloca.h... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for alloca... yes
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 stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for string.h... checking for getpagesize... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for inttypes.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdint.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
no
checking for ld used by GCC... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for C compiler default output file name... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking ctype.h usability... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... done
checking argz.h usability... .exe
yes
checking ctype.h presence... checking for suffix of object files... yes
checking for ctype.h... yes
no
checking argz.h presence... checking stddef.h usability... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... no
checking for argz.h... no
checking limits.h usability... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking limits.h presence... checking stdio.h usability... inline
checking whether byte ordering is bigendian... yes
checking for limits.h... yes
checking locale.h usability... yes
checking stdio.h presence... none needed
yes
checking for stdio.h... yes
checking for style of include used by make... GNU
yes
checking locale.h presence... checking dependency style of x86_64-w64-mingw32-gcc... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for sys/param.h... /usr/bin/sed
no
checking nl_types.h presence... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for uintptr_t... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for limits.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking malloc.h presence... yes
checking for int_least32_t... 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
yes
checking for malloc.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for stdlib.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking stddef.h usability... checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for strings.h... (cached) yes
yes
checking for int_fast32_t... yes
checking for stddef.h... yes
checking for sys/time.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for time.h... checking for unistd.h... (cached) yes
ok
checking how to run the C preprocessor... checking sys/param.h usability... yes
yes
checking for uint64_t... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking sys/param.h presence... no
checking for fcntl.h... x86_64-w64-mingw32-gcc -E
yes
checking what to include in gstdint.h... yes
checking for sys/param.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for feof_unlocked... yes
checking for ANSI C header files... yes
checking for off_t... checking for alloca.h... no
checking for fgets_unlocked... no
checking for sys/pstat.h... yes
checking for sys/types.h... no
checking for sys/sysmp.h... no
yes
checking for getc_unlocked... no
yes
checking size of int... checking for sys/sysinfo.h... no
checking for sys/stat.h... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for getcwd... yes
no
checking for sys/sysctl.h... checking for stdlib.h... no
checking for sys/systemcfg.h... yes
checking for getegid... yes
no
checking for string.h... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
yes
checking for geteuid... checking for memory.h... no
checking for process.h... yes
checking for strings.h... yes
no
checking for sys/prctl.h... checking for getgid... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for inttypes.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getuid... yes
checking for stdint.h... yes
checking whether errno must be declared... 4
checking size of long... no
checking size of int... yes
no
checking for unistd.h... checking for mempcpy... yes
checking for dlfcn.h... yes
checking for munmap... no
checking for objdir... .libs
no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for setenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
x86_64-pc-linux-gnu
checking host system type... checking for stpcpy... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking target system type... 4
checking size of long... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for strcasecmp... yes
checking whether -lc should be explicitly linked in... yes
yes
checking dynamic linker characteristics... no
checking for strdup... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for tsearch... yes
checking for working mmap... no
checking for memcpy... config.status: creating Makefile
yes
config.status: creating config.h
checking for __argz_count... config.status: executing gstdint.h commands
yes
checking for strerror... no
checking for __argz_stringify... 4
checking size of size_t... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for unistd.h... (cached) yes
no
checking for __argz_next... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-pc-linux-gnu
checking host system type... no
checking for LC_MESSAGES... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
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... checking for C compiler default output file name... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 8
checking for long long... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... yes
checking size of long long... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/types.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating Makefile
checking for sys/stat.h... config.status: executing depfiles commands
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
config.status: executing libtool commands
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for inttypes.h... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
uint64_t
checking for intptr_t... checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for unistd.h... yes
checking for uintptr_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for pid_t... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for basename... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
yes
checking for dirent.h that defines DIR... checking for bcmp... yes
checking for library containing opendir... no
checking for bcopy... none required
checking for fcntl... no
checking for bsearch... no
checking for kill... yes
checking for bzero... no
checking for lstat... no
checking for calloc... no
checking for memmove... yes
checking for clock... yes
checking for putenv... yes
checking for ffs... yes
checking for select... no
checking for getcwd... no
checking for setenv... yes
checking for getpagesize... no
checking for setlocale... yes
checking for gettimeofday... yes
checking for strcasecmp... yes
checking for index... yes
checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
checking for memcmp... yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for mkstemps... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for putenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for random... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strings.h... (cached) yes
checking for rename... checking limits.h usability... yes
yes
checking limits.h presence... checking for rindex... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for snprintf... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for sigsetmask... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpcpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpncpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strchr... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strdup... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strncasecmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strndup... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strtoul... yes
checking whether signal handlers are of type void... yes
checking for strtoll... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtoull... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbsnrtowcs... no
checking for fork... no
checking for mbsrtowcs... no
checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for realpath... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for setrlimit... yes
checking for wint_t in wctype.h... no
checking for sbrk... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strerror... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking for strsignal... config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 19:03 [binutils-gdb] Remove cleanup from old_renaming_is_invisible sergiodj+buildbot
@ 2018-05-04 19:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 19: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/1544>

Commit(s) tested:
	49d83361cda4614f571f46c6bc0464092daf3dc9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from old_renaming_is_invisible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/49/49d83361cda4614f571f46c6bc0464092daf3dc9/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
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
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for perl... perl
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
o
checking whether we are using the GNU C compiler... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-w64-mingw32-gcc -E
none required
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for grep that handles long lines and -e... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... .exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for inline... checking for stdlib.h... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for string.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for memory.h... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for string.h... checking for inttypes.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdint.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for C compiler default output file name... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking minix/config.h usability... yes
yes
checking how to run the C preprocessor... checking for inttypes.h... no
checking minix/config.h presence... .exe
yes
x86_64-w64-mingw32-gcc -E
checking for suffix of object files... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for sys/types.h... none needed
checking for style of include used by make... 64
checking for off_t... GNU
checking whether x86_64-w64-mingw32-gcc supports -W... checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for stdlib.h... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for size_t... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for working alloca.h... no
checking for alloca... yes
yes
checking for memory.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... ok
yes
checking how to run the C preprocessor... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for ANSI C header files... yes
checking for stdint.h... yes
checking for an ANSI C-conforming const... checking for unistd.h... yes
yes
checking for inline... checking for unsigned long long... yes
yes
yes
checking for inttypes.h... checking for sys/types.h... checking ctype.h usability... inline
checking whether byte ordering is bigendian... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for sys/stat.h... yes
checking ctype.h presence... no
checking for ld used by GCC... yes
yes
checking for ctype.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking stddef.h usability... checking for stdlib.h... checking for sys/file.h... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for string.h... yes
checking stddef.h presence... checking for sys/param.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking stdio.h usability... yes
done
checking argz.h usability... checking for memory.h... checking for limits.h... yes
checking stdio.h presence... yes
yes
yes
checking for stdio.h... yes
no
checking argz.h presence... checking for strings.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
yes
checking limits.h presence... checking for sys/time.h... checking for inttypes.h... yes
checking for uintptr_t... yes
checking for time.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sys/resource.h... yes
no
checking for sys/stat.h... (cached) yes
yes
checking locale.h presence... checking for stdint.h... yes
checking for locale.h... yes
yes
checking for int_least32_t... checking nl_types.h usability... checking for sys/mman.h... yes
checking for unistd.h... no
checking for fcntl.h... no
checking nl_types.h presence... yes
yes
yes
checking for int_fast32_t... checking for alloca.h... checking for dlfcn.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/pstat.h... no
checking for objdir... yes
checking malloc.h presence... .libs
no
checking for sys/sysmp.h... yes
checking for malloc.h... yes
yes
checking for uint64_t... checking stddef.h usability... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking what to include in gstdint.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/table.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/sysctl.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for string.h... (cached) yes
yes
checking for off_t... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/systemcfg.h... yes
checking sys/param.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for sys/param.h... yes
no
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... no
yes
checking dynamic linker characteristics... no
checking for process.h... checking for fgets_unlocked... yes
checking size of int... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for getc_unlocked... checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking for getpagesize... yes
checking for getegid... yes
checking whether errno must be declared... yes
checking for working mmap... no
checking for memcpy... no
checking size of int... no
checking for geteuid... yes
checking for strerror... 4
checking size of long... no
checking for getgid... yes
checking for unistd.h... (cached) yes
no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for putenv... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stpcpy... 4
no
checking size of size_t... checking for strcasecmp... yes
checking for strdup... config.status: creating Makefile
yes
config.status: creating config.h
checking for strtoul... yes
config.status: executing gstdint.h commands
checking for tsearch... yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
checking for __argz_stringify... Configuring in ./readline
no
8
checking for long long... checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... configure: creating cache ./config.cache
no
checking for LC_MESSAGES... checking build system type... no
checking for bison... bison
checking version of bison... x86_64-pc-linux-gnu
checking host system type... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
config.status: creating Makefile
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: executing depfiles commands
.exe
checking for suffix of object files... config.status: executing libtool commands
8
checking for a 64-bit type... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... uint64_t
checking for intptr_t... config.status: creating Makefile
config.status: creating config.intl
none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -E
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for ssize_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for library containing strerror... yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
none required
checking for asprintf... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for memory.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for atexit... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for inttypes.h... checking for basename... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for bcmp... checking for unistd.h... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for bcopy... checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for bsearch... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for bzero... rm -f plural.h
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for working volatile... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking return type of signal handlers... checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for gettimeofday... yes
checking for library containing opendir... yes
checking for index... none required
no
checking for insque... checking for fcntl... no
no
checking for kill... checking for memchr... yes
no
checking for lstat... checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
checking for putenv... yes
checking for memmem... yes
checking for select... no
checking for memmove... no
checking for setenv... yes
checking for mempcpy... no
checking for setlocale... yes
checking for memset... yes
checking for strcasecmp... yes
checking for mkstemps... yes
checking for strpbrk... no
yes
checking for putenv... checking for tcgetattr... yes
checking for random... no
checking for vsnprintf... no
checking for rename... yes
checking for isascii... yes
checking for rindex... yes
no
checking for isxdigit... checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpncpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for strcasecmp... checking varargs.h usability... no
checking varargs.h presence... yes
checking for strchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for strdup... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strncasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strndup... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strnlen... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for strrchr... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strstr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtod... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strtol... no
checking termio.h presence... yes
checking for strtoul... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoll... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strtoull... checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strverscmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for vsnprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vsprintf... yes
checking whether signal handlers are of type void... yes
checking for waitpid... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for setproctitle... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... not found
checking for struct dirent.d_ino... no
checking for vfork... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for external symbol _system_configuration... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
yes
checking wchar.h presence... checking for __fsetlocking... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for canonicalize_file_name... no
checking for langinfo.h... no
checking for mbrlen... no
checking for dup3... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for sbrk... yes
no
checking for iswlower... checking for spawnve... yes
yes
checking for iswupper... checking for spawnvpe... yes
checking for towlower... yes
yes
checking for strerror... checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for sysmp... yes
checking for wint_t in wctype.h... no
checking for table... yes
checking configuration for building shared libraries... supported
no
checking for times... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for wait3... no
checking for wait4... no
config.status: creating Makefile
checking whether basename is declared... config.status: creating doc/Makefile
no
checking whether ffs is declared... config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking whether asprintf is declared... config.status: creating config.h
yes
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 18:25 [binutils-gdb] Use gdb_bfd_ref_ptr in target_bfd sergiodj+buildbot
@ 2018-05-04 19:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 19:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1543>

Commit(s) tested:
	ade72a3453670d518ba14fe47bc7a64df81ce766

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdb_bfd_ref_ptr in target_bfd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ad/ade72a3453670d518ba14fe47bc7a64df81ce766/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 17:42 [binutils-gdb] [spu] Fix build break sergiodj+buildbot
@ 2018-05-04 18:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 18:09 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/1542>

Commit(s) tested:
	2be4d7f0e0f733ba0acc2120fdff62bd83fb8b3a

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	[spu] Fix build break

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2b/2be4d7f0e0f733ba0acc2120fdff62bd83fb8b3a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./zlib
Configuring in ./libiberty
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for msgmerge... checking for perl... perl
/usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... none needed
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
yes
checking host system type... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
none required
checking how to run the C preprocessor... checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for sys/types.h... checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
checking for sys/stat.h... yes
checking for sys/stat.h... yes
checking for inline... checking for C compiler default output file name... yes
yes
inline
checking for sys/types.h... checking for stdlib.h... checking for stdlib.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/stat.h... yes
checking for string.h... .exe
checking for suffix of object files... yes
yes
checking for string.h... checking for stdlib.h... yes
o
checking whether we are using the GNU C compiler... checking for memory.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... checking for memory.h... yes
yes
yes
checking for strings.h... checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
yes
none needed
checking for style of include used by make... checking for inttypes.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for strings.h... yes
yes
checking for inttypes.h... yes
checking for stdint.h... checking for inttypes.h... yes
yes
checking for stdint.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for stdint.h... checking for grep that handles long lines and -e... checking for unistd.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for unistd.h... yes
checking for unistd.h... yes
yes
checking minix/config.h usability... checking ctype.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking minix/config.h presence... yes
yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking stddef.h usability... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for size_t... checking for string.h... (cached) yes
ok
checking how to run the C preprocessor... checking stdio.h usability... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking stdio.h presence... yes
checking for stdio.h... yes
x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for uintptr_t... checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
yes
checking for int_least32_t... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdint.h... yes
checking for int_fast32_t... yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for stdlib.h... yes
yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for uint64_t... checking for string.h... no
checking for ld used by GCC... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for memory.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for off_t... yes
yes
checking for an ANSI C-conforming const... done
checking argz.h usability... yes
checking for inline... checking for strings.h... yes
checking size of int... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... no
checking argz.h presence... yes
checking for stdint.h... no
checking for argz.h... no
checking limits.h usability... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for unistd.h... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/file.h... checking locale.h usability... yes
checking for dlfcn.h... yes
yes
checking locale.h presence... checking for sys/param.h... yes
no
checking for objdir... checking for limits.h... .libs
yes
checking for locale.h... yes
checking nl_types.h usability... yes
no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for malloc.h... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for string.h... (cached) yes
yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for strings.h... (cached) yes
checking stddef.h usability... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sys/time.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for time.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for string.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
yes
checking dynamic linker characteristics... checking for sys/mman.h... checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for fcntl.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
checking for alloca.h... checking for feof_unlocked... no
checking for stdlib.h... (cached) yes
checking for sys/pstat.h... no
checking for fgets_unlocked... checking for unistd.h... (cached) yes
no
checking for sys/sysmp.h... checking for getpagesize... 4
checking for ANSI C header files... (cached) yes
no
checking for sys/sysinfo.h... checking build system type... yes
checking for working mmap... no
x86_64-pc-linux-gnu
no
checking host system type... checking for getc_unlocked... checking for memcpy... x86_64-w64-mingw32
checking target system type... no
checking for machine/hal_sysinfo.h... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for getcwd... no
checking for sys/table.h... yes
no
checking for sys/sysctl.h... checking for strerror... yes
checking for getegid... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for stdio_ext.h... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for process.h... configure: updating cache ./config.cache
no
checking for geteuid... configure: creating ./config.status
yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getgid... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
no
checking size of int... checking for getuid... config.status: creating Makefile
no
config.status: creating config.h
checking for mempcpy... config.status: executing gstdint.h commands
yes
checking for munmap... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
4
checking for stpcpy... checking size of long... no
checking for strcasecmp... configure: creating cache ./config.cache
yes
checking build system type... checking for strdup... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for strtoul... checking for C compiler default output file name... yes
4
checking size of size_t... checking for tsearch... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for __argz_count... .exe
checking for suffix of object files... no
checking for __argz_stringify... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... no
checking for __fsetlocking... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for iconv... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for sys/types.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for sys/stat.h... yes
checking for stdlib.h... no
checking for LC_MESSAGES... 8
checking for long long... yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
no
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... checking for memory.h... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking size of long long... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for strings.h... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for inttypes.h... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
config.status: creating Makefile
yes
checking minix/config.h usability... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking minix/config.h presence... config.status: creating config.h
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for working volatile... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking return type of signal handlers... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for ssize_t... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking for library containing strerror... checking for dirent.h that defines DIR... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
none required
checking for fcntl... checking for atexit... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
config.status: creating config.h
checking for basename... config.status: config.h is unchanged
no
checking for kill... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for lstat... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
rm -f libdecnumber.a
checking for bcopy... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for putenv... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for setlocale... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
yes
checking for clock... checking for strcasecmp... yes
checking for ffs... yes
checking for strpbrk... yes
no
checking for tcgetattr... checking for getcwd... yes
checking for getpagesize... no
checking for vsnprintf... yes
checking for gettimeofday... yes
checking for isascii... yes
checking for index... yes
no
checking for insque... checking for isxdigit... yes
checking for getpwent... no
checking for memchr... no
checking for getpwnam... yes
checking for memcmp... no
yes
checking for getpwuid... checking for memcpy... yes
checking for memmem... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for memmove... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for mempcpy... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... yes
checking for memset... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for mkstemps... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for putenv... checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... no
checking pwd.h presence... checking for random... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for rename... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking for rindex... checking termios.h usability... no
checking termios.h presence... no
no
checking for termios.h... no
checking termio.h usability... checking for setenv... no
no
checking termio.h presence... checking for snprintf... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for sigsetmask... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for stpcpy... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for stpncpy... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strcasecmp... 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 strchr... 64
checking for type of signal functions... yes
checking for strdup... yes
checking for strncasecmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strndup... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for strnlen... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for strrchr... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strstr... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtod... yes
not found
checking for struct dirent.d_ino... checking for strtol... yes
yes
checking for struct dirent.d_fileno... checking for strtoul... no
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking for strtoll... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for strtoull... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for strverscmp... no
checking for tmpnam... no
checking langinfo.h presence... yes
checking for vasprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for vfprintf... no
checking for mbscmp... yes
checking for vprintf... no
checking for mbsnrtowcs... yes
checking for vsnprintf... no
checking for mbsrtowcs... yes
checking for vsprintf... yes
checking for mbschr... yes
checking for waitpid... no
checking for wcrtomb... no
checking for setproctitle... yes
checking for wcscoll... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for fork... no
checking for wctype... yes
checking for wcswidth... no
checking for vfork... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
yes
checking for iswlower... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
no
checking for external symbol _system_configuration... checking for iswupper... no
checking for __fsetlocking... yes
checking for towlower... no
checking for canonicalize_file_name... no
yes
checking for dup3... checking for towupper... no
yes
checking for getrlimit... checking for iswctype... no
yes
checking for getrusage... checking for nl_langinfo and CODESET... no
checking for getsysinfo... no
checking for wchar_t in wchar.h... no
checking for gettimeofday... (cached) yes
yes
checking for wctype_t in wctype.h... checking for on_exit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for psignal... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for setrlimit... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sbrk... config.status: creating config.h
config.status: executing default commands
no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 15:39 [binutils-gdb] Remove a cleanup from remote.c sergiodj+buildbot
@ 2018-05-04 16:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 16:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1541>

Commit(s) tested:
	69b6ecb049143078f43a9372b68ac90a4601dc8c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a cleanup from remote.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/69/69b6ecb049143078f43a9372b68ac90a4601dc8c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 15:01 [binutils-gdb] gdb/testsuite: Handle targets with lots of registers sergiodj+buildbot
@ 2018-05-04 15:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 15:31 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/1540>

Commit(s) tested:
	11859c310cd6b6fd892337a5ee1d36921e6d08d8

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Handle targets with lots of registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/11/11859c310cd6b6fd892337a5ee1d36921e6d08d8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inline... yes
checking for sys/types.h... yes
inline
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/types.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for strings.h... checking for strings.h... yes
checking how to run the C preprocessor... yes
yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for sys/types.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
yes
checking minix/config.h usability... checking for off_t... yes
yes
checking for memory.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for strings.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for size_t... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for inttypes.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for working alloca.h... checking for C compiler default output file name... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... .exe
yes
checking for suffix of object files... checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unistd.h... (cached) yes
o
checking whether we are using the GNU C compiler... checking for getpagesize... checking ctype.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for ctype.h... yes
none needed
yes
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... GNU
checking stddef.h usability... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for stdint.h... yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for string.h... (cached) yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking stdio.h usability... yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking stdio.h presence... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... 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
no
checking for ld used by GCC... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for inline... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for uintptr_t... done
checking argz.h usability... ok
yes
checking for int_least32_t... checking how to run the C preprocessor... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking argz.h presence... x86_64-w64-mingw32-gcc -E
no
checking for argz.h... no
checking for sys/file.h... yes
checking for int_fast32_t... checking limits.h usability... yes
checking for ANSI C header files... checking for sys/param.h... yes
yes
checking limits.h presence... checking for limits.h... yes
checking for limits.h... yes
yes
checking for uint64_t... yes
checking locale.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking locale.h presence... yes
yes
yes
checking for locale.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for sys/types.h... checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking nl_types.h usability... checking for unistd.h... (cached) yes
yes
checking for off_t... checking for strings.h... yes
(cached) yes
checking for sys/stat.h... checking for sys/time.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for stdlib.h... yes
checking malloc.h presence... yes
checking for string.h... yes
checking for malloc.h... yes
yes
checking size of int... yes
checking stddef.h usability... checking for time.h... yes
yes
checking for memory.h... yes
checking stddef.h presence... checking for sys/resource.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for strings.h... no
checking sys/param.h usability... checking for fcntl.h... yes
checking sys/param.h presence... yes
yes
checking for inttypes.h... yes
checking for sys/param.h... yes
checking for alloca.h... checking for feof_unlocked... yes
no
checking for sys/pstat.h... checking for stdint.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
no
no
checking for fgets_unlocked... checking for machine/hal_sysinfo.h... checking for unistd.h... no
checking for sys/table.h... 4
checking size of long... yes
no
checking for dlfcn.h... no
checking for getc_unlocked... checking for sys/sysctl.h... no
checking for objdir... .libs
no
no
checking for sys/systemcfg.h... checking for getcwd... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for process.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for getegid... yes
checking for sys/prctl.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getgid... no
checking size of int... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for getuid... 4
checking for ANSI C header files... (cached) yes
yes
checking dynamic linker characteristics... no
checking build system type... checking for mempcpy... x86_64-pc-linux-gnu
checking host system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 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... x86_64-w64-mingw32-gcc -E
yes
checking for munmap... no
checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for putenv... yes
checking for working mmap... no
yes
4
checking size of long... checking for memcpy... checking for setenv... config.status: creating Makefile
yes
no
checking for setlocale... checking for strerror... config.status: creating config.h
config.status: executing gstdint.h commands
yes
yes
checking for stpcpy... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
Configuring in ./readline
checking for strcasecmp... yes
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for __argz_stringify... checking for C compiler default output file name... no
checking for __argz_next... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
.exe
checking for __fsetlocking... checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for iconv... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... none needed
checking how to run the C preprocessor... no
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... yes
checking size of long long... x86_64-w64-mingw32-gcc -E
no
checking for GNU gettext in libintl... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating Makefile
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for sys/types.h... yes
checking for sys/stat.h... config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for stdlib.h... config.status: creating Makefile
yes
checking for string.h... config.status: creating config.intl
yes
config.status: creating config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for memory.h... config.status: executing default-1 commands
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
uint64_t
checking for intptr_t... checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for unistd.h... yes
yes
checking for uintptr_t... checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for working volatile... yes
checking for library containing strerror... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
void
checking for size_t... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for basename... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for dirent.h that defines DIR... yes
checking for bcmp... yes
no
checking for bcopy... checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
none required
checking for fcntl... yes
checking for bzero... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for kill... no
checking for calloc... no
checking for lstat... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
no
checking for memmove... checking for clock... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for putenv... x86_64-w64-mingw32-ranlib libz.a
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
yes
checking for ffs... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for select... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for getcwd... rm -f plural.h
no
checking for setenv... yes
checking for getpagesize... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for setlocale... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for strcasecmp... yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for insque... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for tcgetattr... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
checking for vsnprintf... checking for memcmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
yes
checking for isascii... checking for memcpy... yes
yes
checking for isxdigit... checking for memmem... yes
no
checking for getpwent... checking for memmove... no
yes
checking for getpwnam... checking for mempcpy... no
yes
checking for getpwuid... checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mkstemps... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for unistd.h... (cached) yes
checking for putenv... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking pwd.h usability... checking for snprintf... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for sigsetmask... checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strchr... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strdup... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strncasecmp... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strndup... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtoll... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoull... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strverscmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... not found
checking for struct dirent.d_ino... yes
checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... no
yes
checking for tgetent in -ltermcap... checking for vprintf... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for mbscasecmp... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for sbrk... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for spawnvpe... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysctl... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysmp... config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 14:14 [binutils-gdb] configure uses incorrect link order when testing libpython sergiodj+buildbot
@ 2018-05-04 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 14:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1539>

Commit(s) tested:
	bf27f0e2c76839af8524e053cca271934150a90c

Author(s) (in the same order as the commits):
	Paul Pluzhnikov <ppluzhnikov@google.com>

Subject:
	configure uses incorrect link order when testing libpython

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bf/bf27f0e2c76839af8524e053cca271934150a90c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 11:04 [binutils-gdb] gdb/testsuite: Fix broken regexp in gdbstub case sergiodj+buildbot
@ 2018-05-04 11:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 11:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1538>

Commit(s) tested:
	089a949083dcd5c679376033e975d54093007408

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Fix broken regexp in gdbstub case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/08/089a949083dcd5c679376033e975d54093007408/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04 10:22 [binutils-gdb] -Wstringop-truncation warnings sergiodj+buildbot
@ 2018-05-04 11:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 11:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1537>

Commit(s) tested:
	602f16570454a1597c2af28af66852133432d1f2

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	-Wstringop-truncation warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/60/602f16570454a1597c2af28af66852133432d1f2/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-04  9:34 [binutils-gdb] ppc: Fix warning messages when IBM and IEEE long double are mixed sergiodj+buildbot
@ 2018-05-04 10:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 10:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1536>

Commit(s) tested:
	a27ca19c95ad3ebc5bd73f072facdd71b5a976ad

Author(s) (in the same order as the commits):
	Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>

Subject:
	ppc: Fix warning messages when IBM and IEEE long double are mixed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a2/a27ca19c95ad3ebc5bd73f072facdd71b5a976ad/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03 22:18 [binutils-gdb] Use flex's -t option instead of --stdout sergiodj+buildbot
@ 2018-05-03 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1535>

Commit(s) tested:
	4ea17de8f1985273215b515d48fbd59b2ced3cd1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use flex's -t option instead of --stdout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4e/4ea17de8f1985273215b515d48fbd59b2ced3cd1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03 21:34 [binutils-gdb] gdb/testsuite: Filter out some registers for riscv sergiodj+buildbot
@ 2018-05-03 22:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03 22:09 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/1534>

Commit(s) tested:
	9b0797e268d96e8b46c328792aec3d6289585aa2

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Filter out some registers for riscv

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9b/9b0797e268d96e8b46c328792aec3d6289585aa2/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... 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
x86_64-w64-mingw32
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)... config.status: creating Makefile
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
checking for C compiler default output file name... Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking for perl... perl
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for C compiler default output file name... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
yes
checking for an ANSI C-conforming const... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for sys/stat.h... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for sys/stat.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdlib.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
checking for string.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for strings.h... yes
checking for memory.h... yes
checking for inttypes.h... yes
checking for strings.h... yes
checking for sys/types.h... yes
yes
checking for inttypes.h... checking for stdint.h... yes
checking for sys/stat.h... yes
yes
checking for unistd.h... checking for stdint.h... yes
checking for stdlib.h... yes
yes
checking for unistd.h... checking minix/config.h usability... yes
checking for string.h... yes
no
checking minix/config.h presence... checking for off_t... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... yes
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... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for inttypes.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for size_t... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
checking for working alloca.h... yes
checking for unistd.h... yes
no
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for alloca... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking ctype.h usability... yes
checking for stdlib.h... (cached) yes
.exe
checking for suffix of object files... checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... o
checking whether we are using the GNU C compiler... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for ctype.h... yes
yes
checking for working mmap... no
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking whether we are using the GNU C Library 2.1 or newer... checking stddef.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking stddef.h presence... yes
checking for stddef.h... none needed
yes
checking for style of include used by make... yes
checking for stdint.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for unsigned long long... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... checking for an ANSI C-conforming const... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking stdio.h presence... yes
checking for inttypes.h... yes
checking for stdio.h... yes
yes
checking for inline... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
inline
checking whether byte ordering is bigendian... checking whether the inttypes.h PRIxNN macros are broken... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for uintptr_t... 1572864
checking whether the shell understands some XSI constructs... no
yes
checking whether the shell understands "+="... checking for ld used by GCC... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... ok
yes
checking for int_least32_t... checking how to run the C preprocessor... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... checking argz.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for sys/param.h... checking for ANSI C header files... yes
checking for int_fast32_t... yes
no
checking argz.h presence... checking for limits.h... no
checking for argz.h... no
yes
checking limits.h usability... checking for stdlib.h... (cached) yes
yes
checking for uint64_t... yes
yes
checking limits.h presence... checking for sys/types.h... yes
checking for limits.h... yes
checking for malloc.h... checking locale.h usability... yes
yes
checking for sys/stat.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for strings.h... (cached) yes
yes
yes
checking locale.h presence... checking for sys/time.h... yes
checking for locale.h... yes
checking for stdlib.h... yes
checking for off_t... checking nl_types.h usability... yes
checking for string.h... yes
no
checking nl_types.h presence... checking for time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for sys/resource.h... yes
checking for memory.h... yes
checking size of int... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for sys/stat.h... (cached) yes
checking stddef.h usability... checking for sys/mman.h... yes
checking for strings.h... no
checking for fcntl.h... yes
checking stddef.h presence... yes
yes
checking for alloca.h... yes
checking for stddef.h... yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/pstat.h... checking sys/param.h usability... yes
no
checking for sys/sysmp.h... checking for stdint.h... no
checking for sys/sysinfo.h... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
checking for unistd.h... checking for feof_unlocked... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking for dlfcn.h... no
checking for sys/sysctl.h... no
no
checking for fgets_unlocked... no
checking for objdir... checking for sys/systemcfg.h... .libs
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
no
checking for getc_unlocked... checking for process.h... 4
checking size of long... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking whether time.h and sys/time.h may both be included... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getcwd... yes
checking whether errno must be declared... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking size of int... checking for getegid... no
checking for geteuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for getgid... yes
checking dynamic linker characteristics... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for getuid... 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... x86_64-w64-mingw32-gcc -E
4
checking for ANSI C header files... (cached) yes
no
checking for mempcpy... checking build system type... checking for stdlib.h... (cached) yes
x86_64-pc-linux-gnu
checking host system type... checking for unistd.h... (cached) yes
checking for getpagesize... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
4
checking size of long... checking for munmap... yes
checking for working mmap... no
checking for memcpy... no
checking for putenv... yes
no
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... yes
checking for unistd.h... (cached) yes
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
yes
config.status: creating Makefile
checking for stpcpy... config.status: creating config.h
no
checking for strcasecmp... config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
4
checking size of size_t... checking for strdup... Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... checking for C compiler default output file name... no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 8
checking for long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... none needed
checking how to run the C preprocessor... no
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... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
no
yes
checking size of long long... checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for grep that handles long lines and -e... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing depfiles commands
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for sys/types.h... yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating Makefile
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
config.status: creating config.intl
checking for memory.h... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for strings.h... config.status: executing default-1 commands
yes
checking for inttypes.h... 8
checking for a 64-bit type... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdint.h... uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
no
checking minix/config.h presence... checking for uintptr_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for ssize_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for pid_t... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking return type of signal handlers... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
none required
yes
checking for ssize_t... checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for atexit... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for basename... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
none required
checking for fcntl... checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
no
checking for kill... checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for lstat... no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
checking for bsearch... x86_64-w64-mingw32-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 
no
checking for memmove... x86_64-w64-mingw32-ranlib libz.a
yes
checking for bzero... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for putenv... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
no
/bin/sh ./config.status config.h
checking for calloc... yes
checking for select... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
config.status: creating config.h
checking for clock... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for setenv... yes
checking for ffs... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
no
checking for setlocale... checking for getcwd... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for tcgetattr... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
no
checking for vsnprintf... checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for isascii... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memchr... yes
checking for isxdigit... yes
checking for memcmp... yes
checking for getpwent... yes
checking for memcpy... no
checking for getpwnam... yes
checking for memmem... no
checking for getpwuid... no
checking for memmove... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mempcpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for memset... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for mkstemps... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for putenv... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for random... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for rename... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for rindex... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for setenv... no
yes
checking termcap.h presence... checking for snprintf... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for sigsetmask... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpcpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpncpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strcasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strdup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strncasecmp... 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 strndup... 64
checking for type of signal functions... no
checking for strnlen... yes
checking for strrchr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strstr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking for strtod... checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtol... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoul... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtoll... yes
not found
checking for struct dirent.d_ino... checking for strtoull... yes
checking for struct dirent.d_fileno... yes
checking for strverscmp... no
checking for tgetent... no
checking for tmpnam... no
checking for tgetent in -ltermcap... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsnprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsprintf... yes
checking for mbscasecmp... yes
checking for waitpid... no
checking for mbscmp... no
checking for setproctitle... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for mbsrtowcs... checking for fork... yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrlimit... yes
no
checking for getrusage... checking for iswlower... no
yes
checking for getsysinfo... checking for iswupper... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for setrlimit... yes
checking configuration for building shared libraries... no
checking for sbrk... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking for strerror... config.status: creating examples/Makefile
yes
checking for strsignal... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03 17:01 [binutils-gdb] BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables sergiodj+buildbot
@ 2018-05-03 19:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03 19:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1533>

Commit(s) tested:
	3be08ea4728b56d35e136af4e6fd3086ade17764

Author(s) (in the same order as the commits):
	Simon Atanasyan <simon@atanasyan.com>

Subject:
	BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3b/3be08ea4728b56d35e136af4e6fd3086ade17764/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03 11:31 [binutils-gdb] Fix s390 GNU/Linux build sergiodj+buildbot
@ 2018-05-03 12:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03 12:22 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/1532>

Commit(s) tested:
	bd732259bd3bec9494a2f1f39f74255dd4a9be85

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix s390 GNU/Linux build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bd/bd732259bd3bec9494a2f1f39f74255dd4a9be85/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
checking for perl... perl
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -E
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... a.exe
checking whether the C compiler works... yes
/usr/bin/grep
checking for egrep... checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdlib.h... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for string.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking minix/config.h usability... yes
checking for off_t... yes
checking for sys/types.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... checking for sys/stat.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... 64
yes
yes
checking for working alloca.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
no
checking for alloca... checking for string.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for memory.h... yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for C compiler default output file name... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... .exe
checking for suffix of object files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... o
checking whether we are using the GNU C compiler... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for unistd.h... yes
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking ctype.h usability... none needed
checking for style of include used by make... no
checking for ld used by GCC... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for an ANSI C-conforming const... yes
checking for inline... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking ctype.h presence... inline
checking whether byte ordering is bigendian... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for ctype.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking stddef.h usability... yes
checking stddef.h presence... done
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stddef.h... yes
checking argz.h usability... checking for string.h... (cached) yes
checking stdio.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking argz.h presence... yes
checking stdio.h presence... no
checking for argz.h... no
checking limits.h usability... checking for sys/file.h... yes
checking for stdio.h... 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 "+="... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking limits.h presence... checking for sys/param.h... yes
checking for limits.h... yes
yes
yes
checking for uintptr_t... checking locale.h usability... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking locale.h presence... ok
checking for malloc.h... checking how to run the C preprocessor... yes
checking for int_least32_t... yes
yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking nl_types.h usability... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... checking for ANSI C header files... yes
checking for int_fast32_t... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for uint64_t... checking for time.h... yes
checking malloc.h presence... yes
checking for sys/types.h... yes
yes
checking for malloc.h... yes
checking for sys/resource.h... checking stddef.h usability... yes
no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking what to include in gstdint.h... checking for sys/stat.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking stddef.h presence... yes
checking for off_t... no
checking for fcntl.h... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for alloca.h... checking for stdlib.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/pstat.h... yes
checking for string.h... yes
checking size of int... no
checking for sys/sysmp.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
no
checking for sys/sysinfo.h... checking for memory.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
yes
checking for fgets_unlocked... checking for strings.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
no
checking for stdint.h... (cached) yes
checking for getc_unlocked... checking for inttypes.h... checking for stdio_ext.h... no
no
checking for process.h... yes
checking for getcwd... yes
checking for stdint.h... checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for getegid... checking for unistd.h... 4
checking size of long... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
no
checking for dlfcn.h... checking for geteuid... no
checking size of int... no
checking for objdir... .libs
no
checking for getgid... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for munmap... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... no
4
checking size of long... checking for putenv... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
no
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
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... x86_64-w64-mingw32-gcc -E
no
checking for setlocale... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for stpcpy... yes
checking for working mmap... no
checking for memcpy... no
checking for strcasecmp... config.status: creating Makefile
yes
checking for strerror... yes
checking for strdup... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for unistd.h... (cached) yes
yes
checking for strtoul... configure: updating cache ./config.cache
4
checking size of size_t... configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for __argz_next... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... 8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
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... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking size of long long... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... config.status: creating Makefile
yes
checking for sys/stat.h... config.status: creating config.intl
config.status: creating Makefile
config.status: creating config.h
yes
checking for stdlib.h... config.status: executing default-1 commands
config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for memory.h... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
8
config.status: creating config.h
checking for a 64-bit type... yes
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for strings.h... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ssize_t... checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for pid_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for working volatile... none required
checking for asprintf... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for ssize_t... yes
checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bcmp... no
checking for dirent.h that defines DIR... no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for bcopy... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
none required
checking for fcntl... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for bzero... x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking for kill... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for calloc... no
checking for lstat... yes
checking for clock... no
checking for memmove... yes
checking for ffs... yes
no
checking for putenv... checking for getcwd... yes
checking for select... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
yes
checking for index... checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for random... checking varargs.h usability... no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for stpcpy... checking termcap.h usability... no
yes
checking termcap.h presence... checking for stpncpy... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
no
checking sys/select.h presence... checking for strnlen... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strrchr... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtoul... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for strtoll... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for tmpnam... not found
checking for struct dirent.d_ino... yes
checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vsprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for mbscasecmp... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for dup3... no
no
checking for getrlimit... checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for setrlimit... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for spawnve... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysconf... config.status: creating examples/Makefile
no
checking for sysctl... config.status: creating shlib/Makefile
no
checking for sysmp... config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03  2:31 [binutils-gdb] target factories, target open and multiple instances of targets sergiodj+buildbot
@ 2018-05-03  8:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  8:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1531>

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/Fedora-x86_64-w64-mingw32/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    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03  2:26 [binutils-gdb] linux_nat_target: More low methods sergiodj+buildbot
@ 2018-05-03  6:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  6:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1530>

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/Fedora-x86_64-w64-mingw32/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    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03  2:21 [binutils-gdb] target_ops: Use bool throughout sergiodj+buildbot
@ 2018-05-03  5:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  5:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1529>

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/Fedora-x86_64-w64-mingw32/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    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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  4:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  4:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1528>

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/Fedora-x86_64-w64-mingw32/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    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03  2:19 [binutils-gdb] Convert struct target_ops to C++ sergiodj+buildbot
@ 2018-05-03  4:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  4:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1527>

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/Fedora-x86_64-w64-mingw32/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    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03  2:54 [binutils-gdb] Eliminate target_ops::to_xclose sergiodj+buildbot
@ 2018-05-03  3:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  3:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1526>

Commit(s) tested:
	3fffc0701a26bc0baa563fdc793cafb3d3f02a93

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate target_ops::to_xclose

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3f/3fffc0701a26bc0baa563fdc793cafb3d3f02a93/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03  2:12 [binutils-gdb] Make inf_ptrace_trad Linux-only, move to separate file sergiodj+buildbot
@ 2018-05-03  2:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  2:46 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/1525>

Commit(s) tested:
	6798487f5bc66ab9c34ad81fa28ba25d32a00bd9

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make inf_ptrace_trad Linux-only, move to separate file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/67/6798487f5bc66ab9c34ad81fa28ba25d32a00bd9/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-w64-mingw32
checking target system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking for a BSD-compatible install... configure: creating cache ./config.cache
/usr/bin/install -c
checking whether build environment is sane... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... configure: updating cache ./config.cache
yes
checking for suffix of executables... configure: creating ./config.status
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
x86_64-w64-mingw32-gcc -E
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for inline... none needed
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... inline
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for string.h... checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for memory.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for strings.h... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdint.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... yes
checking for off_t... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
checking for size_t... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking minix/config.h usability... yes
checking for sys/stat.h... yes
checking for working alloca.h... no
checking minix/config.h presence... yes
checking for stdlib.h... no
checking for alloca... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for stdlib.h... (cached) yes
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... checking for unistd.h... yes
(cached) yes
checking for getpagesize... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for memory.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
a.exe
checking whether the C compiler works... yes
yes
checking for inttypes.h... checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... yes
yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for ld used by GCC... yes
checking ctype.h usability... none needed
checking for style of include used by make... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... GNU
yes
checking for shared library run path origin... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for an ANSI C-conforming const... done
checking argz.h usability... yes
checking for inline... yes
checking stddef.h presence... gcc3
inline
checking whether byte ordering is bigendian... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for grep that handles long lines and -e... checking for stddef.h... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
no
checking argz.h presence... checking stdio.h usability... no
checking for argz.h... no
checking limits.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking stdio.h presence... yes
checking for stdio.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... /usr/bin/install -c
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking limits.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for sys/file.h... checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for limits.h... yes
checking for sys/param.h... checking locale.h usability... yes
yes
checking for uintptr_t... checking for limits.h... yes
yes
checking locale.h presence... checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking for malloc.h... ok
checking nl_types.h usability... checking how to run the C preprocessor... yes
checking for int_least32_t... yes
checking for string.h... (cached) yes
x86_64-w64-mingw32-gcc -E
no
checking nl_types.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/time.h... yes
checking for int_fast32_t... checking for ANSI C header files... yes
checking for time.h... yes
checking malloc.h presence... yes
yes
checking for uint64_t... yes
checking for malloc.h... yes
checking for sys/resource.h... checking stddef.h usability... no
yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... checking for sys/mman.h... no
checking for fcntl.h... yes
yes
checking stddef.h presence... yes
checking for sys/stat.h... yes
checking for stddef.h... yes
checking for alloca.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
yes
yes
checking for off_t... checking for sys/pstat.h... checking for unistd.h... (cached) yes
checking for stdlib.h... no
checking sys/param.h usability... checking for sys/sysmp.h... yes
no
checking for sys/sysinfo.h... checking for string.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for machine/hal_sysinfo.h... yes
checking size of int... yes
checking for memory.h... no
checking for sys/table.h... no
yes
checking for fgets_unlocked... checking for strings.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
checking for inttypes.h... checking for getc_unlocked... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
checking for stdint.h... yes
checking for sys/prctl.h... no
checking for getcwd... yes
checking for unistd.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
no
checking whether time.h and sys/time.h may both be included... checking for getegid... checking for dlfcn.h... yes
checking whether errno must be declared... no
checking for geteuid... no
checking for objdir... .libs
no
checking size of int... 4
checking size of long... no
checking for getgid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for mempcpy... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for putenv... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
4
yes
checking size of long... 4
checking for ANSI C header files... (cached) yes
checking for setenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... x86_64-w64-mingw32
checking target system type... no
checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for working mmap... no
checking for memcpy... yes
checking for stpcpy... no
yes
checking for strerror... no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for unistd.h... (cached) yes
yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
config.status: creating Makefile
checking for strtoul... 4
checking size of size_t... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
no
checking build system type... checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking for C compiler default output file name... 8
checking for long long... a.exe
checking whether the C compiler works... yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... yes
checking size of long long... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
o
checking whether we are using the GNU C compiler... checking whether included gettext is requested... no
checking for GNU gettext in libc... no
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating Makefile
yes
checking for sys/types.h... config.status: creating config.intl
yes
checking for sys/stat.h... config.status: creating config.h
config.status: executing default-1 commands
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for stdlib.h... yes
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for memory.h... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for uintptr_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for ssize_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
yes
checking for pid_t... checking minix/config.h usability... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... none required
checking for asprintf... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for atexit... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for working volatile... yes
yes
checking return type of signal handlers... checking for basename... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for bcmp... no
checking for bcopy... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for dirent.h that defines DIR... yes
checking for bzero... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
none required
yes
checking for fcntl... checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
no
checking for ffs... checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for getcwd... no
checking for lstat... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
no
checking for getpagesize... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking for putenv... config.status: creating config.h
checking for gettimeofday... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for setenv... no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
no
checking for memchr... checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for memcmp... checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for memcpy... checking for strpbrk... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for sigsetmask... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strdup... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strncasecmp... no
checking termio.h presence... yes
checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for strnlen... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... 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... checking for strtol... yes
64
checking for type of signal functions... checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for tmpnam... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsnprintf... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for setproctitle... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... yes
checking wchar.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for fork... no
checking langinfo.h presence... no
checking for langinfo.h... no
no
checking for mbrlen... checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for getrusage... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
checking for towlower... no
checking for setrlimit... yes
checking for towupper... no
checking for sbrk... yes
checking for iswctype... no
checking for spawnve... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for spawnvpe... yes
checking for wctype_t in wctype.h... yes
checking for strerror... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
checking for strsignal... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for sysconf... no
checking for sysctl... config.status: creating Makefile
no
checking for sysmp... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for table... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for times... config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-03  0:37 [binutils-gdb] More procfs.c simplification sergiodj+buildbot
@ 2018-05-03  1:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  1:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1524>

Commit(s) tested:
	c1955e179201e76330a10c400bfa92cab2afbee0

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	More procfs.c simplification

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c1/c1955e179201e76330a10c400bfa92cab2afbee0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-02 23:59 [binutils-gdb] Eliminate procfs.c:procfs_use_watchpoints sergiodj+buildbot
@ 2018-05-03  0:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  0:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1523>

Commit(s) tested:
	b5c8fcb1b40a61be5015b02e8cf456a56c258b5d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate procfs.c:procfs_use_watchpoints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b5/b5c8fcb1b40a61be5015b02e8cf456a56c258b5d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-02 22:57 [binutils-gdb] Set test message in py-parameter.exp sergiodj+buildbot
@ 2018-05-02 23:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-02 23:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1522>

Commit(s) tested:
	77d3c63b0dc9d275a87d4ea2191ebd3830f6ca4a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Set test message in py-parameter.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/77/77d3c63b0dc9d275a87d4ea2191ebd3830f6ca4a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-02 16:34 [binutils-gdb] Handle var_zuinteger and var_zuinteger_unlimited from Python sergiodj+buildbot
@ 2018-05-02 17:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-02 17:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1521>

Commit(s) tested:
	0489430a0e1a3ea302c22c540f3629e471591f23

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Handle var_zuinteger and var_zuinteger_unlimited from Python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/04/0489430a0e1a3ea302c22c540f3629e471591f23/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-01 16:57 [binutils-gdb] Fix unintialized memory in aarch64 opcodes sergiodj+buildbot
@ 2018-05-01 17:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01 17:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1520>

Commit(s) tested:
	b3ac5c6c286c5b5c1909628e85754edfb403cf1a

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Fix unintialized memory in aarch64 opcodes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b3/b3ac5c6c286c5b5c1909628e85754edfb403cf1a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-01 16:18 [binutils-gdb] Bring in support for the NFP target in the config.sub file sergiodj+buildbot
@ 2018-05-01 16:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01 16:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1519>

Commit(s) tested:
	b5778783adc7c3e69b02b95d77a08285c6259982

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Bring in support for the NFP target in the config.sub file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b5/b5778783adc7c3e69b02b95d77a08285c6259982/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-01 15:30 [binutils-gdb] Add the Netronome Flow Processor as a build target to the top-level configure.ac file sergiodj+buildbot
@ 2018-05-01 16:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01 16:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1518>

Commit(s) tested:
	1063beb58c9a2f69913682b6923b08e6a7d192aa

Author(s) (in the same order as the commits):
	Francois H. Theron <francois.theron@netronome.com>

Subject:
	Add the Netronome Flow Processor as a build target to the top-level configure.ac file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/10/1063beb58c9a2f69913682b6923b08e6a7d192aa/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-01  8:01 [binutils-gdb] rust: Fix null deref when casting (PR 23124) sergiodj+buildbot
@ 2018-05-01  8:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  8:27 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/1517>

Commit(s) tested:
	1632f8baf04e7351f387e58957fc04498d90987d

Author(s) (in the same order as the commits):
	Dan Robertson <danlrobertson89@gmail.com>

Subject:
	rust: Fix null deref when casting (PR 23124)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/16/1632f8baf04e7351f387e58957fc04498d90987d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... configure: updating cache ./config.cache
makeinfo --split-size=5000000
/usr/bin/xgettext
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... checking for msgmerge... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/types.h... yes
checking for inline... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... inline
checking for sys/types.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for inttypes.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking for stdint.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for inttypes.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking how to run the C preprocessor... yes
yes
checking for unistd.h... checking for stdint.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for off_t... checking minix/config.h usability... checking for C compiler default output file name... no
checking minix/config.h presence... yes
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... .exe
yes
checking for size_t... checking for suffix of object files... yes
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... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for string.h... yes
checking for working alloca.h... 64
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for memory.h... no
checking for alloca... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for strings.h... checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for getpagesize... yes
yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for working mmap... no
checking for inttypes.h... checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for stdint.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... yes
checking for unsigned long long... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking ctype.h usability... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for inttypes.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... yes
checking for ctype.h... yes
no
checking for ld used by GCC... checking stddef.h usability... ok
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking stddef.h presence... x86_64-w64-mingw32-gcc -E
yes
checking for stddef.h... yes
yes
checking for inline... checking for string.h... (cached) yes
checking stdio.h usability... inline
checking whether byte ordering is bigendian... checking for ANSI C header files... done
yes
checking stdio.h presence... checking argz.h usability... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for sys/types.h... checking limits.h usability... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... yes
checking limits.h presence... checking for sys/stat.h... yes
yes
checking for limits.h... yes
checking for sys/param.h... yes
checking for int_least32_t... yes
yes
checking for stdlib.h... checking locale.h usability... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for int_fast32_t... checking for string.h... checking for malloc.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
yes
checking for string.h... (cached) yes
checking nl_types.h usability... checking for unistd.h... (cached) yes
checking for memory.h... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for uint64_t... yes
no
checking nl_types.h presence... checking for strings.h... yes
no
checking for nl_types.h... no
checking for time.h... checking malloc.h usability... yes
yes
yes
checking what to include in gstdint.h... checking for inttypes.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking malloc.h presence... checking for sys/resource.h... yes
checking for malloc.h... yes
yes
checking for off_t... checking stddef.h usability... no
yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking for stdint.h... no
checking for fcntl.h... yes
checking stddef.h presence... yes
yes
checking for alloca.h... yes
checking for stddef.h... yes
yes
checking size of int... checking for unistd.h... checking for stdlib.h... (cached) yes
no
checking for sys/pstat.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
yes
checking for sys/sysmp.h... checking sys/param.h usability... checking for dlfcn.h... no
checking for sys/sysinfo.h... no
yes
checking sys/param.h presence... checking for machine/hal_sysinfo.h... no
checking for objdir... yes
checking for sys/param.h... yes
.libs
no
checking for sys/table.h... checking for feof_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
no
checking for fgets_unlocked... checking for stdint.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdio_ext.h... no
checking for process.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for sys/prctl.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking size of long... yes
no
checking size of int... checking for getegid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for geteuid... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for getgid... 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... x86_64-w64-mingw32-gcc -E
no
checking for getuid... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... 4
checking size of long... 4
checking for ANSI C header files... (cached) yes
yes
checking for working mmap... no
no
checking for memcpy... checking build system type... checking for mempcpy... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for strerror... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
yes
checking for munmap... checking for unistd.h... (cached) yes
no
no
configure: updating cache ./config.cache
checking for putenv... configure: creating ./config.status
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... 4
checking size of size_t... no
checking for setlocale... yes
checking for stpcpy... no
config.status: creating Makefile
checking for strcasecmp... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... yes
make[1]: Nothing to be done for 'all-target'.
checking for strtoul... mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
8
checking for __argz_count... checking for long long... no
checking for __argz_stringify... configure: creating cache ./config.cache
yes
checking size of long long... checking build system type... no
checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... no
checking for __fsetlocking... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: creating Makefile
no
checking for LC_MESSAGES... .exe
checking for suffix of object files... no
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... o
checking whether we are using the GNU C compiler... config.status: executing depfiles commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... config.status: executing libtool commands
no
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -E
uint64_t
checking for intptr_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for uintptr_t... yes
checking for sys/types.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: creating Makefile
yes
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for ssize_t... config.status: creating config.intl
checking for string.h... config.status: creating config.h
config.status: executing default-1 commands
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for memory.h... yes
yes
checking for pid_t... checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for inttypes.h... yes
checking for library containing strerror... yes
checking for stdint.h... none required
checking for asprintf... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for unistd.h... yes
yes
checking for atexit... checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
no
checking minix/config.h presence... checking for basename... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for bcmp... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bcopy... no
checking for working volatile... no
checking for bsearch... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
void
checking for size_t... checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for calloc... yes
checking for ssize_t... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for dirent.h that defines DIR... no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 getcwd... yes
checking for library containing opendir... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for getpagesize... none required
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for fcntl... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for kill... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for index... no
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
config.status: creating config.h
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^config.status: config.h is unchanged
^
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for insque... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
rm -f plural.h
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
yes
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for putenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
yes
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking for memcpy... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for setlocale... yes
checking for memmem... yes
checking for strcasecmp... no
checking for memmove... yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for tcgetattr... yes
checking for memset... no
checking for vsnprintf... yes
checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
yes
checking for isxdigit... checking for random... yes
no
checking for rename... checking for getpwent... yes
checking for rindex... no
checking for getpwnam... no
checking for setenv... no
checking for getpwuid... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for stpncpy... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for strcasecmp... checking locale.h usability... yes
yes
checking locale.h presence... checking for strchr... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strdup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strndup... checking termios.h usability... no
checking termios.h presence... no
checking for strnlen... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strrchr... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtod... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtoll... 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 strtoull... 64
checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
checking for vfprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsnprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for waitpid... yes
checking for struct dirent.d_fileno... no
checking for setproctitle... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking for tgetent in -ltermcap... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for vfork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for mbscasecmp... no
checking for canonicalize_file_name... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for dup3... no
no
checking for mbsrtowcs... checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... no
checking for psignal... yes
checking for wcwidth... no
checking for pstat_getdynamic... no
checking for wctype... no
checking for pstat_getstatic... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
yes
checking for nl_langinfo and CODESET... checking for strsignal... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysctl... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... config.status: creating Makefile
no
checking for wait3... config.status: creating doc/Makefile
no
config.status: creating examples/Makefile
checking for wait4... config.status: creating shlib/Makefile
no
checking whether basename is declared... config.status: creating config.h
no
checking whether ffs is declared... config.status: executing default commands
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-01  1:43 [binutils-gdb] [Ada/ravenscar] error during "continue" after task/thread switch sergiodj+buildbot
@ 2018-05-01  5:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  5:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1516>

Commit(s) tested:
	0ca1fc291305ee1701b8236c0e26e8d8c5eaf0a2

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	[Ada/ravenscar] error during "continue" after task/thread switch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0c/0ca1fc291305ee1701b8236c0e26e8d8c5eaf0a2/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-01  1:23 [binutils-gdb] Remove a use of is_mi_like_p from darwin-nat-info.c sergiodj+buildbot
@ 2018-05-01  4:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  4:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1515>

Commit(s) tested:
	767619365467fd825c6f3906a49d97a7a6afafd6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a use of is_mi_like_p from darwin-nat-info.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/76/767619365467fd825c6f3906a49d97a7a6afafd6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-01  0:38 [binutils-gdb] Remove some is_mi_like_p from breakpoint code sergiodj+buildbot
@ 2018-05-01  4:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  4:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1514>

Commit(s) tested:
	2d33446d4d58edcf993f42957cfe9627c88f112f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some is_mi_like_p from breakpoint code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2d/2d33446d4d58edcf993f42957cfe9627c88f112f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-01  0:19 [binutils-gdb] Remove a use of is_mi_like_p from tracepoint.c sergiodj+buildbot
@ 2018-05-01  3:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  3:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1513>

Commit(s) tested:
	f3c6ababac34f3a291997f8d5ea6a63949b58b87

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a use of is_mi_like_p from tracepoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f3/f3c6ababac34f3a291997f8d5ea6a63949b58b87/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 23:58 [binutils-gdb] Remove some uses of is_mi_like_p from spu-tdep.c sergiodj+buildbot
@ 2018-05-01  2:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  2:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1512>

Commit(s) tested:
	40c03530b197d8d6ef550283ecd6684e8d49301b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some uses of is_mi_like_p from spu-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/40/40c03530b197d8d6ef550283ecd6684e8d49301b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 23:38 [binutils-gdb] Remove some uses of is_mi_like_p from py-framefilter.c sergiodj+buildbot
@ 2018-05-01  2:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  2:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1511>

Commit(s) tested:
	2038b7fdf30c39bc4d528cc2e5fbf5403e0ba79e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some uses of is_mi_like_p from py-framefilter.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/20/2038b7fdf30c39bc4d528cc2e5fbf5403e0ba79e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 23:05 [binutils-gdb] Make do_is_mi_like_p const sergiodj+buildbot
@ 2018-05-01  1:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  1:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1510>

Commit(s) tested:
	4904c3c6b69d5c7b5e4682220c1d9503e00a457e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make do_is_mi_like_p const.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/49/4904c3c6b69d5c7b5e4682220c1d9503e00a457e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 22:16 [binutils-gdb] Change Python code to use new_reference sergiodj+buildbot
@ 2018-05-01  0:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  0:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1509>

Commit(s) tested:
	7c66fffc1f3dae0b921ae3cf8139824804cf0705

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change Python code to use new_reference

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7c/7c66fffc1f3dae0b921ae3cf8139824804cf0705/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 21:56 [binutils-gdb] Use new_reference for struct value sergiodj+buildbot
@ 2018-04-30 23:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 23:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1508>

Commit(s) tested:
	bbfa6f00867946985b954bbec233c0f25f14ac5c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use new_reference for struct value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bb/bbfa6f00867946985b954bbec233c0f25f14ac5c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 21:37 [binutils-gdb] Remove new_bfd_ref sergiodj+buildbot
@ 2018-04-30 23:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 23:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1507>

Commit(s) tested:
	1831a9f9d3346dbf61202d2aba6935f0093487dd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove new_bfd_ref

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/18/1831a9f9d3346dbf61202d2aba6935f0093487dd/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 21:46 [binutils-gdb] Introduce ref_ptr::new_reference sergiodj+buildbot
@ 2018-04-30 22:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 22:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1506>

Commit(s) tested:
	7c1b5f3db73d7ecab03dc4e866e291582935fb04

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce ref_ptr::new_reference

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7c/7c1b5f3db73d7ecab03dc4e866e291582935fb04/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 20:51 [binutils-gdb] Remove long_long_align_bit gdbarch attribute sergiodj+buildbot
@ 2018-04-30 21:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 21:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1505>

Commit(s) tested:
	e11fb955fbab035748fa53ffc30c103157a284b6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove long_long_align_bit gdbarch attribute

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e1/e11fb955fbab035748fa53ffc30c103157a284b6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 20:28 [binutils-gdb] Remove rust_type_alignment sergiodj+buildbot
@ 2018-04-30 20:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 20:51 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/1504>

Commit(s) tested:
	2fff16dd8c25831fb5fbf198ca86d5befff629be

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove rust_type_alignment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2f/2fff16dd8c25831fb5fbf198ca86d5befff629be/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating cache ./config.cache
checking for makeinfo... makeinfo --split-size=5000000
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... checking for perl... perl
mkdir -p -- ./libdecnumber
checking build system type... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/types.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for inttypes.h... checking for unistd.h... yes
yes
checking for stdint.h... checking for off_t... yes
checking for sys/types.h... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking minix/config.h usability... yes
checking for size_t... yes
checking for string.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... yes
checking for working alloca.h... no
checking for alloca... yes
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... yes
checking for stdlib.h... yes
(cached) yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for getpagesize... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
yes
checking for stdint.h... checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unsigned long long... yes
checking for C compiler default output file name... yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking ctype.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for ctype.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking stddef.h usability... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... o
checking whether we are using the GNU C compiler... no
checking for ld used by GCC... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stddef.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for string.h... (cached) yes
yes
checking for shared library run path origin... checking stdio.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... done
none needed
checking for style of include used by make... yes
checking stdio.h presence... checking argz.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for stdio.h... yes
yes
checking for an ANSI C-conforming const... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... yes
checking for inline... no
checking for argz.h... no
checking limits.h usability... inline
checking whether byte ordering is bigendian... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for uintptr_t... yes
checking limits.h presence... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for int_least32_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking locale.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/file.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for int_fast32_t... checking for sys/param.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
no
checking nl_types.h presence... checking for limits.h... yes
checking for uint64_t... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
ok
checking for string.h... (cached) yes
checking how to run the C preprocessor... checking for unistd.h... (cached) yes
yes
checking what to include in gstdint.h... yes
checking malloc.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/time.h... checking stddef.h usability... yes
checking for off_t... x86_64-w64-mingw32-gcc -E
yes
checking for time.h... yes
yes
checking stddef.h presence... checking for sys/resource.h... yes
checking for stddef.h... yes
no
checking for ANSI C header files... checking for stdlib.h... (cached) yes
checking for sys/stat.h... (cached) yes
yes
checking size of int... checking for string.h... (cached) yes
checking for sys/mman.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
yes
checking for fcntl.h... checking for sys/types.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
yes
yes
checking for feof_unlocked... checking for alloca.h... checking for sys/stat.h... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking for stdlib.h... no
no
checking for sys/sysinfo.h... checking for fgets_unlocked... no
checking for machine/hal_sysinfo.h... yes
checking for string.h... no
checking for sys/table.h... no
checking for getc_unlocked... no
checking for sys/sysctl.h... yes
checking for memory.h... no
checking for getcwd... no
checking for sys/systemcfg.h... yes
no
checking for strings.h... checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... no
yes
checking for getegid... checking for process.h... 4
checking size of long... checking for inttypes.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking for stdint.h... no
checking whether time.h and sys/time.h may both be included... checking for geteuid... yes
checking whether errno must be declared... yes
checking for unistd.h... no
checking size of int... no
checking for getgid... yes
checking for dlfcn.h... no
checking for objdir... no
.libs
checking for getuid... no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for putenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking target system type... 4
yes
checking size of long... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setenv... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for setlocale... no
yes
checking dynamic linker characteristics... configure: updating cache ./config.cache
configure: creating ./config.status
Win32 ld.exe
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... x86_64-w64-mingw32-gcc -E
checking for stpcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
yes
checking for strdup... checking for strerror... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
yes
yes
checking for unistd.h... (cached) yes
checking for strtoul... config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
checking for tsearch... Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __fsetlocking... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking for C compiler default output file name... 8
checking for long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... yes
checking size of long long... o
checking whether we are using the GNU C compiler... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
yes
checking for sys/types.h... config.status: creating config.intl
config.status: creating Makefile
config.status: creating config.h
config.status: executing default-1 commands
yes
config.status: executing depfiles commands
checking for sys/stat.h... yes
config.status: executing libtool commands
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for string.h... 8
checking for a 64-bit type... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
uint64_t
yes
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... rm -f plural.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for ssize_t... checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking minix/config.h usability... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... none required
checking for asprintf... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for atexit... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking return type of signal handlers... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ssize_t... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for bsearch... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
yes
checking for library containing opendir... checking for bzero... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
none required
checking for fcntl... no
checking for calloc... no
checking for kill... yes
checking for clock... no
checking for lstat... yes
checking for ffs... no
checking for memmove... no
checking for getcwd... yes
checking for putenv... yes
checking for getpagesize... yes
checking for select... yes
checking for gettimeofday... no
checking for setenv... yes
checking for index... no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for random... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for rename... checking varargs.h usability... no
checking varargs.h presence... yes
checking for rindex... no
checking for varargs.h... no
checking stdarg.h usability... no
yes
checking stdarg.h presence... checking for setenv... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
no
checking for memory.h... (cached) yes
checking for stpncpy... checking termcap.h usability... yes
checking termcap.h presence... no
checking for strcasecmp... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
checking for strchr... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strdup... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strncasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strndup... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... 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... checking for strstr... 64
yes
checking for type of signal functions... checking for strtod... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtoull... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strverscmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for tmpnam... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for spawnve... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for spawnvpe... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysctl... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 19:20 [binutils-gdb] Expose type alignment on gdb.Type sergiodj+buildbot
@ 2018-04-30 20:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 20:16 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/1503>

Commit(s) tested:
	6d7bb8246b3beaf60ea9c2abe183705e876519cd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Expose type alignment on gdb.Type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6d/6d7bb8246b3beaf60ea9c2abe183705e876519cd/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
/usr/bin/xgettext
checking target system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
none required
checking how to run the C preprocessor... checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for inline... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for strings.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for inttypes.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for stdint.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for unistd.h... checking for memory.h... yes
checking how to run the C preprocessor... yes
yes
x86_64-w64-mingw32-gcc -E
checking for off_t... checking for strings.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for size_t... checking for stdint.h... yes
yes
checking for sys/types.h... checking for unistd.h... yes
yes
checking for working alloca.h... checking for sys/stat.h... yes
checking minix/config.h usability... no
checking for alloca... yes
no
checking minix/config.h presence... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
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 for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for memory.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdint.h... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for unsigned long long... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether to enable maintainer-specific portions of Makefiles... no
checking for inttypes.h... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for inttypes.h... checking for stdint.h... checking for C compiler default output file name... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unistd.h... no
checking for ld used by GCC... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
.exe
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for shared library run path origin... checking for suffix of object files... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... o
checking whether we are using the GNU C compiler... done
checking argz.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking stddef.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking argz.h presence... yes
checking stddef.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking limits.h presence... yes
checking for inline... yes
checking stdio.h presence... yes
checking for limits.h... yes
inline
checking whether byte ordering is bigendian... checking locale.h usability... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking locale.h presence... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for locale.h... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking nl_types.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for uintptr_t... yes
checking for sys/param.h... no
checking nl_types.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for limits.h... yes
checking for int_least32_t... 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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for stdlib.h... checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... (cached) yes
checking for malloc.h... yes
yes
checking malloc.h presence... yes
checking for int_fast32_t... yes
checking for malloc.h... yes
checking stddef.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking stddef.h presence... yes
checking for uint64_t... ok
checking how to run the C preprocessor... yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for time.h... checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -E
yes
checking sys/param.h usability... checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/stat.h... (cached) yes
checking for ANSI C header files... checking for sys/mman.h... yes
checking sys/param.h presence... yes
checking for off_t... yes
checking for sys/param.h... yes
no
checking for fcntl.h... checking for feof_unlocked... yes
checking for alloca.h... no
no
checking for fgets_unlocked... checking for sys/pstat.h... yes
checking for sys/types.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
no
checking for getc_unlocked... yes
checking size of int... checking for sys/stat.h... no
checking for machine/hal_sysinfo.h... yes
no
checking for getcwd... no
checking for sys/table.h... checking for stdlib.h... no
yes
checking for sys/sysctl.h... yes
checking for getegid... no
checking for string.h... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for memory.h... no
checking for geteuid... checking for stdio_ext.h... yes
no
checking for process.h... checking for strings.h... yes
no
checking for getgid... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking for getuid... checking for inttypes.h... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for stdint.h... no
checking for mempcpy... no
checking size of int... 4
checking size of long... yes
checking for unistd.h... yes
checking for munmap... yes
checking for dlfcn.h... no
checking for objdir... .libs
no
checking for putenv... yes
checking for setenv... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for setlocale... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking size of long... checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for strcasecmp... checking build system type... yes
checking dynamic linker characteristics... x86_64-pc-linux-gnu
checking host system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking target system type... yes
checking for strdup... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strtoul... no
yes
checking for working mmap... no
yes
checking for memcpy... checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for __argz_count... checking for strerror... 4
checking size of size_t... no
checking for __argz_stringify... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for __argz_next... config.status: creating Makefile
config.status: creating config.h
no
checking for __fsetlocking... config.status: executing gstdint.h commands
no
checking for iconv... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
8
checking for long long... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking size of long long... config.status: creating Makefile
checking for C compiler default output file name... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
checking for suffix of object files... /bin/sh ./config.status config.h
o
checking whether we are using the GNU C compiler... config.status: creating config.h
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
config.status: executing depfiles commands
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
8
checking for a 64-bit type... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for sys/stat.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for string.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for memory.h... yes
checking for strings.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for pid_t... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for unistd.h... yes
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking minix/config.h usability... none required
checking for asprintf... no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for basename... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for bcmp... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
void
checking for size_t... no
checking for bcopy... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for bsearch... yes
checking for ssize_t... yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for calloc... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for clock... none required
checking for fcntl... yes
checking for ffs... no
checking for kill... no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... no
checking for memmove... yes
checking for gettimeofday... yes
checking for putenv... yes
checking for index... yes
checking for select... no
checking for insque... no
checking for setenv... no
checking for memchr... no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for setenv... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for snprintf... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for sigsetmask... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking pwd.h usability... checking for strcasecmp... no
checking pwd.h presence... yes
checking for strchr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strdup... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strncasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtol... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
no
checking whether termios.h defines TIOCGWINSZ... checking for tmpnam... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
yes
checking for wcscoll... checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
yes
checking for iswctype... checking for spawnvpe... yes
checking for nl_langinfo and CODESET... yes
checking for strerror... no
checking for wchar_t in wchar.h... yes
yes
checking for wctype_t in wctype.h... checking for strsignal... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for sysconf... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for times... config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 18:19 [binutils-gdb] Handle alignof and _Alignof sergiodj+buildbot
@ 2018-04-30 19:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 19:20 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/1502>

Commit(s) tested:
	007e1530347330d4dbba387c4e35aae05bc06498

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Handle alignof and _Alignof

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/00/007e1530347330d4dbba387c4e35aae05bc06498/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-w64-mingw32
checking target system type... checking for msgfmt... x86_64-w64-mingw32
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
config.status: creating Makefile
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
none needed
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
yes
checking how to run the C preprocessor... checking for inttypes.h... yes
checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for stdint.h... yes
yes
checking for sys/types.h... checking for off_t... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
yes
checking minix/config.h usability... checking for stdlib.h... yes
checking for size_t... no
checking minix/config.h presence... yes
checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for working alloca.h... checking for memory.h... yes
no
checking for alloca... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strings.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
64
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for stdint.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unsigned long long... yes
checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking ctype.h usability... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for ctype.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking stddef.h usability... .exe
checking for suffix of object files... no
checking for ld used by GCC... o
checking whether we are using the GNU C compiler... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for string.h... yes
(cached) checking for shared library run path origin... yes
checking stdio.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... done
yes
checking for an ANSI C-conforming const... checking argz.h usability... yes
checking stdio.h presence... none needed
checking for style of include used by make... yes
checking for inline... yes
checking for stdio.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... checking for sys/file.h... yes
checking for limits.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking locale.h usability... checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for int_least32_t... checking for sys/param.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
yes
checking locale.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for limits.h... yes
yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... checking nl_types.h usability... yes
checking for int_fast32_t... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
ok
checking how to run the C preprocessor... no
checking nl_types.h presence... checking for sys/time.h... yes
checking for uint64_t... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for time.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/resource.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/stat.h... (cached) yes
yes
checking for off_t... checking stddef.h usability... checking for ANSI C header files... checking for sys/mman.h... no
checking for fcntl.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for alloca.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for sys/types.h... no
checking for unistd.h... (cached) yes
checking for sys/pstat.h... checking sys/param.h usability... yes
checking size of int... no
yes
checking for sys/sysmp.h... no
checking for sys/stat.h... checking for sys/sysinfo.h... yes
checking sys/param.h presence... no
checking for machine/hal_sysinfo.h... yes
yes
checking for sys/param.h... yes
checking for stdlib.h... checking for feof_unlocked... no
checking for sys/table.h... yes
no
checking for string.h... checking for sys/sysctl.h... no
no
checking for sys/systemcfg.h... checking for fgets_unlocked... yes
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for memory.h... no
checking for getc_unlocked... yes
no
checking for process.h... checking for strings.h... yes
no
checking for getcwd... checking for sys/prctl.h... yes
checking for inttypes.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
4
checking for getegid... checking size of long... yes
no
checking whether time.h and sys/time.h may both be included... checking for stdint.h... yes
yes
checking whether errno must be declared... no
checking for geteuid... checking for unistd.h... no
checking size of int... yes
checking for dlfcn.h... no
checking for getgid... no
checking for objdir... no
.libs
checking for getuid... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for munmap... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for putenv... 4
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for ANSI C header files... (cached) yes
yes
checking for setenv... checking build system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-pc-linux-gnu
checking host system type... yes
checking whether -lc should be explicitly linked in... 4
checking size of long... x86_64-w64-mingw32
checking target system type... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setlocale... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
no
checking for stpcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... yes
checking for strerror... config.status: creating Makefile
config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for unistd.h... (cached) yes
yes
checking for strtoul... 4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
make[1]: Nothing to be done for 'all-target'.
checking for tsearch... mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... no
checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
checking for long long... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
yes
checking size of long long... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/types.h... config.status: creating Makefile
yes
checking for sys/stat.h... config.status: executing depfiles commands
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
config.status: executing libtool commands
/bin/sh ./config.status config.h
checking for stdlib.h... yes
checking for string.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
8
checking for a 64-bit type... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... uint64_t
checking for intptr_t... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for ssize_t... checking for unistd.h... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking minix/config.h presence... yes
checking for pid_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... yes
x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
none required
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for asprintf... no
checking for working volatile... yes
checking return type of signal handlers... yes
void
checking for atexit... checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for ssize_t... yes
checking for bcmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for bcopy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for dirent.h that defines DIR... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for bsearch... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for library containing opendir... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for bzero... none required
checking for fcntl... no
checking for calloc... no
checking for kill... yes
checking for clock... no
checking for lstat... yes
checking for ffs... no
checking for memmove... no
checking for getcwd... yes
checking for putenv... yes
checking for getpagesize... yes
checking for select... yes
checking for gettimeofday... no
checking for setenv... yes
checking for index... no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for random... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for stdlib.h... (cached) yes
checking for rename... checking varargs.h usability... yes
no
checking varargs.h presence... checking for rindex... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for setenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking pwd.h usability... checking for stpcpy... no
checking pwd.h presence... no
checking for stpncpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strchr... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strdup... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strncasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strndup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strstr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strtod... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoull... no
checking for sig_atomic_t in signal.h... yes
checking for strverscmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for tmpnam... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... yes
checking for vprintf... no
checking for tgetent... yes
checking for vsnprintf... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking whether alloca needs Cray hooks... no
checking for langinfo.h... no
checking for mbrlen... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for spawnvpe... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
config.status: creating Makefile
checking for sysconf... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 17:32 [binutils-gdb] Add initial type alignment support sergiodj+buildbot
@ 2018-04-30 18:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 18:07 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/1501>

Commit(s) tested:
	2b4424c35b9ebabaab8588b2ba6c38935a48efec

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add initial type alignment support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2b/2b4424c35b9ebabaab8588b2ba6c38935a48efec/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
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
checking build system type... checking whether make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
checking for msgfmt... configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for inline... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdint.h... yes
yes
checking how to run the C preprocessor... checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for off_t... yes
checking for stdint.h... yes
yes
checking for sys/types.h... checking for unistd.h... yes
checking for size_t... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
checking for working alloca.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for alloca... 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 for memory.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for unsigned long long... checking for stdint.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for inttypes.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for C compiler default output file name... no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for ctype.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking stddef.h usability... yes
checking for shared library run path origin... .exe
checking for suffix of object files... yes
checking stddef.h presence... yes
checking for stddef.h... yes
done
o
checking whether we are using the GNU C compiler... checking argz.h usability... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking argz.h presence... yes
checking stdio.h presence... no
checking for argz.h... no
yes
checking for an ANSI C-conforming const... checking limits.h usability... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
checking limits.h presence... inline
checking whether byte ordering is bigendian... none needed
checking for style of include used by make... yes
checking for limits.h... yes
GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for uintptr_t... checking locale.h usability... yes
checking locale.h presence... yes
checking for int_least32_t... gcc3
checking how to print strings... yes
checking for locale.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking nl_types.h usability... checking for sys/file.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/param.h... no
checking nl_types.h presence... yes
checking for int_fast32_t... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for limits.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for uint64_t... checking for stdlib.h... (cached) yes
checking for malloc.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking malloc.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for malloc.h... yes
yes
checking for string.h... (cached) yes
checking stddef.h usability... checking for unistd.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking stddef.h presence... yes
checking for off_t... yes
checking for time.h... ok
checking how to run the C preprocessor... yes
checking for stddef.h... yes
yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for sys/mman.h... checking sys/param.h usability... checking for ANSI C header files... yes
checking size of int... no
checking for fcntl.h... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
checking for feof_unlocked... checking for alloca.h... yes
checking for sys/types.h... no
checking for sys/pstat.h... no
checking for fgets_unlocked... yes
no
checking for sys/sysmp.h... checking for sys/stat.h... no
checking for sys/sysinfo.h... no
checking for getc_unlocked... yes
checking for stdlib.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
no
checking for getcwd... no
checking for sys/sysctl.h... checking for string.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
yes
checking for memory.h... checking for stdio_ext.h... checking for getegid... no
yes
checking for process.h... checking for strings.h... yes
4
no
checking size of long... checking for geteuid... checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for inttypes.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... yes
checking for stdint.h... yes
checking whether errno must be declared... no
checking for getuid... yes
no
checking size of int... checking for unistd.h... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... x86_64-w64-mingw32
checking target system type... yes
checking for setenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) 4
yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking size of long... yes
checking whether -lc should be explicitly linked in... no
yes
yes
checking dynamic linker characteristics... configure: updating cache ./config.cache
configure: creating ./config.status
checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for strcasecmp... config.status: creating Makefile
yes
config.status: creating config.h
checking for working mmap... no
yes
checking for memcpy... config.status: executing gstdint.h commands
checking for strdup... yes
yes
make[1]: Nothing to be done for 'all-target'.
checking for strtoul... mkdir -p -- ./readline
checking for strerror... Configuring in ./readline
yes
checking for tsearch... yes
checking for unistd.h... (cached) yes
4
checking size of size_t... yes
configure: updating cache ./config.cache
checking for __argz_count... configure: creating ./config.status
no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking build system type... checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
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... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
yes
checking size of long long... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
yes
checking for sys/types.h... config.status: creating config.intl
config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
config.status: creating Makefile
checking for stdlib.h... config.status: executing depfiles commands
config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for string.h... config.status: executing libtool commands
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
8
checking for a 64-bit type... yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
uint64_t
checking for intptr_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for stdint.h... yes
yes
checking for uintptr_t... checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for pid_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for working volatile... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
void
checking for asprintf... checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
yes
checking for ssize_t... checking for basename... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
no
checking for dirent.h that defines DIR... checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for library containing opendir... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for bsearch... none required
checking for fcntl... yes
checking for bzero... no
checking for kill... no
checking for calloc... no
checking for lstat... yes
checking for clock... no
checking for memmove... yes
checking for ffs... yes
checking for putenv... no
checking for getcwd... yes
checking for select... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for rindex... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for stpncpy... checking termios.h usability... no
checking termios.h presence... no
checking for strcasecmp... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strchr... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strdup... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strrchr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strstr... checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtoll... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for tmpnam... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vsprintf... yes
checking wchar.h presence... yes
checking for waitpid... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for setproctitle... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... yes
checking for mbscasecmp... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for wcrtomb... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for sbrk... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 16:10 [binutils-gdb] This patch adds support to objdump for disassembly of NFP (Netronome Flow Processor) ELF files (.nffw) as well as some basic readelf support sergiodj+buildbot
@ 2018-04-30 16:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 16:39 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/1500>

Commit(s) tested:
	fe944acf8f858cfe6bcfd00670a88847a464717c

Author(s) (in the same order as the commits):
	Francois H. Theron <francois.theron@netronome.com>

Subject:
	This patch adds support to objdump for disassembly of NFP (Netronome Flow Processor) ELF files (.nffw) as well as some basic readelf support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fe/fe944acf8f858cfe6bcfd00670a88847a464717c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: updating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating ./config.status
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
/usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... config.status: creating Makefile
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for sys/types.h... yes
checking for inline... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for sys/stat.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for stdlib.h... yes
yes
checking for string.h... x86_64-w64-mingw32-gcc -E
checking for string.h... yes
checking for grep that handles long lines and -e... checking for memory.h... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for memory.h... yes
checking for strings.h... yes
checking for strings.h... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
yes
checking for sys/stat.h... checking for inttypes.h... yes
checking for stdlib.h... yes
checking for string.h... yes
yes
yes
checking for memory.h... checking for stdint.h... checking for stdint.h... yes
yes
yes
checking for strings.h... checking for unistd.h... checking for unistd.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking minix/config.h usability... checking for off_t... yes
checking for unistd.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking ctype.h usability... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for C compiler default output file name... yes
checking ctype.h presence... yes
checking for ctype.h... yes
64
checking stddef.h usability... a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for working alloca.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wall... .exe
checking for suffix of object files... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking stdio.h usability... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking stdio.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for uintptr_t... gcc3
checking how to print strings... yes
checking for unsigned long long... printf
checking for a sed that does not truncate output... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for int_least32_t... yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for int_fast32_t... checking whether the inttypes.h PRIxNN macros are broken... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for ld used by GCC... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for uint64_t... yes
checking for inline... inline
checking whether byte ordering is bigendian... done
yes
checking what to include in gstdint.h... ok
stdint.h (already complete)
checking for an ANSI C-conforming const... checking how to run the C preprocessor... checking argz.h usability... yes
checking for off_t... x86_64-w64-mingw32-gcc -E
no
checking for ANSI C header files... checking for a BSD-compatible install... /usr/bin/install -c
no
checking argz.h presence... checking for sys/file.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking size of int... checking for sys/param.h... yes
yes
checking limits.h presence... yes
checking for sys/types.h... checking for limits.h... yes
yes
checking for limits.h... yes
checking locale.h usability... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for sys/stat.h... yes
checking for string.h... (cached) yes
yes
yes
checking locale.h presence... checking for unistd.h... (cached) yes
checking for stdlib.h... checking for strings.h... (cached) yes
yes
checking for locale.h... yes
checking for sys/time.h... checking nl_types.h usability... yes
checking for string.h... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for time.h... checking for memory.h... yes
checking for sys/resource.h... no
yes
checking malloc.h presence... checking for sys/stat.h... (cached) yes
yes
yes
checking for malloc.h... yes
checking for sys/mman.h... checking for strings.h... checking stddef.h usability... yes
checking for inttypes.h... yes
checking stddef.h presence... no
checking for fcntl.h... 4
yes
checking for stddef.h... yes
checking size of long... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
yes
checking for alloca.h... checking for unistd.h... (cached) yes
checking for stdint.h... no
checking sys/param.h usability... checking for sys/pstat.h... no
yes
checking for sys/sysmp.h... checking for unistd.h... no
checking for sys/sysinfo.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for machine/hal_sysinfo.h... yes
checking for feof_unlocked... checking for dlfcn.h... no
checking for sys/table.h... no
checking for objdir... .libs
no
checking for sys/sysctl.h... no
checking for fgets_unlocked... no
checking for sys/systemcfg.h... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for getc_unlocked... no
checking for process.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
4
checking for sys/prctl.h... checking for ANSI C header files... no
(cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for getcwd... checking build system type... no
checking for sys/wait.h that is POSIX.1 compatible... x86_64-pc-linux-gnu
checking host system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
no
checking whether time.h and sys/time.h may both be included... checking for getegid... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether errno must be declared... checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for geteuid... no
checking size of int... yes
checking dynamic linker characteristics... no
no
checking for getgid... configure: updating cache ./config.cache
configure: creating ./config.status
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for getuid... 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... x86_64-w64-mingw32-gcc -E
no
checking for mempcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
config.status: creating Makefile
checking for getpagesize... yes
checking for munmap... config.status: creating config.h
yes
checking for working mmap... no
checking for memcpy... config.status: executing gstdint.h commands
no
checking for putenv... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for strerror... yes
checking for setenv... 4
checking size of long... yes
no
checking for setlocale... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for stpcpy... configure: creating cache ./config.cache
no
checking build system type... checking for strcasecmp... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for strdup... checking for C compiler default output file name... yes
checking for strtoul... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 4
checking size of size_t... .exe
yes
checking for suffix of object files... checking for tsearch... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for __argz_count... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... no
checking for __argz_stringify... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for __argz_next... yes
checking for sys/types.h... no
checking for __fsetlocking... yes
checking for sys/stat.h... no
checking for iconv... yes
checking for stdlib.h... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for string.h... no
checking for LC_MESSAGES... 8
checking for long long... yes
no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking for memory.h... checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking for strings.h... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking size of long long... config.status: creating Makefile
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for inttypes.h... config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for stdint.h... config.status: creating Makefile
yes
checking for unistd.h... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
config.status: creating config.h
checking minix/config.h usability... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
8
checking for a 64-bit type... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking return type of signal handlers... void
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for ssize_t... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for pid_t... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
none required
checking for fcntl... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for kill... no
checking for lstat... yes
checking for atexit... no
checking for memmove... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for basename... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for putenv... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for bcmp... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
checking for select... no
checking for bcopy... no
x86_64-w64-mingw32-ranlib libz.a
checking for setenv... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for bsearch... no
checking for setlocale... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for bzero... yes
checking for strcasecmp... config.status: creating config.h
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for calloc... yes
checking for strpbrk... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for clock... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for ffs... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for getcwd... checking for isascii... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for getpagesize... yes
checking for isxdigit... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for getpwent... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for index... checking for getpwnam... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for insque... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for memchr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for memcmp... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for memmem... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking limits.h usability... checking for memmove... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for mempcpy... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for memset... checking pwd.h usability... no
checking pwd.h presence... yes
checking for mkstemps... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for random... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for rename... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for rindex... checking sys/pte.h usability... no
checking sys/pte.h presence... no
no
checking for sys/pte.h... no
checking for setenv... checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for snprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for sigsetmask... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for stpcpy... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stpncpy... 64
checking for type of signal functions... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strncasecmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strndup... yes
checking whether signal handlers are of type void... no
checking for strnlen... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strrchr... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strstr... not found
checking for struct dirent.d_ino... yes
checking for strtod... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtol... no
checking for tgetent in -ltermcap... yes
checking for strtoul... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for strtoll... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for strtoull... yes
checking for strverscmp... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for tmpnam... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vasprintf... yes
checking for mbscasecmp... yes
checking for vfprintf... no
checking for mbscmp... yes
checking for vprintf... no
checking for mbsnrtowcs... yes
checking for vsnprintf... no
checking for mbsrtowcs... yes
yes
checking for mbschr... checking for vsprintf... no
checking for wcrtomb... yes
checking for waitpid... yes
checking for wcscoll... no
checking for setproctitle... yes
checking for wcsdup... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
yes
checking for wcwidth... checking for fork... no
checking for wctype... no
checking for vfork... yes
checking for wcswidth... no
checking for _doprnt... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for iswlower... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for iswupper... no
checking for canonicalize_file_name... yes
checking for towlower... no
checking for dup3... yes
checking for towupper... no
checking for getrlimit... yes
checking for iswctype... no
checking for getrusage... yes
checking for nl_langinfo and CODESET... no
checking for getsysinfo... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for psignal... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... config.status: creating Makefile
no
checking for realpath... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for setrlimit... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-30 15:27 [binutils-gdb] Use bool in read_index_from_section sergiodj+buildbot
@ 2018-04-30 16:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 16:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1499>

Commit(s) tested:
	d33bc52e51fdb6c464c1c8e8fdf9b2007b522b57

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use bool in read_index_from_section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d3/d33bc52e51fdb6c464c1c8e8fdf9b2007b522b57/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-29 16:52 [binutils-gdb] proc-events.c: fix compilation on Solaris sergiodj+buildbot
@ 2018-04-29 17:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-29 17:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1498>

Commit(s) tested:
	e28b63a989caffa4a6fba1aaf0d8992b37d13da8

Author(s) (in the same order as the commits):
	Fabian Groffen <grobian@gentoo.org>

Subject:
	proc-events.c: fix compilation on Solaris

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e2/e28b63a989caffa4a6fba1aaf0d8992b37d13da8/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-29 16:18 [binutils-gdb] Fix race when building ada-lex.c sergiodj+buildbot
@ 2018-04-29 16:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-29 16:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1497>

Commit(s) tested:
	cd8c76e410a5f16a170cc680be1ae2ecb5528821

Author(s) (in the same order as the commits):
	John Reiser <jreiser@BitWagon.com>

Subject:
	Fix race when building ada-lex.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cd/cd8c76e410a5f16a170cc680be1ae2ecb5528821/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-27 20:40 [binutils-gdb] Add libcc1 v1 compatibility to C compile feature sergiodj+buildbot
@ 2018-04-27 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 21:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1496>

Commit(s) tested:
	476d250ee86c37386b02b0634a59aae13d07a038

Author(s) (in the same order as the commits):
	Alexandre Oliva <aoliva@redhat.com>

Subject:
	Add libcc1 v1 compatibility to C compile feature

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/47/476d250ee86c37386b02b0634a59aae13d07a038/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-27 20:09 [binutils-gdb] Add inclusive range support for Rust sergiodj+buildbot
@ 2018-04-27 20:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 20:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1495>

Commit(s) tested:
	6873858b7e464e114f9a877e216949ad8350b4cf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add inclusive range support for Rust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/68/6873858b7e464e114f9a877e216949ad8350b4cf/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-27 19:21 [binutils-gdb] Enable -Wsuggest-override sergiodj+buildbot
@ 2018-04-27 19:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 19:54 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/1494>

Commit(s) tested:
	632e107b32c0fe8aede62e070b00756e9fdd2c01

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Enable -Wsuggest-override

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/63/632e107b32c0fe8aede62e070b00756e9fdd2c01/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... checking for msgfmt... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking for xgettext... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... inline
x86_64-w64-mingw32-gcc -E
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for sys/stat.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... yes
checking how to run the C preprocessor... yes
checking for inttypes.h... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for strings.h... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for inttypes.h... checking for unistd.h... yes
yes
yes
checking for sys/types.h... checking for off_t... checking for stdint.h... yes
checking for sys/stat.h... yes
checking for unistd.h... yes
yes
checking for size_t... checking for stdlib.h... yes
checking minix/config.h usability... yes
checking for string.h... no
checking minix/config.h presence... yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
no
checking for alloca... checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for strings.h... checking for getpagesize... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... yes
yes
yes
checking for working mmap... no
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether we are using the GNU C Library 2.1 or newer... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for unsigned long long... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
checking for C compiler default output file name... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether the inttypes.h PRIxNN macros are broken... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for ctype.h... yes
.exe
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking stddef.h usability... yes
checking for shared library run path origin... o
checking whether we are using the GNU C compiler... done
yes
checking stddef.h presence... checking argz.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking argz.h presence... checking stdio.h usability... yes
checking for an ANSI C-conforming const... no
checking for argz.h... no
yes
checking stdio.h presence... checking limits.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inline... yes
checking for stdio.h... yes
inline
checking whether byte ordering is bigendian... yes
checking limits.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for limits.h... yes
checking locale.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking locale.h presence... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for locale.h... yes
checking nl_types.h usability... checking for sys/file.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/param.h... no
checking nl_types.h presence... yes
checking for int_least32_t... 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 /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
no
checking for nl_types.h... checking for x86_64-w64-mingw32-objdump... no
x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking malloc.h usability... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
yes
checking malloc.h presence... checking for int_fast32_t... checking for malloc.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
ok
yes
checking for uint64_t... checking how to run the C preprocessor... yes
checking stddef.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for ANSI C header files... yes
checking sys/param.h usability... checking for sys/resource.h... yes
checking for off_t... no
checking for sys/stat.h... (cached) yes
yes
checking sys/param.h presence... checking for sys/mman.h... yes
checking for sys/types.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for fcntl.h... checking for sys/stat.h... yes
checking size of int... yes
no
checking for fgets_unlocked... yes
checking for alloca.h... checking for stdlib.h... no
checking for getc_unlocked... yes
no
checking for sys/pstat.h... checking for string.h... no
checking for sys/sysmp.h... no
checking for getcwd... yes
checking for memory.h... no
checking for sys/sysinfo.h... yes
yes
checking for getegid... no
checking for machine/hal_sysinfo.h... checking for strings.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
no
checking for geteuid... checking for inttypes.h... no
checking for sys/systemcfg.h... yes
checking for stdint.h... no
4
checking for getgid... no
checking size of long... checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for unistd.h... no
no
checking for getuid... checking for process.h... yes
yes
checking for dlfcn.h... checking for sys/prctl.h... no
checking for mempcpy... no
checking for objdir... .libs
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking for munmap... yes
checking whether errno must be declared... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking size of int... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for setenv... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for setlocale... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking target system type... yes
checking whether -lc should be explicitly linked in... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stpcpy... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
checking for strcasecmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... 4
checking size of long... checking for strdup... yes
checking for working mmap... no
checking for memcpy... yes
checking for strtoul... yes
checking for strerror... config.status: creating Makefile
yes
checking for tsearch... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for unistd.h... (cached) yes
yes
checking for __argz_count... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... 4
checking size of size_t... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... checking for C compiler default output file name... no
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 GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for long long... none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking size of long long... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/types.h... yes
config.status: creating config.h
checking for sys/stat.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for stdlib.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
config.status: creating Makefile
config.status: executing depfiles commands
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for memory.h... config.status: executing libtool commands
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for stdint.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
8
checking for a 64-bit type... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for ssize_t... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking return type of signal handlers... yes
checking for pid_t... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
void
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for library containing strerror... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for ANSI C header files... (cached) yes
yes
checking whether stat file-mode macros are broken... checking for atexit... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for basename... checking for library containing opendir... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
none required
checking for bcmp... checking for fcntl... no
no
checking for kill... checking for bcopy... no
no
checking for bsearch... checking for lstat... yes
no
checking for memmove... checking for bzero... no
yes
checking for calloc... checking for putenv... yes
yes
checking for select... checking for clock... yes
no
checking for setenv... checking for ffs... no
no
checking for setlocale... checking for getcwd... yes
yes
checking for getpagesize... checking for strcasecmp... yes
yes
checking for gettimeofday... checking for strpbrk... yes
checking for index... yes
checking for tcgetattr... no
checking for insque... no
checking for vsnprintf... no
checking for memchr... yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for memset... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mkstemps... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for random... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for rename... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for rindex... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for snprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for sigsetmask... no
checking termios.h presence... no
no
checking for termios.h... no
checking for stpcpy... checking termio.h usability... no
checking termio.h presence... no
checking for stpncpy... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
checking sys/file.h presence... 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... checking for strndup... 64
checking for type of signal functions... no
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtol... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoul... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtoll... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoull... not found
checking for struct dirent.d_ino... yes
checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for tmpnam... no
checking for tgetent in -ltermcap... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsnprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsprintf... yes
checking for mbscasecmp... yes
checking for waitpid... no
checking for mbscmp... no
checking for setproctitle... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for mbsrtowcs... checking for fork... yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... yes
checking for wcwidth... no
checking for __fsetlocking... no
checking for wctype... no
checking for canonicalize_file_name... yes
checking for wcswidth... no
checking for dup3... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrlimit... yes
checking for iswlower... no
checking for getrusage... yes
checking for iswupper... no
checking for getsysinfo... yes
checking for towlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towupper... no
checking for psignal... yes
checking for iswctype... no
checking for pstat_getdynamic... yes
checking for nl_langinfo and CODESET... no
checking for pstat_getstatic... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for realpath... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for setrlimit... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sbrk... no
checking for spawnve... config.status: creating Makefile
config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking for spawnvpe... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-27 13:09 [binutils-gdb] Revert "Enable Intel MOVDIRI, MOVDIR64B instructions." sergiodj+buildbot
@ 2018-04-27 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 13:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1493>

Commit(s) tested:
	aa178437393fd97f706c3f8bdf60ab2cc53a8cb4

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Revert "Enable Intel MOVDIRI, MOVDIR64B instructions."

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/aa/aa178437393fd97f706c3f8bdf60ab2cc53a8cb4/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-27 11:12 [binutils-gdb] Regenerate some files for recent ARM patches sergiodj+buildbot
@ 2018-04-27 11:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 11:45 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/1492>

Commit(s) tested:
	ffa389a39655f4b35d583783e49fa5b31c288e8f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Regenerate some files for recent ARM patches

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ff/ffa389a39655f4b35d583783e49fa5b31c288e8f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... 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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking build system type... checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... configure: creating cache ./config.cache
checking build system type... checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... yes
checking for inline... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for sys/types.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for strings.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking how to run the C preprocessor... checking for inttypes.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for off_t... yes
checking minix/config.h usability... yes
checking for sys/types.h... no
checking minix/config.h presence... yes
checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
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
64
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for strings.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for getpagesize... checking for inttypes.h... checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for stdint.h... yes
checking for working mmap... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for unistd.h... checking for C compiler default output file name... yes
checking for stdint.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking ctype.h usability... yes
checking for unsigned long long... .exe
checking for suffix of object files... yes
checking ctype.h presence... yes
checking for an ANSI C-conforming const... yes
checking for ctype.h... yes
yes
checking for inttypes.h... checking stddef.h usability... o
checking whether we are using the GNU C compiler... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stddef.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... (cached) yes
no
checking stdio.h usability... checking for ld used by GCC... none needed
checking for style of include used by make... no
GNU
checking for a BSD-compatible install... /usr/bin/install -c
checking dependency style of x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/file.h... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... done
yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking argz.h usability... /usr/bin/sed
checking for limits.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for stdlib.h... (cached) yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... checking for malloc.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for string.h... (cached) yes
checking limits.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for unistd.h... (cached) yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_least32_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking limits.h presence... 1572864
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for time.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
yes
checking for limits.h... yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking locale.h usability... yes
checking for sys/resource.h... yes
checking for int_fast32_t... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking locale.h presence... no
checking for fcntl.h... yes
checking for uint64_t... yes
checking for locale.h... yes
ok
checking how to run the C preprocessor... yes
checking nl_types.h usability... checking for alloca.h... x86_64-w64-mingw32-gcc -E
no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/pstat.h... no
yes
checking for off_t... no
checking nl_types.h presence... checking for sys/sysmp.h... checking for ANSI C header files... no
checking for sys/sysinfo.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... no
yes
checking size of int... yes
checking for sys/table.h... yes
checking for malloc.h... yes
checking for sys/types.h... no
checking stddef.h usability... checking for sys/sysctl.h... yes
checking for sys/stat.h... no
checking for sys/systemcfg.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for stdlib.h... checking for stdlib.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdio_ext.h... no
checking for unistd.h... (cached) yes
checking for process.h... checking sys/param.h usability... yes
yes
checking for sys/prctl.h... checking for string.h... yes
checking sys/param.h presence... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for memory.h... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
yes
checking for fgets_unlocked... checking for strings.h... no
checking size of int... yes
no
checking for inttypes.h... checking for getc_unlocked... yes
checking for stdint.h... no
checking for getcwd... 4
checking size of long... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for getegid... no
checking for objdir... .libs
no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for mempcpy... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... yes
checking for munmap... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for putenv... checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
yes
checking for setenv... checking for unistd.h... (cached) yes
checking for getpagesize... no
4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for working mmap... no
checking for memcpy... yes
checking for stpcpy... yes
checking for strerror... no
checking for strcasecmp... config.status: creating Makefile
yes
config.status: creating config.h
checking for unistd.h... (cached) yes
config.status: executing gstdint.h commands
yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... 8
checking for long long... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
yes
checking size of long long... checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for __fsetlocking... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... o
checking whether we are using the GNU C compiler... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
x86_64-w64-mingw32-gcc -E
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
8
checking for a 64-bit type... yes
checking for sys/types.h... config.status: executing depfiles commands
uint64_t
checking for intptr_t... config.status: creating Makefile
config.status: executing libtool commands
yes
checking for sys/stat.h... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for stdlib.h... yes
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for ssize_t... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for pid_t... yes
checking for stdint.h... yes
yes
checking for library containing strerror... checking for unistd.h... yes
none required
checking minix/config.h usability... checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking minix/config.h presence... yes
checking for atexit... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
yes
checking return type of signal handlers... checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for clock... checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
yes
checking for library containing opendir... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getcwd... x86_64-w64-mingw32-ranlib libdecnumber.a
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for kill... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for getpagesize... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for lstat... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for gettimeofday... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for memmove... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
checking for index... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for putenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for insque... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for select... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for memcmp... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for setlocale... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memcpy... yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for strcasecmp... yes
checking for memmem... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for sigsetmask... yes
checking stdarg.h presence... no
checking for stpcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strdup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strncasecmp... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strndup... no
checking termio.h presence... no
no
checking for termio.h... no
checking for strnlen... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strrchr... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strstr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtol... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vasprintf... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
checking for vsprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking wctype.h presence... no
checking for fork... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for vfork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
no
checking for iswupper... checking for setrlimit... yes
no
checking for sbrk... checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for sysconf... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for times... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-27  9:52 [binutils-gdb] PR23123, PowerPC32 ifunc regression sergiodj+buildbot
@ 2018-04-27 10:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 10:52 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/1491>

Commit(s) tested:
	04383fd15b3b82d824df9c72e3ade88c43bfb5ac

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23123, PowerPC32 ifunc regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/04/04383fd15b3b82d824df9c72e3ade88c43bfb5ac/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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: updating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating ./config.status
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
checking for perl... perl
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
configure: creating cache ./config.cache
checking for suffix of object files... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
checking for inline... o
checking whether we are using the GNU C compiler... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/types.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for sys/stat.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... yes
checking how to run the C preprocessor... yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -E
checking for off_t... yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking minix/config.h usability... yes
checking for size_t... yes
no
checking minix/config.h presence... checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
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 alloca.h... yes
no
checking for alloca... checking for string.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
checking for memory.h... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
yes
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... checking for stdint.h... yes
yes
checking for C compiler default output file name... checking for unsigned long long... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
checking ctype.h usability... .exe
checking for suffix of object files... yes
checking whether the inttypes.h PRIxNN macros are broken... o
checking whether we are using the GNU C compiler... yes
checking ctype.h presence... no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for an ANSI C-conforming const... done
checking for string.h... (cached) yes
checking argz.h usability... checking stdio.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... yes
checking stdio.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for stdio.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/file.h... checking locale.h usability... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... checking for sys/param.h... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for uintptr_t... yes
checking for limits.h... yes
checking locale.h presence... 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
yes
checking for stdlib.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
yes
checking for locale.h... checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking nl_types.h usability... checking for malloc.h... yes
checking for int_least32_t... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking nl_types.h presence... checking for strings.h... (cached) yes
no
checking for nl_types.h... no
checking for sys/time.h... checking malloc.h usability... yes
yes
checking for int_fast32_t... checking for time.h... ok
checking how to run the C preprocessor... yes
checking malloc.h presence... yes
checking for sys/resource.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for uint64_t... no
checking for fcntl.h... yes
checking stddef.h presence... checking for ANSI C header files... yes
yes
checking for stddef.h... yes
checking for alloca.h... checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for unistd.h... (cached) yes
checking for sys/pstat.h... checking sys/param.h usability... no
yes
checking for sys/types.h... yes
checking for off_t... checking for sys/sysmp.h... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
checking for sys/stat.h... checking for feof_unlocked... no
checking for sys/sysinfo.h... no
yes
no
checking for fgets_unlocked... checking for stdlib.h... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking size of int... yes
no
checking for sys/sysctl.h... no
checking for getc_unlocked... checking for string.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for memory.h... no
checking for getcwd... no
checking for process.h... yes
yes
checking for sys/prctl.h... checking for strings.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
checking for inttypes.h... yes
checking whether errno must be declared... yes
checking for stdint.h... no
checking size of int... no
checking for geteuid... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... 4
checking size of long... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for munmap... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
4
checking size of long... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for putenv... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for setenv... 4
checking for ANSI C header files... (cached) yes
yes
checking dynamic linker characteristics... checking build system type... x86_64-pc-linux-gnu
checking host system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for setlocale... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for stpcpy... no
yes
checking for working mmap... no
checking for memcpy... no
configure: updating cache ./config.cache
checking for strcasecmp... configure: creating ./config.status
yes
checking for strerror... yes
checking for strdup... 4
yes
checking size of size_t... checking for unistd.h... (cached) yes
config.status: creating Makefile
yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... 8
checking for long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... yes
checking size of long long... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... config.status: creating Makefile
config.status: creating config.intl
yes
checking for stdlib.h... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for string.h... config.status: creating Makefile
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
config.status: executing depfiles commands
/bin/sh ./config.status config.h
checking for memory.h... config.status: executing libtool commands
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for strings.h... 8
checking for a 64-bit type... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
uint64_t
checking for intptr_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for uintptr_t... checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking return type of signal handlers... yes
checking for library containing strerror... void
checking for size_t... none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for basename... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bcopy... no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for bsearch... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for library containing opendir... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for bzero... none required
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for fcntl... no
rm -f libdecnumber.a
checking for calloc... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for kill... yes
checking for clock... no
checking for lstat... yes
checking for ffs... no
checking for memmove... no
checking for getcwd... yes
checking for putenv... yes
checking for getpagesize... yes
checking for select... yes
checking for gettimeofday... no
checking for setenv... yes
checking for index... no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
no
checking for working strcoll... checking for putenv... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for random... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for setenv... checking for strings.h... (cached) yes
checking limits.h usability... no
yes
checking limits.h presence... checking for snprintf... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpncpy... yes
checking termcap.h presence... no
yes
checking for strcasecmp... checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strchr... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strdup... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strncasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strndup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strstr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strtod... checking for type of signal functions... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtoull... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strverscmp... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for tmpnam... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vasprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vfprintf... yes
checking for struct dirent.d_fileno... yes
checking for vprintf... no
checking for tgetent... yes
checking for vsnprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vsprintf... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for waitpid... yes
checking wchar.h presence... no
checking for setproctitle... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking whether alloca needs Cray hooks... no
checking langinfo.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for langinfo.h... no
checking for mbrlen... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for mbschr... no
no
checking for wcrtomb... checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for spawnve... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for spawnvpe... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
supported
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysctl... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 23:25 [binutils-gdb] Fix remote 'g' command error handling (PR remote/9665) sergiodj+buildbot
@ 2018-04-27  5:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  5:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1490>

Commit(s) tested:
	b75abf5bb636869fd893ecf98414b8b2fe0d4a12

Author(s) (in the same order as the commits):
	Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>

Subject:
	Fix remote 'g' command error handling (PR remote/9665)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b7/b75abf5bb636869fd893ecf98414b8b2fe0d4a12/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 22:02 [binutils-gdb] Enable Intel MOVDIRI, MOVDIR64B instructions sergiodj+buildbot
@ 2018-04-27  4:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  4:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1489>

Commit(s) tested:
	a914a7c95895161c99533d5919b8504b37ea54a0

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel MOVDIRI, MOVDIR64B instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a9/a914a7c95895161c99533d5919b8504b37ea54a0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 19:45 [binutils-gdb] Fix resolving GNU ifunc bp locations when inferior runs resolver sergiodj+buildbot
@ 2018-04-27  3:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  3:21 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/1488>

Commit(s) tested:
	79188d8d27a8885aee2ca4ff55238219a6aa7228

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix resolving GNU ifunc bp locations when inferior runs resolver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/79/79188d8d27a8885aee2ca4ff55238219a6aa7228/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
yes
checking host system type... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... inline
checking for sys/types.h... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/types.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for stdint.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for strings.h... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
yes
checking for off_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for size_t... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking minix/config.h usability... yes
yes
checking for working alloca.h... checking for sys/stat.h... no
checking minix/config.h presence... no
checking for alloca... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... checking for getpagesize... 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 for working mmap... no
64
checking for string.h... checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for memory.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for unsigned long long... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for C compiler default output file name... yes
checking for inttypes.h... checking for inttypes.h... yes
yes
a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether the inttypes.h PRIxNN macros are broken... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdint.h... no
checking for ld used by GCC... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
o
checking whether we are using the GNU C compiler... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking ctype.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... done
yes
checking for ctype.h... yes
checking argz.h usability... checking stddef.h usability... yes
checking for an ANSI C-conforming const... none needed
checking for style of include used by make... GNU
no
checking argz.h presence... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking stddef.h presence... yes
checking for inline... no
checking for argz.h... no
yes
checking for stddef.h... yes
checking limits.h usability... checking for string.h... (cached) yes
checking stdio.h usability... inline
checking whether byte ordering is bigendian... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking limits.h presence... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking stdio.h presence... yes
checking for limits.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for stdio.h... yes
checking locale.h usability... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking locale.h presence... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
yes
checking for locale.h... checking for x86_64-w64-mingw32-ar... yes
x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for a BSD-compatible install... /usr/bin/install -c
checking nl_types.h usability... checking for sys/file.h... yes
checking for uintptr_t... yes
checking for sys/param.h... no
checking nl_types.h presence... yes
yes
checking for int_least32_t... checking for limits.h... no
checking for nl_types.h... no
checking malloc.h usability... ok
yes
checking how to run the C preprocessor... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for int_fast32_t... x86_64-w64-mingw32-gcc -E
yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking stddef.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for ANSI C header files... checking for sys/time.h... yes
checking for uint64_t... yes
yes
checking stddef.h presence... checking for time.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/resource.h... checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/types.h... checking sys/param.h usability... checking for sys/mman.h... no
checking for fcntl.h... yes
yes
checking for off_t... yes
checking for sys/stat.h... yes
checking sys/param.h presence... checking for alloca.h... yes
checking for sys/param.h... yes
no
checking for sys/pstat.h... checking for feof_unlocked... no
checking for sys/sysmp.h... yes
checking for stdlib.h... no
no
checking for sys/sysinfo.h... yes
checking size of int... checking for fgets_unlocked... no
checking for machine/hal_sysinfo.h... yes
no
checking for string.h... checking for sys/table.h... no
checking for sys/sysctl.h... no
yes
checking for getc_unlocked... no
checking for sys/systemcfg.h... checking for memory.h... no
yes
checking for stdint.h... (cached) yes
checking for strings.h... no
checking for getcwd... checking for stdio_ext.h... no
yes
checking for process.h... checking for inttypes.h... yes
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdint.h... yes
checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
no
checking for geteuid... checking for unistd.h... yes
checking whether errno must be declared... no
checking size of int... 4
checking size of long... no
checking for getgid... yes
checking for dlfcn.h... no
checking for getuid... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for putenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for setenv... 4
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for ANSI C header files... (cached) yes
4
checking size of long... checking build system type... no
checking for setlocale... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking whether -lc should be explicitly linked in... checking for stpcpy... yes
checking dynamic linker characteristics... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for strcasecmp... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for getpagesize... yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for working mmap... no
checking for memcpy... yes
checking for strtoul... yes
yes
checking for tsearch... checking for strerror... 4
checking size of size_t... yes
yes
checking for unistd.h... (cached) yes
checking for __argz_count... config.status: creating Makefile
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
Configuring in ./readline
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... configure: creating cache ./config.cache
no
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... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for GNU gettext in libintl... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
config.status: executing depfiles commands
checking for sys/types.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
config.status: executing libtool commands
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for stdlib.h... uint64_t
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for uintptr_t... checking for memory.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for strings.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for inttypes.h... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for unistd.h... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
none required
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for atexit... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
void
checking for size_t... yes
checking for basename... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking for bcopy... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bsearch... yes
checking for library containing opendir... yes
checking for bzero... none required
checking for fcntl... no
checking for calloc... no
checking for kill... yes
checking for clock... no
checking for lstat... yes
checking for ffs... no
checking for memmove... no
checking for getcwd... yes
checking for putenv... yes
checking for getpagesize... yes
checking for select... yes
checking for gettimeofday... no
checking for setenv... yes
checking for index... no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for random... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
yes
checking stdarg.h usability... checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for setenv... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpncpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strchr... no
checking termio.h presence... yes
checking for strdup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strncasecmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strndup... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtoull... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strverscmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for tmpnam... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... yes
checking for vprintf... no
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking whether alloca needs Cray hooks... no
checking for langinfo.h... no
checking for mbrlen... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for spawnve... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for spawnvpe... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
checking for strerror... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
no
checking for sysctl... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysmp... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 18:42 [binutils-gdb] Extend GNU ifunc testcases sergiodj+buildbot
@ 2018-04-27  2:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  2:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1487>

Commit(s) tested:
	c7075ad5030c4c2e79a04f3517689b751ff41860

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Extend GNU ifunc testcases

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c7/c7075ad5030c4c2e79a04f3517689b751ff41860/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 18:05 [binutils-gdb] PPC64: always make synthetic .text symbols for GNU ifunc symbols sergiodj+buildbot
@ 2018-04-27  1:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  1:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1486>

Commit(s) tested:
	bfa5bd2ab31a8abb23cb442d51fe6c3836028880

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	PPC64: always make synthetic .text symbols for GNU ifunc symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bf/bfa5bd2ab31a8abb23cb442d51fe6c3836028880/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 17:37 [binutils-gdb] For PPC64/ELFv1: Introduce mst_data_gnu_ifunc sergiodj+buildbot
@ 2018-04-27  0:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  0:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1485>

Commit(s) tested:
	f50776aad58a1df6b8f7f2a7d25a3b10aa074f7b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	For PPC64/ELFv1: Introduce mst_data_gnu_ifunc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f5/f50776aad58a1df6b8f7f2a7d25a3b10aa074f7b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 17:15 [binutils-gdb] Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer) sergiodj+buildbot
@ 2018-04-27  0:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  0:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1484>

Commit(s) tested:
	20944a6e20324cd897bf6c4c5fd20ef7224dacaa

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/20/20944a6e20324cd897bf6c4c5fd20ef7224dacaa/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 16:34 [binutils-gdb] For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text section sergiodj+buildbot
@ 2018-04-26 23:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 23:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1483>

Commit(s) tested:
	1adeb822668d3bd7182ca9b8cf42a7261deb3c7f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1a/1adeb822668d3bd7182ca9b8cf42a7261deb3c7f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 16:07 [binutils-gdb] Factor out minsym_found/find_function_start_sal overload sergiodj+buildbot
@ 2018-04-26 21:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 21:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1482>

Commit(s) tested:
	42ddae103c9eb20fb87378548ee95b4bd23648a5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Factor out minsym_found/find_function_start_sal overload

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/42/42ddae103c9eb20fb87378548ee95b4bd23648a5/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 15:43 [binutils-gdb] Eliminate find_pc_partial_function_gnu_ifunc sergiodj+buildbot
@ 2018-04-26 19:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 19:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1481>

Commit(s) tested:
	a0aca7b0e13d884f43ba77c4c6d752d9140cb54b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate find_pc_partial_function_gnu_ifunc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a0/a0aca7b0e13d884f43ba77c4c6d752d9140cb54b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 15:18 [binutils-gdb] Breakpoints, don't skip prologue of ifunc resolvers with debug info sergiodj+buildbot
@ 2018-04-26 19:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 19:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1480>

Commit(s) tested:
	76af0f26356580771a18c37de4ebccdfbc449356

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Breakpoints, don't skip prologue of ifunc resolvers with debug info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/76/76af0f26356580771a18c37de4ebccdfbc449356/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 14:53 [binutils-gdb] Fix setting breakpoints on ifunc functions after they're already resolved sergiodj+buildbot
@ 2018-04-26 18:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 18:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1479>

Commit(s) tested:
	3467ec66bc1f30cf3ed7f9fe75234c96fc9c92d5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix setting breakpoints on ifunc functions after they're already resolved

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/34/3467ec66bc1f30cf3ed7f9fe75234c96fc9c92d5/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 14:27 [binutils-gdb] Fix elf_gnu_ifunc_resolve_by_got buglet sergiodj+buildbot
@ 2018-04-26 17:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 17:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1478>

Commit(s) tested:
	28f4fa4d0540ac6a23930202f39782167667e373

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix elf_gnu_ifunc_resolve_by_got buglet

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/28/28f4fa4d0540ac6a23930202f39782167667e373/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 14:33 [binutils-gdb] Calling ifunc functions when resolver has debug info, user symbol same name sergiodj+buildbot
@ 2018-04-26 16:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1477>

Commit(s) tested:
	ca31ab1d675c1e20cee5f8cb213c52e3d7352496

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Calling ifunc functions when resolver has debug info, user symbol same name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ca/ca31ab1d675c1e20cee5f8cb213c52e3d7352496/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 13:28 [binutils-gdb] Calling ifunc functions when target has no debug info but resolver has sergiodj+buildbot
@ 2018-04-26 15:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 15:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1476>

Commit(s) tested:
	8388016d7ff8b88d29f2427963f26a6b8bbb03b1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Calling ifunc functions when target has no debug info but resolver has

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/83/8388016d7ff8b88d29f2427963f26a6b8bbb03b1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 14:27 [binutils-gdb] Fix calling ifunc functions when resolver has debug info and different name sergiodj+buildbot
@ 2018-04-26 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 14:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1475>

Commit(s) tested:
	a376e11d84ba7ea8cc7333c77043e20c7b0cfc91

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix calling ifunc functions when resolver has debug info and different name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a3/a376e11d84ba7ea8cc7333c77043e20c7b0cfc91/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 12:47 [binutils-gdb] Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation) sergiodj+buildbot
@ 2018-04-26 14:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 14:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1474>

Commit(s) tested:
	02e169e2dac9b0354162eb0e7ee3fc95134b232d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/02/02e169e2dac9b0354162eb0e7ee3fc95134b232d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  9:03 [binutils-gdb] x86: fold various non-memory operand AVX512VL templates sergiodj+buildbot
@ 2018-04-26 13:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 13:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1473>

Commit(s) tested:
	e2195274d4a0752459ea89ffbf50b2704fb0c0b4

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold various non-memory operand AVX512VL templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e2/e2195274d4a0752459ea89ffbf50b2704fb0c0b4/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  8:36 [binutils-gdb] x86: CpuXSAVE is a prereq for various other features sergiodj+buildbot
@ 2018-04-26 12:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 12:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1472>

Commit(s) tested:
	59ef5df41e8a2addac4c74bb838fe8295cc79ebf

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: CpuXSAVE is a prereq for various other features

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/59/59ef5df41e8a2addac4c74bb838fe8295cc79ebf/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  8:13 [binutils-gdb] x86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask sergiodj+buildbot
@ 2018-04-26 12:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 12:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1471>

Commit(s) tested:
	6e041cf4b0b00e85bee85bee98c411f16bd15747

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6e/6e041cf4b0b00e85bee85bee98c411f16bd15747/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26 10:29 [binutils-gdb] x86: x87-related adjustments sergiodj+buildbot
@ 2018-04-26 11:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 11:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1470>

Commit(s) tested:
	0e0eea782025d92f894f6d132aae2507c6a90a7b

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: x87-related adjustments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0e/0e0eea782025d92f894f6d132aae2507c6a90a7b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  7:04 [binutils-gdb] x86: drop VexImmExt sergiodj+buildbot
@ 2018-04-26 10:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 10:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1469>

Commit(s) tested:
	2f1bada2dc2e7215cd633b6c39a6c31dbd875bc0

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop VexImmExt

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2f/2f1bada2dc2e7215cd633b6c39a6c31dbd875bc0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  2:55 [binutils-gdb] [ARM] FDPIC: Implement Thumb-only PLT for FDPIC sergiodj+buildbot
@ 2018-04-26  6:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  6:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1468>

Commit(s) tested:
	59029f57eba1763bad67167c2805d8df3dfa2285

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] FDPIC: Implement Thumb-only PLT for FDPIC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/59/59029f57eba1763bad67167c2805d8df3dfa2285/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  2:23 [binutils-gdb] [ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol sergiodj+buildbot
@ 2018-04-26  5:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  5:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1467>

Commit(s) tested:
	fac7bd6475c4058e7c1e0df29dac50579e427b34

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fa/fac7bd6475c4058e7c1e0df29dac50579e427b34/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  1:48 [binutils-gdb] [ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_GOT32 relocation for FDPIC platform sergiodj+buildbot
@ 2018-04-26  4:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  4:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1466>

Commit(s) tested:
	29e9b073e3b356aae4c249bf3e265b2a608aea6c

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_GOT32 relocation for FDPIC platform

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/29/29e9b073e3b356aae4c249bf3e265b2a608aea6c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  1:29 [binutils-gdb] [ARM] FDPIC: Add stack segment sergiodj+buildbot
@ 2018-04-26  3:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  3:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1465>

Commit(s) tested:
	cb10292c2a6c26349c02ec275e4087147fd1cdf0

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] FDPIC: Add stack segment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cb/cb10292c2a6c26349c02ec275e4087147fd1cdf0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  0:55 [binutils-gdb] [ARM] Add TLS relocations for FDPIC sergiodj+buildbot
@ 2018-04-26  2:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  2:11 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/1464>

Commit(s) tested:
	5c5a4843ec385a60954fbbc4bcf5b64763639bd3

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Add TLS relocations for FDPIC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5c/5c5a4843ec385a60954fbbc4bcf5b64763639bd3/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking build system type... checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... config.status: creating Makefile
none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... none needed
checking how to run the C preprocessor... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... inline
checking for sys/types.h... checking for sys/stat.h... yes
checking for sys/stat.h... yes
yes
checking for stdlib.h... yes
checking for stdlib.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for string.h... yes
yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for string.h... checking for memory.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for memory.h... checking for C compiler default output file name... yes
checking for strings.h... yes
checking for C compiler default output file name... checking for strings.h... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
.exe
checking for suffix of object files... .exe
checking for suffix of object files... checking for inttypes.h... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... checking for unistd.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for off_t... checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -W... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking minix/config.h presence... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... 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 for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for alloca... 64
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
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for working mmap... no
ok
checking whether we are using the GNU C Library 2.1 or newer... checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
checking for stdint.h... yes
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for sys/types.h... checking whether the inttypes.h PRIxNN macros are broken... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
no
checking for ld used by GCC... checking for sys/types.h... checking for sys/stat.h... yes
checking for sys/stat.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for stdlib.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for stdlib.h... yes
inline
checking whether byte ordering is bigendian... done
checking for string.h... yes
checking argz.h usability... checking for string.h... yes
no
checking argz.h presence... checking for memory.h... no
checking for argz.h... no
yes
checking limits.h usability... yes
checking for memory.h... checking for strings.h... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
checking for sys/file.h... yes
yes
checking locale.h usability... yes
checking for strings.h... checking for inttypes.h... checking for sys/param.h... yes
yes
checking locale.h presence... checking for inttypes.h... yes
yes
checking for locale.h... yes
checking for limits.h... yes
yes
yes
checking for stdint.h... checking nl_types.h usability... checking for stdlib.h... (cached) yes
checking for stdint.h... checking for malloc.h... yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking nl_types.h presence... checking for unistd.h... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for unistd.h... checking for strings.h... (cached) yes
yes
checking for sys/time.h... checking for dlfcn.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking ctype.h usability... checking stddef.h usability... no
checking for objdir... yes
.libs
checking for time.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
yes
checking ctype.h presence... checking for sys/resource.h... checking for string.h... (cached) yes
yes
checking for ctype.h... yes
no
checking stddef.h usability... checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/mman.h... checking sys/param.h usability... no
checking for fcntl.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for alloca.h... yes
checking sys/param.h presence... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for sys/param.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for feof_unlocked... checking for sys/pstat.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking stdio.h presence... no
yes
checking for stdio.h... yes
checking for sys/sysmp.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for fgets_unlocked... yes
checking whether -lc should be explicitly linked in... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking for uintptr_t... no
checking for sys/table.h... no
checking for getc_unlocked... no
checking for sys/sysctl.h... no
no
checking for getcwd... yes
checking for int_least32_t... checking for sys/systemcfg.h... yes
checking dynamic linker characteristics... no
checking for stdint.h... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for stdio_ext.h... no
checking for process.h... yes
checking for int_fast32_t... yes
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... x86_64-w64-mingw32-gcc -E
checking for sys/prctl.h... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking for uint64_t... checking for stdlib.h... (cached) yes
no
checking for geteuid... checking for unistd.h... (cached) yes
yes
checking whether errno must be declared... checking for getpagesize... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for getgid... no
checking size of int... yes
checking for off_t... no
yes
checking for working mmap... no
checking for memcpy... checking for getuid... yes
yes
checking size of int... checking for strerror... no
checking for mempcpy... yes
checking for unistd.h... (cached) yes
yes
checking for munmap... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for putenv... yes
checking for setenv... 4
checking size of long... no
checking for setlocale... yes
checking for stpcpy... 4
checking size of long... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... 4
checking size of size_t... yes
checking for tsearch... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for __argz_count... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for __argz_stringify... no
no
checking for __argz_next... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __fsetlocking... no
checking for iconv... config.status: creating Makefile
8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: executing depfiles commands
no
checking for LC_MESSAGES... config.status: executing libtool commands
no
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... config.status: creating Makefile
yes
checking size of long long... no
checking for GNU gettext in libintl... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating Makefile
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating config.intl
8
checking for a 64-bit type... .exe
checking for suffix of object files... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
o
checking whether we are using the GNU C compiler... uint64_t
checking for intptr_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for ssize_t... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for sys/types.h... yes
checking for library containing strerror... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
none required
checking for asprintf... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
yes
checking for atexit... checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for memory.h... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for strings.h... checking for basename... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for bcmp... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for inttypes.h... no
checking for bcopy... yes
no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for stdint.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking for bzero... checking for unistd.h... no
checking for calloc... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking minix/config.h presence... yes
checking for clock... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
rm -f libz.a
x86_64-w64-mingw32-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
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for ffs... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-ranlib libz.a
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for getcwd... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking return type of signal handlers... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for getpagesize... void
checking for size_t... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_prm -f libdecnumber.a
arser
 ^^^^^^^^^^^^
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for insque... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for library containing opendir... yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
none required
checking for fcntl... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memcpy... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for kill... yes
checking for memmem... no
checking for lstat... no
checking for memmove... no
checking for memmove... yes
yes
checking for mempcpy... checking for putenv... yes
yes
checking for memset... checking for select... yes
no
checking for setenv... checking for mkstemps... no
checking for putenv... no
checking for setlocale... yes
checking for random... yes
checking for strcasecmp... no
checking for rename... yes
checking for strpbrk... yes
checking for rindex... yes
no
checking for setenv... checking for tcgetattr... no
no
checking for vsnprintf... checking for snprintf... yes
yes
checking for isascii... checking for sigsetmask... yes
checking for isxdigit... no
checking for stpcpy... yes
checking for getpwent... no
checking for stpncpy... no
checking for getpwnam... no
checking for strcasecmp... no
checking for getpwuid... yes
checking for strchr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for strdup... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for strncasecmp... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for strndup... checking stdarg.h usability... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for strnlen... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for strrchr... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strstr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtod... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strtol... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strtoul... checking termios.h usability... yes
checking for strtoll... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strtoull... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strverscmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
no
checking for sys/stream.h... no
checking for tmpnam... checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for vasprintf... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for vfprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for vprintf... checking for type of signal functions... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... checking for vsprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for waitpid... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for setproctitle... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... not found
checking for struct dirent.d_ino... no
checking for fork... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for external symbol _system_configuration... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for __fsetlocking... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for canonicalize_file_name... no
checking langinfo.h presence... no
checking for dup3... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for psignal... no
checking for wcrtomb... no
checking for pstat_getdynamic... yes
checking for wcscoll... no
checking for pstat_getstatic... yes
checking for wcsdup... no
checking for realpath... yes
checking for wcwidth... no
checking for setrlimit... no
checking for wctype... no
checking for sbrk... yes
checking for wcswidth... no
checking for spawnve... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for spawnvpe... yes
checking for iswlower... yes
checking for strerror... yes
checking for iswupper... yes
checking for strsignal... yes
checking for towlower... no
checking for sysconf... yes
checking for towupper... no
checking for sysctl... yes
checking for iswctype... no
checking for sysmp... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for table... yes
checking for wctype_t in wctype.h... no
checking for times... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking for wait3... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking whether asprintf is declared... yes
config.status: creating examples/Makefile
checking whether vasprintf is declared... config.status: creating shlib/Makefile
yes
checking whether snprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-26  0:03 [binutils-gdb] [ARM] Implement PLT for FDPIC sergiodj+buildbot
@ 2018-04-26  1:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  1:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1463>

Commit(s) tested:
	7801f98f84fefa495941c86e2a859ea8c6c37770

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Implement PLT for FDPIC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/78/7801f98f84fefa495941c86e2a859ea8c6c37770/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25 23:36 [binutils-gdb] [ARM] Implement FDPIC relocations sergiodj+buildbot
@ 2018-04-26  0:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  0:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1462>

Commit(s) tested:
	e8b09b87102504a110f839e67a712094d63dcbab

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Implement FDPIC relocations.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e8/e8b09b87102504a110f839e67a712094d63dcbab/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25 23:02 [binutils-gdb] [ARM] Add FDPIC relocations definitions sergiodj+buildbot
@ 2018-04-25 23:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 23:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1461>

Commit(s) tested:
	188fd7aea619d9f66a822bad881d8f56892b60aa

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Add FDPIC relocations definitions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/18/188fd7aea619d9f66a822bad881d8f56892b60aa/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25 22:20 [binutils-gdb] [ARM] Add FDPIC OSABI flag support sergiodj+buildbot
@ 2018-04-25 22:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 22:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1460>

Commit(s) tested:
	18a203380502fb3ee75633fd464faa3c83cec710

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Add FDPIC OSABI flag support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/18/18a203380502fb3ee75633fd464faa3c83cec710/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25 21:40 [binutils-gdb] [ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpiceabi BFD backends sergiodj+buildbot
@ 2018-04-25 22:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 22:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1459>

Commit(s) tested:
	617a5ada88c7d4b6aae201ad5b295f3d2ef07c10

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpiceabi BFD backends

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/61/617a5ada88c7d4b6aae201ad5b295f3d2ef07c10/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25 18:28 [binutils-gdb] Fix new inferior events output sergiodj+buildbot
@ 2018-04-25 19:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 19:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1458>

Commit(s) tested:
	249b57335279b1051456884f1a908cdec907f43a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix new inferior events output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/24/249b57335279b1051456884f1a908cdec907f43a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25 14:49 [binutils-gdb] x86: drop redundant AVX512VL shift templates sergiodj+buildbot
@ 2018-04-25 15:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 15:36 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/1457>

Commit(s) tested:
	bacd145775e3ca1a9d1a6d0b65c4ba10b307e167

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop redundant AVX512VL shift templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ba/bacd145775e3ca1a9d1a6d0b65c4ba10b307e167/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./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
config.status: creating Makefile
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... /usr/bin/msgmerge
mkdir -p -- ./libdecnumber
checking build system type... Configuring in ./libdecnumber
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking target system type... checking for perl... perl
x86_64-w64-mingw32
checking for a BSD-compatible install... checking build system type... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... .exe
checking for suffix of object files... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inline... yes
checking for sys/stat.h... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdlib.h... yes
checking for sys/stat.h... yes
checking how to run the C preprocessor... yes
checking for string.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdlib.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... checking for string.h... yes
checking for strings.h... yes
checking for memory.h... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
yes
checking for stdint.h... checking for inttypes.h... yes
checking for stdlib.h... yes
yes
checking for unistd.h... checking for stdint.h... yes
checking for string.h... yes
checking for unistd.h... yes
yes
checking for memory.h... checking minix/config.h usability... yes
checking for off_t... yes
checking for strings.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdint.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for unistd.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking for alloca... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
checking for getpagesize... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for working mmap... no
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking stddef.h presence... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stddef.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for stdint.h... checking for C compiler default output file name... yes
checking for unsigned long long... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... .exe
checking for suffix of object files... yes
checking for inline... yes
checking for uintptr_t... o
checking whether we are using the GNU C compiler... no
checking for ld used by GCC... inline
checking whether byte ordering is bigendian... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... done
checking argz.h usability... none needed
checking for style of include used by make... yes
checking for int_least32_t... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking for argz.h... no
checking limits.h usability... checking for sys/file.h... yes
yes
checking for int_fast32_t... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking limits.h presence... checking for sys/param.h... yes
checking for limits.h... yes
yes
checking locale.h usability... yes
checking for uint64_t... checking for limits.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stdlib.h... (cached) yes
yes
checking locale.h presence... checking for malloc.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for string.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... (cached) yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... (cached) yes
yes
checking for off_t... no
checking nl_types.h presence... checking for sys/time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for time.h... ok
checking how to run the C preprocessor... checking stddef.h usability... yes
checking for sys/resource.h... yes
checking size of int... x86_64-w64-mingw32-gcc -E
no
checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... checking for sys/mman.h... yes
checking for stddef.h... yes
checking for ANSI C header files... no
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alloca.h... checking sys/param.h usability... yes
checking for sys/types.h... no
checking for sys/pstat.h... yes
yes
checking sys/param.h presence... checking for sys/stat.h... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for sys/sysinfo.h... checking for stdlib.h... no
checking for machine/hal_sysinfo.h... yes
no
no
checking for fgets_unlocked... checking for sys/table.h... checking for string.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for getc_unlocked... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for memory.h... no
checking for process.h... no
yes
4
checking for getcwd... checking size of long... checking for sys/prctl.h... yes
checking for strings.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for getegid... yes
no
checking whether time.h and sys/time.h may both be included... checking for inttypes.h... yes
checking whether errno must be declared... no
checking for geteuid... yes
no
checking size of int... checking for stdint.h... no
checking for getgid... yes
checking for unistd.h... yes
no
checking for getuid... checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for munmap... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking size of long... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for putenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
yes
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for setlocale... yes
checking whether -lc should be explicitly linked in... yes
checking for stpcpy... yes
checking dynamic linker characteristics... config.status: creating Makefile
no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for strcasecmp... config.status: creating config.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... x86_64-w64-mingw32-gcc -E
config.status: executing gstdint.h commands
yes
4
checking for stdlib.h... (cached) yes
checking size of size_t... checking for strdup... checking for unistd.h... (cached) yes
checking for getpagesize... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for strtoul... yes
checking for working mmap... no
checking for memcpy... yes
checking for tsearch... yes
checking for strerror... yes
checking for __argz_count... yes
checking for unistd.h... (cached) yes
no
checking for __argz_stringify... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_next... configure: creating cache ./config.cache
no
checking for __fsetlocking... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... 8
checking for long long... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... no
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... o
checking whether we are using the GNU C compiler... no
checking for GNU gettext in libintl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating config.intl
yes
checking for sys/types.h... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
8
rm -f stamp-h1
checking for a 64-bit type... /bin/sh ./config.status config.h
uint64_t
checking for intptr_t... yes
config.status: creating Makefile
config.status: creating config.h
checking for memory.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
config.status: executing depfiles commands
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for uintptr_t... config.status: executing libtool commands
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for pid_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... none required
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for asprintf... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for working volatile... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for basename... void
checking for size_t... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for bcopy... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
checking for bsearch... plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for bzero... checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for calloc... yes
checking for library containing opendir... yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for ffs... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for kill... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for getcwd... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for lstat... x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for memmove... yes
checking for gettimeofday... yes
checking for putenv... yes
yes
checking for index... checking for select... no
no
checking for insque... checking for setenv... no
no
checking for memchr... checking for setlocale... yes
yes
checking for strcasecmp... checking for memcmp... yes
yes
checking for strpbrk... checking for memcpy... yes
yes
checking for tcgetattr... checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
yes
checking for isxdigit... checking for memset... yes
yes
checking for getpwent... checking for mkstemps... no
no
checking for putenv... checking for getpwnam... yes
no
checking for getpwuid... checking for random... no
checking for working strcoll... no
no
checking fcntl.h usability... checking for rename... yes
checking fcntl.h presence... yes
checking for rindex... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for sigsetmask... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... no
checking for stpcpy... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strdup... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strncasecmp... checking termio.h usability... no
checking termio.h presence... yes
checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for strnlen... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtol... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
no
checking whether termios.h defines TIOCGWINSZ... checking for tmpnam... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
no
checking wctype.h presence... checking for fork... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for strsignal... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysctl... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... no
config.status: creating Makefile
checking for wait3... config.status: creating doc/Makefile
no
checking for wait4... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking whether basename is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25 12:59 [binutils-gdb] Fix the mask for the sqrdml(a|s)h instructions sergiodj+buildbot
@ 2018-04-25 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1456>

Commit(s) tested:
	10bba94bd44045559cfd048cd34376090dd8107a

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Fix the mask for the sqrdml(a|s)h instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/10/10bba94bd44045559cfd048cd34376090dd8107a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25  8:21 [binutils-gdb] Silence gcc-8 warnings sergiodj+buildbot
@ 2018-04-25  8:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-25  8:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1455>

Commit(s) tested:
	d99b4b92c8ed0f7ef98f370bbf65a360ed66ad7b

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Silence gcc-8 warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d9/d99b4b92c8ed0f7ef98f370bbf65a360ed66ad7b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-25  0:47 [binutils-gdb] Remove arm-aout and arm-coff support sergiodj+buildbot
@ 2018-04-25  0:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-25  0:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1454>

Commit(s) tested:
	2ac93be706418f3b2aebeb22159a328023faed52

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove arm-aout and arm-coff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2a/2ac93be706418f3b2aebeb22159a328023faed52/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-24 20:07 [binutils-gdb] Enable 'set print inferior-events' and improve detach/fork/kill/exit messages sergiodj+buildbot
@ 2018-04-24 20:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-24 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1453>

Commit(s) tested:
	f67c0c9171508672167b6868c67211571421a1c6

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Enable 'set print inferior-events' and improve detach/fork/kill/exit messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f6/f67c0c9171508672167b6868c67211571421a1c6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-24 16:26 [binutils-gdb] Fix an illegal memory access when trying to copy an ELF binary with corrupt section symbols sergiodj+buildbot
@ 2018-04-24 18:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-24 18:24 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/1452>

Commit(s) tested:
	db0c309f4011ca94a4abc8458e27f3734dab92ac

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix an illegal memory access when trying to copy an ELF binary with corrupt section symbols.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/db/db0c309f4011ca94a4abc8458e27f3734dab92ac/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking build system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32
yes
checking for x86_64-w64-mingw32-ar... checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... .exe
/usr/bin/grep -E
checking for ANSI C header files... inline
checking for suffix of object files... checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... yes
yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for inttypes.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdint.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for inttypes.h... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for off_t... checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
yes
checking for size_t... yes
checking minix/config.h usability... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... no
checking for alloca... yes
yes
checking for sys/types.h... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
64
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
.exe
checking for suffix of object files... checking for unistd.h... no
checking for ld used by GCC... o
checking whether we are using the GNU C compiler... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... done
yes
checking argz.h usability... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking ctype.h presence... yes
checking for inline... yes
checking for ctype.h... yes
inline
checking whether byte ordering is bigendian... checking stddef.h usability... no
checking argz.h presence... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for argz.h... no
checking limits.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking stdio.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for sys/file.h... /usr/bin/sed
yes
checking limits.h presence... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
yes
checking for limits.h... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking locale.h usability... checking for sys/param.h... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for limits.h... yes
checking locale.h presence... yes
checking for BSD- or MS-compatible name lister (nm)... looking for a compliant stdint.h in stdint.h, x86_64-w64-mingw32-nm
checking for uintmax_t... checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking nl_types.h usability... checking for malloc.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... (cached) yes
yes
checking for uintptr_t... checking for unistd.h... (cached) yes
no
checking nl_types.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for int_least32_t... checking for time.h... yes
ok
checking for sys/resource.h... checking how to run the C preprocessor... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for sys/stat.h... (cached) yes
checking stddef.h usability... checking for sys/mman.h... x86_64-w64-mingw32-gcc -E
yes
checking for int_fast32_t... no
checking for ANSI C header files... checking for fcntl.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for alloca.h... yes
checking for uint64_t... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/pstat.h... checking for unistd.h... (cached) yes
yes
checking for sys/types.h... checking sys/param.h usability... no
checking for sys/sysmp.h... yes
no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/sysinfo.h... checking for sys/stat.h... no
yes
checking sys/param.h presence... yes
checking for off_t... yes
checking for sys/param.h... yes
checking for machine/hal_sysinfo.h... yes
checking for feof_unlocked... checking for stdlib.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
no
no
checking for string.h... checking for sys/systemcfg.h... checking for fgets_unlocked... no
yes
checking size of int... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
no
checking for memory.h... yes
checking for getc_unlocked... checking for sys/prctl.h... yes
checking for strings.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... checking for inttypes.h... yes
checking whether errno must be declared... yes
checking for stdint.h... yes
checking for getegid... no
checking size of int... yes
no
checking for unistd.h... checking for geteuid... yes
checking for dlfcn.h... no
checking for getgid... 4
checking size of long... no
checking for objdir... .libs
no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for mempcpy... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking size of long... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for setenv... 4
checking for ANSI C header files... (cached) yes
no
checking for setlocale... yes
checking dynamic linker characteristics... checking build system type... x86_64-pc-linux-gnu
checking host system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for stpcpy... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... no
4
configure: updating cache ./config.cache
checking size of size_t... yes
configure: creating ./config.status
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
config.status: creating Makefile
checking for tsearch... configure: creating ./config.status
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... 8
no
checking for iconv... checking for long long... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... yes
checking size of long long... checking for C compiler default output file name... no
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 GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
.exe
configure: creating ./config.status
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing depfiles commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: executing libtool commands
yes
checking for sys/types.h... 8
checking for a 64-bit type... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12uint64_t
: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for sys/stat.h... checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
yes
checking for uintptr_t... checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for ssize_t... checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for inttypes.h... yes
yes
checking for pid_t... checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking minix/config.h usability... none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for atexit... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
/usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for basename... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for working volatile... checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking return type of signal handlers... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
void
checking for size_t... checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for ssize_t... yes
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for calloc... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for dirent.h that defines DIR... yes
checking for clock... yes
checking for library containing opendir... yes
checking for ffs... none required
checking for fcntl... no
no
checking for getcwd... checking for kill... yes
no
checking for lstat... checking for getpagesize... yes
no
checking for memmove... checking for gettimeofday... yes
yes
checking for putenv... checking for index... yes
no
checking for insque... checking for select... no
no
checking for memchr... checking for setenv... no
yes
checking for setlocale... checking for memcmp... yes
yes
checking for strcasecmp... checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
no
checking for tcgetattr... checking for memmove... no
yes
checking for vsnprintf... checking for mempcpy... yes
yes
checking for isascii... checking for memset... yes
yes
checking for isxdigit... checking for mkstemps... yes
no
checking for putenv... checking for getpwent... yes
checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
no
checking for rindex... checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for setenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for sigsetmask... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for stpcpy... checking limits.h usability... yes
checking limits.h presence... no
checking for stpncpy... yes
checking for limits.h... yes
checking locale.h usability... no
yes
checking locale.h presence... checking for strcasecmp... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strdup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strncasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strrchr... no
checking sys/stream.h presence... yes
checking for strstr... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strtod... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtol... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for vasprintf... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
checking for vsprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking wctype.h presence... no
yes
checking for wctype.h... yes
checking for fork... checking wchar.h usability... yes
checking wchar.h presence... no
checking for vfork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
yes
checking for wcwidth... checking for on_exit... no
no
checking for wctype... checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
no
checking for setrlimit... checking for iswupper... no
yes
checking for sbrk... checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
config.status: creating Makefile
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-24 16:07 [binutils-gdb] Fix an illegal memory access when copying a PE format file with corrupt debug information sergiodj+buildbot
@ 2018-04-24 17:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-24 17:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1451>

Commit(s) tested:
	aa4a8c2a2a67545e90c877162c53cc9de42dc8b4

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix an illegal memory access when copying a PE format file with corrupt debug information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/aa/aa4a8c2a2a67545e90c877162c53cc9de42dc8b4/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-24 15:09 [binutils-gdb] info-shared.exp: Replace libs=-ldl with shlib_load sergiodj+buildbot
@ 2018-04-24 16:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-24 16:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1450>

Commit(s) tested:
	0a8ddac418d3e8e12a1bb51c3b0da90155f83403

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	info-shared.exp: Replace libs=-ldl with shlib_load

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0a/0a8ddac418d3e8e12a1bb51c3b0da90155f83403/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-24 14:45 [binutils-gdb] Reindent cli-out.h sergiodj+buildbot
@ 2018-04-24 15:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-24 15:22 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/1449>

Commit(s) tested:
	e427af1889e6d169c3390f6960f1efdd08dca883

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Reindent cli-out.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e4/e427af1889e6d169c3390f6960f1efdd08dca883/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for perl... perl
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
.exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for inline... inline
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
checking for sys/stat.h... yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdlib.h... checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for memory.h... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for strings.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for strings.h... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for C compiler default output file name... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for inttypes.h... yes
checking for unistd.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for off_t... checking for stdint.h... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... o
checking whether we are using the GNU C compiler... yes
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
yes
checking for size_t... checking minix/config.h usability... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... none needed
checking for style of include used by make... /usr/bin/grep -E
checking for ANSI C header files... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for working alloca.h... checking for sys/types.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
no
checking for alloca... checking for sys/stat.h... yes
64
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wall... 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 string.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
ok
checking how to run the C preprocessor... checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for stdint.h... checking for ANSI C header files... no
checking for ld used by GCC... yes
checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for an ANSI C-conforming const... yes
checking for shared library run path origin... yes
done
yes
checking for sys/types.h... checking ctype.h usability... yes
checking for inline... checking argz.h usability... yes
yes
checking ctype.h presence... checking for sys/stat.h... inline
checking whether byte ordering is bigendian... yes
checking for ctype.h... yes
no
checking argz.h presence... checking stddef.h usability... no
checking for argz.h... no
yes
checking limits.h usability... yes
checking stddef.h presence... checking for stdlib.h... yes
checking for stddef.h... yes
yes
checking limits.h presence... checking for string.h... (cached) yes
yes
checking stdio.h usability... yes
checking for limits.h... yes
checking for string.h... checking locale.h usability... yes
checking stdio.h presence... yes
checking locale.h presence... yes
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for locale.h... yes
checking for memory.h... yes
checking nl_types.h usability... checking for strings.h... yes
checking for inttypes.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking malloc.h presence... checking for sys/file.h... checking for stdint.h... yes
checking for sys/param.h... yes
checking for malloc.h... yes
yes
checking for limits.h... checking stddef.h usability... yes
yes
yes
checking stddef.h presence... checking for unistd.h... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
yes
checking for dlfcn.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... no
checking for objdir... checking for unistd.h... (cached) yes
.libs
checking for strings.h... (cached) yes
yes
checking sys/param.h presence... checking for sys/time.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... checking for time.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for fgets_unlocked... checking for sys/resource.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for getc_unlocked... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for fcntl.h... yes
no
checking for getcwd... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for alloca.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for getegid... no
checking for sys/pstat.h... no
yes
checking dynamic linker characteristics... checking for sys/sysmp.h... no
checking for geteuid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for int_least32_t... no
checking for sys/sysinfo.h... checking for stdlib.h... (cached) yes
no
checking for getgid... no
checking for machine/hal_sysinfo.h... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for sys/table.h... yes
checking for working mmap... no
no
checking for memcpy... checking for getuid... no
checking for sys/sysctl.h... yes
no
checking for mempcpy... checking for strerror... no
checking for sys/systemcfg.h... yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for munmap... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for process.h... yes
no
checking for sys/prctl.h... checking for putenv... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for uint64_t... yes
no
checking whether time.h and sys/time.h may both be included... checking for setenv... yes
checking whether errno must be declared... no
no
checking size of int... checking for setlocale... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for stpcpy... yes
checking for off_t... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... config.status: creating Makefile
yes
checking size of int... config.status: executing depfiles commands
no
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 GNU gettext in libintl... config.status: executing libtool commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
4
Configuring in ./readline
checking size of long... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
configure: creating cache ./config.cache
/bin/sh ./config.status config.h
checking build system type... 4
checking size of size_t... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 4
checking size of long... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for suffix of object files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
none needed
checking how to run the C preprocessor... 4
checking for ANSI C header files... (cached) yes
8
checking for long long... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking build system type... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-pc-linux-gnu
checking host system type... yes
checking size of long long... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
checking for sys/types.h... plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
yes
checking for sys/stat.h... yes
no
checking for stdlib.h... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... 8
checking for a 64-bit type... yes
checking for inttypes.h... config.status: creating Makefile
uint64_t
checking for intptr_t... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for stdint.h... yes
checking for unistd.h... yes
checking for uintptr_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for ssize_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking for library containing strerror... yes
checking return type of signal handlers... void
checking for size_t... none required
checking for asprintf... yes
yes
checking for ssize_t... checking for atexit... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for basename... no
checking for dirent.h that defines DIR... yes
yes
checking for library containing opendir... checking for bcmp... no
none required
checking for bcopy... checking for fcntl... no
checking for bsearch... no
checking for kill... yes
checking for bzero... no
checking for lstat... no
checking for calloc... no
checking for memmove... yes
checking for clock... yes
checking for putenv... yes
yes
checking for select... checking for ffs... no
checking for getcwd... no
checking for setenv... yes
checking for getpagesize... no
checking for setlocale... yes
yes
checking for gettimeofday... checking for strcasecmp... yes
yes
checking for index... checking for strpbrk... no
yes
checking for insque... checking for tcgetattr... no
no
checking for vsnprintf... checking for memchr... yes
checking for isascii... yes
checking for memcmp... yes
yes
checking for isxdigit... checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for memset... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mkstemps... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... 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 random... checking limits.h usability... yes
checking limits.h presence... no
checking for rename... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for rindex... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for snprintf... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking for sigsetmask... checking termios.h usability... no
checking termios.h presence... no
checking for stpcpy... no
checking for termios.h... no
checking termio.h usability... no
no
checking termio.h presence... checking for stpncpy... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strndup... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
64
checking for strnlen... checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtol... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoul... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoll... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoull... not found
checking for struct dirent.d_ino... yes
checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for tmpnam... no
checking for tgetent in -ltermcap... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsnprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsprintf... yes
checking for mbscasecmp... yes
checking for waitpid... no
checking for mbscmp... no
checking for setproctitle... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbsrtowcs... no
checking for fork... yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... yes
checking for wcswidth... no
checking for dup3... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrlimit... yes
checking for iswlower... no
checking for getrusage... yes
checking for iswupper... no
checking for getsysinfo... yes
checking for towlower... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for towupper... no
checking for psignal... yes
checking for iswctype... no
checking for pstat_getdynamic... yes
checking for nl_langinfo and CODESET... no
checking for pstat_getstatic... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for setrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sbrk... no
checking for spawnve... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for spawnvpe... config.status: creating examples/Makefile
yes
checking for strerror... config.status: creating shlib/Makefile
config.status: creating config.h
yes
config.status: executing default commands
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-24 13:56 [binutils-gdb] Remove cli_ui_out::out_field_fmt sergiodj+buildbot
@ 2018-04-24 14:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-24 14:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1448>

Commit(s) tested:
	05b1d8d6fcde4805d25c9121f5b051f59580887a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cli_ui_out::out_field_fmt

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/05/05b1d8d6fcde4805d25c9121f5b051f59580887a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-24  0:19 [binutils-gdb] Remove a cleanup from scm-frame.c sergiodj+buildbot
@ 2018-04-24  0:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-24  0:43 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/1447>

Commit(s) tested:
	a95c7daba4c74e61ac37ffaaaa0ba49bf16e474e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a cleanup from scm-frame.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a9/a95c7daba4c74e61ac37ffaaaa0ba49bf16e474e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
checking for perl... .exe
perl
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
checking for inline... inline
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/types.h... checking for sys/stat.h... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... checking for stdlib.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for strings.h... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for off_t... checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... checking for sys/stat.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for string.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... checking for stdlib.h... (cached) yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for inttypes.h... checking for C compiler default output file name... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unsigned long long... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
.exe
checking for suffix of object files... checking for unistd.h... yes
checking whether the inttypes.h PRIxNN macros are broken... o
checking whether we are using the GNU C compiler... yes
no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking ctype.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for inline... none needed
checking for style of include used by make... done
inline
checking whether byte ordering is bigendian... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking argz.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking stddef.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stddef.h... yes
checking for string.h... (cached) yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking stdio.h usability... yes
checking limits.h presence... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/file.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for limits.h... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking locale.h usability... checking for sys/param.h... yes
checking stdio.h presence... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for limits.h... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking locale.h presence... checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking for malloc.h... checking nl_types.h usability... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking for string.h... checking whether the shell understands some XSI constructs... (cached) yes
yes
checking whether the shell understands "+="... yes
checking for uintptr_t... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for unistd.h... (cached) yes
no
checking nl_types.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for int_least32_t... yes
checking malloc.h presence... yes
checking for malloc.h... yes
yes
checking for time.h... ok
checking stddef.h usability... checking how to run the C preprocessor... yes
checking for sys/resource.h... yes
checking for int_fast32_t... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for sys/stat.h... (cached) yes
checking for ANSI C header files... checking for stdlib.h... (cached) yes
checking for sys/mman.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for uint64_t... checking sys/param.h usability... no
checking for fcntl.h... yes
checking sys/param.h presence... yes
yes
yes
checking for sys/param.h... yes
checking for sys/types.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... checking for feof_unlocked... no
checking for sys/pstat.h... yes
yes
checking for off_t... no
checking for sys/stat.h... checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for stdlib.h... no
checking for machine/hal_sysinfo.h... no
checking for fgets_unlocked... yes
yes
checking size of int... no
checking for sys/table.h... checking for string.h... no
checking for sys/sysctl.h... no
no
checking for sys/systemcfg.h... yes
checking for getc_unlocked... checking for memory.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for strings.h... no
checking for getcwd... no
checking for process.h... yes
yes
checking for inttypes.h... yes
checking for sys/prctl.h... checking for getegid... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdint.h... no
checking whether time.h and sys/time.h may both be included... no
checking for geteuid... yes
checking for unistd.h... yes
checking whether errno must be declared... no
yes
checking for getgid... checking for dlfcn.h... 4
checking size of long... no
checking size of int... no
checking for objdir... .libs
no
checking for getuid... no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for putenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for setenv... 4
checking for ANSI C header files... (cached) yes
4
checking size of long... checking build system type... yes
checking dynamic linker characteristics... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 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... x86_64-w64-mingw32-gcc -E
yes
checking for stpcpy... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
no
checking for strcasecmp... checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for unistd.h... (cached) yes
config.status: creating Makefile
yes
checking for tsearch... 4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating config.h
yes
checking for __argz_count... config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
no
checking for __argz_stringify... mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking build system type... no
checking for LC_MESSAGES... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
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... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
8
checking for long long... no
checking for GNU gettext in libintl... checking for C compiler default output file name... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... a.exe
checking whether the C compiler works... aclocal
yes
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
config.status: creating Makefile
config.status: creating config.h
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing default-1 commands
config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/stat.h... yes
config.status: creating config.h
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
config.status: config.h is unchanged
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for stdlib.h... 8
checking for a 64-bit type... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
uint64_t
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for intptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for ssize_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for stdint.h... yes
checking for pid_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking minix/config.h usability... yes
checking for library containing strerror... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
none required
checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for atexit... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
no
checking for working volatile... checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
void
checking for size_t... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ssize_t... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for bzero... yes
checking for library containing opendir... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for calloc... x86_64-w64-mingw32-ranlib libdecnumber.a
none required
checking for fcntl... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for clock... no
checking for kill... yes
checking for ffs... no
checking for lstat... no
checking for getcwd... no
checking for memmove... yes
checking for getpagesize... yes
checking for putenv... yes
checking for gettimeofday... yes
checking for select... yes
checking for index... no
checking for setenv... no
checking for insque... no
checking for setlocale... no
checking for memchr... yes
checking for strcasecmp... yes
checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for rindex... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for setenv... yes
checking stdarg.h presence... no
yes
checking for stdarg.h... yes
checking for snprintf... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for sigsetmask... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpncpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for strcasecmp... checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... yes
checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strstr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtod... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for tmpnam... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
yes
checking for iswctype... checking for spawnvpe... yes
yes
checking for nl_langinfo and CODESET... checking for strerror... no
checking for wchar_t in wchar.h... yes
yes
checking for wctype_t in wctype.h... checking for strsignal... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for times... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-23 15:50 [binutils-gdb] Regenerate gdb/configure and gdbserver/configure sergiodj+buildbot
@ 2018-04-23 16:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-23 16:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1446>

Commit(s) tested:
	458412c36845f20bcfef47eef3005fb2054a7695

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Regenerate gdb/configure and gdbserver/configure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/45/458412c36845f20bcfef47eef3005fb2054a7695/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-23 14:42 [binutils-gdb] Revert bfd part of "Silence gcc-8 warnings" sergiodj+buildbot
@ 2018-04-23 15:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-23 15:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1445>

Commit(s) tested:
	b9f26d2e29bb56a0404216c5612d6d7fee54a769

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Revert bfd part of "Silence gcc-8 warnings"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b9/b9f26d2e29bb56a0404216c5612d6d7fee54a769/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-23 12:15 [binutils-gdb] Prevent an illegal memory access in gprof by ensuring that string tables for aout format files are always zero-terminated sergiodj+buildbot
@ 2018-04-23 12:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-23 12:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1444>

Commit(s) tested:
	bf82069dce1b1a88560e5d7320342c78372b627e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent an illegal memory access in gprof by ensuring that string tables for aout format files are always zero-terminated.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bf/bf82069dce1b1a88560e5d7320342c78372b627e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-23  9:10 [binutils-gdb] Silence gcc-8 warnings sergiodj+buildbot
@ 2018-04-23  9:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-23  9:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1443>

Commit(s) tested:
	5a6312e8c015d4a98020038f3b6e144db230f3ca

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Silence gcc-8 warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5a/5a6312e8c015d4a98020038f3b6e144db230f3ca/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-22 22:41 [binutils-gdb] Fixed test case to compile & run on FreeBSD sergiodj+buildbot
@ 2018-04-22 23:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-22 23:07 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/1442>

Commit(s) tested:
	db86b02b3ac8426f3fc0754f48f3645235cc2ae6

Author(s) (in the same order as the commits):
	Rajendra SY <rajendra.sy@gmail.com>

Subject:
	Fixed test case to compile & run on FreeBSD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/db/db86b02b3ac8426f3fc0754f48f3645235cc2ae6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking build system type... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... none needed
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none required
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... inline
checking for grep that handles long lines and -e... checking for sys/types.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... checking for stdlib.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for C compiler default output file name... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for unistd.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for unistd.h... yes
checking how to run the C preprocessor... yes
checking for off_t... yes
.exe
checking for suffix of object files... checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for size_t... no
checking minix/config.h presence... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for sys/types.h... yes
checking for working alloca.h... yes
none needed
checking for style of include used by make... 64
checking for sys/stat.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
yes
/usr/bin/grep
checking for egrep... checking for working mmap... no
/usr/bin/grep -E
checking for fgrep... checking whether we are using the GNU C Library 2.1 or newer... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for memory.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
yes
checking for unsigned long long... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... 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 inttypes.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking for ld used by GCC... checking for stdint.h... ok
checking how to run the C preprocessor... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for unistd.h... yes
checking for shared library run path origin... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... checking ctype.h usability... yes
checking for inline... inline
checking whether byte ordering is bigendian... done
checking argz.h usability... no
checking argz.h presence... yes
checking ctype.h presence... no
checking for argz.h... yes
no
yes
checking for ctype.h... yes
checking limits.h usability... checking for sys/types.h... checking stddef.h usability... yes
yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/stat.h... yes
checking for limits.h... yes
yes
checking stddef.h presence... checking locale.h usability... checking for sys/file.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
yes
checking locale.h presence... yes
checking stdio.h usability... checking for stdlib.h... checking for sys/param.h... yes
checking for locale.h... yes
yes
checking stdio.h presence... checking nl_types.h usability... yes
checking for stdio.h... yes
yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for string.h... no
checking nl_types.h presence... checking for limits.h... yes
no
checking for nl_types.h... no
yes
checking for uintptr_t... checking malloc.h usability... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... yes
checking for memory.h... checking for string.h... (cached) yes
yes
checking malloc.h presence... checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for int_least32_t... checking for strings.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for time.h... checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for inttypes.h... yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking for sys/resource.h... checking sys/param.h usability... yes
no
checking for sys/stat.h... (cached) yes
checking for stdint.h... checking for sys/mman.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for fcntl.h... yes
checking for uint64_t... yes
checking for alloca.h... yes
no
checking for sys/pstat.h... yes
checking what to include in gstdint.h... checking for unistd.h... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for fgets_unlocked... no
yes
checking for off_t... checking for sys/sysmp.h... yes
checking for dlfcn.h... no
checking for sys/sysinfo.h... no
checking for getc_unlocked... no
checking for objdir... .libs
no
checking for machine/hal_sysinfo.h... yes
checking size of int... no
checking for sys/table.h... no
checking for getcwd... no
checking for sys/sysctl.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for sys/systemcfg.h... no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... yes
-DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdint.h... (cached) yes
checking for getegid... checking for stdio_ext.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for process.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
no
checking for geteuid... checking for sys/prctl.h... no
checking for getgid... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking whether time.h and sys/time.h may both be included... yes
checking whether -lc should be explicitly linked in... no
4
checking size of long... yes
checking whether errno must be declared... checking for getuid... no
checking size of int... yes
checking dynamic linker characteristics... no
checking for mempcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for munmap... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
no
checking for memcpy... checking for putenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for strerror... yes
checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for unistd.h... (cached) yes
4
checking size of long... no
configure: updating cache ./config.cache
checking for setlocale... configure: creating ./config.status
no
yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strdup... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... no
checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
8
checking for long long... checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... .exe
checking for suffix of object files... yes
checking size of long long... no
o
checking whether we are using the GNU C compiler... checking for GNU gettext in libintl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing depfiles commands
configure: updating cache ./config.cache
none needed
checking how to run the C preprocessor... configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
config.status: executing libtool commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
config.status: creating Makefile
checking for sys/stat.h... 8
checking for a 64-bit type... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
uint64_t
checking for intptr_t... checking for stdlib.h... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: creating config.h
yes
checking for string.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for memory.h... yes
checking for uintptr_t... yes
checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
yes
checking for ssize_t... checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
yes
checking for pid_t... checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking minix/config.h usability... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking minix/config.h presence... none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for basename... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for bcmp... yes
checking return type of signal handlers... void
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
yes
checking for ssize_t... checking for bsearch... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
yes
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bzero... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for dirent.h that defines DIR... rm -f plural.h
yes
no
checking for calloc... checking for library containing opendir... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for clock... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for kill... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for getcwd... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for putenv... yes
checking for getpagesize... yes
checking for select... yes
checking for gettimeofday... no
checking for setenv... yes
checking for index... no
checking for setlocale... no
yes
checking for insque... checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking for random... checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
yes
checking stdarg.h usability... checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for setenv... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for stpncpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strchr... yes
no
checking termios.h presence... checking for strdup... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strncasecmp... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strrchr... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strstr... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strtod... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtoull... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strverscmp... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for tmpnam... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vasprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vfprintf... not found
checking for struct dirent.d_ino... yes
checking for vprintf... yes
checking for struct dirent.d_fileno... yes
checking for vsnprintf... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for waitpid... yes
checking wctype.h presence... no
checking for setproctitle... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... yes
checking wchar.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for fork... no
checking langinfo.h presence... no
checking for vfork... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for getrusage... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
yes
checking for wcswidth... checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
no
checking for realpath... checking for towlower... yes
no
checking for setrlimit... checking for towupper... no
yes
checking for sbrk... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for spawnve... no
checking for wchar_t in wchar.h... yes
checking for spawnvpe... yes
checking for wctype_t in wctype.h... yes
checking for strerror... yes
checking for wint_t in wctype.h... yes
checking for strsignal... yes
checking configuration for building shared libraries... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... no
checking for table... config.status: creating Makefile
no
checking for times... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
no
checking for wait4... config.status: creating config.h
config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-21 18:17 [binutils-gdb] FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077) sergiodj+buildbot
@ 2018-04-21 19:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-21 19:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1441>

Commit(s) tested:
	00aecdcf6224e44fedf31a07340e9da11500fcfb

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/00/00aecdcf6224e44fedf31a07340e9da11500fcfb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-20 21:47 [binutils-gdb] Improve on-line help for thread_apply_command and thread_apply_all_command sergiodj+buildbot
@ 2018-04-20 22:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-20 22:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1440>

Commit(s) tested:
	5c8f23cdab2a7cde2dae6fcd5f9b18d089efecaf

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Improve on-line help for thread_apply_command and thread_apply_all_command.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5c/5c8f23cdab2a7cde2dae6fcd5f9b18d089efecaf/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-20 14:09 [binutils-gdb] PR22978, TLS local-dynamic incorrectly linked on hppa-linux sergiodj+buildbot
@ 2018-04-20 14:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-20 14:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1439>

Commit(s) tested:
	4352556b36ab4f1c6f81a0ac3daf4619a419558d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22978, TLS local-dynamic incorrectly linked on hppa-linux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/43/4352556b36ab4f1c6f81a0ac3daf4619a419558d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-20  3:25 [binutils-gdb] Add test case for a known hang in infrun sergiodj+buildbot
@ 2018-04-20  3:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-20  3:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1438>

Commit(s) tested:
	d27d16bfdc3f275b379793214db9bd9467b6f0f8

Author(s) (in the same order as the commits):
	Richard Bunt <richard.bunt@arm.com>

Subject:
	Add test case for a known hang in infrun

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d2/d27d16bfdc3f275b379793214db9bd9467b6f0f8/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-19 22:02 [binutils-gdb] [OB PATCH] Fix some comments in thread.c sergiodj+buildbot
@ 2018-04-19 22:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-19 22:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1437>

Commit(s) tested:
	224608c3ca1575bcbea82562f05d3fdd0390abcf

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	[OB PATCH] Fix some comments in thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/22/224608c3ca1575bcbea82562f05d3fdd0390abcf/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-19 17:40 [binutils-gdb] Fix dependency tracking in gdbserver subdirectories sergiodj+buildbot
@ 2018-04-19 18:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-19 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1436>

Commit(s) tested:
	f31c089e788f7b45c9030ac399cd34eb3ccdb9c1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix dependency tracking in gdbserver subdirectories

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f3/f31c089e788f7b45c9030ac399cd34eb3ccdb9c1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-19  6:29 [binutils-gdb] PR22537, Segmentation fault with static PIE sergiodj+buildbot
@ 2018-04-19  9:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-19  9:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1435>

Commit(s) tested:
	f6a8b8c7ac2d5369070a6b76a94ee0f3052433ff

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22537, Segmentation fault with static PIE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f6/f6a8b8c7ac2d5369070a6b76a94ee0f3052433ff/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-19  0:40 [binutils-gdb] Reinstate mips ecoff support sergiodj+buildbot
@ 2018-04-19  3:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-19  3:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1434>

Commit(s) tested:
	8e415ce8fee234cd86f29d8f4ebbbdf0f9c0b031

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Reinstate mips ecoff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8e/8e415ce8fee234cd86f29d8f4ebbbdf0f9c0b031/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18 21:46 [binutils-gdb] Remove xml files from gdbserver sergiodj+buildbot
@ 2018-04-19  2:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-19  2:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1433>

Commit(s) tested:
	b319b0984b505e9a5e653c3da8ae7d5af76c8f28

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove xml files from gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b3/b319b0984b505e9a5e653c3da8ae7d5af76c8f28/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18 21:02 [binutils-gdb] Remove xml file references from target descriptions sergiodj+buildbot
@ 2018-04-18 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1432>

Commit(s) tested:
	3b74854b8db5836707af828b256c1322a71241b3

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove xml file references from target descriptions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3b/3b74854b8db5836707af828b256c1322a71241b3/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18 20:43 [binutils-gdb] Create xml from target descriptions sergiodj+buildbot
@ 2018-04-18 21:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 21:50 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/1429>

Commit(s) tested:
	e98577a9dc4da048ded601920dc6471dcab375aa

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Create xml from target descriptions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e9/e98577a9dc4da048ded601920dc6471dcab375aa/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
mkdir -p -- ./zlib
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32
checking whether we are cross compiling... yes
checking for suffix of executables... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... inline
checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for inttypes.h... yes
checking how to run the C preprocessor... checking for strings.h... yes
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for off_t... yes
yes
checking for sys/types.h... checking for unistd.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for size_t... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for working alloca.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 alloca... yes
checking for memory.h... yes
checking for stdlib.h... (cached) yes
64
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for getpagesize... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... yes
checking for C compiler default output file name... yes
checking ctype.h presence... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for ctype.h... yes
no
checking for ld used by GCC... checking stddef.h usability... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for stddef.h... yes
checking for an ANSI C-conforming const... .exe
checking for string.h... (cached) yes
checking for suffix of object files... checking stdio.h usability... yes
checking for inline... done
o
checking whether we are using the GNU C compiler... inline
checking whether byte ordering is bigendian... checking argz.h usability... yes
checking stdio.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking argz.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... none needed
no
checking for style of include used by make... checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for uintptr_t... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for limits.h... yes
checking for sys/file.h... checking locale.h usability... yes
checking for sys/param.h... gcc3
checking how to print strings... yes
checking for int_least32_t... yes
printf
checking for a sed that does not truncate output... yes
checking locale.h presence... checking for limits.h... /usr/bin/sed
yes
checking for locale.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking nl_types.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for int_fast32_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking nl_types.h presence... checking for strings.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/time.h... 1572864
checking whether the shell understands some XSI constructs... no
checking for nl_types.h... no
yes
checking whether the shell understands "+="... yes
checking malloc.h usability... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for uint64_t... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for time.h... yes
yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for sys/resource.h... checking stddef.h usability... no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/stat.h... (cached) yes
ok
checking how to run the C preprocessor... yes
checking stddef.h presence... yes
checking for sys/mman.h... checking for off_t... yes
checking for stddef.h... yes
x86_64-w64-mingw32-gcc -E
no
checking for fcntl.h... checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for alloca.h... checking for ANSI C header files... checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/pstat.h... yes
checking size of int... no
yes
checking sys/param.h presence... checking for sys/sysmp.h... yes
checking for sys/types.h... yes
checking for sys/param.h... yes
no
yes
checking for feof_unlocked... checking for sys/sysinfo.h... checking for sys/stat.h... no
checking for machine/hal_sysinfo.h... no
yes
no
checking for sys/table.h... checking for fgets_unlocked... checking for stdlib.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
yes
checking for getc_unlocked... checking for string.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for memory.h... no
checking for getcwd... checking for process.h... yes
yes
yes
checking for getegid... checking for strings.h... checking for sys/prctl.h... 4
checking size of long... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for inttypes.h... no
checking for geteuid... no
checking whether time.h and sys/time.h may both be included... yes
checking for stdint.h... yes
checking whether errno must be declared... no
checking for getgid... no
checking size of int... yes
no
checking for getuid... checking for unistd.h... yes
no
checking for mempcpy... checking for dlfcn.h... yes
checking for munmap... no
checking for objdir... .libs
4
checking for ANSI C header files... (cached) yes
no
checking build system type... checking for putenv... x86_64-pc-linux-gnu
checking host system type... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
x86_64-w64-mingw32
checking target system type... checking for setenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for setlocale... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for stpcpy... 4
checking size of long... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
no
checking for iconv... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking dynamic linker characteristics... no
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... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
config.status: creating Makefile
checking for GNU gettext in libintl... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating config.h
checking for getpagesize... config.status: executing gstdint.h commands
4
checking size of size_t... configure: updating cache ./config.cache
yes
checking for working mmap... no
configure: creating ./config.status
checking for memcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strerror... config.status: creating Makefile
config.status: creating config.intl
yes
checking for unistd.h... (cached) yes
config.status: creating config.h
config.status: executing default-1 commands
configure: updating cache ./config.cache
configure: creating ./config.status
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
configure: creating cache ./config.cache
checking build system type... config.status: creating config.h
8
checking for long long... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
x86_64-pc-linux-gnu
checking host system type... rm -f plural.h
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for C compiler default output file name... yes
checking size of long long... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
.exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for sys/types.h... 8
checking for a 64-bit type... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
uint64_t
checking for intptr_t... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for string.h... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for uintptr_t... yes
checking for memory.h... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for strings.h... yes
checking for ssize_t... config.status: executing libtool commands
yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for pid_t... yes
checking for unistd.h... yes
checking for library containing strerror... yes
checking minix/config.h usability... none required
checking for asprintf... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for atexit... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for basename... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for bcmp... no
checking for working volatile... yes
checking return type of signal handlers... no
checking for bcopy... void
checking for size_t... no
checking for bsearch... yes
checking for ssize_t... yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for calloc... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for clock... none required
yes
checking for fcntl... checking for ffs... no
checking for kill... no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... no
checking for memmove... yes
checking for gettimeofday... yes
checking for putenv... yes
checking for index... yes
checking for select... no
checking for insque... no
checking for setenv... no
checking for memchr... no
yes
checking for setlocale... checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
yes
checking for memmem... checking for tcgetattr... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for rename... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for rindex... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... 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 sigsetmask... checking limits.h usability... yes
checking limits.h presence... no
checking for stpcpy... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strncasecmp... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for strndup... no
checking sys/pte.h presence... no
checking for strnlen... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... 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... checking for strtol... yes
checking for strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... no
checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking for fork... checking langinfo.h usability... no
checking langinfo.h presence... no
checking for vfork... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
no
checking whether mbrtowc and mbstate_t are properly declared... checking for on_exit... no
checking for psignal... yes
checking for iswlower... yes
no
checking for iswupper... checking for pstat_getdynamic... no
yes
checking for pstat_getstatic... checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for spawnvpe... yes
checking configuration for building shared libraries... yes
supported
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking for sysmp... config.status: creating examples/Makefile
no
checking for table... config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18 20:22 [binutils-gdb] Add feature reference in .dat files sergiodj+buildbot
@ 2018-04-18 20:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 20:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1428>

Commit(s) tested:
	ad7fc756d12a841d4b8dd707568426d875e26755

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add feature reference in .dat files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ad/ad7fc756d12a841d4b8dd707568426d875e26755/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18 15:15 [binutils-gdb] Add tdesc osabi and architecture functions sergiodj+buildbot
@ 2018-04-18 16:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 16:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1427>

Commit(s) tested:
	d278f585afe8e096e9232b8fd80404ab5fae5719

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add tdesc osabi and architecture functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d2/d278f585afe8e096e9232b8fd80404ab5fae5719/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18 14:34 [binutils-gdb] Commonise tdesc types and makes use of them in gdbserver tdesc sergiodj+buildbot
@ 2018-04-18 15:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 15:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1426>

Commit(s) tested:
	eee8a18dd2d4b62ed5e03324b099508717886193

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Commonise tdesc types and makes use of them in gdbserver tdesc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ee/eee8a18dd2d4b62ed5e03324b099508717886193/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18 14:07 [binutils-gdb] Commonise tdesc_feature and makes use of it in gdbserver tdesc sergiodj+buildbot
@ 2018-04-18 14:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 14:28 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/1425>

Commit(s) tested:
	82ec9bc7055ca76f1f7dd344f3f58bf6aecec7c8

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Commonise tdesc_feature and makes use of it in gdbserver tdesc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/82/82ec9bc7055ca76f1f7dd344f3f58bf6aecec7c8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./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
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 make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
/usr/bin/xgettext
checking for msgmerge... checking build system type... /usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... checking for perl... perl
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... mkdir -p -- ./libdecnumber
no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... Configuring in ./libdecnumber
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... checking for C compiler default output file name... none needed
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... yes
yes
autoconf
checking for an ANSI C-conforming const... checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inline... yes
checking for sys/stat.h... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for string.h... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for strings.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for strings.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... yes
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for grep that handles long lines and -e... checking for unistd.h... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for unistd.h... yes
checking for sys/types.h... yes
yes
checking minix/config.h usability... checking for off_t... yes
no
checking minix/config.h presence... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... 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... yes
checking for string.h... yes
checking for working alloca.h... yes
64
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for unistd.h... (cached) yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for getpagesize... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
yes
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... yes
checking for C compiler default output file name... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for unsigned long long... checking ctype.h usability... .exe
checking for suffix of object files... yes
checking for inttypes.h... yes
checking ctype.h presence... o
checking whether we are using the GNU C compiler... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for ctype.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... checking stddef.h usability... no
checking for ld used by GCC... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking stddef.h presence... yes
checking for shared library run path origin... yes
checking for stddef.h... yes
none needed
checking for style of include used by make... GNU
checking for string.h... (cached) yes
checking dependency style of x86_64-w64-mingw32-gcc... checking stdio.h usability... done
checking argz.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... no
checking for argz.h... no
checking limits.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for sys/param.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for uintptr_t... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for limits.h... checking locale.h usability... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdlib.h... (cached) yes
yes
checking for int_least32_t... checking for malloc.h... yes
yes
checking locale.h presence... checking for string.h... (cached) 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 unistd.h... (cached) yes
yes
checking whether the shell understands "+="... yes
checking for locale.h... yes
yes
yes
checking for int_fast32_t... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for strings.h... (cached) yes
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking nl_types.h usability... checking for sys/time.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
yes
checking for uint64_t... yes
checking malloc.h usability... checking for time.h... ok
yes
checking how to run the C preprocessor... yes
checking malloc.h presence... checking for sys/resource.h... yes
checking for malloc.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking stddef.h usability... no
checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
(cached) yes
checking for sys/mman.h... yes
checking for off_t... no
checking for fcntl.h... yes
checking stddef.h presence... checking for ANSI C header files... yes
checking for stddef.h... yes
yes
checking for alloca.h... checking for stdlib.h... (cached) yes
no
checking for sys/pstat.h... checking for string.h... (cached) yes
no
checking for sys/sysmp.h... checking for unistd.h... (cached) yes
yes
checking size of int... checking sys/param.h usability... no
checking for sys/sysinfo.h... yes
checking for sys/types.h... no
yes
checking sys/param.h presence... checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
yes
no
checking for feof_unlocked... checking for sys/stat.h... checking for sys/table.h... yes
checking for stdlib.h... no
checking for sys/sysctl.h... no
no
checking for sys/systemcfg.h... checking for fgets_unlocked... yes
checking for string.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for getc_unlocked... yes
yes
checking for memory.h... checking for sys/prctl.h... no
yes
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... checking for strings.h... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for inttypes.h... yes
checking for getegid... 4
checking size of long... no
checking size of int... yes
no
checking for stdint.h... checking for geteuid... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
checking for objdir... no
.libs
checking for getuid... no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking build system type... 4
checking size of long... yes
x86_64-pc-linux-gnu
checking host system type... checking for munmap... x86_64-w64-mingw32
checking target system type... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for putenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for setenv... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking dynamic linker characteristics... no
checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for stpcpy... 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... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
no
checking for strcasecmp... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
4
checking for getpagesize... config.status: creating config.h
checking size of size_t... config.status: executing gstdint.h commands
yes
yes
checking for strdup... checking for working mmap... no
checking for memcpy... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for strerror... yes
checking for tsearch... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
8
checking build system type... no
checking for long long... checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... yes
checking size of long long... checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
no
checking for LC_MESSAGES... checking whether we are cross compiling... yes
checking for suffix of executables... no
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... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... no
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... config.status: creating Makefile
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating config.intl
config.status: executing depfiles commands
yes
config.status: creating config.h
checking for sys/types.h... config.status: executing libtool commands
config.status: executing default-1 commands
8
checking for a 64-bit type... yes
checking for sys/stat.h... uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for stdlib.h... yes
config.status: creating config.h
checking for string.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for uintptr_t... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for memory.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for stdint.h... yes
checking for pid_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for library containing strerror... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
none required
checking for asprintf... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for atexit... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for basename... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking return type of signal handlers... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for ssize_t... no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
no
checking for dirent.h that defines DIR... checking for calloc... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for clock... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
none required
checking for fcntl... x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for ffs... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for kill... no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... no
checking for memmove... yes
checking for gettimeofday... yes
checking for putenv... yes
checking for index... yes
checking for select... no
checking for insque... no
checking for setenv... no
checking for memchr... no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
yes
checking for memcpy... checking for strpbrk... yes
yes
checking for memmem... checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
yes
checking for mempcpy... checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking stdarg.h usability... checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for sigsetmask... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strchr... yes
yes
checking termcap.h presence... checking for strdup... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strncasecmp... no
checking for termios.h... no
checking termio.h usability... yes
checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtol... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking for tmpnam... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for waitpid... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... yes
checking wctype.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for fork... yes
checking wchar.h presence... no
checking for vfork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getstatic... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for sysconf... yes
checking configuration for building shared libraries... no
checking for sysctl... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking for times... config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18 13:20 [binutils-gdb] Commonise tdesc_reg and makes use of it in gdbserver tdesc sergiodj+buildbot
@ 2018-04-18 13:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 13:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1424>

Commit(s) tested:
	ea3e7d717982e3c467edc7886b1d6cc2807195af

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Commonise tdesc_reg and makes use of it in gdbserver tdesc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ea/ea3e7d717982e3c467edc7886b1d6cc2807195af/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18  8:44 [binutils-gdb] Remove mips aout, coff, and pe support sergiodj+buildbot
@ 2018-04-18  9:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18  9:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1423>

Commit(s) tested:
	3596d8ceb2cdc35b4fd702ee9daace5a2d880174

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove mips aout, coff, and pe support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/35/3596d8ceb2cdc35b4fd702ee9daace5a2d880174/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18  2:13 [binutils-gdb] elf32_bed/elf64_bed sergiodj+buildbot
@ 2018-04-18  2:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18  2:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1422>

Commit(s) tested:
	8f56f7a23911b6a48b372c8f0893343bfe7ed2e9

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	elf32_bed/elf64_bed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8f/8f56f7a23911b6a48b372c8f0893343bfe7ed2e9/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18  1:33 [binutils-gdb] x86: Use a normal input file with compatible relocation sergiodj+buildbot
@ 2018-04-18  2:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18  2:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1421>

Commit(s) tested:
	e4e6a73d26ef82622d3bd190749aad508534abe6

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Use a normal input file with compatible relocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e4/e4e6a73d26ef82622d3bd190749aad508534abe6/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-18  0:23 [binutils-gdb] various i386-aout and i386-coff target removal sergiodj+buildbot
@ 2018-04-18  0:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-18  0:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1420>

Commit(s) tested:
	c65c21e1ffd1e02d9970a4bca0b7e384788a50f0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	various i386-aout and i386-coff target removal

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c6/c65c21e1ffd1e02d9970a4bca0b7e384788a50f0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17 22:07 [binutils-gdb] [MicroBlaze] PIC data text relative sergiodj+buildbot
@ 2018-04-17 22:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 22:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1419>

Commit(s) tested:
	3f0a5f17d7fe1f3d0911ad67a5993be59983fb00

Author(s) (in the same order as the commits):
	Michael Eager <eager@eagercon.com>

Subject:
	[MicroBlaze] PIC data text relative

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3f/3f0a5f17d7fe1f3d0911ad67a5993be59983fb00/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17 20:26 [binutils-gdb] Conditionally drop the discriminant field in quirk_rust_enum sergiodj+buildbot
@ 2018-04-17 21:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 21:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1418>

Commit(s) tested:
	bedda9aced2b3a8ab05e0fbf1372e394e32afbde

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Conditionally drop the discriminant field in quirk_rust_enum

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/be/bedda9aced2b3a8ab05e0fbf1372e394e32afbde/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17 20:03 [binutils-gdb] Fix crash in quirk_rust_enum sergiodj+buildbot
@ 2018-04-17 20:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 20:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1417>

Commit(s) tested:
	a037790ec570ae9f9bf535cbce25f238f90e8b4a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix crash in quirk_rust_enum

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a0/a037790ec570ae9f9bf535cbce25f238f90e8b4a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17 17:52 [binutils-gdb] Don't print symbol declaration's line number in rbreak output sergiodj+buildbot
@ 2018-04-17 18:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 18:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1416>

Commit(s) tested:
	c7dcbf88c6557f35d9e75ae6223a3e61e1f70578

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Don't print symbol declaration's line number in rbreak output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c7/c7dcbf88c6557f35d9e75ae6223a3e61e1f70578/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17 17:09 [binutils-gdb] Fix illegal memory accesses trigeered when linking corrupt input files sergiodj+buildbot
@ 2018-04-17 17:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 17:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1415>

Commit(s) tested:
	808346fcfcff1c3f2471c98e48613afd7bce3679

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix illegal memory accesses trigeered when linking corrupt input files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/80/808346fcfcff1c3f2471c98e48613afd7bce3679/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17 14:06 [binutils-gdb] Add a check for a NULL table pointer before attempting to compute a DWARF filename sergiodj+buildbot
@ 2018-04-17 14:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 14:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1414>

Commit(s) tested:
	6327533b1fd29fa86f6bf34e61c332c010e3c689

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add a check for a NULL table pointer before attempting to compute a DWARF filename.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/63/6327533b1fd29fa86f6bf34e61c332c010e3c689/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17 13:19 [binutils-gdb] Resync libiberty sources with master version in GCC repository sergiodj+buildbot
@ 2018-04-17 13:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 13:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1413>

Commit(s) tested:
	e9301e762ab6d533f7110d6c9c1dbe8e68e875d7

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Resync libiberty sources with master version in GCC repository.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e9/e9301e762ab6d533f7110d6c9c1dbe8e68e875d7/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17 10:18 [binutils-gdb] Enable Intel CLDEMOTE instruction sergiodj+buildbot
@ 2018-04-17 10:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 10:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1412>

Commit(s) tested:
	c48935d75f720ecb006c81b37f4058e751f1dc31

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel CLDEMOTE instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c4/c48935d75f720ecb006c81b37f4058e751f1dc31/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-17  3:38 [binutils-gdb] Reinstate readelf decoding of i860, i960 and i370 relocs sergiodj+buildbot
@ 2018-04-17  4:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-17  4:01 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/1411>

Commit(s) tested:
	f954747f10467071b0acde07ee5f5e268ab606a6

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Reinstate readelf decoding of i860, i960 and i370 relocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f9/f954747f10467071b0acde07ee5f5e268ab606a6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
.exe
checking for a BSD-compatible install... /usr/bin/install -c
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... .exe
x86_64-pc-linux-gnu
checking host system type... checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
mkdir -p -- ./libdecnumber
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... Configuring in ./libdecnumber
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking for inline... yes
inline
checking for sys/types.h... checking for sys/stat.h... yes
yes
checking for sys/stat.h... checking for stdlib.h... yes
yes
checking for stdlib.h... checking for string.h... yes
checking for string.h... yes
checking for memory.h... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for memory.h... checking for strings.h... checking for C compiler default output file name... yes
yes
checking for strings.h... checking for inttypes.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for stdint.h... yes
.exe
checking for stdint.h... checking for suffix of object files... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for off_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... checking for C compiler default output file name... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking minix/config.h presence... o
checking whether we are using the GNU C compiler... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for working alloca.h... no
checking for alloca... 64
none needed
checking for style of include used by make... GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... gcc3
yes
checking for unsigned long long... x86_64-w64-mingw32-gcc -E
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... /usr/bin/grep -E
checking for ANSI C header files... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for ld used by GCC... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/types.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for sys/stat.h... yes
checking for shared library run path origin... yes
checking for stdlib.h... ok
checking how to run the C preprocessor... yes
done
x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... checking for string.h... checking argz.h usability... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
no
checking argz.h presence... checking for memory.h... checking for ANSI C header files... no
checking for argz.h... no
checking limits.h usability... yes
checking for strings.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for inttypes.h... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... checking for sys/file.h... yes
checking for sys/types.h... yes
yes
yes
yes
checking locale.h presence... checking for sys/param.h... yes
checking for locale.h... yes
checking for stdint.h... yes
checking for sys/stat.h... checking for limits.h... checking nl_types.h usability... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking for stdlib.h... checking for unistd.h... no
checking nl_types.h presence... yes
yes
no
checking for nl_types.h... no
checking ctype.h usability... yes
checking malloc.h usability... checking for string.h... (cached) yes
checking for string.h... checking for unistd.h... (cached) yes
yes
checking malloc.h presence... yes
checking ctype.h presence... checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
yes
checking for sys/time.h... checking for memory.h... checking stddef.h usability... yes
checking for ctype.h... yes
yes
checking for time.h... checking stddef.h usability... yes
checking stddef.h presence... yes
checking for sys/resource.h... yes
yes
checking for stddef.h... yes
yes
checking stddef.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for sys/mman.h... checking for string.h... (cached) yes
checking stdio.h usability... checking for string.h... (cached) yes
checking for strings.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking stdio.h presence... no
checking for fcntl.h... yes
checking for inttypes.h... yes
checking for stdio.h... yes
yes
yes
yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for alloca.h... checking for feof_unlocked... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdint.h... no
checking for sys/pstat.h... yes
checking for unistd.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
yes
checking for uintptr_t... no
checking for fgets_unlocked... checking for dlfcn.h... no
checking for machine/hal_sysinfo.h... no
no
checking for objdir... checking for sys/table.h... .libs
no
checking for sys/sysctl.h... no
yes
checking for int_least32_t... checking for getc_unlocked... no
checking for sys/systemcfg.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for getcwd... yes
checking for int_fast32_t... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for uint64_t... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for geteuid... no
checking size of int... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for getgid... yes
checking for off_t... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
checking for getuid... checking for stdlib.h... (cached) yes
yes
checking size of int... no
checking for mempcpy... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... yes
checking for munmap... yes
checking for strerror... no
checking for putenv... yes
checking for unistd.h... (cached) yes
yes
4
checking size of long... checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
no
4
checking size of long... checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... yes
4
checking size of size_t... checking for strdup... yes
checking for strtoul... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for tsearch... x86_64-w64-mingw32
checking target system type... yes
checking for __argz_count... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
no
checking for __argz_stringify... configure: updating cache ./config.cache
configure: creating ./config.status
no
8
checking for long long... checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... yes
checking size of long long... config.status: creating Makefile
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... config.status: creating config.h
no
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 GNU gettext in libintl... config.status: executing gstdint.h commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
8
checking for a 64-bit type... uint64_t
checking for intptr_t... config.status: creating Makefile
yes
checking for uintptr_t... config.status: executing depfiles commands
config.status: creating config.intl
config.status: executing libtool commands
config.status: creating config.h
yes
checking for ssize_t... config.status: executing default-1 commands
yes
checking for pid_t... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
config.status: creating config.h
none required
checking for asprintf... config.status: config.h is unchanged
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for C compiler default output file name... yes
checking for atexit... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
.exe
checking for basename... checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for bcmp... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for bcopy... none needed
checking how to run the C preprocessor... no
checking for bsearch... x86_64-w64-mingw32-gcc -E
yes
checking for bzero... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for calloc... yes
checking for sys/types.h... yes
yes
checking for clock... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking for ffs... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for string.h... no
checking for getcwd... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for memory.h... yes
checking for getpagesize... checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
yes
checking for gettimeofday... checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for stdint.h... yes
checking for index... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for unistd.h... no
checking for insque... yes
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for memchr... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for memcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for memcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for memmem... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking return type of signal handlers... void
checking for size_t... no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
checking for ssize_t... checking for mempcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memset... no
checking for dirent.h that defines DIR... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for library containing opendir... yes
checking for mkstemps... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
none required
checking for fcntl... no
checking for putenv... yes
no
checking for kill... checking for random... no
checking for lstat... no
checking for rename... no
checking for memmove... yes
checking for rindex... yes
no
checking for setenv... checking for putenv... no
checking for snprintf... yes
checking for select... yes
checking for sigsetmask... no
checking for setenv... no
checking for stpcpy... no
checking for setlocale... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strcasecmp... yes
checking for strchr... yes
yes
checking for strpbrk... checking for strdup... yes
yes
checking for strncasecmp... checking for tcgetattr... no
yes
checking for vsnprintf... checking for strndup... no
checking for strnlen... yes
checking for isascii... yes
checking for strrchr... yes
checking for isxdigit... yes
checking for strstr... yes
yes
checking for getpwent... checking for strtod... yes
no
checking for getpwnam... checking for strtol... no
checking for getpwuid... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for strtoul... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for strtoll... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for strtoull... yes
no
checking varargs.h presence... checking for strverscmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for tmpnam... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for vasprintf... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for vfprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for vprintf... no
checking pwd.h presence... yes
checking for vsnprintf... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for vsprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for waitpid... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for setproctitle... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking sys/stream.h presence... no
checking for fork... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for vfork... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for _doprnt... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for external symbol _system_configuration... 64
checking for type of signal functions... no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for dup3... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for getrlimit... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for getrusage... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for getsysinfo... no
checking for FIONREAD in sys/ioctl.h... no
checking for gettimeofday... (cached) yes
no
checking for speed_t in sys/types.h... checking for on_exit... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for psignal... not found
checking for struct dirent.d_ino... no
checking for pstat_getdynamic... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for pstat_getstatic... no
checking for tgetent in -ltermcap... no
checking for realpath... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setrlimit... no
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... checking for sbrk... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking for spawnve... checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for spawnvpe... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... yes
checking for strerror... no
checking for mbscmp... yes
checking for strsignal... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for sysconf... yes
checking for mbschr... no
no
checking for wcrtomb... checking for sysctl... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for sysmp... no
yes
checking for wcwidth... checking for table... no
checking for wctype... no
yes
checking for wcswidth... checking for times... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for wait3... no
checking for wait4... yes
checking for iswlower... no
checking whether basename is declared... yes
checking for iswupper... no
yes
checking whether ffs is declared... no
checking whether asprintf is declared... checking for towlower... yes
yes
checking whether vasprintf is declared... checking for towupper... yes
yes
checking whether snprintf is declared... checking for iswctype... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking whether getenv is declared... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking whether getopt is declared... yes
checking configuration for building shared libraries... yes
checking whether malloc is declared... yes
supported
checking whether realloc is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... config.status: creating Makefile
yes
checking whether strtoll is declared... config.status: creating doc/Makefile
yes
checking whether strtoull is declared... config.status: creating examples/Makefile
yes
checking whether strverscmp is declared... no
config.status: creating shlib/Makefile
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
config.status: creating config.h
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
config.status: executing default commands
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 21:12 [binutils-gdb] linux_spu_make_corefile_notes: return note_data instead of nullptr sergiodj+buildbot
@ 2018-04-16 21:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 21:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1410>

Commit(s) tested:
	07d28c777757148d13e429c4463da52cbb50d297

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	linux_spu_make_corefile_notes: return note_data instead of nullptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/07/07d28c777757148d13e429c4463da52cbb50d297/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 19:20 [binutils-gdb] Adjust more test cases to changed output of info var/func/type sergiodj+buildbot
@ 2018-04-16 19:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 19:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1409>

Commit(s) tested:
	e3a91079b5e5669567424d3b2f31b48b7b89ef72

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Adjust more test cases to changed output of info var/func/type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e3/e3a91079b5e5669567424d3b2f31b48b7b89ef72/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 14:17 [binutils-gdb] gdb: Remove support for SH-5/SH64 sergiodj+buildbot
@ 2018-04-16 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 14:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1408>

Commit(s) tested:
	8a3de5e1a3fb7bdf89195388f127ecf429294f6f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Remove support for SH-5/SH64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/8a/8a3de5e1a3fb7bdf89195388f127ecf429294f6f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1908: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 12:19 [binutils-gdb] gdb: Remove OpenBSD/m88k support sergiodj+buildbot
@ 2018-04-16 14:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 14:00 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/1407>

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/Fedora-x86_64-w64-mingw32/a2/a2a79012fe7ad4bcc354c14410679ccb705d5326/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
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
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
checking for msgfmt... configure: creating ./config.status
checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sys/types.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for sys/stat.h... inline
checking for sys/types.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for sys/stat.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdlib.h... checking for string.h... .exe
checking for suffix of object files... checking for C compiler default output file name... yes
yes
o
checking whether we are using the GNU C compiler... checking for string.h... checking for memory.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... yes
.exe
checking for suffix of object files... checking for strings.h... checking for strings.h... none needed
checking for style of include used by make... o
checking whether we are using the GNU C compiler... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for inttypes.h... checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
gcc3
checking for stdint.h... checking for stdint.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking how to print strings... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
printf
checking for a sed that does not truncate output... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for off_t... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... no
checking minix/config.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... ok
checking how to run the C preprocessor... yes
64
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
no
checking for alloca... x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... (cached) yes
yes
yes
checking how to run the C preprocessor... checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for getpagesize... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/stat.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for stdlib.h... checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/types.h... yes
yes
checking for inttypes.h... checking for string.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for memory.h... checking for sys/stat.h... checking for an ANSI C-conforming const... no
checking for ld used by GCC... yes
checking for inline... yes
yes
inline
checking whether byte ordering is bigendian... checking for stdlib.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for strings.h... yes
checking for shared library run path origin... yes
yes
done
checking for string.h... checking for inttypes.h... checking argz.h usability... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for memory.h... no
checking argz.h presence... checking for sys/file.h... checking for stdint.h... yes
yes
no
checking for argz.h... no
checking for strings.h... checking for sys/param.h... checking limits.h usability... yes
yes
yes
checking for unistd.h... checking for inttypes.h... yes
checking limits.h presence... checking for limits.h... yes
yes
yes
yes
checking for limits.h... yes
checking for dlfcn.h... checking for stdint.h... checking for stdlib.h... (cached) yes
checking locale.h usability... checking for malloc.h... yes
yes
checking locale.h presence... no
checking for objdir... yes
checking for unistd.h... .libs
yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking nl_types.h usability... checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking ctype.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking nl_types.h presence... checking for sys/time.h... no
checking for nl_types.h... no
yes
yes
checking ctype.h presence... checking malloc.h usability... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for ctype.h... yes
checking for time.h... yes
checking stddef.h usability... yes
checking malloc.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sys/resource.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking stddef.h presence... checking for sys/stat.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for stddef.h... yes
checking for sys/mman.h... checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking stdio.h usability... checking for fcntl.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for string.h... (cached) yes
yes
yes
checking whether -lc should be explicitly linked in... yes
checking stdio.h presence... checking for unistd.h... (cached) yes
checking for alloca.h... yes
checking dynamic linker characteristics... checking sys/param.h usability... yes
checking for stdio.h... yes
no
checking for sys/pstat.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking sys/param.h presence... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for stdlib.h... (cached) yes
yes
checking for uintptr_t... checking for sys/sysinfo.h... no
no
checking for machine/hal_sysinfo.h... checking for unistd.h... (cached) yes
checking for fgets_unlocked... checking for getpagesize... no
yes
checking for int_least32_t... checking for sys/table.h... no
yes
checking for working mmap... no
checking for getc_unlocked... checking for memcpy... no
checking for sys/sysctl.h... yes
checking for int_fast32_t... no
no
yes
checking for sys/systemcfg.h... checking for getcwd... checking for strerror... no
yes
checking for uint64_t... checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
yes
no
checking for unistd.h... (cached) yes
checking for process.h... checking for getegid... yes
yes
checking what to include in gstdint.h... configure: updating cache ./config.cache
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/prctl.h... configure: creating ./config.status
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... yes
checking for off_t... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getgid... no
checking size of int... yes
checking size of int... no
checking for getuid... no
checking for mempcpy... yes
checking for munmap... no
4
checking size of long... checking for putenv... yes
4
checking size of long... checking for setenv... no
checking for setlocale... yes
checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
no
checking for strcasecmp... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... 4
checking size of size_t... checking for strdup... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strtoul... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... config.status: creating Makefile
8
checking for long long... no
checking for __argz_next... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking size of long long... no
make[1]: Nothing to be done for 'all-target'.
checking for __fsetlocking... mkdir -p -- ./readline
config.status: creating Makefile
Configuring in ./readline
no
checking for iconv... config.status: executing depfiles commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: executing libtool commands
no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: creating cache ./config.cache
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
uint64_t
checking for intptr_t... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for uintptr_t... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for ssize_t... .exe
checking for suffix of object files... yes
checking for pid_t... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
config.status: creating config.intl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
config.status: creating config.h
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
none required
none needed
checking how to run the C preprocessor... checking for asprintf... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for atexit... checking for grep that handles long lines and -e... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
/usr/bin/grep
checking for egrep... make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
/usr/bin/grep -E
checking for ANSI C header files... yes
checking for basename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for sys/types.h... yes
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for sys/stat.h... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for bcopy... checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
no
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for bsearch... checking for string.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for memory.h... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for bzero... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for strings.h... no
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for clock... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for gettimeofday... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for index... no
checking for working volatile... no
yes
checking return type of signal handlers... checking for insque... void
checking for size_t... no
checking for memchr... yes
checking for ssize_t... yes
checking for memcmp... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for memcpy... no
checking for dirent.h that defines DIR... yes
yes
checking for library containing opendir... checking for memmem... none required
checking for fcntl... no
checking for memmove... no
checking for kill... yes
no
checking for mempcpy... checking for lstat... no
yes
checking for memmove... checking for memset... yes
yes
checking for mkstemps... checking for putenv... no
checking for putenv... yes
checking for select... yes
checking for random... no
checking for setenv... no
no
checking for rename... checking for setlocale... yes
yes
checking for strcasecmp... checking for rindex... yes
no
checking for setenv... checking for strpbrk... no
yes
checking for snprintf... checking for tcgetattr... no
yes
checking for vsnprintf... checking for sigsetmask... yes
no
checking for stpcpy... checking for isascii... no
checking for stpncpy... yes
checking for isxdigit... no
checking for strcasecmp... yes
checking for getpwent... yes
checking for strchr... no
checking for getpwnam... yes
checking for strdup... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for strncasecmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for strndup... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking limits.h usability... checking for strnlen... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strrchr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strstr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strtod... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking termios.h usability... checking for strtol... yes
checking for strtoul... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtoll... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strtoull... no
checking sys/pte.h presence... yes
checking for strverscmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for tmpnam... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for vasprintf... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vfprintf... yes
checking sys/file.h presence... 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... checking for vprintf... 64
checking for type of signal functions... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for setproctitle... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... no
checking for sig_atomic_t in signal.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking whether signal handlers are of type void... no
checking for vfork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for _doprnt... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... not found
checking for struct dirent.d_ino... no
checking for external symbol _system_configuration... yes
checking for struct dirent.d_fileno... no
checking for __fsetlocking... no
checking for tgetent... no
checking for canonicalize_file_name... no
checking for tgetent in -ltermcap... no
checking for dup3... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for getrlimit... yes
checking for wctype.h... yes
checking wchar.h usability... no
yes
checking wchar.h presence... checking for getrusage... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getsysinfo... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbscasecmp... no
checking for psignal... no
checking for mbscmp... no
checking for pstat_getdynamic... no
checking for mbsnrtowcs... no
checking for pstat_getstatic... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for realpath... no
checking for wcrtomb... no
checking for setrlimit... yes
checking for wcscoll... no
checking for sbrk... yes
checking for wcsdup... no
checking for spawnve... yes
checking for wcwidth... yes
checking for spawnvpe... no
checking for wctype... yes
checking for strerror... yes
checking for wcswidth... yes
checking for strsignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sysconf... yes
checking for iswlower... no
checking for sysctl... yes
checking for iswupper... no
checking for sysmp... yes
checking for towlower... no
checking for table... yes
checking for towupper... no
checking for times... yes
checking for iswctype... no
checking for wait3... yes
checking for nl_langinfo and CODESET... no
checking for wait4... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking whether basename is declared... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
supported
checking whether ffs is declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating Makefile
config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking whether snprintf is declared... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 13:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1406>

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/Fedora-x86_64-w64-mingw32/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     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
  CXX    microblaze-tdep.o
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 11:32 [binutils-gdb] Remove arm-epoc-pe support sergiodj+buildbot
@ 2018-04-16 13:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:50 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/1405>

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/Fedora-x86_64-w64-mingw32/dd/ddb000396c9246649e02669e0bd6ad3949973e5a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
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
checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
/usr/bin/msgmerge
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... checking build system type... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... yes
checking for inline... o
checking whether we are using the GNU C compiler... inline
x86_64-w64-mingw32-gcc -E
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... /usr/bin/grep -E
checking for ANSI C header files... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for inttypes.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for stdint.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
yes
checking for unistd.h... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for off_t... yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for size_t... yes
yes
checking for sys/types.h... checking minix/config.h usability... yes
no
checking minix/config.h presence... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
yes
checking for stdlib.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for string.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for getpagesize... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... .exe
checking for suffix of object files... yes
checking for unsigned long long... o
checking whether we are using the GNU C compiler... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether the inttypes.h PRIxNN macros are broken... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking ctype.h usability... no
checking for ld used by GCC... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for shared library run path origin... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking ctype.h presence... yes
checking for ctype.h... yes
done
yes
checking argz.h usability... checking for an ANSI C-conforming const... checking stddef.h usability... yes
checking for inline... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking argz.h presence... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for stddef.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
no
checking for argz.h... no
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... checking limits.h usability... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking locale.h usability... yes
checking stdio.h presence... checking for sys/file.h... yes
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/param.h... yes
checking locale.h presence... ok
yes
checking how to run the C preprocessor... yes
checking for locale.h... yes
checking nl_types.h usability... checking for limits.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for uintptr_t... checking for stdlib.h... (cached) yes
checking for ANSI C header files... checking for malloc.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_least32_t... checking for strings.h... (cached) yes
yes
checking for sys/types.h... yes
checking malloc.h presence... checking for sys/time.h... yes
checking for time.h... yes
checking for malloc.h... yes
yes
yes
checking stddef.h usability... yes
checking for int_fast32_t... checking for sys/resource.h... checking for sys/stat.h... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... yes
checking stddef.h presence... checking for stdlib.h... no
checking for fcntl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for uint64_t... yes
checking for string.h... (cached) yes
yes
checking for string.h... checking for unistd.h... (cached) yes
checking for alloca.h... checking sys/param.h usability... no
checking for sys/pstat.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking sys/param.h presence... yes
yes
checking for off_t... checking for memory.h... checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysinfo.h... yes
checking for strings.h... no
checking for machine/hal_sysinfo.h... yes
checking size of int... yes
no
checking for fgets_unlocked... no
checking for sys/table.h... checking for inttypes.h... yes
no
no
checking for stdint.h... checking for sys/sysctl.h... checking for getc_unlocked... no
checking for sys/systemcfg.h... yes
checking for unistd.h... no
no
checking for getcwd... checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for dlfcn.h... yes
no
no
checking for objdir... checking for process.h... checking for getegid... .libs
yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... no
checking whether time.h and sys/time.h may both be included... no
yes
checking whether errno must be declared... checking for getgid... no
checking size of int... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for munmap... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for putenv... yes
checking for setenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
4
checking size of long... checking for getpagesize... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for working mmap... no
x86_64-pc-linux-gnu
checking host system type... checking for memcpy... yes
checking for stpcpy... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for strerror... no
checking for strcasecmp... yes
yes
checking for unistd.h... (cached) yes
checking for strdup... no
configure: updating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
4
checking size of size_t... yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... configure: creating cache ./config.cache
no
checking for LC_MESSAGES... checking build system type... no
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... x86_64-pc-linux-gnu
8
checking host system type... checking for long long... no
checking for GNU gettext in libintl... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... config.status: creating Makefile
config.status: executing depfiles commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
x86_64-w64-mingw32-gcc -E
config.status: executing libtool commands
checking for grep that handles long lines and -e... config.status: creating config.h
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
8
checking for a 64-bit type... checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for stdlib.h... yes
checking for uintptr_t... yes
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for pid_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for unistd.h... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking minix/config.h presence... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for atexit... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for basename... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for bcmp... yes
checking return type of signal handlers... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
void
checking for size_t... no
checking for bcopy... yes
no
checking for ssize_t... checking for bsearch... yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for calloc... yes
checking for library containing opendir... yes
checking for clock... none required
checking for fcntl... yes
checking for ffs... no
checking for kill... no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... no
checking for memmove... yes
checking for gettimeofday... yes
checking for putenv... yes
checking for index... yes
checking for select... no
checking for insque... no
checking for memchr... no
checking for setenv... yes
no
checking for setlocale... checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
no
checking for memmove... checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
checking for getpwnam... no
no
checking for rename... checking for getpwuid... no
checking for working strcoll... no
yes
checking fcntl.h usability... checking for rindex... yes
checking fcntl.h presence... no
checking for setenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... yes
checking for sigsetmask... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for stpcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking locale.h usability... checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strchr... no
checking pwd.h presence... yes
checking for strdup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strncasecmp... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strndup... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... yes
checking for strstr... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strtod... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strtol... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for strtoul... checking for sys/ptem.h... 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 strtoll... 64
checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for tmpnam... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for vasprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for waitpid... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for langinfo.h... no
checking for mbrlen... checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for canonicalize_file_name... no
no
checking for mbsrtowcs... checking for dup3... no
checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
yes
checking for iswctype... checking for spawnvpe... yes
yes
checking for nl_langinfo and CODESET... checking for strerror... no
checking for wchar_t in wchar.h... yes
yes
checking for wctype_t in wctype.h... checking for strsignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking for table... config.status: creating examples/Makefile
no
checking for times... config.status: creating shlib/Makefile
config.status: creating config.h
no
config.status: executing default commands
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 11:29 [binutils-gdb] sparc-coff removal leftover sergiodj+buildbot
@ 2018-04-16 13:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:45 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/1404>

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/Fedora-x86_64-w64-mingw32/54/5452f388a51463394553b29469e32e7765d874e1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
checking for perl... perl
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... config.status: creating Makefile
checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
mkdir -p -- ./libdecnumber
checking whether we are cross compiling... yes
checking for suffix of executables... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... yes
yes
checking for inline... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... inline
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for strings.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking minix/config.h usability... yes
checking how to run the C preprocessor... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for off_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
yes
checking for size_t... checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working alloca.h... yes
yes
checking for stdlib.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for getpagesize... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for C compiler default output file name... yes
checking for strings.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdint.h... checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking for unsigned long long... .exe
checking for suffix of object files... yes
checking for stdint.h... o
checking whether we are using the GNU C compiler... yes
checking for inline... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
no
checking for ld used by GCC... checking ctype.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking stddef.h usability... checking for sys/param.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for limits.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking stddef.h presence... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... done
checking argz.h usability... checking for string.h... (cached) yes
checking for malloc.h... yes
checking stdio.h usability... checking for string.h... (cached) 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 "+="... yes
checking for unistd.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... (cached) yes
no
checking argz.h presence... no
checking for argz.h... no
checking for sys/time.h... checking limits.h usability... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
checking for time.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking limits.h presence... yes
checking for sys/resource.h... yes
checking for limits.h... yes
checking locale.h usability... ok
no
checking how to run the C preprocessor... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... x86_64-w64-mingw32-gcc -E
yes
checking for uintptr_t... yes
checking locale.h presence... no
checking for fcntl.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for ANSI C header files... checking for alloca.h... yes
checking for int_least32_t... no
no
checking nl_types.h presence... checking for sys/pstat.h... no
checking for nl_types.h... no
checking malloc.h usability... no
yes
checking for int_fast32_t... checking for sys/sysmp.h... yes
yes
checking malloc.h presence... checking for sys/types.h... no
checking for sys/sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for uint64_t... yes
no
checking for machine/hal_sysinfo.h... checking for sys/stat.h... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for sys/table.h... checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for stdlib.h... yes
checking what to include in gstdint.h... no
stdint.h (already complete)
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... checking for sys/sysctl.h... checking sys/param.h usability... no
checking for sys/systemcfg.h... yes
checking for off_t... yes
checking for string.h... no
yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for feof_unlocked... checking for memory.h... no
checking for process.h... yes
yes
yes
checking size of int... checking for sys/prctl.h... checking for strings.h... no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for inttypes.h... no
checking whether time.h and sys/time.h may both be included... yes
no
yes
checking whether errno must be declared... checking for getc_unlocked... checking for stdint.h... no
checking size of int... yes
checking for unistd.h... no
checking for getcwd... yes
checking for dlfcn.h... yes
checking for getegid... no
checking for objdir... .libs
no
checking for geteuid... 4
checking size of long... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for munmap... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for putenv... checking for stdlib.h... (cached) yes
4
checking size of long... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for setenv... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for working mmap... no
checking for memcpy... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... x86_64-w64-mingw32
checking target system type... yes
yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stpcpy... checking for strerror... no
checking for strcasecmp... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for strtoul... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
make[1]: Nothing to be done for 'all-target'.
4
checking size of size_t... mkdir -p -- ./readline
checking for __argz_count... Configuring in ./readline
no
checking for __argz_stringify... config.status: creating Makefile
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... config.status: creating config.h
no
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... config.status: executing gstdint.h commands
no
checking for GNU gettext in libintl... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
configure: creating cache ./config.cache
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking build system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... 8
checking for long long... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking size of long long... config.status: creating config.intl
yes
checking for stdlib.h... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: executing default-1 commands
yes
checking for string.h... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for unistd.h... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
uint64_t
checking for intptr_t... checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ssize_t... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for pid_t... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ssize_t... yes
checking for library containing strerror... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
none required
checking for asprintf... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-ranlib libz.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for atexit... checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
none required
rm -f libdecnumber.a
checking for basename... x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for fcntl... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
no
config.status: creating config.h
checking for kill... config.status: config.h is unchanged
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for bcmp... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
no
checking for lstat... checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
no
checking for bsearch... checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for putenv... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for calloc... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for clock... checking for select... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for ffs... no
checking for setenv... no
checking for getcwd... no
checking for setlocale... yes
checking for getpagesize... yes
checking for strcasecmp... yes
checking for gettimeofday... yes
yes
checking for strpbrk... checking for index... yes
checking for tcgetattr... no
checking for insque... no
checking for vsnprintf... no
checking for memchr... yes
yes
checking for isascii... checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for memset... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mkstemps... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for random... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... no
checking for rename... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for rindex... yes
checking for locale.h... yes
checking pwd.h usability... no
no
checking pwd.h presence... checking for setenv... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for snprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for sigsetmask... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpcpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpncpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strcasecmp... no
checking sys/stream.h presence... yes
checking for strchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strdup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strndup... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking for strtol... checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoul... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtoll... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoull... not found
checking for struct dirent.d_ino... yes
checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for tmpnam... yes
no
checking for tgetent in -ltermcap... checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for vprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for vsnprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for vsprintf... yes
no
checking for mbscmp... checking for waitpid... no
checking for mbsnrtowcs... no
checking for setproctitle... no
checking for mbsrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for mbschr... no
checking for fork... no
checking for wcrtomb... no
checking for vfork... yes
checking for wcscoll... no
checking for _doprnt... yes
checking for wcsdup... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcwidth... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wctype... no
checking for canonicalize_file_name... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for dup3... no
yes
checking for getrlimit... checking for iswlower... no
checking for getrusage... yes
checking for iswupper... no
checking for getsysinfo... yes
checking for towlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towupper... no
checking for psignal... yes
checking for iswctype... no
checking for pstat_getdynamic... yes
checking for nl_langinfo and CODESET... no
checking for pstat_getstatic... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for realpath... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for setrlimit... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strerror... config.status: creating examples/Makefile
yes
checking for strsignal... config.status: creating shlib/Makefile
no
checking for sysconf... config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  9:35 [binutils-gdb] Remove sparc-aout and sparc-coff support sergiodj+buildbot
@ 2018-04-16 13:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1403>

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/Fedora-x86_64-w64-mingw32/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     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
  CXX    microblaze-tdep.o
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  9:21 [binutils-gdb] Remove m68k-aout and m68k-coff support sergiodj+buildbot
@ 2018-04-16 13:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1402>

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/Fedora-x86_64-w64-mingw32/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     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  9:11 [binutils-gdb] Remove sh5 and sh64 support sergiodj+buildbot
@ 2018-04-16 13:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1401>

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/Fedora-x86_64-w64-mingw32/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     opendir.o
  CC     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 11:06 [binutils-gdb] Remove sh-symbianelf support sergiodj+buildbot
@ 2018-04-16 13:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1400>

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/Fedora-x86_64-w64-mingw32/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     opendir.o
  CC     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 11:04 [binutils-gdb] Remove vax-bsd and vax-ultrix support sergiodj+buildbot
@ 2018-04-16 13:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1399>

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/Fedora-x86_64-w64-mingw32/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     opendir.o
  CC     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 11:02 [binutils-gdb] Remove w65 support sergiodj+buildbot
@ 2018-04-16 13:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1398>

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/Fedora-x86_64-w64-mingw32/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     opendir.o
  CC     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 11:00 [binutils-gdb] Remove we32k support sergiodj+buildbot
@ 2018-04-16 13:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1397>

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/Fedora-x86_64-w64-mingw32/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     opendir.o
  CC     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 10:58 [binutils-gdb] Remove m88k support sergiodj+buildbot
@ 2018-04-16 13:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 13:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1396>

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/Fedora-x86_64-w64-mingw32/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     opendir.o
  CC     rawmemchr.o
  CC     readlink.o
  CC     realloc.o
  CC     rename.o
  CC     rmdir.o
  CC     secure_getenv.o
  CC     setenv.o
  CC     stat.o
  CC     strchrnul.o
  CC     strdup.o
  CC     strerror.o
  CC     strerror-override.o
  CC     strstr.o
  CC     unsetenv.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/i386.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-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
../../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);
                     ^~~~~~~~~~~~~
../../binutils-gdb/gdb/m88k-tdep.c:867:21: note: suggested alternative: 'bfd_arch_m98k'
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^~~~~~~~~~~~~
                     bfd_arch_m98k
make[2]: *** [Makefile:1612: m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 10:56 [binutils-gdb] Remove i370 support sergiodj+buildbot
@ 2018-04-16 12:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 12:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1395>

Commit(s) tested:
	6793974daae8ff3f8ad4e856a9f0e3bbe4fdf9a3

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove i370 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/67/6793974daae8ff3f8ad4e856a9f0e3bbe4fdf9a3/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16 10:44 [binutils-gdb] Remove h8500 support sergiodj+buildbot
@ 2018-04-16 12:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 12:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1394>

Commit(s) tested:
	e82aa7944d2b00c54e9d3c1a47c5ed4a0e39393a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove h8500 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e8/e82aa7944d2b00c54e9d3c1a47c5ed4a0e39393a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  9:50 [binutils-gdb] Remove h8300-coff support sergiodj+buildbot
@ 2018-04-16 11:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 11:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1393>

Commit(s) tested:
	fe0bf0fd57ea3ef8458d2e8661b428110fc026e2

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove h8300-coff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fe/fe0bf0fd57ea3ef8458d2e8661b428110fc026e2/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  9:17 [binutils-gdb] Remove IEEE 695 object support sergiodj+buildbot
@ 2018-04-16 10:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 10:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1392>

Commit(s) tested:
	fdef3943443987525aea4f3ebe1f569f7070fcc8

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove IEEE 695 object support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fd/fdef3943443987525aea4f3ebe1f569f7070fcc8/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  8:43 [binutils-gdb] Remove tandem support sergiodj+buildbot
@ 2018-04-16  9:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16  9:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1391>

Commit(s) tested:
	de96689e03235bfd65a33704a9d398cb666140f4

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove tandem support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/de/de96689e03235bfd65a33704a9d398cb666140f4/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  8:11 [binutils-gdb] Remove sony newsos3 support sergiodj+buildbot
@ 2018-04-16  9:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16  9:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1390>

Commit(s) tested:
	5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove sony newsos3 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/59/5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  7:26 [binutils-gdb] Remove netware support sergiodj+buildbot
@ 2018-04-16  8:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16  8:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1389>

Commit(s) tested:
	b4b594e304d44458e25e106ddb4824a37aaf556c

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove netware support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b4/b4b594e304d44458e25e106ddb4824a37aaf556c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-16  6:50 [binutils-gdb] Remove tahoe support sergiodj+buildbot
@ 2018-04-16  7:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-16  7:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1388>

Commit(s) tested:
	fceadf09517d8b37a0fa77852e26a789fc160d94

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove tahoe support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/fc/fceadf09517d8b37a0fa77852e26a789fc160d94/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-15 20:05 [binutils-gdb] Add x86-tdep.o to i386/amd64 target build sergiodj+buildbot
@ 2018-04-15 20:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-15 20:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1387>

Commit(s) tested:
	eda4efb12763893b8a49c10c6f2823a465c1c6ba

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add x86-tdep.o to i386/amd64 target build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ed/eda4efb12763893b8a49c10c6f2823a465c1c6ba/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-15 15:56 [binutils-gdb] x86: Allow 32-bit registers for tpause and umwait sergiodj+buildbot
@ 2018-04-15 16:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-15 16:23 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/1386>

Commit(s) tested:
	ae1d38437284b31d5a1c604bcf391d4543be00a5

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Allow 32-bit registers for tpause and umwait

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ae/ae1d38437284b31d5a1c604bcf391d4543be00a5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
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... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
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)... config.status: creating Makefile
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
.exe
checking for suffix of object files... checking for C compiler default output file name... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for inline... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... inline
checking for sys/stat.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for sys/stat.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking how to run the C preprocessor... checking for stdlib.h... checking for string.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for string.h... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for memory.h... checking for strings.h... yes
yes
yes
checking for strings.h... checking for sys/types.h... checking for inttypes.h... yes
yes
checking for sys/stat.h... checking for inttypes.h... yes
yes
yes
checking for stdlib.h... checking for stdint.h... checking for stdint.h... yes
yes
checking for string.h... checking for unistd.h... yes
checking for unistd.h... yes
checking for memory.h... yes
yes
yes
checking for off_t... checking minix/config.h usability... checking for strings.h... yes
no
checking minix/config.h presence... checking for inttypes.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for stdint.h... yes
checking for size_t... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for unistd.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking ctype.h usability... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking stddef.h usability... yes
checking for stdlib.h... (cached) yes
.exe
checking for unistd.h... (cached) yes
checking for suffix of object files... checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stddef.h... yes
yes
checking for working mmap... no
o
checking whether we are using the GNU C compiler... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for string.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdint.h... checking stdio.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking stdio.h presence... yes
checking for stdio.h... yes
none needed
checking for style of include used by make... GNU
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for uintptr_t... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... no
checking for ld used by GCC... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
yes
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for an ANSI C-conforming const... yes
checking for int_least32_t... done
checking argz.h usability... yes
checking for inline... inline
checking whether byte ordering is bigendian... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... no
checking argz.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for int_fast32_t... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for uint64_t... ok
checking how to run the C preprocessor... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
checking for sys/file.h... checking locale.h usability... x86_64-w64-mingw32-gcc -E
yes
yes
checking what to include in gstdint.h... checking for sys/param.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking locale.h presence... yes
checking for ANSI C header files... yes
checking for locale.h... yes
checking for limits.h... checking nl_types.h usability... yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking nl_types.h presence... yes
checking for string.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for unistd.h... (cached) yes
yes
checking for sys/types.h... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking malloc.h presence... yes
yes
checking size of int... checking for sys/stat.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for stdlib.h... yes
checking for time.h... yes
yes
checking stddef.h presence... checking for string.h... yes
yes
checking for stddef.h... yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for memory.h... checking for sys/mman.h... checking sys/param.h usability... yes
no
yes
checking sys/param.h presence... checking for strings.h... checking for fcntl.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... checking for alloca.h... yes
checking for inttypes.h... yes
no
checking for stdint.h... checking for sys/pstat.h... no
no
checking for sys/sysmp.h... checking for fgets_unlocked... yes
no
checking for sys/sysinfo.h... checking for unistd.h... 4
checking size of long... no
checking for machine/hal_sysinfo.h... no
no
checking for sys/table.h... checking for getc_unlocked... yes
checking for dlfcn.h... no
checking for sys/sysctl.h... no
no
checking for sys/systemcfg.h... checking for getcwd... no
checking for objdir... .libs
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
yes
checking for process.h... checking for getegid... yes
checking for sys/prctl.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
no
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for geteuid... no
checking whether time.h and sys/time.h may both be included... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking whether errno must be declared... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for getgid... 4
checking for ANSI C header files... (cached) yes
no
checking size of int... checking build system type... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for mempcpy... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for munmap... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
no
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for putenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for setenv... yes
checking for working mmap... no
4
checking size of long... checking for memcpy... no
checking for setlocale... yes
checking for strerror... config.status: creating Makefile
yes
checking for stpcpy... yes
checking for unistd.h... (cached) yes
config.status: creating config.h
config.status: executing gstdint.h commands
no
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... 4
checking size of size_t... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __argz_next... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
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... 8
checking for long long... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
yes
checking size of long long... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for sys/types.h... yes
config.status: creating Makefile
checking for sys/stat.h... yes
config.status: creating config.intl
checking for stdlib.h... config.status: creating config.h
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: executing default-1 commands
checking for string.h... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
8
checking for a 64-bit type... yes
uint64_t
checking for stdint.h... checking for intptr_t... yes
checking for unistd.h... yes
checking for uintptr_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for pid_t... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking return type of signal handlers... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
void
checking for size_t... none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for basename... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking for bcmp... checking for library containing opendir... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
none required
checking for fcntl... no
checking for bsearch... no
checking for kill... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for lstat... no
checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for memmove... yes
checking for putenv... yes
checking for select... no
checking for setenv... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "CXXFLAGS=-D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2 -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 -Wl,--stack,12582912" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2 -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 clock... no
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for strcasecmp... yes
checking for strpbrk... yes
yes
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for tcgetattr... x86_64-w64-mingw32-ranlib libz.a
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for getcwd... no
checking for vsnprintf... yes
checking for getpagesize... yes
checking for isascii... yes
checking for gettimeofday... yes
checking for isxdigit... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for index... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
/bin/sh ./config.status config.h
checking for getpwent... no
checking for insque... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
config.status: creating config.h
no
config.status: config.h is unchanged
checking for getpwnam... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for memchr... no
checking for getpwuid... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for memcmp... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for working strcoll... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking fcntl.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for memcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for memmem... checking varargs.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking varargs.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
checking for varargs.h... no
checking stdarg.h usability... checking for mempcpy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking stdarg.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
checking for stdarg.h... yes
checking for memset... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for mkstemps... yes
checking limits.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for limits.h... yes
no
checking for putenv... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking locale.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking locale.h presence... yes
checking for random... yes
checking for locale.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for rename... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for rindex... no
checking for setenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for snprintf... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for sigsetmask... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpcpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
no
checking sys/stream.h usability... checking for stpncpy... no
checking sys/stream.h presence... no
no
checking for sys/stream.h... no
checking for strcasecmp... checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strchr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strdup... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strncasecmp... 64
checking for type of signal functions... yes
checking for strndup... no
checking for strnlen... yes
checking for strrchr... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strstr... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strtod... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtol... yes
checking whether signal handlers are of type void... yes
checking for strtoul... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtoll... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for strtoull... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strverscmp... no
checking for tgetent in -ltermcap... no
checking for tmpnam... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for vfprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for waitpid... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for mbscmp... checking for fork... no
no
checking for mbsnrtowcs... checking for vfork... no
no
checking for mbsrtowcs... checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sbrk... yes
checking for wctype_t in wctype.h... no
yes
checking for wint_t in wctype.h... checking for spawnve... yes
checking configuration for building shared libraries... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
no
checking for sysconf... no
checking for sysctl... config.status: creating doc/Makefile
no
checking for sysmp... config.status: creating examples/Makefile
no
checking for table... no
config.status: creating shlib/Makefile
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... config.status: creating config.h
no
checking whether ffs is declared... config.status: executing default commands
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-14  9:25 [binutils-gdb] powerpc common-page-size sergiodj+buildbot
@ 2018-04-14 11:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-14 11:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1385>

Commit(s) tested:
	702d167134149f420ea3bcbc194d63a2653a0c27

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	powerpc common-page-size

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/70/702d167134149f420ea3bcbc194d63a2653a0c27/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-14  9:08 [binutils-gdb] powerpc max-page-size vs __QNXTARGET__ sergiodj+buildbot
@ 2018-04-14 10:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-14 10:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1384>

Commit(s) tested:
	03aa968462e0345b2d846ca240b8c723d713761a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	powerpc max-page-size vs __QNXTARGET__

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/03/03aa968462e0345b2d846ca240b8c723d713761a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-14  8:58 [binutils-gdb] powerpc-lynxos and powerpc-windiss fixes sergiodj+buildbot
@ 2018-04-14  9:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-14  9:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1383>

Commit(s) tested:
	24acfe5e2b7d4e6c0ccb72ffffc349d7fa88838d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	powerpc-lynxos and powerpc-windiss fixes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/24/24acfe5e2b7d4e6c0ccb72ffffc349d7fa88838d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-13 17:44 [binutils-gdb] Show line numbers in output for "info var/func/type" sergiodj+buildbot
@ 2018-04-13 18:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-13 18:08 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/1382>

Commit(s) tested:
	b744723f571815e6cee43df371c8e733e34e1edf

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Show line numbers in output for "info var/func/type"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b7/b744723f571815e6cee43df371c8e733e34e1edf/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating 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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
a.exe
checking for x86_64-w64-mingw32-ranlib... checking whether the C compiler works... yes
x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... none required
checking how to run the C preprocessor... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/types.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for string.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for strings.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for inttypes.h... yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
yes
checking for strings.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for unistd.h... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for off_t... checking for stdint.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for size_t... yes
no
checking minix/config.h presence... checking for stdlib.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for working alloca.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 alloca... yes
checking for memory.h... yes
64
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... yes
checking for stdint.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for inttypes.h... checking for C compiler default output file name... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the inttypes.h PRIxNN macros are broken... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... .exe
checking for suffix of object files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... o
checking whether we are using the GNU C compiler... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... done
checking for string.h... (cached) yes
checking argz.h usability... checking stdio.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... none needed
checking for style of include used by make... no
checking argz.h presence... yes
checking for inline... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for argz.h... no
inline
checking whether byte ordering is bigendian... checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for uintptr_t... checking locale.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/file.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
yes
checking for int_least32_t... checking for sys/param.h... checking nl_types.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for limits.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking nl_types.h presence... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for stdlib.h... (cached) yes
yes
checking for int_fast32_t... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for nl_types.h... no
checking for malloc.h... checking malloc.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking malloc.h presence... checking for strings.h... (cached) yes
yes
checking for sys/time.h... checking for malloc.h... yes
checking stddef.h usability... yes
checking for uint64_t... yes
ok
checking how to run the C preprocessor... yes
checking stddef.h presence... checking for time.h... yes
checking for stddef.h... yes
x86_64-w64-mingw32-gcc -E
yes
checking what to include in gstdint.h... checking for stdlib.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for string.h... (cached) yes
checking for sys/resource.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking for off_t... no
checking for ANSI C header files... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for fcntl.h... checking for sys/types.h... yes
checking size of int... yes
checking for alloca.h... yes
no
checking for sys/pstat.h... checking for sys/stat.h... no
no
checking for sys/sysmp.h... checking for fgets_unlocked... yes
checking for stdlib.h... no
checking for sys/sysinfo.h... yes
no
checking for machine/hal_sysinfo.h... checking for string.h... no
checking for getc_unlocked... no
checking for sys/table.h... yes
no
checking for sys/sysctl.h... no
checking for memory.h... checking for getcwd... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
yes
checking for strings.h... checking for getegid... no
checking for process.h... yes
yes
checking for sys/prctl.h... no
checking for inttypes.h... checking for geteuid... no
checking for sys/wait.h that is POSIX.1 compatible... 4
checking size of long... no
checking whether time.h and sys/time.h may both be included... yes
checking for stdint.h... yes
checking whether errno must be declared... no
no
checking size of int... checking for getgid... yes
checking for unistd.h... no
checking for getuid... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking for putenv... checking for ANSI C header files... (cached) yes
checking build system type... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... x86_64-pc-linux-gnu
checking host system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking target system type... 4
yes
checking size of long... checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... no
checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
yes
checking for strdup... checking for strerror... config.status: creating Makefile
config.status: creating config.h
yes
checking for unistd.h... (cached) yes
config.status: executing gstdint.h commands
yes
checking for strtoul... 4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __fsetlocking... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
o
checking whether we are using the GNU C compiler... checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
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... yes
checking size of long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
yes
config.status: creating config.intl
checking for sys/types.h... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/stat.h... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for stdlib.h... config.status: executing libtool commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for string.h... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
checking for memory.h... config.status: config.h is unchanged
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
8
checking for a 64-bit type... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for strings.h... uint64_t
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for stdint.h... yes
checking for uintptr_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... no
checking for working volatile... none required
checking for asprintf... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for atexit... void
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for basename... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ssize_t... yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
no
checking for dirent.h that defines DIR... checking for bcopy... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for library containing opendir... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for bsearch... none required
checking for fcntl... yes
checking for bzero... no
checking for kill... no
checking for calloc... no
checking for lstat... yes
checking for clock... no
checking for memmove... yes
checking for ffs... yes
checking for putenv... no
checking for getcwd... yes
checking for select... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for random... checking varargs.h usability... no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for sigsetmask... no
checking pwd.h presence... no
checking for stpcpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
yes
checking termcap.h presence... checking for stpncpy... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strndup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for strnlen... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strrchr... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strtoll... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for tmpnam... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for vsprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
yes
checking wchar.h presence... checking for waitpid... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for mbscasecmp... no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for _doprnt... no
checking for mbsrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for sbrk... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
checking for spawnvpe... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysconf... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-13 10:21 [binutils-gdb] btrace: set/show record btrace cpu sergiodj+buildbot
@ 2018-04-13 12:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-13 12:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1381>

Commit(s) tested:
	4a4495d62d185bdae17ed6aae6ea8249ad07c799

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: set/show record btrace cpu

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4a/4a4495d62d185bdae17ed6aae6ea8249ad07c799/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-13 10:09 [binutils-gdb] record: fix typo in "set record" output sergiodj+buildbot
@ 2018-04-13 11:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-13 11:16 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/1380>

Commit(s) tested:
	69f90c75b369cd2d66988a67bbc2a000dd6b9816

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	record: fix typo in "set record" output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/69/69f90c75b369cd2d66988a67bbc2a000dd6b9816/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./zlib
Configuring in ./intl
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 a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for perl... checking for msgfmt... perl
checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking build system type... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking for grep that handles long lines and -e... checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... inline
yes
checking for sys/types.h... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for inttypes.h... yes
checking how to run the C preprocessor... checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for stdint.h... checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for sys/types.h... yes
yes
yes
yes
checking for off_t... checking for sys/stat.h... checking minix/config.h usability... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
no
checking minix/config.h presence... yes
checking for stdlib.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for C compiler default output file name... checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for strings.h... yes
.exe
checking for suffix of object files... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for working alloca.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdint.h... yes
checking for stdlib.h... (cached) yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
none needed
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for stdint.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking ctype.h presence... yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking for ctype.h... yes
yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking stddef.h usability... yes
checking for inline... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stddef.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking for ld used by GCC... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking stdio.h usability... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for uintptr_t... yes
done
checking for sys/param.h... ok
checking how to run the C preprocessor... yes
checking argz.h usability... checking for limits.h... yes
yes
checking for int_least32_t... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking argz.h presence... checking for ANSI C header files... yes
no
checking for argz.h... no
checking limits.h usability... checking for string.h... (cached) yes
yes
checking for int_fast32_t... yes
checking limits.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sys/time.h... checking for sys/types.h... yes
checking for uint64_t... yes
yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sys/stat.h... checking for time.h... checking nl_types.h usability... yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for sys/resource.h... no
checking nl_types.h presence... yes
checking for off_t... checking for stdlib.h... no
checking for sys/stat.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/mman.h... yes
checking for string.h... no
checking for fcntl.h... yes
yes
checking malloc.h presence... yes
checking for memory.h... yes
checking for malloc.h... yes
yes
checking size of int... checking for alloca.h... checking stddef.h usability... yes
yes
checking stddef.h presence... no
checking for strings.h... checking for sys/pstat.h... yes
checking for stddef.h... yes
no
checking for sys/sysmp.h... checking for stdlib.h... (cached) yes
yes
no
checking for inttypes.h... checking for sys/sysinfo.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for machine/hal_sysinfo.h... yes
no
checking for stdint.h... checking for sys/table.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysctl.h... yes
no
checking for sys/systemcfg.h... checking for unistd.h... no
no
yes
checking for fgets_unlocked... checking for stdint.h... (cached) yes
checking for dlfcn.h... checking for stdio_ext.h... no
checking for objdir... 4
checking size of long... no
.libs
checking for process.h... yes
checking for sys/prctl.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
no
yes
checking size of int... checking if x86_64-w64-mingw32-gcc static flag -static works... checking for getegid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for geteuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for getgid... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking dynamic linker characteristics... no
x86_64-w64-mingw32
checking target system type... checking for getuid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 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... x86_64-w64-mingw32-gcc -E
no
checking for mempcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
yes
4
checking size of long... checking for munmap... configure: updating cache ./config.cache
yes
checking for working mmap... no
configure: creating ./config.status
checking for memcpy... no
checking for putenv... yes
yes
checking for setenv... checking for strerror... yes
checking for unistd.h... (cached) yes
no
checking for setlocale... configure: updating cache ./config.cache
config.status: creating Makefile
yes
configure: creating ./config.status
checking for stpcpy... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for strcasecmp... 4
checking size of size_t... make[1]: Nothing to be done for 'all-target'.
yes
checking for strdup... mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... no
checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... 8
checking for long long... checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for LC_MESSAGES... yes
checking size of long long... no
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... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating Makefile
yes
checking for sys/types.h... config.status: executing depfiles commands
yes
config.status: creating config.intl
8
checking for a 64-bit type... checking for sys/stat.h... uint64_t
config.status: creating config.h
checking for intptr_t... config.status: executing libtool commands
config.status: executing default-1 commands
yes
checking for stdlib.h... yes
yes
checking for uintptr_t... checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
config.status: creating config.h
yes
checking for ssize_t... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for strings.h... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for inttypes.h... yes
checking for pid_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
checking for library containing strerror... checking for unistd.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking minix/config.h usability... none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking minix/config.h presence... yes
checking for atexit... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for basename... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
checking for working volatile... checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking return type of signal handlers... no
checking for bcopy... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for bzero... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for calloc... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for clock... x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for library containing opendir... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
none required
checking for fcntl... checking for ffs... no
checking for kill... no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... no
yes
checking for memmove... checking for gettimeofday... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
checking for memcpy... yes
yes
checking for strcasecmp... checking for memmem... no
checking for memmove... yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for tcgetattr... yes
checking for memset... no
checking for vsnprintf... yes
checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
checking for isxdigit... yes
checking for random... yes
checking for getpwent... no
checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
checking for setenv... no
checking for working strcoll... no
checking fcntl.h usability... no
yes
checking fcntl.h presence... checking for snprintf... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for stpncpy... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strchr... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strdup... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for strrchr... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strstr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtod... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtol... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoul... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoll... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for strtoull... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for fork... checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... no
checking for psignal... yes
checking for wcwidth... no
checking for pstat_getdynamic... no
checking for wctype... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
checking for iswupper... yes
checking for towlower... yes
checking for spawnvpe... yes
yes
checking for strerror... checking for towupper... yes
yes
checking for strsignal... checking for iswctype... yes
no
checking for nl_langinfo and CODESET... checking for sysconf... no
checking for wchar_t in wchar.h... no
checking for sysctl... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysmp... yes
checking configuration for building shared libraries... no
checking for table... supported
no
checking for times... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... config.status: creating Makefile
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
config.status: creating doc/Makefile
checking whether strverscmp is declared... no
config.status: creating examples/Makefile
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... config.status: creating shlib/Makefile
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
config.status: creating config.h
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
config.status: executing default commands
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-13  9:59 [binutils-gdb] btrace: fix output of "set record btrace" sergiodj+buildbot
@ 2018-04-13 10:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-13 10:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1379>

Commit(s) tested:
	b85310e1ec0419c4e1ca091cdd48f7597ebbefd3

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: fix output of "set record btrace"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b8/b85310e1ec0419c4e1ca091cdd48f7597ebbefd3/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-13  8:59 [binutils-gdb] infrun: step through indirect branch thunks sergiodj+buildbot
@ 2018-04-13  9:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-13  9:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1378>

Commit(s) tested:
	1d509aa625f891e20b37b8cee4659771e87b1ba4

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	infrun: step through indirect branch thunks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1d/1d509aa625f891e20b37b8cee4659771e87b1ba4/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1912: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-12 20:34 [binutils-gdb] Fix -D_GLIBCXX_DEBUG gdb-add-index regression sergiodj+buildbot
@ 2018-04-12 21:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-12 21:15 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/1376>

Commit(s) tested:
	b4be9bfdabb57f40656e72a50a8466af4f7bd37d

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Fix -D_GLIBCXX_DEBUG gdb-add-index regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b4/b4be9bfdabb57f40656e72a50a8466af4f7bd37d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./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 whether make sets $(MAKE)... config.status: creating Makefile
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
/usr/bin/xgettext
checking for msgmerge... checking build system type... /usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none needed
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking for memory.h... checking how to run the C preprocessor... checking for string.h... yes
yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
yes
checking for ANSI C header files... yes
checking for inttypes.h... checking for strings.h... yes
yes
yes
checking for inttypes.h... checking for sys/types.h... checking for stdint.h... yes
yes
checking for sys/stat.h... checking for stdint.h... yes
checking for unistd.h... yes
yes
checking for stdlib.h... checking for unistd.h... yes
yes
checking for string.h... checking minix/config.h usability... yes
checking for off_t... yes
no
checking minix/config.h presence... checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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... yes
checking for size_t... yes
checking for inttypes.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for getpagesize... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking ctype.h presence... checking for C compiler default output file name... yes
yes
checking for ctype.h... yes
checking for stdint.h... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for inttypes.h... checking stdio.h usability... .exe
checking for suffix of object files... yes
checking whether the inttypes.h PRIxNN macros are broken... o
checking whether we are using the GNU C compiler... yes
checking stdio.h presence... yes
checking for stdio.h... yes
no
checking for ld used by GCC... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for uintptr_t... none needed
checking for style of include used by make... yes
checking for inline... GNU
checking dependency style of x86_64-w64-mingw32-gcc... inline
checking whether byte ordering is bigendian... done
yes
checking for int_least32_t... checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... gcc3
checking how to print strings... yes
checking for int_fast32_t... no
checking for a BSD-compatible install... /usr/bin/install -c
printf
checking for a sed that does not truncate output... yes
checking limits.h presence... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/file.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for limits.h... yes
checking for sys/param.h... checking locale.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for limits.h... yes
yes
checking for uint64_t... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking locale.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking what to include in gstdint.h... checking for strings.h... (cached) yes
stdint.h (already complete)
1572864
checking whether the shell understands some XSI constructs... checking for an ANSI C-conforming const... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for locale.h... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for sys/time.h... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking nl_types.h usability... yes
checking for off_t... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
ok
checking malloc.h usability... checking how to run the C preprocessor... checking for time.h... yes
yes
checking size of int... checking for sys/resource.h... yes
checking malloc.h presence... yes
checking for malloc.h... x86_64-w64-mingw32-gcc -E
yes
no
checking for sys/stat.h... (cached) yes
checking stddef.h usability... checking for sys/mman.h... checking for ANSI C header files... no
yes
checking stddef.h presence... checking for fcntl.h... yes
checking for stddef.h... yes
yes
checking for alloca.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... no
yes
checking for sys/pstat.h... checking for sys/types.h... no
checking for sys/sysmp.h... yes
checking sys/param.h presence... yes
checking for sys/stat.h... yes
checking for sys/param.h... yes
no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... checking for feof_unlocked... yes
no
checking for sys/table.h... checking for stdlib.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking for string.h... no
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for fgets_unlocked... no
yes
checking for memory.h... checking for process.h... yes
4
checking for sys/prctl.h... checking size of long... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for strings.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
yes
checking whether errno must be declared... checking for inttypes.h... yes
yes
checking for getegid... no
checking size of int... checking for stdint.h... yes
no
checking for geteuid... checking for unistd.h... yes
no
checking for dlfcn.h... checking for getgid... no
checking for objdir... .libs
no
4
checking for getuid... checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for mempcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for munmap... 4
checking size of long... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
no
checking whether -lc should be explicitly linked in... checking for putenv... yes
checking for setenv... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for setlocale... config.status: creating Makefile
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... x86_64-w64-mingw32-gcc -E
yes
checking for stpcpy... config.status: creating config.h
config.status: executing gstdint.h commands
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
checking for working mmap... no
checking for memcpy... 4
checking size of size_t... Configuring in ./readline
yes
checking for strdup... yes
yes
checking for strerror... checking for strtoul... yes
yes
checking for tsearch... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for __fsetlocking... 8
checking for long long... .exe
checking for suffix of object files... no
checking for iconv... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... none needed
checking how to run the C preprocessor... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-w64-mingw32-gcc -E
no
checking for GNU gettext in libintl... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... config.status: creating Makefile
yes
checking for string.h... config.status: creating config.intl
yes
config.status: creating config.h
checking for memory.h... config.status: executing default-1 commands
8
checking for a 64-bit type... yes
checking for strings.h... uint64_t
checking for intptr_t... yes
config.status: creating Makefile
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for stdint.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for uintptr_t... yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for unistd.h... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking minix/config.h usability... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking minix/config.h presence... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking return type of signal handlers... yes
checking for library containing strerror... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
none required
checking for asprintf... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for basename... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
checking for bcmp... checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for library containing opendir... no
checking for bcopy... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for kill... yes
checking for bzero... no
checking for lstat... no
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for calloc... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for memmove... yes
checking for clock... yes
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ffs... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for select... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for setenv... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for getpagesize... no
checking for setlocale... x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for gettimeofday... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for strcasecmp... yes
checking for index... yes
checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
checking for memcmp... yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mkstemps... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for putenv... checking varargs.h usability... no
checking varargs.h presence... yes
checking for random... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for rename... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for snprintf... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for sigsetmask... no
checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strdup... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strncasecmp... checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strndup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking for strnlen... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtod... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strtol... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... yes
checking for strtoll... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for strtoull... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vprintf... yes
checking wchar.h presence... yes
checking for vsnprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for vsprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for wcrtomb... checking for sys_siglist... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for sbrk... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
checking for spawnvpe... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... yes
checking for strsignal... config.status: creating Makefile
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
no
checking for times... no
checking for wait3... config.status: creating shlib/Makefile
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... config.status: creating config.h
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... config.status: executing default commands
yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-12 19:33 [binutils-gdb] Remove old univariant code from rust-lang.c sergiodj+buildbot
@ 2018-04-12 20:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-12 20:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1375>

Commit(s) tested:
	53d7df28bcbaecaf2dca7f8a4bf829e3dd786693

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove old univariant code from rust-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/53/53d7df28bcbaecaf2dca7f8a4bf829e3dd786693/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  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-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    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.exe
unittests/string_view-selftests.o:string_view-selftests.c:(.text+0xc98): undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-12 17:40 [binutils-gdb] Fix Solaris build sergiodj+buildbot
@ 2018-04-12 19:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-12 19:13 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/1374>

Commit(s) tested:
	70b33f195b0d76e140921db40c0bea5a7c9abc42

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix Solaris build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/70/70b33f195b0d76e140921db40c0bea5a7c9abc42/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
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 make sets $(MAKE)... configure: creating 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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
.exe
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... yes
yes
checking for inline... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/types.h... inline
.exe
o
checking whether we are using the GNU C compiler... checking for suffix of object files... checking for sys/types.h... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... checking for stdlib.h... none needed
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for style of include used by make... yes
checking for string.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... yes
yes
gcc3
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking how to print strings... checking for strings.h... yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for strings.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... 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 stdint.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for unistd.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... ok
checking how to run the C preprocessor... yes
yes
checking for off_t... checking minix/config.h usability... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for sys/types.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for sys/types.h... yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... yes
yes
checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for getpagesize... checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for string.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for memory.h... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for memory.h... checking for strings.h... yes
checking for unsigned long long... yes
yes
checking for strings.h... checking for inttypes.h... yes
checking for inttypes.h... yes
yes
checking for inttypes.h... checking for stdint.h... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for unistd.h... yes
checking for inline... no
checking for ld used by GCC... checking for stdint.h... inline
checking whether byte ordering is bigendian... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for dlfcn.h... checking for unistd.h... yes
checking ctype.h usability... no
checking for objdir... .libs
done
yes
checking ctype.h presence... checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for ctype.h... yes
checking for sys/file.h... yes
checking stddef.h usability... no
checking argz.h presence... checking for sys/param.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking stddef.h presence... no
checking for argz.h... no
checking for limits.h... checking limits.h usability... yes
checking for stddef.h... yes
yes
yes
checking limits.h presence... checking for string.h... (cached) yes
yes
checking for limits.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking stdio.h usability... checking for stdlib.h... (cached) yes
checking locale.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for malloc.h... yes
checking stdio.h presence... yes
checking for string.h... (cached) yes
yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking whether -lc should be explicitly linked in... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking dynamic linker characteristics... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking malloc.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for malloc.h... yes
yes
checking for uintptr_t... checking stddef.h usability... 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... x86_64-w64-mingw32-gcc -E
yes
checking for time.h... yes
checking stddef.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
yes
checking for int_least32_t... checking for sys/resource.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for getpagesize... no
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... checking for sys/mman.h... yes
checking for working mmap... no
no
checking for memcpy... checking for fcntl.h... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
checking for alloca.h... checking for feof_unlocked... yes
checking for strerror... yes
checking for int_fast32_t... no
checking for sys/pstat.h... yes
checking for unistd.h... (cached) yes
no
no
checking for sys/sysmp.h... checking for fgets_unlocked... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for uint64_t... no
checking for sys/sysinfo.h... no
no
checking for getc_unlocked... checking for machine/hal_sysinfo.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/table.h... no
checking for getcwd... yes
checking for off_t... no
checking for sys/sysctl.h... no
yes
checking for sys/systemcfg.h... checking for getegid... no
checking for stdint.h... (cached) yes
yes
checking size of int... checking for stdio_ext.h... no
checking for geteuid... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getgid... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getuid... yes
checking whether errno must be declared... no
checking size of int... no
checking for mempcpy... yes
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... 4
checking size of long... yes
checking for stpcpy... no
checking for strcasecmp... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for strdup... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strtoul... 4
checking size of size_t... yes
no
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... config.status: creating Makefile
config.status: creating Makefile
8
no
checking for long long... checking for __fsetlocking... config.status: executing depfiles commands
config.status: creating config.h
config.status: executing gstdint.h commands
config.status: executing libtool commands
no
checking for iconv... yes
checking size of long long... make[1]: Nothing to be done for 'all-target'.
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... mkdir -p -- ./readline
Configuring in ./readline
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... configure: creating cache ./config.cache
checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... yes
checking for ssize_t... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating config.intl
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for pid_t... config.status: executing default-1 commands
checking for C compiler default output file name... yes
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
none required
.exe
checking for suffix of object files... checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for atexit... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for basename... none needed
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for bcopy... yes
checking for sys/types.h... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
yes
checking for sys/stat.h... checking for bzero... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for stdlib.h... no
yes
checking for calloc... checking for string.h... yes
yes
checking for clock... checking for memory.h... yes
yes
checking for strings.h... checking for ffs... yes
checking for inttypes.h... yes
no
checking for getcwd... checking for stdint.h... yes
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for unistd.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking minix/config.h usability... checking for gettimeofday... no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for index... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
checking for memchr... yes
checking for function prototypes... yes
checking whether char is unsigned... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
no
checking for working volatile... checking for memcmp... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
void
checking for size_t... yes
checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for memmem... yes
checking for ssize_t... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for memmove... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for dirent.h that defines DIR... checking for mempcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for library containing opendir... checking for memset... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for mkstemps... no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for kill... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for random... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for memmove... checking for rename... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for putenv... checking for rindex... yes
no
checking for setenv... checking for select... no
checking for snprintf... no
checking for setenv... no
checking for setlocale... yes
checking for sigsetmask... yes
checking for strcasecmp... no
checking for stpcpy... yes
checking for strpbrk... no
checking for stpncpy... yes
no
checking for tcgetattr... checking for strcasecmp... no
yes
checking for vsnprintf... checking for strchr... yes
yes
checking for isascii... checking for strdup... yes
yes
checking for strncasecmp... checking for isxdigit... yes
yes
checking for strndup... checking for getpwent... no
checking for strnlen... no
checking for getpwnam... yes
checking for strrchr... no
checking for getpwuid... yes
checking for strstr... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for strtod... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strtol... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for strtoul... checking stdarg.h usability... 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 strtoll... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strtoull... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strverscmp... checking pwd.h usability... no
no
checking pwd.h presence... checking for tmpnam... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for vasprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for vfprintf... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for vprintf... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for vsnprintf... yes
no
checking sys/pte.h presence... checking for vsprintf... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for waitpid... no
checking for sys/stream.h... no
checking sys/select.h usability... no
no
checking sys/select.h presence... checking for setproctitle... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking whether alloca needs Cray hooks... yes
checking sys/file.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for fork... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for vfork... 64
checking for type of signal functions... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking for external symbol _system_configuration... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for __fsetlocking... yes
checking whether signal handlers are of type void... no
yes
checking for TIOCSTAT in sys/ioctl.h... checking for canonicalize_file_name... no
checking for FIONREAD in sys/ioctl.h... no
checking for dup3... no
checking for speed_t in sys/types.h... no
checking for getrlimit... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for getrusage... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
no
checking for tgetent... checking for on_exit... no
checking for tgetent in -ltermcap... no
checking for psignal... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
yes
checking for wctype.h... yes
checking wchar.h usability... checking for pstat_getdynamic... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for pstat_getstatic... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for realpath... yes
checking for mbscasecmp... no
checking for setrlimit... no
checking for sbrk... no
checking for mbscmp... no
checking for spawnve... no
checking for mbsnrtowcs... yes
checking for spawnvpe... no
checking for mbsrtowcs... yes
checking for strerror... yes
checking for mbschr... yes
no
checking for wcrtomb... checking for strsignal... no
checking for sysconf... yes
checking for wcscoll... no
yes
checking for wcsdup... checking for sysctl... yes
checking for wcwidth... no
checking for sysmp... no
checking for wctype... no
yes
checking for wcswidth... checking for table... no
checking for times... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for wait3... yes
checking for iswlower... no
checking for wait4... yes
checking for iswupper... no
checking whether basename is declared... yes
checking for towlower... no
checking whether ffs is declared... yes
no
checking for towupper... checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking for iswctype... yes
checking whether snprintf is declared... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking whether vsnprintf is declared... yes
yes
checking for wctype_t in wctype.h... checking whether calloc is declared... yes
checking for wint_t in wctype.h... yes
checking whether getenv is declared... yes
checking configuration for building shared libraries... supported
yes
checking whether getopt is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... config.status: creating Makefile
yes
checking whether strtoll is declared... config.status: creating doc/Makefile
yes
checking whether strtoull is declared... config.status: creating examples/Makefile
yes
checking whether strverscmp is declared... config.status: creating shlib/Makefile
no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... config.status: creating config.h
config.status: executing default commands
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-12 16:59 [binutils-gdb] Eliminate target_has_exited sergiodj+buildbot
@ 2018-04-12 17:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-12 17:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1372>

Commit(s) tested:
	436411b1c6cb93541fd502321cf5470fe0392b91

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate target_has_exited

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/43/436411b1c6cb93541fd502321cf5470fe0392b91/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-11 20:14 [binutils-gdb] Enable Intel WAITPKG instructions sergiodj+buildbot
@ 2018-04-11 20:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-11 20:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1371>

Commit(s) tested:
	de89d0a34d52a2d2d28a4ce569e926dd9c7a7d13

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel WAITPKG instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/de/de89d0a34d52a2d2d28a4ce569e926dd9c7a7d13/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-11 19:22 [binutils-gdb] Add test for following fork on position-independent executables sergiodj+buildbot
@ 2018-04-11 19:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-11 19:51 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/1370>

Commit(s) tested:
	6295b6da16f73d5113d24424d1897edbce42bc6a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add test for following fork on position-independent executables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/62/6295b6da16f73d5113d24424d1897edbce42bc6a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking for C compiler default output file name... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
.exe
checking for suffix of object files... configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
config.status: creating Makefile
checking build system type... x86_64-pc-linux-gnu
checking host system type... none needed
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... inline
checking for sys/types.h... none needed
yes
checking how to run the C preprocessor... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
a.exe
checking whether the C compiler works... yes
checking for stdlib.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
.exe
checking for suffix of object files... checking for string.h... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strings.h... yes
checking for stdlib.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for memory.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for strings.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for unistd.h... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... checking for grep that handles long lines and -e... yes
checking for working alloca.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for sys/types.h... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... 64
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for getpagesize... checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
yes
checking for C compiler default output file name... checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for string.h... yes
yes
checking for unsigned long long... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for memory.h... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... .exe
checking for suffix of object files... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... o
checking whether we are using the GNU C compiler... no
checking for ld used by GCC... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdint.h... done
checking argz.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for unistd.h... yes
checking for an ANSI C-conforming const... no
checking argz.h presence... yes
checking for inline... yes
no
checking for argz.h... no
checking limits.h usability... inline
checking whether byte ordering is bigendian... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking ctype.h usability... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking limits.h presence... yes
checking for limits.h... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking ctype.h presence... checking locale.h usability... yes
checking for ctype.h... yes
no
checking for a BSD-compatible install... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... /usr/bin/install -c
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/file.h... checking stddef.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking locale.h presence... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for locale.h... yes
checking for sys/param.h... yes
checking stddef.h presence... checking nl_types.h usability... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for limits.h... checking stdio.h usability... yes
no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking stdio.h presence... ok
checking how to run the C preprocessor... yes
checking for string.h... (cached) yes
yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking malloc.h presence... x86_64-w64-mingw32-gcc -E
checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/time.h... checking stddef.h usability... yes
checking for time.h... yes
checking for uintptr_t... checking for ANSI C header files... yes
yes
checking stddef.h presence... checking for sys/resource.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/stat.h... (cached) yes
yes
checking for int_least32_t... checking for string.h... (cached) yes
checking for sys/mman.h... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for sys/types.h... no
checking for fcntl.h... yes
yes
checking sys/param.h presence... checking for sys/stat.h... yes
checking for int_fast32_t... yes
yes
checking for sys/param.h... yes
checking for alloca.h... checking for feof_unlocked... no
checking for sys/pstat.h... yes
checking for stdlib.h... yes
checking for uint64_t... no
checking for sys/sysmp.h... no
checking for fgets_unlocked... no
checking for sys/sysinfo.h... yes
checking for string.h... no
checking for machine/hal_sysinfo.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
no
checking for sys/table.h... checking for getc_unlocked... yes
no
checking for memory.h... yes
checking for off_t... checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
no
checking for getcwd... checking for stdint.h... (cached) yes
checking for strings.h... checking for stdio_ext.h... no
checking for process.h... yes
yes
yes
checking size of int... yes
checking for sys/prctl.h... checking for inttypes.h... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... no
checking whether time.h and sys/time.h may both be included... no
yes
checking whether errno must be declared... checking for geteuid... yes
checking for unistd.h... no
checking size of int... no
checking for getgid... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
4
checking size of long... checking for munmap... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for putenv... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for setenv... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for setlocale... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for stpcpy... yes
checking for working mmap... no
checking for memcpy... 4
checking for ANSI C header files... (cached) yes
no
checking for strcasecmp... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strerror... x86_64-w64-mingw32
checking target system type... yes
checking for strdup... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for unistd.h... (cached) yes
yes
4
checking size of size_t... configure: updating cache ./config.cache
checking for strtoul... configure: creating ./config.status
no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_next... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... 8
checking for long long... no
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 GNU gettext in libintl... configure: creating cache ./config.cache
no
checking build system type... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking size of long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating config.intl
config.status: creating config.h
.exe
checking for suffix of object files... config.status: executing default-1 commands
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
none needed
checking how to run the C preprocessor... config.status: creating config.h
config.status: config.h is unchanged
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
/usr/bin/grep -E
checking for ANSI C header files... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
8
checking for a 64-bit type... yes
checking for sys/types.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for uintptr_t... yes
checking for string.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for memory.h... yes
checking for ssize_t... yes
checking for strings.h... yes
yes
checking for pid_t... checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
none required
checking minix/config.h usability... checking for asprintf... no
checking minix/config.h presence... yes
checking for atexit... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for basename... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for bcmp... no
checking for working volatile... no
checking for bcopy... yes
checking return type of signal handlers... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for bsearch... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for bzero... yes
no
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for calloc... no
checking for dirent.h that defines DIR... yes
checking for clock... yes
checking for library containing opendir... yes
checking for ffs... none required
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for kill... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for getpagesize... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for setlocale... yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for getpwnam... no
checking for rename... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
yes
checking for getpwuid... checking for rindex... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking for snprintf... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strings.h... (cached) yes
checking for stpncpy... checking limits.h usability... no
yes
checking limits.h presence... checking for strcasecmp... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strchr... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strdup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strndup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strstr... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strtod... no
checking sys/select.h presence... yes
checking for strtol... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strtoul... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoll... 64
checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... no
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for tmpnam... yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking for _doprnt... checking langinfo.h usability... no
checking langinfo.h presence... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
yes
checking for gettimeofday... (cached) checking for wcsdup... yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
yes
checking for towupper... checking for spawnvpe... yes
yes
checking for strerror... checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysconf... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysctl... yes
checking configuration for building shared libraries... supported
no
checking for sysmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... config.status: creating Makefile
no
checking for times... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for wait4... config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-11 14:46 [binutils-gdb] Add Rust test case for ".." struct initializer sergiodj+buildbot
@ 2018-04-11 15:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-11 15:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1369>

Commit(s) tested:
	50146e7022cedafe615bfc9884358d291a00689f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add Rust test case for ".." struct initializer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/50/50146e7022cedafe615bfc9884358d291a00689f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-11 12:52 [binutils-gdb] Remove i860, i960, bout and aout-adobe targets sergiodj+buildbot
@ 2018-04-11 13:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-11 13:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1368>

Commit(s) tested:
	a8eb42a8b7d48ff6bd12ac83b0e31967b4f5abf1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove i860, i960, bout and aout-adobe targets

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a8/a8eb42a8b7d48ff6bd12ac83b0e31967b4f5abf1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-11 11:23 [binutils-gdb] File I/O file handles after target closes sergiodj+buildbot
@ 2018-04-11 12:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-11 12:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1367>

Commit(s) tested:
	20db9c52a2073246a5c46a0274569e10b317866f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	File I/O file handles after target closes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/20/20db9c52a2073246a5c46a0274569e10b317866f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-11 10:58 [binutils-gdb] C++ify fileio_fh_t, replace VEC with std::vector sergiodj+buildbot
@ 2018-04-11 11:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-11 11:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1366>

Commit(s) tested:
	5ff79300aef4f4c991194541ec3ad9a2618ff24c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	C++ify fileio_fh_t, replace VEC with std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5f/5ff79300aef4f4c991194541ec3ad9a2618ff24c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-10 21:11 [binutils-gdb] Iterate by index in auto_load_safe_path_vec_update sergiodj+buildbot
@ 2018-04-10 21:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-10 21:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1365>

Commit(s) tested:
	6e22e10d63addd60f39114cef81ade290b15b2c8

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Iterate by index in auto_load_safe_path_vec_update

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6e/6e22e10d63addd60f39114cef81ade290b15b2c8/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-10 14:44 [binutils-gdb] Fix gdb.base/fork-running-state.exp race sergiodj+buildbot
@ 2018-04-10 16:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-10 16:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1363>

Commit(s) tested:
	f50d8a2eaea045cd6e9b8d6d5cf8da55e2047ffb

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb.base/fork-running-state.exp race

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f5/f50d8a2eaea045cd6e9b8d6d5cf8da55e2047ffb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-10 14:11 [binutils-gdb] Replace finish_thread_state_cleanup with a RAII class sergiodj+buildbot
@ 2018-04-10 14:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-10 14:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1362>

Commit(s) tested:
	731f534f918cfaa35c20b5eb6220a8eba4819f04

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Replace finish_thread_state_cleanup with a RAII class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/73/731f534f918cfaa35c20b5eb6220a8eba4819f04/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-09 20:22 [binutils-gdb] Add selftests for range_contains and insert_into_bit_range_vector sergiodj+buildbot
@ 2018-04-10  1:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-10  1:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1361>

Commit(s) tested:
	d5f4488f09b811b0ca44e687da2acbc286d84d4a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add selftests for range_contains and insert_into_bit_range_vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d5/d5f4488f09b811b0ca44e687da2acbc286d84d4a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-09 20:08 [binutils-gdb] Use an std::vector for inline_states sergiodj+buildbot
@ 2018-04-10  0:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-10  0:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1360>

Commit(s) tested:
	b24531ed171b5751a3a64c461728c9ad62092c8a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use an std::vector for inline_states

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b2/b24531ed171b5751a3a64c461728c9ad62092c8a/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-09 19:54 [binutils-gdb] Remove VEC(tsv_s), use std::vector instead sergiodj+buildbot
@ 2018-04-09 23:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1359>

Commit(s) tested:
	c252925ccc8c3c2ce2a65d12a50acfee53914ce3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove VEC(tsv_s), use std::vector instead

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c2/c252925ccc8c3c2ce2a65d12a50acfee53914ce3/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:675,
                 from ../../binutils-gdb/gdb/record-btrace.c:22:
../../binutils-gdb/gdb/ui-out.h: In function 'void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)':
../../binutils-gdb/gdb/ui-out.h:197:18: warning: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
../../binutils-gdb/gdb/record-btrace.c:658:35: note: 'asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout' was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
  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    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.exe
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:802: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_ofstream<char, std::char_traits<char> >::rpl_close()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:841: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
unittests/string_view-selftests.o: In function `std::basic_ifstream<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:597: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_open(char const*, std::_Ios_Openmode)'
unittests/string_view-selftests.o: In function `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()':
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/fstream:239: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::rpl_close()'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1910: gdb.exe] Error 1
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-09 20:19 [binutils-gdb] Adapt and integrate string_view tests sergiodj+buildbot
@ 2018-04-09 22:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 22:42 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/1358>

Commit(s) tested:
	c9638d2669ced9348eac869dadc7be24df85a9a8

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Adapt and integrate string_view tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c9/c9638d2669ced9348eac869dadc7be24df85a9a8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./intl
Configuring in ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
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
configure: creating cache ./config.cache
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
inline
yes
checking for stdlib.h... checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for strings.h... yes
checking for string.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for grep that handles long lines and -e... checking for stdint.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for unistd.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for unistd.h... yes
checking for sys/types.h... .exe
checking for suffix of object files... yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
yes
checking minix/config.h usability... checking for off_t... yes
no
checking minix/config.h presence... checking for stdint.h... gcc3
checking how to print strings... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... 64
yes
checking ctype.h usability... yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking ctype.h presence... yes
yes
yes
checking for ctype.h... yes
checking stddef.h usability... checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
yes
checking stddef.h presence... yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stddef.h... yes
ok
checking how to run the C preprocessor... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking stdio.h presence... yes
checking for stdint.h... checking for ANSI C header files... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for sys/types.h... no
checking for ld used by GCC... yes
checking for sys/stat.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stdlib.h... yes
checking for string.h... done
yes
checking for memory.h... checking argz.h usability... yes
no
checking argz.h presence... checking for strings.h... yes
no
checking for argz.h... no
checking limits.h usability... checking for inttypes.h... yes
yes
checking limits.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for limits.h... yes
yes
yes
checking for stdio.h... yes
checking for stdint.h... checking locale.h usability... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for uintptr_t... yes
checking for dlfcn.h... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for int_least32_t... no
checking for objdir... .libs
no
checking nl_types.h presence... yes
checking for an ANSI C-conforming const... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for inline... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... inline
checking whether byte ordering is bigendian... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking malloc.h presence... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for string.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking for int_fast32_t... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
yes
checking dynamic linker characteristics... checking for feof_unlocked... yes
checking for uint64_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for sys/param.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... x86_64-w64-mingw32-gcc -E
yes
no
checking for limits.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for fgets_unlocked... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for getc_unlocked... checking for getpagesize... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for getcwd... checking for strings.h... (cached) yes
yes
checking for working mmap... no
checking for memcpy... checking for sys/time.h... yes
yes
checking size of int... yes
checking for strerror... checking for getegid... yes
checking for time.h... yes
yes
checking for sys/resource.h... no
checking for geteuid... checking for unistd.h... (cached) yes
no
no
checking for getgid... configure: updating cache ./config.cache
configure: creating ./config.status
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
no
checking for getuid... checking for fcntl.h... yes
checking for alloca.h... no
checking for mempcpy... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... 4
checking size of long... yes
checking for munmap... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking for putenv... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for setenv... no
checking for sys/systemcfg.h... no
checking for setlocale... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for process.h... checking for stpcpy... yes
checking for sys/prctl.h... no
no
checking for sys/wait.h that is POSIX.1 compatible... 4
checking for strcasecmp... checking for ANSI C header files... (cached) yes
no
checking whether time.h and sys/time.h may both be included... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether errno must be declared... x86_64-w64-mingw32
checking target system type... yes
checking for strdup... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking size of int... yes
checking for strtoul... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... 4
checking size of long... no
checking for __argz_stringify... config.status: creating Makefile
config.status: creating config.h
no
checking for __argz_next... config.status: executing gstdint.h commands
no
checking for __fsetlocking... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
checking for iconv... Configuring in ./readline
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: creating Makefile
4
checking size of size_t... config.status: executing depfiles commands
no
checking for LC_MESSAGES... config.status: executing libtool commands
no
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 GNU gettext in libintl... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: creating cache ./config.cache
checking build system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-pc-linux-gnu
checking host system type... 8
checking for long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating config.intl
config.status: creating config.h
yes
checking size of long long... checking for C compiler default output file name... config.status: executing default-1 commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
8
checking for a 64-bit type... checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
uint64_t
checking for intptr_t... checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for stdlib.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for string.h... yes
checking for ssize_t... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for pid_t... yes
checking for inttypes.h... yes
checking for library containing strerror... yes
checking for stdint.h... none required
checking for asprintf... yes
yes
checking for unistd.h... checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for basename... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for bcmp... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for bsearch... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
checking return type of signal handlers... x86_64-w64-mingw32-ranlib libz.a
void
checking for size_t... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for bzero... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for ssize_t... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for dirent.h that defines DIR... checking for clock... config.status: creating config.h
config.status: config.h is unchanged
yes
yes
checking for library containing opendir... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for ffs... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
none required
no
checking for getcwd... checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for getpagesize... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for kill... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for gettimeofday... no
checking for lstat... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for index... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for memmove... no
checking for insque... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for select... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for memcmp... no
checking for setenv... yes
checking for memcpy... no
checking for setlocale... yes
yes
checking for memmem... checking for strcasecmp... yes
no
checking for memmove... checking for strpbrk... yes
yes
checking for tcgetattr... checking for mempcpy... no
yes
checking for vsnprintf... checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
yes
checking for getpwent... checking for random... no
checking for getpwnam... no
no
checking for rename... checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for snprintf... checking varargs.h usability... yes
checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for stpncpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strchr... yes
checking locale.h presence... yes
checking for strdup... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strncasecmp... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strndup... yes
checking termcap.h presence... no
checking for strnlen... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strtod... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strtol... checking sys/select.h usability... yes
checking for strtoul... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoll... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtoull... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vasprintf... yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for vprintf... no
checking for sig_atomic_t in signal.h... yes
checking for vsnprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for vsprintf... no
checking for speed_t in sys/types.h... yes
checking for waitpid... no
checking for struct winsize in sys/ioctl.h and termios.h... no
not found
checking for struct dirent.d_ino... checking for setproctitle... yes
checking for struct dirent.d_fileno... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for tgetent... no
checking for fork... no
checking for tgetent in -ltermcap... no
checking for vfork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for _doprnt... yes
checking wctype.h presence... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
no
checking langinfo.h presence... checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for canonicalize_file_name... no
checking for mbscmp... no
checking for dup3... no
checking for mbsnrtowcs... no
checking for getrlimit... no
checking for mbsrtowcs... no
checking for getrusage... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcscoll... no
checking for psignal... yes
checking for wcsdup... no
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
checking for iswupper... yes
checking for spawnvpe... yes
checking for towlower... yes
yes
checking for strerror... checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for table... supported
configure: updating cache ./config.cache
no
checking for times... configure: creating ./config.status
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... config.status: creating Makefile
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking whether calloc is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-09 18:55 [binutils-gdb] Copy string_view files from libstdc++ sergiodj+buildbot
@ 2018-04-09 20:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 20:12 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/1355>

Commit(s) tested:
	7adcdf08e792dc30e09af4eecbf1e479a2f56612

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Copy string_view files from libstdc++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7a/7adcdf08e792dc30e09af4eecbf1e479a2f56612/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
mkdir -p -- ./libdecnumber
checking for library containing strerror... Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for grep that handles long lines and -e... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for sys/types.h... yes
checking for inline... inline
checking for sys/types.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/stat.h... yes
checking for sys/stat.h... yes
.exe
checking for suffix of object files... yes
checking for stdlib.h... o
checking whether we are using the GNU C compiler... checking for stdlib.h... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
checking for memory.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for off_t... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/types.h... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... yes
x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
checking for getpagesize... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for C compiler default output file name... yes
yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for memory.h... yes
checking for unsigned long long... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for inttypes.h... yes
checking for an ANSI C-conforming const... no
checking for ld used by GCC... yes
checking for inline... yes
checking for stdint.h... inline
checking whether byte ordering is bigendian... none needed
checking for style of include used by make... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
GNU
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for shared library run path origin... yes
checking for unistd.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking ctype.h usability... done
checking for sys/file.h... checking argz.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/param.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking limits.h usability... checking for limits.h... yes
checking ctype.h presence... yes
yes
checking for ctype.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... checking for malloc.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking limits.h presence... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for limits.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for string.h... (cached) yes
checking locale.h usability... checking for unistd.h... (cached) yes
yes
checking stddef.h presence... checking for strings.h... (cached) yes
yes
checking for stddef.h... yes
checking for sys/time.h... checking for string.h... (cached) yes
yes
checking locale.h presence... checking stdio.h usability... yes
checking for locale.h... yes
yes
checking for time.h... ok
checking how to run the C preprocessor... checking nl_types.h usability... yes
yes
checking stdio.h presence... checking for sys/resource.h... yes
checking for stdio.h... yes
no
checking nl_types.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/stat.h... (cached) yes
x86_64-w64-mingw32-gcc -E
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/mman.h... checking for ANSI C header files... no
checking for fcntl.h... yes
checking malloc.h presence... yes
checking for uintptr_t... yes
yes
checking for malloc.h... yes
checking for alloca.h... checking stddef.h usability... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking for int_least32_t... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... no
(cached) yes
yes
checking for sys/sysinfo.h... checking for string.h... (cached) yes
checking for sys/types.h... no
checking for machine/hal_sysinfo.h... checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking sys/param.h usability... yes
no
checking for sys/table.h... no
checking for sys/sysctl.h... checking for sys/stat.h... no
yes
checking for sys/systemcfg.h... checking sys/param.h presence... yes
checking for uint64_t... yes
checking for sys/param.h... yes
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for feof_unlocked... checking for stdlib.h... no
checking for process.h... yes
yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/prctl.h... checking for string.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t... no
checking whether time.h and sys/time.h may both be included... no
yes
checking for fgets_unlocked... checking for memory.h... yes
checking whether errno must be declared... yes
checking for strings.h... no
no
checking size of int... checking for getc_unlocked... yes
checking size of int... yes
checking for inttypes.h... no
checking for getcwd... yes
checking for stdint.h... yes
yes
checking for unistd.h... checking for getegid... yes
checking for dlfcn.h... no
checking for geteuid... no
checking for objdir... .libs
no
checking for getgid... 4
checking size of long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for munmap... yes
checking dynamic linker characteristics... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... 4
checking size of size_t... x86_64-w64-mingw32
checking target system type... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for putenv... yes
checking for setenv... no
checking for setlocale... 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... x86_64-w64-mingw32-gcc -E
no
checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for stpcpy... yes
checking for working mmap... no
checking for memcpy... no
checking for strcasecmp... yes
checking for strerror... yes
checking for strdup... config.status: creating Makefile
yes
checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strtoul... yes
8
checking for long long... config.status: creating config.h
checking for tsearch... config.status: executing gstdint.h commands
yes
checking for __argz_count... no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... config.status: creating Makefile
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: executing depfiles commands
config.status: creating Makefile
config.status: executing libtool commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.intl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.h
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
8
checking for sys/types.h... config.status: executing default-1 commands
checking for a 64-bit type... uint64_t
yes
checking for intptr_t... checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for stdlib.h... yes
checking for string.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for memory.h... yes
checking for strings.h... yes
checking for uintptr_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for ssize_t... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for pid_t... yes
checking for ssize_t... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for library containing strerror... no
checking for dirent.h that defines DIR... none required
checking for asprintf... yes
checking for library containing opendir... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... none required
checking for fcntl... no
checking for bcopy... no
checking for kill... no
checking for bsearch... no
checking for lstat... yes
checking for bzero... no
checking for memmove... no
checking for calloc... yes
checking for putenv... yes
checking for clock... yes
checking for select... no
checking for setenv... no
checking for setlocale... yes
checking for ffs... yes
checking for strcasecmp... no
checking for getcwd... yes
yes
checking for strpbrk... checking for getpagesize... yes
yes
checking for tcgetattr... checking for gettimeofday... no
checking for vsnprintf... yes
checking for isascii... yes
checking for index... yes
checking for isxdigit... yes
no
checking for insque... checking for getpwent... no
no
checking for memchr... checking for getpwnam... no
yes
checking for getpwuid... checking for memcmp... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for memcpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... checking for memmem... no
checking for memmove... yes
checking for mempcpy... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
no
checking varargs.h presence... checking for memset... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for mkstemps... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for random... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for rename... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for rindex... checking termcap.h usability... no
checking for setenv... no
checking for snprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for sigsetmask... no
checking termios.h presence... no
checking for termios.h... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking termio.h usability... no
checking for stpcpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpncpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strcasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strchr... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strdup... checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... checking for strncasecmp... yes
checking for sys/ptem.h... 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 strndup... 64
checking for type of signal functions... no
checking for strnlen... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strtol... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking for strtoul... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strtoull... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
not found
checking for struct dirent.d_ino... checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tmpnam... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for vfprintf... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for setproctitle... x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for canonicalize_file_name... yes
checking for mbscasecmp... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
checking for getsysinfo... yes
checking for mbschr... no
checking for gettimeofday... (cached) yes
no
checking for wcrtomb... checking for on_exit... no
checking for psignal... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for wcscoll... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for wcswidth... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for spawnvpe... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for iswupper... yes
yes
checking for towlower... checking for strerror... yes
checking for towupper... yes
checking for strsignal... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for sysctl... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
yes
checking configuration for building shared libraries... checking for table... no
checking for times... no
checking for wait3... supported
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for wait4... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether basename is declared... no
checking whether ffs is declared... config.status: creating Makefile
no
checking whether asprintf is declared... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
config.status: creating doc/Makefile
yes
checking whether getenv is declared... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... config.status: creating examples/Makefile
yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... config.status: creating shlib/Makefile
yes
checking whether strtoll is declared... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... config.status: creating config.h
no
checking whether strnlen is declared... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether canonicalize_file_name must be declared... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
configure: updating cache ./config.cache
config.status: executing default commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/readline'
rm -f readline.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/readline.c
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
config.status: executing default commands
rm -f vi_mode.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/vi_mode.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mkdir -p -- ./bfd
Configuring in ./bfd
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
rm -f funmap.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/funmap.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
rm -f keymaps.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/keymaps.c
rm -f parens.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/parens.c
configure: creating cache ./config.cache
checking build system type... rm -f search.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/search.c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
rm -f rltty.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/rltty.c
checking for C compiler default output file name... rm -f complete.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/complete.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... rm -f bind.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/bind.c
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... rm -f isearch.o
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/isearch.c
none needed
checking for library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... rm -f display.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/display.c
rm -f signals.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/signals.c
rm -f util.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/util.c
rm -f kill.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/kill.c
rm -f undo.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/undo.c
rm -f macro.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/macro.c
rm -f input.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/input.c
rm -f callback.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/callback.c
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... rm -f terminal.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/terminal.c
yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... (cached) x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... ok
checking for dlfcn.h... no
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) no
checking for windows.h... rm -f text.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/text.c
rm -f nls.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/nls.c
rm -f misc.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/misc.c
yes
checking for library containing dlsym... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... rm -f compat.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/compat.c
64
rm -f xfree.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/xfree.c
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wno-format -Werror
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... rm -f xmalloc.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/xmalloc.c
rm -f history.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/history.c
rm -f histexpand.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/histexpand.c
 da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN
checking whether NLS is requested... yes
rm -f histfile.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/histfile.c
rm -f histsearch.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/histsearch.c
rm -f shell.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/shell.c
rm -f mbutil.o
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS ../../binutils-gdb/readline/mbutil.c
rm -f tilde.o
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -DCROSS_COMPILING   -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -D__USE_MINGW_ACCESS -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
rm -f libreadline.a
rm -f libhistory.a
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "x86_64-w64-mingw32-ranlib" && x86_64-w64-mingw32-ranlib libhistory.a
test -n "x86_64-w64-mingw32-ranlib" && x86_64-w64-mingw32-ranlib libreadline.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/readline'
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for long double... yes
checking for long long... yes
checking size of long long... 8
checking size of void *... 8
checking size of long... 4
checking for build system executable suffix... no
checking alloca.h usability... no
checking alloca.h presence... no
checking for alloca.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
checking sys/resource.h usability... no
checking sys/resource.h presence... no
checking for sys/resource.h... no
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in bfd_stdint.h... stdint.h (already complete)
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether string.h and strings.h may both be included... yes
checking for fcntl... no
checking for getpagesize... yes
checking for setitimer... no
checking for sysconf... no
checking for fdopen... yes
checking for getuid... no
checking for getgid... no
checking for fileno... yes
checking for strtoull... yes
checking for getrlimit... no
checking whether basename is declared... no
checking whether ftello is declared... yes
checking whether ftello64 is declared... yes
checking whether fseeko is declared... yes
checking whether fseeko64 is declared... yes
checking whether ffs is declared... no
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... no
checking whether strstr 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 strnlen is declared... yes
checking linker --as-needed support... yes
checking for cos in -lm... yes
checking for gcc version with buggy 64-bit support... no
checking sys/procfs.h usability... no
checking sys/procfs.h presence... no
checking for sys/procfs.h... no
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for fopen64... yes
checking size of off_t... 8
checking file_ptr type... BFD_HOST_64_BIT
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for madvise... no
checking for mprotect... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bfd-in3.h
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-09 13:12 [binutils-gdb] MIPS64/BFD: Fix a crash with STN_UNDEF in relocation sergiodj+buildbot
@ 2018-04-09 14:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 14:52 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/1352>

Commit(s) tested:
	aec2e0d252342aa7575aff608e999a36f27a9147

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS64/BFD: Fix a crash with STN_UNDEF in relocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ae/aec2e0d252342aa7575aff608e999a36f27a9147/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
configure: creating 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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for perl... perl
checking for C compiler default output file name... x86_64-w64-mingw32
checking target system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for sys/types.h... inline
a.exe
checking whether the C compiler works... yes
checking for sys/types.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for sys/stat.h... .exe
checking for suffix of object files... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdlib.h... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for string.h... yes
yes
checking for string.h... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for memory.h... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for C compiler default output file name... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for unistd.h... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking how to run the C preprocessor... checking for off_t... .exe
checking for suffix of object files... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for size_t... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... none needed
yes
checking for style of include used by make... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... no
checking for alloca... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for string.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes
yes
checking for memory.h... checking for getpagesize... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for strings.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stdint.h... yes
yes
checking for unsigned long long... checking for inttypes.h... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
no
checking for ld used by GCC... ok
checking for an ANSI C-conforming const... checking how to run the C preprocessor... checking for stdint.h... yes
checking for inline... yes
checking for unistd.h... inline
checking whether byte ordering is bigendian... x86_64-w64-mingw32-gcc -E
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for ANSI C header files... checking ctype.h usability... done
yes
checking for sys/types.h... checking argz.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... checking stddef.h usability... yes
yes
checking for sys/stat.h... yes
checking stddef.h presence... no
checking argz.h presence... checking for sys/param.h... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
yes
checking for limits.h... no
checking for argz.h... no
checking for stdlib.h... checking limits.h usability... checking stdio.h usability... yes
yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
yes
checking limits.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for limits.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for string.h... (cached) yes
checking for string.h... checking locale.h usability... checking for unistd.h... (cached) yes
yes
yes
checking locale.h presence... checking for strings.h... (cached) yes
checking for memory.h... yes
checking for locale.h... yes
checking for sys/time.h... yes
checking for uintptr_t... checking nl_types.h usability... yes
yes
no
checking nl_types.h presence... checking for strings.h... checking for time.h... yes
no
checking for nl_types.h... no
checking for sys/resource.h... checking malloc.h usability... no
yes
checking for sys/stat.h... (cached) yes
yes
checking for int_least32_t... checking for inttypes.h... checking for sys/mman.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
no
checking for fcntl.h... checking stddef.h usability... yes
checking for int_fast32_t... yes
checking for stdint.h... yes
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for alloca.h... yes
checking for uint64_t... checking for stdlib.h... (cached) yes
yes
no
checking for sys/pstat.h... checking for unistd.h... checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/sysmp.h... yes
checking sys/param.h usability... checking for dlfcn.h... no
checking for sys/sysinfo.h... yes
checking what to include in gstdint.h... no
stdint.h (already complete)
yes
checking sys/param.h presence... checking for an ANSI C-conforming const... checking for machine/hal_sysinfo.h... no
checking for objdir... yes
checking for sys/param.h... yes
.libs
checking for feof_unlocked... yes
checking for off_t... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for fgets_unlocked... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking size of int... no
checking for sys/systemcfg.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getc_unlocked... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
no
checking for process.h... checking for getcwd... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking for sys/prctl.h... checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... no
checking for sys/wait.h that is POSIX.1 compatible... checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
checking dynamic linker characteristics... no
checking for geteuid... no
checking size of int... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for getgid... checking for stdlib.h... (cached) yes
4
checking size of long... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for getuid... yes
checking for working mmap... no
checking for memcpy... no
checking for mempcpy... yes
checking for strerror... yes
yes
checking for munmap... checking for unistd.h... (cached) yes
4
checking size of long... configure: updating cache ./config.cache
no
checking for putenv... configure: creating ./config.status
yes
checking for setenv... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
yes
checking for stpcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strdup... 4
checking size of size_t... no
yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_next... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
Configuring in ./readline
checking for __fsetlocking... no
checking for iconv... 8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... no
checking for LC_MESSAGES... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for bison... bison
checking version of bison... config.status: executing libtool commands
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... configure: creating cache ./config.cache
checking build system type... no
checking for GNU gettext in libintl... x86_64-pc-linux-gnu
checking host system type... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.intl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.h
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for uintptr_t... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for ssize_t... yes
checking for memory.h... yes
checking for pid_t... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for library containing strerror... yes
checking for inttypes.h... none required
checking for asprintf... yes
checking for stdint.h... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
yes
checking minix/config.h usability... checking for atexit... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for basename... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for bcmp... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bsearch... no
checking for working volatile... yes
yes
checking return type of signal handlers... checking for bzero... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for calloc... yes
yes
checking for ssize_t... checking for clock... yes
checking for ffs... no
checking for getcwd... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
yes
checking for dirent.h that defines DIR... checking for getpagesize... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for library containing opendir... yes
checking for gettimeofday... none required
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
no
checking for kill... checking for index... no
checking for lstat... no
checking for insque... no
checking for memchr... no
checking for memmove... yes
checking for memcmp... yes
checking for putenv... yes
yes
checking for memcpy... checking for select... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for memmem... no
checking for setenv... no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for setlocale... yes
checking for mempcpy... yes
yes
checking for strcasecmp... checking for memset... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking for strpbrk... checking for mkstemps... yes
checking for tcgetattr... no
checking for putenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
no
checking for vsnprintf... checking for random... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for rename... yes
checking for isascii... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for snprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for getpwnam... yes
checking for sigsetmask... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for getpwuid... no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
checking for stpcpy... x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for stpncpy... no
checking for working strcoll... no
checking fcntl.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for strcasecmp... config.status: creating config.h
yes
checking fcntl.h presence... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pureyes
checking for fcntl.h... yes
_parser
 ^^^^^^^^^^^^
checking for unistd.h... (cached) yes
rm -f libdecnumber.a
yes
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for stdlib.h... (cached) yes
checking for strchr... x86_64-w64-mingw32-ranlib libdecnumber.a
checking varargs.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking varargs.h presence... yes
no
checking for varargs.h... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking stdarg.h usability... checking for strdup... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for strncasecmp... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking limits.h presence... yes
checking for strndup... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strnlen... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for strrchr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strstr... yes
checking termcap.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for termcap.h... yes
checking for strtod... checking termios.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking termios.h presence... yes
checking for strtol... no
checking for termios.h... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking termio.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
no
checking termio.h presence... checking for strtoul... no
checking for termio.h... no
checking sys/pte.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for strtoll... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoull... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strverscmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for tmpnam... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for vasprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vsprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for waitpid... yes
checking whether signal handlers are of type void... no
checking for setproctitle... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for fork... not found
checking for struct dirent.d_ino... no
yes
checking for struct dirent.d_fileno... checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for external symbol _system_configuration... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for __fsetlocking... yes
checking wchar.h presence... no
checking for canonicalize_file_name... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for dup3... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
no
checking for wcrtomb... checking for psignal... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
checking for iswlower... yes
checking for spawnvpe... yes
checking for iswupper... yes
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... no
checking for sysconf... yes
checking for iswctype... no
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for table... yes
checking for wint_t in wctype.h... no
yes
checking configuration for building shared libraries... checking for times... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait3... no
checking for wait4... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether basename is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking whether ffs is declared... config.status: executing default commands
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-09 13:04 [binutils-gdb] MIPS64/BFD: Fix a crash with invalid `r_sym' in relocation sergiodj+buildbot
@ 2018-04-09 14:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 14:03 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/1351>

Commit(s) tested:
	9ccfa98b4cbc86ac34734ecf9d35466461c7e34c

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS64/BFD: Fix a crash with invalid `r_sym' in relocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9c/9ccfa98b4cbc86ac34734ecf9d35466461c7e34c/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... o
yes
checking whether we are using the GNU C compiler... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for inline... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for grep that handles long lines and -e... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for memory.h... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for off_t... yes
yes
checking for sys/stat.h... checking for unistd.h... yes
checking for stdlib.h... yes
checking minix/config.h usability... yes
checking for size_t... yes
checking for string.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for working alloca.h... yes
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 alloca... checking for strings.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for getpagesize... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for unistd.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... yes
checking ctype.h usability... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... .exe
checking for suffix of object files... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... o
checking whether we are using the GNU C compiler... yes
checking for stddef.h... yes
no
checking for ld used by GCC... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking stdio.h presence... done
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking argz.h usability... none needed
yes
checking for an ANSI C-conforming const... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking argz.h presence... yes
checking for inline... yes
checking for uintptr_t... inline
checking whether byte ordering is bigendian... no
checking for argz.h... no
checking limits.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for int_least32_t... /usr/bin/grep -E
checking for fgrep... yes
checking limits.h presence... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for limits.h... yes
checking locale.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for int_fast32_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking locale.h presence... checking for sys/param.h... yes
checking for limits.h... yes
checking for locale.h... 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 nl_types.h usability... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for uint64_t... checking for stdlib.h... (cached) yes
no
checking nl_types.h presence... checking for malloc.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for string.h... (cached) yes
yes
checking what to include in gstdint.h... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking malloc.h presence... checking for sys/time.h... ok
checking how to run the C preprocessor... yes
yes
checking for malloc.h... yes
checking for time.h... checking stddef.h usability... yes
checking for off_t... yes
x86_64-w64-mingw32-gcc -E
checking for sys/resource.h... yes
checking stddef.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for stddef.h... yes
checking for sys/mman.h... checking for stdlib.h... (cached) yes
checking for ANSI C header files... no
checking for string.h... (cached) yes
checking for fcntl.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
yes
checking size of int... checking for alloca.h... no
checking for sys/pstat.h... yes
checking for sys/types.h... yes
checking sys/param.h presence... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for sys/sysinfo.h... checking for sys/stat.h... no
checking for machine/hal_sysinfo.h... no
checking for fgets_unlocked... yes
checking for stdlib.h... no
checking for sys/table.h... no
yes
checking for sys/sysctl.h... no
checking for getc_unlocked... checking for string.h... no
checking for sys/systemcfg.h... yes
no
no
checking for stdint.h... (cached) yes
checking for memory.h... checking for getcwd... checking for stdio_ext.h... no
checking for process.h... yes
yes
yes
checking for getegid... checking for strings.h... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... 4
checking size of long... no
checking whether time.h and sys/time.h may both be included... no
yes
checking for geteuid... checking for inttypes.h... yes
checking whether errno must be declared... no
checking for getgid... yes
no
checking size of int... checking for stdint.h... yes
checking for unistd.h... no
checking for getuid... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking size of long... checking for setenv... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking whether -lc should be explicitly linked in... no
checking for setlocale... yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for stpcpy... checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
configure: creating ./config.status
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... 4
checking size of size_t... yes
config.status: creating Makefile
checking for unistd.h... (cached) yes
yes
checking for tsearch... config.status: creating config.h
configure: updating cache ./config.cache
config.status: executing gstdint.h commands
configure: creating ./config.status
yes
make[1]: Nothing to be done for 'all-target'.
checking for __argz_count... mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... no
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... checking for C compiler default output file name... 8
checking for long long... no
checking for GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for sys/stat.h... config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for stdlib.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
8
checking for a 64-bit type... checking for string.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for uintptr_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for ssize_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for pid_t... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
/usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... none required
checking for asprintf... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for atexit... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for basename... void
checking for size_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for bcmp... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for bcopy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bsearch... yes
checking for library containing opendir... yes
checking for bzero... none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for kill... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for lstat... yes
checking for ffs... no
checking for memmove... no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for putenv... yes
checking for getpagesize... yes
checking for select... yes
checking for gettimeofday... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for index... no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
yes
checking for memset... checking for getpwent... yes
no
checking for getpwnam... checking for mkstemps... no
checking for getpwuid... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for random... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for rename... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for rindex... checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for setenv... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpncpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strchr... checking termio.h usability... no
checking termio.h presence... yes
checking for strdup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strncasecmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strndup... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for strnlen... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strtoull... yes
checking whether signal handlers are of type void... yes
checking for strverscmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for tmpnam... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for vfork... no
no
checking for mbsnrtowcs... checking for _doprnt... no
no
checking for sys_errlist... (cached) checking for mbsrtowcs... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
no
checking for wctype... checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
no
checking for iswlower... checking for psignal... no
yes
checking for pstat_getdynamic... checking for iswupper... no
yes
checking for pstat_getstatic... checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for spawnvpe... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
config.status: creating Makefile
checking for sysconf... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-09  9:47 [binutils-gdb] Inline PLT call optimization sergiodj+buildbot
@ 2018-04-09 12:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 12:57 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/1350>

Commit(s) tested:
	3e04d7655bf63f4e5a0d0354c21aa3fa2ece3681

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Inline PLT call optimization

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3e/3e04d7655bf63f4e5a0d0354c21aa3fa2ece3681/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-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 for a BSD-compatible install... /usr/bin/install -c
checking for C compiler default output file name... checking build system type... configure: updating cache ./config.cache
checking for perl... perl
configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... checking build system type... Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... checking for C compiler default output file name... yes
checking for inline... yes
inline
checking for sys/stat.h... checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
.exe
yes
checking for suffix of object files... checking for stdlib.h... o
checking whether we are using the GNU C compiler... checking for sys/stat.h... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for memory.h... none needed
checking for string.h... checking for style of include used by make... .exe
checking for suffix of object files... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
o
checking whether we are using the GNU C compiler... checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for strings.h... gcc3
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking how to print strings... checking for inttypes.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for inttypes.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdint.h... checking for unistd.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking minix/config.h usability... yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... no
checking minix/config.h presence... ok
checking how to run the C preprocessor... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... x86_64-w64-mingw32-gcc -E
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 for size_t... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for sys/types.h... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for memory.h... yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for stdint.h... yes
checking for unsigned long long... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for strings.h... checking for stdlib.h... yes
yes
checking for inttypes.h... yes
checking for string.h... checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
yes
checking for inline... checking for memory.h... checking for stdint.h... no
checking for ld used by GCC... inline
checking whether byte ordering is bigendian... yes
yes
checking for strings.h... checking for unistd.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for inttypes.h... checking for dlfcn.h... no
checking for a BSD-compatible install... /usr/bin/install -c
done
yes
checking for sys/file.h... checking argz.h usability... checking for stdint.h... no
checking for objdir... yes
.libs
checking for sys/param.h... yes
yes
no
checking argz.h presence... checking for unistd.h... checking for limits.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for stdlib.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking limits.h presence... checking ctype.h usability... checking for malloc.h... yes
checking for limits.h... yes
yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking locale.h usability... checking for string.h... (cached) yes
yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking stddef.h usability... yes
checking locale.h presence... checking for strings.h... (cached) yes
yes
checking for locale.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/time.h... yes
checking stddef.h presence... checking nl_types.h usability... yes
yes
checking for stddef.h... yes
checking for time.h... checking for string.h... (cached) yes
no
checking nl_types.h presence... yes
checking stdio.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/resource.h... yes
checking whether -lc should be explicitly linked in... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking stdio.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for stdio.h... yes
yes
checking dynamic linker characteristics... yes
checking malloc.h presence... yes
checking for malloc.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/mman.h... checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for fcntl.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... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
yes
yes
checking for uintptr_t... checking for string.h... (cached) yes
checking for alloca.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/pstat.h... checking for getpagesize... yes
checking for int_least32_t... no
yes
checking sys/param.h presence... checking for sys/sysmp.h... yes
checking for sys/param.h... yes
yes
checking for working mmap... no
no
checking for memcpy... checking for sys/sysinfo.h... checking for feof_unlocked... yes
checking for int_fast32_t... no
checking for machine/hal_sysinfo.h... yes
no
checking for fgets_unlocked... no
checking for strerror... checking for sys/table.h... yes
checking for uint64_t... yes
no
checking for unistd.h... (cached) yes
no
checking for getc_unlocked... checking for sys/sysctl.h... no
yes
checking what to include in gstdint.h... checking for sys/systemcfg.h... stdint.h (already complete)
checking for an ANSI C-conforming const... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for getcwd... no
yes
checking for off_t... checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for getegid... no
checking for process.h... yes
checking size of int... yes
checking for sys/prctl.h... no
checking for geteuid... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... yes
checking whether errno must be declared... no
checking for getuid... no
checking for mempcpy... no
checking size of int... yes
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
4
4
checking for ANSI C header files... (cached) yes
checking size of long... checking for stpcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for strcasecmp... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strdup... yes
checking for strtoul... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... 4
checking size of size_t... yes
checking for __argz_count... no
checking for __argz_stringify... config.status: creating Makefile
config.status: creating config.h
no
checking for __argz_next... config.status: executing gstdint.h commands
no
checking for __fsetlocking... make[1]: Nothing to be done for 'all-target'.
no
checking for iconv... mkdir -p -- ./readline
Configuring in ./readline
config.status: creating Makefile
config.status: executing depfiles commands
8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: executing libtool commands
no
checking for LC_MESSAGES... no
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... yes
checking size of long long... no
checking for GNU gettext in libintl... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
config.status: creating config.intl
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for a 64-bit type... config.status: creating config.h
.exe
checking for suffix of object files... uint64_t
checking for intptr_t... config.status: executing default-1 commands
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for uintptr_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for sys/types.h... yes
yes
checking for library containing strerror... checking for sys/stat.h... yes
none required
checking for asprintf... checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for atexit... checking for string.h... yes
yes
checking for memory.h... checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for strings.h... yes
yes
checking for bcmp... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
no
checking for bcopy... checking for stdint.h... yes
checking for unistd.h... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking minix/config.h usability... yes
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for calloc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for working volatile... yes
checking for clock... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
void
checking for size_t... checking for ffs... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for getcwd... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for getpagesize... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for dirent.h that defines DIR... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for gettimeofday... yes
checking for library containing opendir... yes
none required
checking for fcntl... checking for index... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for insque... no
checking for kill... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for memchr... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for memcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for memmove... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for memcpy... rm -f plural.h
yes
yes
config.status: creating config.h
checking for putenv... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for memmem... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for select... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for setenv... yes
checking for mempcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
yes
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for memset... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for mkstemps... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for putenv... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for tcgetattr... yes
checking for random... no
checking for vsnprintf... no
checking for rename... yes
checking for isascii... yes
checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpncpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for strcasecmp... checking varargs.h usability... yes
no
checking varargs.h presence... checking for strchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for strdup... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for strncasecmp... checking limits.h usability... yes
checking limits.h presence... yes
checking for strndup... yes
checking for limits.h... yes
checking locale.h usability... no
yes
checking locale.h presence... checking for strnlen... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strrchr... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for strstr... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strtod... checking termios.h usability... yes
no
checking termios.h presence... checking for strtol... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtoul... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtoll... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strtoull... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strverscmp... checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
no
checking sys/file.h usability... checking for tmpnam... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for vasprintf... 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 vfprintf... 64
checking for type of signal functions... yes
checking for vprintf... yes
checking for vsnprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for vsprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for waitpid... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for setproctitle... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for fork... no
not found
checking for struct dirent.d_ino... checking for vfork... yes
checking for struct dirent.d_fileno... no
checking for _doprnt... no
checking for tgetent... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent in -ltermcap... no
checking for external symbol _system_configuration... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for __fsetlocking... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking for canonicalize_file_name... checking langinfo.h usability... no
checking for dup3... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for getrusage... no
checking for mbscmp... no
checking for getsysinfo... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
yes
checking for mbschr... checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setrlimit... yes
checking for iswlower... no
checking for sbrk... yes
no
checking for spawnve... checking for iswupper... yes
yes
checking for spawnvpe... checking for towlower... yes
checking for strerror... yes
checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for sysctl... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysmp... yes
checking configuration for building shared libraries... supported
no
checking for table... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for times... no
checking for wait3... no
checking for wait4... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether basename is declared... config.status: creating examples/Makefile
no
checking whether ffs is declared... config.status: creating shlib/Makefile
no
checking whether asprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-06 23:29 [binutils-gdb] Remove free_value_chain sergiodj+buildbot
@ 2018-04-07  3:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-07  3:51 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/1325>

Commit(s) tested:
	a6535de1903d9caad8c10c1d81c51a29612456a6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove free_value_chain

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a6/a6535de1903d9caad8c10c1d81c51a29612456a6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... checking for perl... perl
x86_64-w64-mingw32
checking target system type... checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
none needed
checking how to run the C preprocessor... checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for inline... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
inline
checking for sys/types.h... checking for sys/types.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking how to run the C preprocessor... checking for inttypes.h... checking for stdint.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
yes
checking for off_t... checking for sys/types.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... yes
checking for size_t... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for alloca... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... (cached) yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for unistd.h... yes
checking for stdint.h... yes
checking for C compiler default output file name... checking ctype.h usability... yes
checking for unsigned long long... yes
checking ctype.h presence... yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for inttypes.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... .exe
checking for suffix of object files... yes
yes
checking stddef.h presence... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
o
checking whether we are using the GNU C compiler... checking stdio.h usability... no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking stdio.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sys/file.h... yes
done
none needed
checking for sys/param.h... checking for style of include used by make... GNU
checking argz.h usability... checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for uintptr_t... checking for limits.h... no
checking argz.h presence... yes
checking for stdlib.h... (cached) yes
no
checking for argz.h... no
yes
checking for int_least32_t... gcc3
checking how to print strings... checking limits.h usability... printf
checking for a sed that does not truncate output... checking for malloc.h... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for string.h... (cached) yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h presence... checking for sys/time.h... yes
checking for int_fast32_t... yes
checking for limits.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for time.h... checking locale.h usability... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/resource.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking locale.h presence... yes
checking for uint64_t... yes
checking for locale.h... yes
no
checking nl_types.h usability... checking for fcntl.h... yes
checking for alloca.h... no
checking nl_types.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/pstat.h... no
checking for nl_types.h... no
ok
checking malloc.h usability... checking how to run the C preprocessor... yes
checking for off_t... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... x86_64-w64-mingw32-gcc -E
yes
checking malloc.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/table.h... checking for ANSI C header files... yes
checking stddef.h presence... no
yes
checking size of int... checking for sys/sysctl.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/systemcfg.h... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for sys/types.h... no
checking for stdint.h... (cached) yes
checking sys/param.h usability... checking for stdio_ext.h... yes
yes
checking sys/param.h presence... checking for sys/stat.h... no
checking for process.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
yes
checking for sys/prctl.h... checking for stdlib.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking for string.h... no
yes
checking whether errno must be declared... checking for getc_unlocked... yes
no
checking size of int... checking for memory.h... no
checking for getcwd... yes
checking for strings.h... yes
yes
checking for inttypes.h... 4
checking size of long... checking for getegid... yes
checking for stdint.h... yes
no
checking for unistd.h... checking for geteuid... yes
checking for dlfcn.h... no
checking for getgid... no
checking for objdir... .libs
no
checking for getuid... 4
checking size of long... no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for mempcpy... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... x86_64-w64-mingw32
checking target system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for setlocale... yes
checking dynamic linker characteristics... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... 4
checking size of size_t... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... yes
checking for strdup... config.status: creating Makefile
yes
checking for strerror... yes
config.status: creating config.h
checking for strtoul... config.status: executing gstdint.h commands
yes
checking for unistd.h... (cached) yes
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
configure: updating cache ./config.cache
Configuring in ./readline
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... 8
checking for long long... configure: creating cache ./config.cache
checking build system type... no
checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking size of long long... no
checking for iconv... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
yes
checking for sys/types.h... config.status: creating config.intl
yes
config.status: creating config.h
checking for sys/stat.h... 8
config.status: executing default-1 commands
checking for a 64-bit type... config.status: creating Makefile
yes
uint64_t
checking for intptr_t... checking for stdlib.h... config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for uintptr_t... checking for memory.h... yes
checking for strings.h... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
config.status: creating config.h
config.status: config.h is unchanged
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for ssize_t... yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for stdint.h... yes
checking for pid_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for atexit... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for basename... no
checking for working volatile... yes
checking for bcmp... yes
checking return type of signal handlers... void
checking for size_t... no
checking for bcopy... no
checking for bsearch... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for calloc... no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for clock... yes
checking for library containing opendir... yes
none required
checking for ffs... checking for fcntl... no
no
checking for getcwd... checking for kill... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
checking for lstat... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
no
checking for memmove... checking for gettimeofday... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memchr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for memcmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for setlocale... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for sigsetmask... no
checking varargs.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for varargs.h... no
checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for stpcpy... yes
checking stdarg.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for stpncpy... checking limits.h usability... yes
checking limits.h presence... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
yes
checking for limits.h... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for strcasecmp... checking locale.h usability... yes
checking locale.h presence... yes
checking for strchr... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strdup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strndup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strstr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strtod... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtol... yes
checking sys/file.h presence... yes
checking for strtoul... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtoll... 64
checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vsnprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for waitpid... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for fork... yes
checking wctype.h presence... no
checking for vfork... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
checking for _doprnt... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... yes
checking for mbscasecmp... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... no
checking for psignal... yes
checking for wcwidth... no
checking for pstat_getdynamic... no
checking for wctype... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
no
checking for iswlower... checking for setrlimit... no
yes
checking for sbrk... checking for iswupper... no
checking for spawnve... yes
checking for towlower... yes
checking for spawnvpe... yes
checking for towupper... yes
checking for strerror... yes
checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysconf... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysctl... yes
checking configuration for building shared libraries... no
checking for sysmp... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for wait3... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait4... config.status: creating config.h
config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-06 22:16 [binutils-gdb] Change breakpoints to use value_ref_ptr sergiodj+buildbot
@ 2018-04-06 23:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-06 23:32 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/1320>

Commit(s) tested:
	850645cfe82f5854af90ce73f2056712e20fcea2

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change breakpoints to use value_ref_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/85/850645cfe82f5854af90ce73f2056712e20fcea2/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./zlib
mkdir -p -- ./intl
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
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... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for perl... perl
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for msgfmt... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
none needed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for sys/types.h... none required
checking how to run the C preprocessor... yes
checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for string.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for C compiler default output file name... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... yes
checking for strings.h... .exe
checking for suffix of object files... yes
checking for inline... checking for C compiler default output file name... yes
o
checking whether we are using the GNU C compiler... inline
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking for inttypes.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... checking for stdint.h... .exe
checking for suffix of object files... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking minix/config.h usability... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking minix/config.h presence... yes
yes
none needed
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... GNU
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
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... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for inttypes.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
64
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking how to run the C preprocessor... checking for unistd.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for off_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... ok
checking how to run the C preprocessor... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -E
yes
checking for sys/stat.h... yes
checking for working alloca.h... checking for ANSI C header files... yes
checking for stdlib.h... no
checking for alloca... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
checking for string.h... inline
checking whether byte ordering is bigendian... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking for memory.h... checking for sys/types.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for strings.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for sys/stat.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
yes
checking for sys/param.h... yes
checking for inttypes.h... checking for stdint.h... yes
yes
checking for limits.h... checking for stdlib.h... yes
checking for unsigned long long... yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... yes
checking for string.h... yes
checking for stdint.h... checking for string.h... (cached) yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
yes
checking for sys/time.h... checking for unistd.h... checking for memory.h... yes
checking for time.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
no
checking for ld used by GCC... checking for strings.h... yes
checking ctype.h usability... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... checking for inttypes.h... no
checking for fcntl.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
yes
checking stddef.h usability... checking for alloca.h... checking for stdint.h... done
yes
checking stddef.h presence... checking argz.h usability... yes
checking for stddef.h... yes
no
checking for string.h... (cached) yes
checking for sys/pstat.h... yes
checking stdio.h usability... checking for unistd.h... no
no
checking argz.h presence... checking for sys/sysmp.h... yes
checking stdio.h presence... no
checking for argz.h... no
checking limits.h usability... no
yes
checking for stdio.h... yes
yes
checking for sys/sysinfo.h... checking for dlfcn.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for machine/hal_sysinfo.h... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for objdir... .libs
no
checking locale.h usability... checking for sys/table.h... yes
checking for uintptr_t... no
yes
checking locale.h presence... checking for sys/sysctl.h... yes
checking for locale.h... yes
checking nl_types.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for sys/systemcfg.h... no
no
checking nl_types.h presence... yes
checking for int_least32_t... checking for stdint.h... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for stdio_ext.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for process.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking malloc.h presence... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for sys/prctl.h... yes
checking for int_fast32_t... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking stddef.h presence... yes
checking for uint64_t... no
checking whether time.h and sys/time.h may both be included... yes
checking whether -lc should be explicitly linked in... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking whether errno must be declared... checking for unistd.h... (cached) yes
yes
checking dynamic linker characteristics... checking sys/param.h usability... no
checking size of int... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking what to include in gstdint.h... yes
checking sys/param.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for sys/param.h... yes
checking for feof_unlocked... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for fgets_unlocked... yes
checking size of int... yes
checking for working mmap... no
checking for memcpy... no
checking for getc_unlocked... yes
checking for strerror... no
checking for getcwd... yes
checking for unistd.h... (cached) yes
4
checking size of long... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for getegid... no
checking for geteuid... 4
checking size of long... no
checking for getgid... no
checking for getuid... 4
checking size of size_t... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for setenv... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stpcpy... 8
checking for long long... no
checking for strcasecmp... yes
checking size of long long... yes
checking for strdup... yes
checking for strtoul... config.status: creating Makefile
config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... 8
checking for a 64-bit type... config.status: creating Makefile
uint64_t
checking for intptr_t... config.status: executing depfiles commands
no
checking for __fsetlocking... config.status: executing libtool commands
configure: creating cache ./config.cache
no
checking for iconv... checking build system type... yes
checking for uintptr_t... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for GNU gettext in libintl... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
.exe
checking for suffix of object files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
none needed
checking how to run the C preprocessor... none required
checking for asprintf... x86_64-w64-mingw32-gcc -E
yes
config.status: creating Makefile
checking for grep that handles long lines and -e... checking for atexit... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
yes
config.status: creating config.h
checking for basename... config.status: executing default-1 commands
yes
checking for sys/types.h... yes
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for bcmp... checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for stdlib.h... no
checking for bcopy... yes
checking for string.h... no
checking for bsearch... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for strings.h... yes
yes
checking for bzero... checking for inttypes.h... yes
checking for stdint.h... no
checking for calloc... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
yes
checking minix/config.h usability... checking for clock... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for ffs... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
checking for getcwd... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for getpagesize... no
checking for working volatile... yes
checking return type of signal handlers... yes
void
checking for size_t... checking for gettimeofday... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for index... yes
checking for ssize_t... no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for insque... no
checking for dirent.h that defines DIR... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for library containing opendir... checking for memchr... yes
none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for memcmp... no
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for kill... checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for memmem... no
checking for lstat... no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for memmove... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for mempcpy... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for putenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for memset... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for select... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for mkstemps... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for setlocale... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for putenv... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for strcasecmp... yes
checking for random... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for rename... checking for strpbrk... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for rindex... yes
no
checking for setenv... checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for vsnprintf... no
checking for snprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for sigsetmask... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for isascii... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking for stpcpy... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for isxdigit... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for stpncpy... yes
checking for getpwent... no
checking for strcasecmp... no
checking for getpwnam... yes
checking for strchr... no
checking for getpwuid... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for strdup... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for strncasecmp... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strndup... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strnlen... 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 strrchr... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strstr... checking locale.h usability... yes
yes
checking locale.h presence... checking for strtod... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strtol... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for strtoul... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtoll... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoull... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strverscmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for tmpnam... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for vasprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for vfprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vprintf... yes
checking sys/file.h presence... 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... checking for vsnprintf... 64
checking for type of signal functions... yes
checking for vsprintf... yes
checking for waitpid... no
checking for setproctitle... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
no
checking whether termios.h defines TIOCGWINSZ... checking for fork... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for vfork... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for _doprnt... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for sys_siglist... not found
checking for struct dirent.d_ino... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for struct dirent.d_fileno... no
no
checking for tgetent... checking for canonicalize_file_name... no
no
checking for tgetent in -ltermcap... checking for dup3... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for getrlimit... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrusage... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getsysinfo... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for gettimeofday... (cached) yes
yes
checking for mbscasecmp... checking for on_exit... no
no
checking for mbscmp... checking for psignal... no
checking for mbsnrtowcs... no
checking for pstat_getdynamic... no
checking for mbsrtowcs... no
checking for pstat_getstatic... yes
checking for mbschr... no
checking for realpath... no
checking for wcrtomb... no
yes
checking for wcscoll... checking for setrlimit... yes
checking for wcsdup... no
checking for sbrk... yes
checking for wcwidth... no
checking for wctype... no
checking for spawnve... yes
yes
checking for wcswidth... checking for spawnvpe... yes
checking for strerror... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for strsignal... yes
checking for iswlower... no
checking for sysconf... yes
checking for iswupper... no
yes
checking for sysctl... checking for towlower... yes
no
checking for sysmp... checking for towupper... no
checking for table... yes
checking for iswctype... no
checking for times... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for wait3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for wait4... yes
checking configuration for building shared libraries... supported
no
checking whether basename is declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
config.status: creating Makefile
checking whether snprintf is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking whether vsnprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-06 22:03 [binutils-gdb] Introduce a gdb_ref_ptr specialization for struct value sergiodj+buildbot
@ 2018-04-06 22:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-06 22:39 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/1319>

Commit(s) tested:
	22bc8444e6d377fd016253926c2a2597ff944842

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce a gdb_ref_ptr specialization for struct value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/22/22bc8444e6d377fd016253926c2a2597ff944842/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
/usr/bin/xgettext
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
config.status: creating Makefile
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
.exe
checking for suffix of object files... checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/stat.h... yes
yes
checking for inline... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for stdlib.h... yes
.exe
inline
checking for suffix of object files... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for sys/types.h... checking for string.h... o
checking whether we are using the GNU C compiler... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... yes
checking for stdlib.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for strings.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
.exe
checking for suffix of object files... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... none needed
checking for style of include used by make... checking for unistd.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking minix/config.h usability... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... yes
checking for grep that handles long lines and -e... checking for unistd.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... checking for off_t... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for sys/types.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for size_t... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for working alloca.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
ok
checking for stdlib.h... (cached) yes
checking how to run the C preprocessor... checking for strings.h... checking for unistd.h... (cached) yes
checking for getpagesize... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... checking for ANSI C header files... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdint.h... yes
checking for an ANSI C-conforming const... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for sys/types.h... yes
checking for inline... checking for unistd.h... inline
checking whether byte ordering is bigendian... yes
checking for stdint.h... yes
checking for sys/stat.h... yes
yes
checking for unsigned long long... checking ctype.h usability... yes
checking for stdlib.h... yes
checking ctype.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for string.h... yes
checking for inttypes.h... checking for sys/file.h... yes
checking for ctype.h... yes
yes
checking stddef.h usability... checking for sys/param.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for memory.h... yes
checking stddef.h presence... checking for limits.h... yes
yes
checking for stddef.h... yes
yes
no
checking for ld used by GCC... checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... checking stdio.h usability... checking for malloc.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... done
checking argz.h usability... yes
yes
checking stdio.h presence... checking for inttypes.h... yes
checking for stdio.h... yes
yes
no
checking argz.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for argz.h... no
yes
checking limits.h usability... checking for stdint.h... checking for time.h... yes
yes
checking for uintptr_t... yes
checking limits.h presence... checking for sys/resource.h... yes
yes
checking for limits.h... yes
no
checking for sys/stat.h... (cached) yes
checking locale.h usability... checking for unistd.h... yes
checking for int_least32_t... checking for sys/mman.h... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking nl_types.h usability... yes
yes
checking for int_fast32_t... checking for fcntl.h... checking for dlfcn.h... yes
no
checking nl_types.h presence... no
checking for objdir... checking for alloca.h... yes
checking for uint64_t... no
checking for nl_types.h... no
.libs
checking malloc.h usability... no
checking for sys/pstat.h... yes
checking malloc.h presence... no
checking for sys/sysmp.h... yes
checking for malloc.h... yes
yes
checking what to include in gstdint.h... checking stddef.h usability... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/sysinfo.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for off_t... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for machine/hal_sysinfo.h... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for sys/table.h... checking for string.h... (cached) yes
yes
checking size of int... checking for unistd.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking sys/param.h usability... checking for sys/sysctl.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
yes
checking whether -lc should be explicitly linked in... checking for sys/systemcfg.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... yes
checking dynamic linker characteristics... no
checking for process.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
no
checking for fgets_unlocked... checking for sys/prctl.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... x86_64-w64-mingw32-gcc -E
no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
no
no
checking whether time.h and sys/time.h may both be included... checking for getc_unlocked... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether errno must be declared... 4
yes
no
no
checking size of int... checking size of long... checking for working mmap... no
checking for getcwd... checking for memcpy... yes
yes
checking for getegid... checking for strerror... no
yes
checking for geteuid... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getgid... no
checking for getuid... no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for munmap... 4
x86_64-pc-linux-gnu
checking host system type... checking size of long... x86_64-w64-mingw32
checking target system type... no
checking for putenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
no
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... 4
checking size of size_t... config.status: creating Makefile
yes
checking for strtoul... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
8
checking for long long... no
checking build system type... checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking size of long long... checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for LC_MESSAGES... config.status: creating Makefile
.exe
checking for suffix of object files... no
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... config.status: executing depfiles commands
config.status: executing libtool commands
no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
8
checking for a 64-bit type... yes
config.status: creating Makefile
checking for sys/stat.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
config.status: creating config.intl
yes
checking for stdlib.h... yes
yes
checking for uintptr_t... config.status: creating config.h
config.status: executing default-1 commands
checking for string.h... yes
checking for memory.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for ssize_t... checking for strings.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for pid_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for stdint.h... yes
checking for library containing strerror... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for unistd.h... none required
checking for asprintf... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for basename... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for bcmp... yes
checking for function prototypes... yes
checking whether char is unsigned... no
no
checking for working volatile... checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
void
checking for size_t... no
checking for bsearch... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for bzero... x86_64-w64-mingw32-ranlib libz.a
yes
checking for ssize_t... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for calloc... yes
checking for clock... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for dirent.h that defines DIR... config.status: creating config.h
checking for ffs... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for library containing opendir... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for getcwd... none required
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for fcntl... yes
no
checking for kill... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
yes
checking for lstat... checking for gettimeofday... no
checking for memmove... yes
checking for putenv... yes
checking for select... no
checking for setenv... no
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for index... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for isascii... no
checking for insque... yes
checking for isxdigit... no
checking for memchr... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking for getpwent... checking for memcmp... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for memcpy... no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for getpwuid... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for memmem... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for working strcoll... no
checking fcntl.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for memmove... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for mempcpy... no
checking varargs.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for varargs.h... no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking stdarg.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for memset... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking stdarg.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
yes
checking for stdarg.h... yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for string.h... (cached) yes
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for strings.h... (cached) yes
checking for mkstemps... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking limits.h usability... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for putenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for random... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for rename... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for rindex... checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for setenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for snprintf... yes
checking for sigsetmask... no
checking termios.h presence... no
checking for termios.h... no
no
checking termio.h usability... checking for stpcpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpncpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strcasecmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strchr... no
checking sys/select.h presence... yes
checking for strdup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strncasecmp... 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 strndup... 64
checking for type of signal functions... no
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strtod... yes
checking whether signal handlers are of type void... yes
checking for strtol... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strtoul... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoll... not found
checking for struct dirent.d_ino... yes
checking for strtoull... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for strverscmp... no
checking for tgetent in -ltermcap... no
checking for tmpnam... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vasprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vfprintf... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for vprintf... no
checking langinfo.h presence... yes
checking for vsnprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for vsprintf... no
checking for mbscmp... yes
checking for waitpid... no
checking for mbsnrtowcs... no
checking for setproctitle... no
checking for mbsrtowcs... no
checking whether alloca needs Cray hooks... yes
checking for mbschr... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for wcrtomb... no
checking for vfork... yes
checking for wcscoll... no
checking for _doprnt... yes
checking for wcsdup... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcwidth... no
checking for external symbol _system_configuration... no
checking for wctype... no
checking for __fsetlocking... yes
checking for wcswidth... no
checking for canonicalize_file_name... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for dup3... yes
checking for iswlower... yes
no
checking for getrlimit... checking for iswupper... yes
checking for towlower... no
checking for getrusage... yes
checking for towupper... no
checking for getsysinfo... yes
checking for iswctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for psignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for pstat_getdynamic... yes
checking configuration for building shared libraries... supported
no
checking for pstat_getstatic... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... config.status: creating Makefile
no
checking for spawnve... config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking for spawnvpe... config.status: creating shlib/Makefile
yes
checking for strerror... config.status: creating config.h
yes
checking for strsignal... config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-06 20:32 [binutils-gdb] Add -Wno-error=deprecated-register to gdb build flags sergiodj+buildbot
@ 2018-04-06 21:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-06 21:05 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/1318>

Commit(s) tested:
	7f8a5d38ed00ad4ecc920322c4b852f3cf905a94

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add -Wno-error=deprecated-register to gdb build flags

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7f/7f8a5d38ed00ad4ecc920322c4b852f3cf905a94/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating 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 cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-pc-linux-gnu
checking host system type... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
checking for perl... perl
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -E
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
inline
checking for sys/types.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for strings.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking for unistd.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for unistd.h... yes
yes
checking minix/config.h usability... checking for off_t... yes
checking for sys/types.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... 64
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
checking for strings.h... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
.exe
checking for suffix of object files... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for inttypes.h... checking for stdint.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for unsigned long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... yes
yes
checking for inttypes.h... none needed
checking ctype.h usability... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for an ANSI C-conforming const... checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... yes
checking for inline... yes
checking ctype.h presence... yes
checking for ctype.h... yes
inline
checking whether byte ordering is bigendian... checking stddef.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... gcc3
checking how to print strings... yes
checking for shared library run path origin... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for stddef.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... done
checking for string.h... (cached) yes
checking argz.h usability... checking stdio.h usability... no
checking argz.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
no
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking stdio.h presence... no
checking for argz.h... no
checking limits.h usability... checking for sys/file.h... yes
yes
checking for stdio.h... yes
checking for sys/param.h... yes
yes
checking limits.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for limits.h... yes
checking for limits.h... yes
yes
checking locale.h usability... ok
checking how to run the C preprocessor... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
yes
yes
checking locale.h presence... checking for uintptr_t... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
checking for strings.h... (cached) yes
checking nl_types.h usability... checking for sys/time.h... checking for ANSI C header files... yes
checking for int_least32_t... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking for time.h... checking malloc.h usability... yes
checking for sys/resource.h... yes
yes
checking for int_fast32_t... checking for sys/types.h... no
yes
checking malloc.h presence... checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/mman.h... checking stddef.h usability... yes
no
yes
checking for uint64_t... checking for sys/stat.h... checking for fcntl.h... yes
yes
checking stddef.h presence... checking for alloca.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for stdlib.h... checking for string.h... (cached) yes
no
checking for sys/pstat.h... checking for unistd.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/param.h usability... checking for an ANSI C-conforming const... no
checking for sys/sysmp.h... yes
checking for string.h... yes
checking for off_t... no
yes
checking sys/param.h presence... checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for machine/hal_sysinfo.h... yes
no
checking for sys/table.h... checking for memory.h... no
checking for sys/sysctl.h... yes
yes
checking size of int... checking for strings.h... no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... no
yes
checking for stdint.h... (cached) yes
checking for inttypes.h... checking for stdio_ext.h... no
no
checking for getc_unlocked... checking for process.h... yes
yes
checking for stdint.h... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking for getcwd... checking for unistd.h... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking for dlfcn.h... checking for getegid... yes
checking whether errno must be declared... no
checking for geteuid... no
checking for objdir... .libs
no
checking size of int... no
checking for getgid... 4
checking size of long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for mempcpy... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for munmap... yes
checking dynamic linker characteristics... no
checking for putenv... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... 4
checking size of long... 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... x86_64-w64-mingw32-gcc -E
4
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for setenv... checking build system type... checking for getpagesize... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for working mmap... no
checking for memcpy... yes
checking for stpcpy... yes
no
no
checking for strcasecmp... configure: updating cache ./config.cache
checking for strerror... configure: creating ./config.status
yes
checking for strdup... yes
checking for unistd.h... (cached) yes
4
checking size of size_t... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strtoul... config.status: creating Makefile
yes
checking for tsearch... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... checking for C compiler default output file name... 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 GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
o
checking whether we are using the GNU C compiler... configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
config.status: creating config.h
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing default-1 commands
config.status: creating Makefile
yes
checking for sys/types.h... config.status: executing depfiles commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
config.status: executing libtool commands
checking for sys/stat.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
checking for stdlib.h... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
uint64_t
checking for intptr_t... yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for strings.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for stdint.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for pid_t... checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... none required
checking for asprintf... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for atexit... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking return type of signal handlers... yes
checking for basename... void
checking for size_t... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for bcopy... yes
checking for ssize_t... no
checking for bsearch... yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for dirent.h that defines DIR... no
checking for calloc... yes
checking for library containing opendir... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for clock... none required
checking for fcntl... yes
checking for ffs... no
checking for kill... no
checking for getcwd... no
checking for lstat... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for gettimeofday... yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for index... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for select... no
checking for insque... no
checking for setenv... no
checking for memchr... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for setlocale... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for tcgetattr... no
no
checking for memmove... checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
yes
checking for mkstemps... checking for getpwent... no
no
checking for putenv... checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for working strcoll... no
checking fcntl.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
yes
checking fcntl.h presence... checking for rindex... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking varargs.h presence... no
no
checking for varargs.h... no
checking for snprintf... checking stdarg.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for sigsetmask... checking for string.h... (cached) yes
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for strings.h... (cached) yes
checking limits.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for strdup... yes
checking for termcap.h... yes
checking termios.h usability... no
checking termios.h presence... yes
checking for strncasecmp... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtol... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strtoul... checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
no
checking whether termios.h defines TIOCGWINSZ... checking for tmpnam... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for waitpid... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking wctype.h presence... yes
checking for wctype.h... yes
no
checking wchar.h usability... checking for fork... yes
checking wchar.h presence... no
checking for vfork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
yes
checking for wcwidth... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
no
checking for towlower... checking for sbrk... yes
no
checking for towupper... checking for spawnve... yes
yes
checking for spawnvpe... checking for iswctype... yes
yes
checking for strerror... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
checking for table... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for times... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait3... config.status: creating config.h
config.status: executing default commands
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-05 14:52 [binutils-gdb] Have filter_results take a std::vector sergiodj+buildbot
@ 2018-04-05 17:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-05 17:36 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/1307>

Commit(s) tested:
	f73c6ece7888af880d3b03b2d57ee7782f2a539b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Have filter_results take a std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f7/f73c6ece7888af880d3b03b2d57ee7782f2a539b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: creating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/xgettext
checking for msgmerge... checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
a.exe
checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking for inttypes.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for sys/types.h... yes
yes
checking for unistd.h... yes
checking for unistd.h... checking for sys/stat.h... yes
checking for stdlib.h... yes
yes
checking minix/config.h usability... checking for off_t... yes
checking for string.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for size_t... 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 for strings.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 64
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... checking for working alloca.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for getpagesize... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
.exe
checking for working mmap... no
checking for suffix of object files... checking whether we are using the GNU C Library 2.1 or newer... checking ctype.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for stdint.h... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
checking for ctype.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking stddef.h presence... none needed
checking for style of include used by make... yes
checking for stddef.h... yes
GNU
yes
checking for inttypes.h... checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stdio.h presence... no
checking for ld used by GCC... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... gcc3
checking how to print strings... yes
checking for inline... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... inline
checking whether byte ordering is bigendian... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for uintptr_t... done
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
yes
checking for int_least32_t... checking limits.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for a BSD-compatible install... /usr/bin/install -c
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/file.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking limits.h presence... checking for sys/param.h... yes
checking for limits.h... yes
yes
checking for int_fast32_t... yes
checking locale.h usability... checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
ok
yes
checking for uint64_t... checking how to run the C preprocessor... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking nl_types.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... x86_64-w64-mingw32-gcc -E
no
checking nl_types.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for ANSI C header files... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for time.h... yes
checking for off_t... yes
yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for sys/types.h... checking for sys/resource.h... checking stddef.h usability... no
yes
checking for sys/stat.h... (cached) yes
checking for sys/stat.h... yes
checking stddef.h presence... checking for sys/mman.h... yes
checking size of int... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for fcntl.h... checking for string.h... yes
(cached) yes
yes
checking for stdlib.h... checking for alloca.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/pstat.h... yes
checking for string.h... no
yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysmp.h... yes
checking for feof_unlocked... checking for memory.h... no
checking for sys/sysinfo.h... no
yes
checking for machine/hal_sysinfo.h... checking for strings.h... no
checking for sys/table.h... no
checking for fgets_unlocked... no
checking for sys/sysctl.h... yes
no
checking for sys/systemcfg.h... checking for inttypes.h... no
checking for stdint.h... (cached) yes
no
yes
checking for stdio_ext.h... checking for getc_unlocked... checking for stdint.h... no
checking for process.h... yes
yes
checking for sys/prctl.h... no
checking for getcwd... checking for unistd.h... no
checking for sys/wait.h that is POSIX.1 compatible... 4
checking size of long... yes
no
checking whether time.h and sys/time.h may both be included... checking for dlfcn.h... yes
checking for getegid... yes
checking whether errno must be declared... no
checking for objdir... .libs
no
checking for geteuid... no
checking size of int... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for mempcpy... yes
checking dynamic linker characteristics... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for munmap... 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... x86_64-w64-mingw32-gcc -E
x86_64-pc-linux-gnu
checking host system type... no
checking for putenv... x86_64-w64-mingw32
checking target system type... 4
checking size of long... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for setenv... yes
checking for working mmap... no
checking for memcpy... no
checking for setlocale... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for strerror... checking for stpcpy... yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
yes
checking for strdup... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strtoul... 4
checking size of size_t... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
no
checking build system type... checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
checking for long long... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... no
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... o
checking whether we are using the GNU C compiler... no
checking for GNU gettext in libintl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking size of long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: executing depfiles commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... config.status: executing libtool commands
/usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.intl
yes
config.status: creating config.h
checking for sys/stat.h... config.status: executing default-1 commands
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for memory.h... 8
checking for a 64-bit type... yes
uint64_t
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for intptr_t... checking for strings.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for inttypes.h... yes
checking for uintptr_t... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for ssize_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for library containing strerror... yes
checking for function prototypes... yes
checking whether char is unsigned... none required
checking for asprintf... no
checking for working volatile... yes
checking return type of signal handlers... void
yes
checking for size_t... checking for atexit... yes
checking for basename... yes
checking for ssize_t... yes
checking for bcmp... no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bcopy... no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for bsearch... yes
yes
checking for bzero... checking for library containing opendir... no
checking for calloc... none required
checking for fcntl... yes
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for kill... yes
checking for ffs... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for lstat... no
checking for getcwd... no
checking for memmove... yes
checking for getpagesize... yes
checking for putenv... yes
checking for gettimeofday... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for select... yes
checking for index... no
checking for setenv... no
checking for insque... no
checking for setlocale... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
no
checking for memchr... checking for strcasecmp... yes
checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for rename... yes
checking fcntl.h presence... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for rindex... no
checking varargs.h presence... no
no
checking for varargs.h... no
checking stdarg.h usability... checking for setenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for snprintf... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sigsetmask... no
yes
checking locale.h presence... checking for stpcpy... yes
checking for locale.h... yes
checking pwd.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for stpncpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for strncasecmp... no
checking termio.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strndup... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... yes
no
checking sys/stream.h presence... checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
no
checking sys/select.h presence... checking for strstr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtod... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for strtol... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
64
checking for strtoul... checking for type of signal functions... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for strtoll... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
x86_64-w64-mingw32-ranlib libz.a
yes
checking for strtoull... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... rm -f plural.h
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for tmpnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vfprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for tgetent... checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for tgetent in -ltermcap... yes
checking for vsprintf... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for waitpid... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking wctype.h presence... no
checking for setproctitle... yes
checking for wctype.h... yes
checking wchar.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking wchar.h presence... no
checking whether alloca needs Cray hooks... yes
checking for wchar.h... yes
checking langinfo.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking stack direction for C alloca... 0
checking for vfork.h... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for fork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... no
checking for getrlimit... yes
checking for wcsdup... no
checking for getrusage... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
checking for towlower... no
checking for setrlimit... yes
checking for towupper... no
checking for sbrk... yes
checking for iswctype... no
checking for spawnve... yes
checking for nl_langinfo and CODESET... yes
checking for spawnvpe... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for strerror... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
checking for strsignal... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysconf... no
checking for sysctl... config.status: creating Makefile
no
checking for sysmp... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for table... config.status: creating shlib/Makefile
config.status: creating config.h
no
config.status: executing default commands
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-05 14:10 [binutils-gdb] Fix some indentation in linespec.c sergiodj+buildbot
@ 2018-04-05 15:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-05 15:04 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/1304>

Commit(s) tested:
	6a307fc5f59179005e070bd5a5a4cf78a9ecefd4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix some indentation in linespec.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6a/6a307fc5f59179005e070bd5a5a4cf78a9ecefd4/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgfmt
checking whether build environment is sane... checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
a.exe
checking whether the C compiler works... yes
configure: updating cache ./config.cache
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating ./config.status
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for sys/stat.h... yes
checking for inline... .exe
checking for suffix of object files... inline
checking for sys/types.h... yes
checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... yes
yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for memory.h... checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for strings.h... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdint.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for unistd.h... yes
checking for stdint.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for off_t... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... checking for C compiler default output file name... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
x86_64-w64-mingw32-gcc -E
checking for size_t... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 64
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
checking for sys/stat.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for working mmap... no
gcc3
checking how to print strings... checking whether we are using the GNU C Library 2.1 or newer... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... checking for string.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for memory.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
checking for strings.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for inttypes.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for inttypes.h... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for stdint.h... ok
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... yes
done
x86_64-w64-mingw32-gcc -E
checking for unistd.h... checking argz.h usability... yes
checking for inline... inline
checking whether byte ordering is bigendian... checking for ANSI C header files... yes
checking ctype.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking ctype.h presence... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for ctype.h... yes
checking for sys/types.h... checking for sys/file.h... checking stddef.h usability... yes
yes
yes
checking limits.h presence... yes
checking stddef.h presence... checking for sys/param.h... yes
checking for sys/stat.h... checking for limits.h... yes
yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking locale.h usability... checking stdio.h usability... checking for limits.h... yes
yes
checking for stdlib.h... (cached) yes
checking for stdlib.h... yes
checking stdio.h presence... yes
checking locale.h presence... checking for malloc.h... yes
checking for locale.h... yes
yes
checking for stdio.h... yes
yes
checking nl_types.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for string.h... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking nl_types.h presence... yes
checking for uintptr_t... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for memory.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
yes
checking for strings.h... checking stddef.h usability... yes
checking for int_least32_t... checking for time.h... yes
yes
checking stddef.h presence... yes
checking for sys/resource.h... checking for inttypes.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for int_fast32_t... no
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for sys/mman.h... checking for unistd.h... (cached) yes
checking for stdint.h... checking sys/param.h usability... no
checking for fcntl.h... yes
checking for uint64_t... yes
yes
checking sys/param.h presence... checking for unistd.h... yes
yes
checking for sys/param.h... yes
checking for alloca.h... no
checking for feof_unlocked... checking for sys/pstat.h... yes
checking for dlfcn.h... no
yes
checking what to include in gstdint.h... checking for sys/sysmp.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
no
checking for objdir... checking for sys/sysinfo.h... .libs
yes
checking for off_t... no
no
checking for machine/hal_sysinfo.h... checking for fgets_unlocked... no
checking for sys/table.h... no
checking for sys/sysctl.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getc_unlocked... no
checking for sys/systemcfg.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for stdint.h... (cached) yes
yes
checking size of int... no
checking for getcwd... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for stdio_ext.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for process.h... yes
checking for getegid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for geteuid... yes
checking dynamic linker characteristics... yes
checking whether errno must be declared... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for getgid... 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... x86_64-w64-mingw32-gcc -E
no
checking size of int... no
checking for getuid... checking for stdlib.h... (cached) yes
4
checking size of long... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for mempcpy... yes
checking for working mmap... no
checking for memcpy... yes
checking for munmap... yes
checking for strerror... no
yes
checking for putenv... checking for unistd.h... (cached) yes
yes
checking for setenv... 4
checking size of long... configure: updating cache ./config.cache
configure: creating ./config.status
4
no
checking for ANSI C header files... (cached) yes
checking for setlocale... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for stpcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... no
yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... 4
checking size of size_t... yes
checking for tsearch... yes
checking for __argz_count... config.status: creating Makefile
no
checking for __argz_stringify... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_next... no
make[1]: Nothing to be done for 'all-target'.
checking for __fsetlocking... mkdir -p -- ./readline
Configuring in ./readline
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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... 8
checking for long long... config.status: creating Makefile
no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
config.status: executing depfiles commands
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing libtool commands
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
yes
checking size of long long... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
config.status: creating config.intl
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating config.h
config.status: executing default-1 commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
/usr/bin/grep
checking for egrep... 8
/usr/bin/grep -E
checking for ANSI C header files... checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for uintptr_t... yes
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for string.h... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for memory.h... yes
checking for strings.h... yes
checking for pid_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
none required
checking for unistd.h... checking for asprintf... yes
checking minix/config.h usability... yes
checking for atexit... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for basename... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for bcmp... no
checking for bcopy... void
checking for size_t... no
checking for bsearch... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
yes
checking for calloc... checking for library containing opendir... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
none required
checking for fcntl... checking for clock... no
checking for kill... yes
checking for ffs... no
checking for lstat... no
checking for memmove... yes
checking for putenv... yes
checking for select... no
checking for setenv... no
checking for setlocale... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for getcwd... yes
checking for getpagesize... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for gettimeofday... checking for strcasecmp... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for index... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... x86_64-w64-mingw32-ranlib libz.a
no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for memcmp... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for isascii... yes
checking for memcpy... yes
config.status: creating config.h
checking for isxdigit... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for memmem... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
no
checking for getpwent... checking for memmove... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for mempcpy... no
checking for getpwuid... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for working strcoll... no
yes
checking fcntl.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for memset... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for mkstemps... checking for unistd.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for stdlib.h... (cached) yes
checking varargs.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for putenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for random... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking limits.h usability... checking for rename... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking limits.h presence... yes
checking for limits.h... yes
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking locale.h usability... checking for rindex... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking locale.h presence... no
checking for setenv... yes
checking for locale.h... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking pwd.h usability... no
checking for snprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for sigsetmask... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking termcap.h presence... no
yes
checking for termcap.h... yes
checking for stpcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking termios.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
no
checking termios.h presence... checking for stpncpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for termios.h... no
checking termio.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for strcasecmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strdup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
no
checking for strnlen... checking for sys/ptem.h... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... yes
configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for strtol... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
checking for strtoul... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strtoull... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... no
yes
checking for tmpnam... checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbscmp... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
yes
checking for wcscoll... checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... no
checking for getrusage... yes
checking for iswupper... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for realpath... yes
checking for wint_t in wctype.h... no
checking for setrlimit... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... yes
config.status: creating Makefile
checking for strerror... config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking for sysconf... config.status: creating config.h
no
checking for sysctl... config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-04 11:58 [binutils-gdb] i386: Clear vex instead of vex.evex sergiodj+buildbot
@ 2018-04-04 12:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-04 12:38 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/1300>

Commit(s) tested:
	caf0678c84b5b55fbc4bcc853954745a4ad8b658

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	i386: Clear vex instead of vex.evex

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ca/caf0678c84b5b55fbc4bcc853954745a4ad8b658/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether we are cross compiling... yes
checking for suffix of executables... checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for inline... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
inline
checking for sys/types.h... none needed
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking for sys/stat.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdlib.h... .exe
checking for suffix of object files... yes
checking for string.h... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for memory.h... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strings.h... yes
checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for inttypes.h... yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for unistd.h... yes
yes
checking for size_t... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking minix/config.h usability... x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... checking for grep that handles long lines and -e... no
checking for minix/config.h... no
/usr/bin/grep
checking for egrep... checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... /usr/bin/grep -E
checking for ANSI C header files... no
checking for alloca... 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 for stdlib.h... (cached) yes
checking for sys/types.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
64
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for C compiler default output file name... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
a.exe
checking for strings.h... checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether the inttypes.h PRIxNN macros are broken... .exe
yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for inttypes.h... no
checking for ld used by GCC... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... done
checking argz.h usability... yes
yes
checking for an ANSI C-conforming const... none needed
checking for style of include used by make... checking ctype.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking argz.h presence... yes
checking for inline... no
checking for argz.h... no
yes
checking limits.h usability... checking ctype.h presence... inline
checking whether byte ordering is bigendian... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking stddef.h presence... /usr/bin/grep -E
checking for fgrep... checking locale.h usability... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for stddef.h... yes
checking for sys/file.h... checking for string.h... (cached) yes
checking stdio.h usability... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking locale.h presence... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for locale.h... yes
checking for sys/param.h... checking nl_types.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking stdio.h presence... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for limits.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for string.h... (cached) yes
yes
checking for uintptr_t... checking for unistd.h... (cached) yes
ok
checking how to run the C preprocessor... yes
checking malloc.h presence... checking for strings.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/time.h... checking stddef.h usability... yes
yes
checking for int_least32_t... checking for time.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking stddef.h presence... checking for sys/resource.h... yes
checking for stddef.h... yes
checking for ANSI C header files... checking for stdlib.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking for sys/mman.h... checking sys/param.h usability... no
checking for fcntl.h... yes
checking for sys/types.h... yes
checking sys/param.h presence... yes
yes
checking for uint64_t... checking for alloca.h... yes
checking for sys/param.h... yes
yes
checking for sys/stat.h... checking for feof_unlocked... no
checking for sys/pstat.h... yes
yes
checking what to include in gstdint.h... checking for stdlib.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for off_t... no
checking for fgets_unlocked... no
checking for machine/hal_sysinfo.h... yes
checking for string.h... no
yes
checking for sys/table.h... no
checking for getc_unlocked... checking for memory.h... no
checking for sys/sysctl.h... no
yes
checking size of int... checking for sys/systemcfg.h... yes
checking for strings.h... no
no
checking for getcwd... checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for inttypes.h... no
checking for process.h... yes
checking for sys/prctl.h... yes
yes
checking for getegid... checking for stdint.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... checking for unistd.h... no
no
checking size of int... checking for geteuid... yes
checking for dlfcn.h... no
no
checking for objdir... checking for getgid... .libs
4
checking size of long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for munmap... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 4
checking size of long... yes
checking dynamic linker characteristics... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking build system type... yes
checking for stdlib.h... (cached) yes
x86_64-pc-linux-gnu
checking host system type... checking for unistd.h... (cached) yes
checking for setenv... checking for getpagesize... x86_64-w64-mingw32
checking target system type... no
checking for setlocale... yes
checking for working mmap... no
checking for memcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... yes
no
checking for strerror... checking for strcasecmp... no
4
checking size of size_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for unistd.h... (cached) yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... no
checking for iconv... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... configure: creating cache ./config.cache
no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking build system type... checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-pc-linux-gnu
checking host system type... no
checking for GNU gettext in libintl... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating Makefile
8
checking for a 64-bit type... config.status: creating Makefile
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
config.status: creating config.h
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... config.status: executing depfiles commands
/usr/bin/grep -E
checking for ANSI C header files... config.status: executing default-1 commands
config.status: executing libtool commands
yes
checking for uintptr_t... yes
checking for sys/types.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for sys/stat.h... yes
checking for ssize_t... yes
checking for stdlib.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for string.h... yes
checking for pid_t... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for strings.h... none required
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for asprintf... yes
yes
checking for inttypes.h... checking for atexit... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for basename... checking for stdint.h... yes
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for bcmp... yes
no
checking for bcopy... checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for bsearch... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for bzero... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
checking for calloc... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for clock... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for ffs... void
checking for size_t... no
checking for getcwd... yes
yes
checking for ssize_t... checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for gettimeofday... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for dirent.h that defines DIR... yes
checking for index... yes
checking for library containing opendir... no
checking for insque... none required
checking for fcntl... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for memchr... no
checking for kill... yes
checking for memcmp... no
checking for lstat... yes
checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for memmem... no
checking for memmove... no
checking for memmove... yes
checking for putenv... yes
checking for mempcpy... yes
checking for select... yes
checking for memset... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for setenv... yes
checking for mkstemps... no
checking for setlocale... no
checking for putenv... yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for random... yes
checking for strpbrk... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for rename... yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for rindex... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for vsnprintf... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for setenv... yes
checking for isascii... no
checking for snprintf... yes
checking for isxdigit... yes
checking for sigsetmask... yes
checking for getpwent... no
checking for stpcpy... no
checking for getpwnam... no
checking for stpncpy... no
checking for getpwuid... no
checking for strcasecmp... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for strchr... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for strdup... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for strncasecmp... checking stdarg.h usability... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strndup... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strnlen... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strrchr... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strstr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strtod... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strtol... no
checking termios.h presence... yes
no
checking for termios.h... no
checking for strtoul... checking termio.h usability... no
checking termio.h presence... yes
checking for strtoll... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strtoull... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strverscmp... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for tmpnam... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vasprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for vfprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for vprintf... checking for type of signal functions... yes
checking for vsnprintf... yes
checking for vsprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for waitpid... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for setproctitle... yes
checking whether signal handlers are of type void... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for fork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... no
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent... no
checking for external symbol _system_configuration... no
checking for tgetent in -ltermcap... no
checking for __fsetlocking... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for canonicalize_file_name... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for dup3... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrlimit... no
checking langinfo.h presence... no
no
checking for langinfo.h... no
checking for mbrlen... checking for getrusage... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for mbsrtowcs... no
checking for pstat_getdynamic... yes
checking for mbschr... no
checking for pstat_getstatic... no
checking for wcrtomb... no
checking for realpath... yes
checking for wcscoll... no
checking for setrlimit... yes
checking for wcsdup... no
checking for sbrk... yes
checking for wcwidth... no
checking for spawnve... no
checking for wctype... yes
yes
checking for wcswidth... checking for spawnvpe... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for strerror... yes
yes
checking for strsignal... checking for iswlower... no
checking for sysconf... yes
checking for iswupper... no
checking for sysctl... yes
checking for towlower... no
checking for sysmp... yes
checking for towupper... no
checking for table... yes
checking for iswctype... no
checking for times... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for wait3... yes
checking for wctype_t in wctype.h... no
checking for wait4... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking whether basename is declared... supported
no
checking whether ffs is declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking whether snprintf is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking whether vsnprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-04-04  2:30 [binutils-gdb] PR binutils/22875: i860/ELF: Report unsupported relocation types sergiodj+buildbot
@ 2018-04-04  5:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-04-04  5:01 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/1297>

Commit(s) tested:
	5d7c8b80485d75242e7c78e79b3ecb4c71abaee3

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	PR binutils/22875: i860/ELF: Report unsupported relocation types

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5d/5d7c8b80485d75242e7c78e79b3ecb4c71abaee3/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
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)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... mkdir -p -- ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
.exe
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for suffix of object files... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inline... yes
yes
inline
checking for sys/stat.h... checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
yes
yes
checking for stdlib.h... checking for off_t... checking minix/config.h usability... yes
checking for string.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for memory.h... yes
yes
checking for size_t... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strings.h... yes
checking for C compiler default output file name... checking for inttypes.h... yes
checking for working alloca.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... (cached) yes
.exe
yes
checking for suffix of object files... yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for getpagesize... checking for unistd.h... yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking ctype.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking ctype.h presence... yes
yes
checking for ctype.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... none needed
checking for style of include used by make... checking stddef.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for string.h... checking for grep that handles long lines and -e... yes
(cached) yes
checking whether the inttypes.h PRIxNN macros are broken... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking stdio.h usability... no
checking for ld used by GCC... yes
checking stdio.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for an ANSI C-conforming const... done
yes
checking for inline... checking argz.h usability... yes
checking for uintptr_t... inline
checking whether byte ordering is bigendian... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
no
checking argz.h presence... checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for argz.h... no
checking limits.h usability... yes
checking for int_least32_t... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking locale.h usability... yes
checking for int_fast32_t... checking for sys/file.h... ok
checking how to run the C preprocessor... yes
checking for sys/param.h... yes
checking for limits.h... x86_64-w64-mingw32-gcc -E
yes
checking locale.h presence... yes
checking for uint64_t... yes
yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking nl_types.h usability... checking for malloc.h... checking for ANSI C header files... yes
checking for string.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
no
checking nl_types.h presence... checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
no
checking for nl_types.h... no
checking for strings.h... (cached) yes
checking for sys/time.h... checking malloc.h usability... yes
checking for off_t... yes
checking for sys/types.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for time.h... yes
checking stddef.h usability... checking for sys/stat.h... yes
checking size of int... yes
checking stddef.h presence... yes
yes
checking for sys/resource.h... yes
checking for stddef.h... yes
checking for stdlib.h... no
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/mman.h... yes
checking for string.h... (cached) yes
no
checking for fcntl.h... checking for unistd.h... (cached) yes
yes
checking for string.h... checking sys/param.h usability... checking for alloca.h... no
yes
checking for sys/pstat.h... checking for memory.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for sys/sysmp.h... checking for strings.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking for inttypes.h... no
no
checking for fgets_unlocked... checking for sys/table.h... yes
no
checking for sys/sysctl.h... checking for stdint.h... no
no
checking for sys/systemcfg.h... checking for getc_unlocked... yes
no
checking for stdint.h... (cached) yes
checking for unistd.h... checking for stdio_ext.h... 4
checking size of long... no
checking for process.h... no
yes
checking for getcwd... yes
checking for dlfcn.h... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for objdir... no
checking whether time.h and sys/time.h may both be included... .libs
yes
checking for getegid... yes
checking whether errno must be declared... no
checking size of int... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for geteuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 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... x86_64-w64-mingw32-gcc -E
checking for munmap... checking for stdlib.h... (cached) yes
no
no
checking for putenv... checking for unistd.h... (cached) yes
checking for getpagesize... 4
checking size of long... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for working mmap... no
checking for memcpy... checking for setenv... yes
checking for strerror... no
checking for setlocale... config.status: creating Makefile
yes
yes
checking for unistd.h... (cached) yes
checking for stpcpy... config.status: creating config.h
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing gstdint.h commands
no
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for __fsetlocking... .exe
checking for suffix of object files... no
checking for iconv... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
checking for long long... no
checking for LC_MESSAGES... none needed
checking how to run the C preprocessor... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
x86_64-w64-mingw32-gcc -E
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking size of long long... config.status: creating Makefile
no
checking for GNU gettext in libintl... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing depfiles commands
yes
checking for sys/types.h... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing libtool commands
yes
checking for sys/stat.h... yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for string.h... config.status: creating Makefile
yes
checking for memory.h... config.status: creating config.intl
config.status: creating config.h
yes
checking for strings.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for stdint.h... 8
checking for a 64-bit type... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for unistd.h... uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking minix/config.h presence... yes
checking for uintptr_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for ssize_t... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for pid_t... yes
checking for ssize_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for atexit... yes
checking for library containing opendir... yes
checking for basename... none required
checking for fcntl... yes
checking for bcmp... no
checking for kill... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for bcopy... no
checking for lstat... no
checking for bsearch... no
checking for memmove... yes
checking for bzero... yes
checking for putenv... no
checking for calloc... yes
checking for select... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for clock... no
checking for setenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
no
checking for setlocale... checking for ffs... no
checking for getcwd... yes
checking for strcasecmp... yes
checking for getpagesize... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for strpbrk... yes
checking for gettimeofday... yes
yes
checking for tcgetattr... checking for index... no
checking for insque... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for memchr... yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for memset... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for mkstemps... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for random... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... no
checking for rename... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for rindex... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for snprintf... yes
checking termcap.h presence... yes
checking for sigsetmask... yes
checking for termcap.h... yes
checking termios.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for stpcpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpncpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for strchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strncasecmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strndup... checking for sys/ptem.h... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... checking for strtoul... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking whether signal handlers are of type void... checking for strtoll... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for TIOCSTAT in sys/ioctl.h... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for FIONREAD in sys/ioctl.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for speed_t in sys/types.h... x86_64-w64-mingw32-ranlib libz.a
yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtoull... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
yes
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-ranlib libdecnumber.a
checking for strverscmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for struct dirent.d_fileno... no
no
checking for tgetent... checking for tmpnam... rm -f plural.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
no
checking for tgetent in -ltermcap... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for vasprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for vsnprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for vsprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for mbscasecmp... yes
checking for waitpid... no
checking for mbscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for setproctitle... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for mbsnrtowcs... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for mbsrtowcs... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for fork... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... no
yes
checking for wcwidth... checking for __fsetlocking... no
no
checking for wctype... checking for canonicalize_file_name... yes
checking for wcswidth... no
checking for dup3... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrlimit... yes
checking for iswlower... no
checking for getrusage... no
yes
checking for getsysinfo... checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... no
checking for setrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sbrk... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strerror... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-28 17:49 [binutils-gdb] [2/2][LD][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in LD sergiodj+buildbot
@ 2018-03-28 18:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-28 18:43 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/1274>

Commit(s) tested:
	e04ef02299ad4aae08da857e8535d98e8643a274

Author(s) (in the same order as the commits):
	Renlin Li <renlin.li@arm.com>

Subject:
	[2/2][LD][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in LD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e0/e04ef02299ad4aae08da857e8535d98e8643a274/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
mkdir -p -- ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... 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
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking build system type... checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
config.status: creating Makefile
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
.exe
checking for suffix of object files... yes
checking for inline... checking for sys/stat.h... inline
o
checking whether we are using the GNU C compiler... checking for sys/types.h... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for string.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for strings.h... checking for memory.h... checking for C compiler default output file name... yes
yes
yes
checking for strings.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
yes
checking for inttypes.h... yes
checking for stdint.h... o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for unistd.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking minix/config.h usability... checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... none needed
checking for style of include used by make... no
checking minix/config.h presence... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... x86_64-w64-mingw32-gcc -E
gcc3
checking how to print strings... yes
checking for size_t... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... 64
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for alloca... 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... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether the shell understands "+="... yes
yes
checking for sys/types.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... yes
x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/stat.h... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for unsigned long long... checking for memory.h... ok
checking how to run the C preprocessor... yes
yes
checking for inttypes.h... checking for strings.h... yes
x86_64-w64-mingw32-gcc -E
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for inttypes.h... yes
checking for an ANSI C-conforming const... no
checking for ld used by GCC... checking for ANSI C header files... yes
yes
checking for inline... checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... inline
checking whether byte ordering is bigendian... yes
checking for unistd.h... yes
checking for sys/types.h... yes
done
checking ctype.h usability... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking argz.h usability... checking for sys/stat.h... checking for sys/file.h... no
checking argz.h presence... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
no
checking for argz.h... no
checking stddef.h usability... checking limits.h usability... checking for sys/param.h... yes
yes
yes
checking limits.h presence... yes
checking stddef.h presence... checking for stdlib.h... yes
checking for limits.h... yes
checking for limits.h... yes
checking for stddef.h... yes
yes
checking locale.h usability... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for malloc.h... checking stdio.h usability... checking for string.h... yes
yes
checking locale.h presence... checking for string.h... (cached) yes
yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
yes
checking stdio.h presence... checking nl_types.h usability... yes
checking for strings.h... (cached) yes
yes
checking for stdio.h... yes
checking for sys/time.h... checking for memory.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking nl_types.h presence... yes
checking for time.h... yes
no
checking for nl_types.h... no
yes
checking for uintptr_t... yes
checking malloc.h usability... checking for sys/resource.h... checking for strings.h... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
yes
checking for int_least32_t... checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... no
checking stddef.h usability... checking for fcntl.h... checking for inttypes.h... yes
yes
checking stddef.h presence... yes
checking for int_fast32_t... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for alloca.h... yes
checking for string.h... (cached) checking for stdint.h... yes
no
checking for sys/pstat.h... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... no
yes
checking for uint64_t... checking for unistd.h... checking for sys/sysmp.h... yes
checking sys/param.h presence... no
yes
checking for sys/param.h... yes
yes
checking for sys/sysinfo.h... checking for feof_unlocked... checking for dlfcn.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for machine/hal_sysinfo.h... no
checking for objdir... no
checking for sys/table.h... .libs
yes
checking for off_t... no
checking for fgets_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for stdint.h... (cached) yes
yes
checking size of int... checking for stdio_ext.h... no
checking for getc_unlocked... no
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking size of int... yes
checking for getegid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for geteuid... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
4
checking size of long... no
checking for getgid... no
checking for stdlib.h... (cached) yes
checking for getuid... checking for unistd.h... (cached) yes
checking for getpagesize... no
yes
checking for working mmap... no
checking for memcpy... checking for mempcpy... 4
checking size of long... yes
yes
checking for strerror... checking for munmap... no
checking for putenv... yes
checking for unistd.h... (cached) yes
yes
checking for setenv... 4
checking for ANSI C header files... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... no
checking for setlocale... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for stpcpy... 4
checking size of size_t... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for strcasecmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
no
config.status: executing gstdint.h commands
checking for __argz_stringify... 8
checking for long long... no
checking for __argz_next... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking size of long long... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... configure: creating cache ./config.cache
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... 8
checking for a 64-bit type... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
uint64_t
checking for intptr_t... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for uintptr_t... .exe
config.status: creating Makefile
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
config.status: creating config.intl
yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.h
config.status: executing depfiles commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -E
config.status: executing libtool commands
yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for library containing strerror... yes
checking for sys/stat.h... config.status: creating config.h
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
none required
checking for stdlib.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for asprintf... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for string.h... yes
checking for atexit... yes
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for basename... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for strings.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for bcmp... checking for inttypes.h... yes
no
checking for bcopy... checking for stdint.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
no
checking for unistd.h... checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking minix/config.h usability... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for calloc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for clock... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for working volatile... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
void
checking for size_t... checking for ffs... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for ssize_t... no
checking for getcwd... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for dirent.h that defines DIR... yes
checking for gettimeofday... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for library containing opendir... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for index... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
none required
no
checking for fcntl... checking for insque... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
no
checking for kill... checking for memchr... no
checking for lstat... yes
checking for memcmp... no
checking for memmove... yes
checking for memcpy... yes
checking for putenv... yes
checking for memmem... yes
checking for select... no
checking for memmove... yes
no
checking for mempcpy... checking for setenv... yes
no
checking for memset... checking for setlocale... yes
checking for strcasecmp... yes
checking for mkstemps... yes
checking for strpbrk... no
checking for putenv... yes
yes
checking for random... checking for tcgetattr... no
checking for rename... no
checking for vsnprintf... yes
yes
checking for rindex... checking for isascii... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
no
checking for sigsetmask... checking for getpwuid... no
no
checking for working strcoll... no
checking fcntl.h usability... checking for stpcpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for stpncpy... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
no
checking varargs.h presence... checking for strcasecmp... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strchr... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strdup... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for strncasecmp... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for strndup... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strnlen... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strrchr... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strstr... yes
no
checking termios.h presence... checking for strtod... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtol... no
checking termio.h presence... yes
checking for strtoul... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strtoll... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strtoull... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strverscmp... checking sys/select.h usability... no
checking sys/select.h presence... no
checking for tmpnam... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vasprintf... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for vfprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for waitpid... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for setproctitle... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking whether signal handlers are of type void... no
checking for fork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for vfork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for _doprnt... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for tgetent... no
no
checking for tgetent in -ltermcap... checking for canonicalize_file_name... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for dup3... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for getrlimit... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrusage... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getsysinfo... yes
checking for mbscasecmp... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbscmp... no
checking for psignal... no
checking for mbsnrtowcs... no
checking for pstat_getdynamic... no
checking for mbsrtowcs... no
checking for pstat_getstatic... yes
checking for mbschr... no
checking for realpath... no
checking for wcrtomb... no
checking for setrlimit... yes
checking for wcscoll... no
checking for sbrk... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for spawnve... yes
checking for spawnvpe... no
checking for wctype... yes
yes
checking for wcswidth... checking for strerror... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for strsignal... yes
checking for iswlower... no
checking for sysconf... yes
no
checking for sysctl... checking for iswupper... yes
no
checking for sysmp... checking for towlower... no
checking for table... yes
checking for towupper... yes
no
checking for times... checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for wait3... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for wait4... yes
checking for wint_t in wctype.h... no
checking whether basename is declared... yes
checking configuration for building shared libraries... supported
no
configure: updating cache ./config.cache
checking whether ffs is declared... configure: creating ./config.status
no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... config.status: creating Makefile
yes
checking whether snprintf is declared... config.status: creating doc/Makefile
yes
checking whether vsnprintf is declared... config.status: creating examples/Makefile
yes
checking whether calloc is declared... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-28 12:42 [binutils-gdb] x86: don't show suffixes for to-scalar-int conversion insns sergiodj+buildbot
@ 2018-03-28 13:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-28 13:11 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/1269>

Commit(s) tested:
	9646c87b5a6c0462e8a9b6305d9e449bd099f19d

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: don't show suffixes for to-scalar-int conversion insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/96/9646c87b5a6c0462e8a9b6305d9e449bd099f19d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./etc
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... configure: updating cache ./config.cache
/usr/bin/msgmerge
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... configure: creating 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
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
none needed
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -W... inline
checking for sys/types.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for string.h... yes
checking for strings.h... checking how to run the C preprocessor... yes
yes
x86_64-w64-mingw32-gcc -E
checking for memory.h... checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... yes
checking for stdint.h... yes
yes
checking for inttypes.h... checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for stdint.h... yes
checking for stdlib.h... yes
checking for off_t... yes
checking for unistd.h... yes
checking for string.h... yes
checking minix/config.h usability... yes
checking for memory.h... yes
checking for size_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for inttypes.h... yes
checking for working alloca.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for alloca... yes
yes
checking for stdint.h... 64
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... yes
yes
checking for working mmap... no
yes
checking ctype.h usability... checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... .exe
yes
checking ctype.h presence... checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for ctype.h... yes
yes
checking for unsigned long long... o
checking whether we are using the GNU C compiler... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stddef.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for ld used by GCC... checking for string.h... (cached) yes
checking stdio.h usability... none needed
checking for style of include used by make... GNU
yes
checking stdio.h presence... checking dependency style of x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stdio.h... yes
yes
checking for an ANSI C-conforming const... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for inline... done
inline
checking whether byte ordering is bigendian... checking argz.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for uintptr_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for int_least32_t... 1572864
checking whether the shell understands some XSI constructs... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking limits.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/file.h... yes
yes
checking for limits.h... yes
checking for sys/param.h... checking locale.h usability... yes
checking for int_fast32_t... yes
checking for limits.h... yes
yes
checking locale.h presence... checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
ok
checking how to run the C preprocessor... checking for malloc.h... yes
checking for uint64_t... checking nl_types.h usability... yes
x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking nl_types.h presence... checking for strings.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/time.h... checking for ANSI C header files... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for off_t... yes
yes
checking malloc.h presence... checking for time.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
yes
checking for sys/resource.h... checking for sys/types.h... no
yes
checking stddef.h presence... yes
checking size of int... checking for sys/stat.h... (cached) yes
yes
checking for stddef.h... yes
checking for sys/mman.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/stat.h... checking for fcntl.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... yes
checking for stdlib.h... checking for alloca.h... no
checking for sys/pstat.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
yes
no
checking for feof_unlocked... checking for sys/sysmp.h... checking for string.h... no
checking for sys/sysinfo.h... yes
no
checking for machine/hal_sysinfo.h... checking for memory.h... no
checking for sys/table.h... yes
no
checking for fgets_unlocked... checking for strings.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
no
checking for inttypes.h... checking for stdio_ext.h... no
checking for process.h... checking for getc_unlocked... yes
yes
checking for sys/prctl.h... checking for stdint.h... 4
checking size of long... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking for unistd.h... checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... yes
yes
checking whether errno must be declared... checking for getegid... no
checking for objdir... .libs
no
checking for geteuid... no
checking size of int... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
no
checking for ANSI C header files... (cached) yes
checking for mempcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
yes
checking dynamic linker characteristics... checking for munmap... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
no
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of long... no
checking for putenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for setenv... yes
checking for working mmap... no
config.status: creating Makefile
checking for memcpy... no
checking for setlocale... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strerror... yes
checking for stpcpy... yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... configure: creating cache ./config.cache
yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for __argz_count... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_stringify... checking for C compiler default output file name... no
checking for __argz_next... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for __fsetlocking... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 8
checking for long long... no
checking for iconv... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... none needed
checking how to run the C preprocessor... no
checking for LC_MESSAGES... yes
checking size of long long... x86_64-w64-mingw32-gcc -E
no
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... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for sys/types.h... yes
checking for sys/stat.h... config.status: creating Makefile
yes
checking for stdlib.h... config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for string.h... config.status: creating Makefile
config.status: creating config.intl
yes
checking for memory.h... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for strings.h... yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
8
checking for stdint.h... checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
uint64_t
checking for intptr_t... checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for uintptr_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for ssize_t... void
checking for size_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for library containing strerror... no
checking for dirent.h that defines DIR... none required
checking for asprintf... yes
checking for library containing opendir... yes
checking for atexit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
none required
yes
checking for fcntl... checking for basename... yes
checking for bcmp... no
no
checking for kill... checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
no
checking for lstat... checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for bzero... no
checking for memmove... no
yes
checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for putenv... yes
checking for clock... yes
yes
checking for ffs... checking for select... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for getcwd... yes
no
checking for setenv... checking for getpagesize... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for insque... yes
checking for strcasecmp... no
checking for memchr... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
yes
checking for memcmp... checking for strpbrk... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for isascii... yes
yes
checking for mempcpy... checking for isxdigit... yes
yes
checking for getpwent... checking for memset... no
yes
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking fcntl.h presence... checking for random... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for rename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking limits.h presence... yes
checking for limits.h... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking locale.h usability... no
checking for snprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
x86_64-w64-mingw32-ranlib libdecnumber.a
checking termcap.h usability... no
checking for stpcpy... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking termcap.h presence... no
checking for stpncpy... yes
checking for termcap.h... yes
checking termios.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking termios.h presence... no
checking for strcasecmp... no
checking for termios.h... no
checking termio.h usability... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
x86_64-w64-mingw32-ranlib libz.a
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking termio.h presence... yes
checking for strchr... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for strdup... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking sys/stream.h presence... checking for strncasecmp... no
checking for sys/stream.h... no
checking sys/select.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking sys/select.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
no
checking for sys/select.h... no
checking for strndup... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
no
checking for sys/ptem.h... checking for strnlen... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
64
checking for strrchr... checking for type of signal functions... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for strstr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for strtod... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for strtol... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for strtoll... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for strtoull... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vprintf... yes
yes
checking wctype.h presence... checking for vsnprintf... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for waitpid... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbscmp... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sbrk... yes
checking for wctype_t in wctype.h... no
checking for spawnve... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
checking for spawnvpe... supported
yes
configure: updating cache ./config.cache
checking for strerror... configure: creating ./config.status
yes
checking for strsignal... config.status: creating Makefile
no
checking for sysconf... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysctl... config.status: creating shlib/Makefile
no
checking for sysmp... config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27 17:29 [binutils-gdb] Remove cleanups from prompt_for_continue sergiodj+buildbot
@ 2018-03-27 21:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 21:26 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/1266>

Commit(s) tested:
	5aa892761c6a9f76c5b5ec2a9509e994b4f4de07

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from prompt_for_continue

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5a/5aa892761c6a9f76c5b5ec2a9509e994b4f4de07/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./etc
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... /usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... config.status: creating Makefile
checking for C compiler default output file name... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
x86_64-w64-mingw32-gcc -E
checking for suffix of object files... mkdir -p -- ./libdecnumber
o
checking whether we are using the GNU C compiler... Configuring in ./libdecnumber
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-strip... yes
x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for an ANSI C-conforming const... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for sys/types.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for inline... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
inline
checking for sys/stat.h... checking for sys/types.h... checking for C compiler default output file name... yes
yes
checking for sys/stat.h... checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... yes
yes
.exe
checking for suffix of object files... checking for string.h... checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... .exe
checking for suffix of object files... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... checking for strings.h... checking for memory.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... none needed
checking for style of include used by make... checking for inttypes.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdint.h... checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for unistd.h... no
checking minix/config.h presence... gcc3
yes
checking how to print strings... yes
printf
checking for a sed that does not truncate output... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... /usr/bin/sed
checking for grep that handles long lines and -e... checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... 64
yes
checking for size_t... yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -W... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether x86_64-w64-mingw32-gcc supports -Wall... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... x86_64-w64-mingw32-gcc -E
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/types.h... yes
checking for stdlib.h... (cached) yes
yes
yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/stat.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdlib.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
yes
checking for sys/types.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for string.h... yes
checking for sys/stat.h... yes
checking for stdint.h... yes
yes
checking for an ANSI C-conforming const... yes
checking for memory.h... yes
checking for unsigned long long... checking for stdlib.h... yes
checking for inline... yes
inline
checking whether byte ordering is bigendian... yes
checking for strings.h... yes
checking for inttypes.h... checking for string.h... yes
yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for inttypes.h... checking for memory.h... no
checking for ld used by GCC... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking for stdint.h... checking for sys/file.h... checking for strings.h... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/param.h... yes
checking for limits.h... checking for unistd.h... yes
yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... done
yes
checking argz.h usability... yes
checking ctype.h usability... checking for stdint.h... checking for string.h... (cached) yes
no
checking argz.h presence... yes
checking ctype.h presence... yes
checking for unistd.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking for unistd.h... checking for strings.h... (cached) yes
yes
checking for ctype.h... yes
checking for sys/time.h... yes
checking stddef.h usability... yes
checking limits.h presence... checking for dlfcn.h... yes
checking for limits.h... yes
yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking locale.h usability... checking for string.h... (cached) yes
checking stdio.h usability... checking for time.h... no
checking for objdir... .libs
yes
checking stdio.h presence... yes
yes
checking locale.h presence... checking for sys/resource.h... yes
checking for locale.h... yes
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking nl_types.h usability... no
checking for sys/stat.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/mman.h... no
checking nl_types.h presence... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for fcntl.h... yes
checking for uintptr_t... no
checking for nl_types.h... no
yes
checking malloc.h usability... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for alloca.h... yes
checking malloc.h presence... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
yes
checking for malloc.h... yes
checking for sys/pstat.h... yes
checking for int_least32_t... checking stddef.h usability... no
checking for sys/sysmp.h... yes
checking stddef.h presence... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/sysinfo.h... yes
checking for int_fast32_t... yes
checking whether -lc should be explicitly linked in... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking dynamic linker characteristics... no
checking for machine/hal_sysinfo.h... checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/table.h... yes
checking for uint64_t... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking sys/param.h usability... no
checking for sys/sysctl.h... yes
checking sys/param.h presence... no
yes
checking what to include in gstdint.h... checking for stdlib.h... (cached) yes
yes
checking for sys/param.h... yes
checking for sys/systemcfg.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
checking for feof_unlocked... checking for getpagesize... no
yes
checking for off_t... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for fgets_unlocked... yes
checking for working mmap... no
checking for memcpy... no
checking for process.h... yes
yes
checking size of int... yes
no
checking for sys/prctl.h... checking for getc_unlocked... checking for strerror... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
yes
checking for getcwd... checking for unistd.h... (cached) yes
yes
checking whether errno must be declared... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for getegid... no
checking size of int... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... no
checking for putenv... yes
4
checking for ANSI C header files... (cached) yes
checking for setenv... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for setlocale... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stpcpy... 4
checking size of size_t... no
checking for strcasecmp... no
yes
configure: updating cache ./config.cache
checking for strdup... configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... 8
checking for long long... no
config.status: creating Makefile
checking for __argz_stringify... config.status: creating config.h
yes
checking size of long long... no
config.status: executing gstdint.h commands
checking for __argz_next... make[1]: Nothing to be done for 'all-target'.
no
mkdir -p -- ./readline
checking for __fsetlocking... Configuring in ./readline
config.status: creating Makefile
no
checking for iconv... config.status: executing depfiles commands
config.status: executing libtool commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
configure: updating cache ./config.cache
8
checking for a 64-bit type... configure: creating ./config.status
configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
uint64_t
checking build system type... checking for intptr_t... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for C compiler default output file name... yes
checking for uintptr_t... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
checking for ssize_t... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for pid_t... config.status: creating config.intl
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -E
yes
checking for library containing strerror... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none required
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for asprintf... make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for sys/stat.h... checking for atexit... yes
yes
checking for stdlib.h... checking for basename... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for string.h... yes
yes
checking for memory.h... checking for bcmp... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for bcopy... yes
checking for inttypes.h... no
checking for bsearch... yes
checking for stdint.h... yes
yes
checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for unistd.h... yes
no
checking minix/config.h usability... checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for clock... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... checking for ffs... yes
checking for function prototypes... yes
checking whether char is unsigned... no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for getcwd... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for getpagesize... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for ssize_t... yes
checking for index... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for dirent.h that defines DIR... yes
no
checking for library containing opendir... checking for memchr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
none required
checking for fcntl... checking for memcmp... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for kill... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
no
checking for memcpy... checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for memmove... checking for memmem... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
config.status: creating config.h
checking for putenv... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46checking for memmove... .1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: config.h is unchanged
rm -f plural.h
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for select... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for mempcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for setenv... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for memset... no
checking for setlocale... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for mkstemps... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for random... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for tcgetattr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for rename... no
checking for vsnprintf... yes
checking for rindex... yes
checking for isascii... no
checking for setenv... yes
no
checking for isxdigit... checking for snprintf... yes
yes
checking for getpwent... checking for sigsetmask... no
no
checking for stpcpy... checking for getpwnam... no
checking for getpwuid... no
checking for stpncpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for strcasecmp... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... checking for strchr... no
checking varargs.h presence... yes
checking for strdup... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strncasecmp... checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strndup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for strnlen... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strrchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strstr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking for strtod... checking termios.h usability... yes
checking for strtol... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strtoul... no
checking termio.h presence... no
checking for termio.h... no
yes
checking for strtoll... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strtoull... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strverscmp... no
checking for sys/stream.h... no
checking sys/select.h usability... no
no
checking sys/select.h presence... checking for tmpnam... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for vasprintf... yes
checking sys/file.h presence... 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... checking for vfprintf... 64
checking for type of signal functions... yes
checking for vprintf... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vsnprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vsprintf... yes
yes
checking whether signal handlers are of type void... checking for waitpid... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
no
checking for speed_t in sys/types.h... checking for setproctitle... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for tgetent in -ltermcap... no
checking for external symbol _system_configuration... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for __fsetlocking... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for canonicalize_file_name... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for dup3... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrlimit... no
checking for getrusage... yes
checking for mbscasecmp... no
checking for getsysinfo... no
checking for mbscmp... no
checking for gettimeofday... (cached) yes
no
checking for mbsnrtowcs... checking for on_exit... no
checking for mbsrtowcs... no
checking for psignal... yes
checking for mbschr... no
checking for pstat_getdynamic... no
checking for wcrtomb... no
checking for pstat_getstatic... yes
checking for wcscoll... no
checking for realpath... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for setrlimit... no
checking for wctype... no
yes
checking for wcswidth... checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
checking for iswlower... yes
checking for iswupper... yes
yes
checking for towlower... checking for spawnvpe... yes
yes
checking for strerror... checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for sysctl... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for table... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
config.status: creating Makefile
checking whether ffs is declared... no
checking whether asprintf is declared... config.status: creating doc/Makefile
yes
checking whether vasprintf is declared... config.status: creating examples/Makefile
yes
checking whether snprintf is declared... yes
config.status: creating shlib/Makefile
checking whether vsnprintf is declared... yes
config.status: creating config.h
checking whether calloc is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27 14:32 [binutils-gdb] set varsize-limit: New GDB setting for maximum dynamic object size sergiodj+buildbot
@ 2018-03-27 18:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 18:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1262>

Commit(s) tested:
	3fcded8f30b6b0c1930d4f82914476315027aa2e

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	set varsize-limit: New GDB setting for maximum dynamic object size

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3f/3fcded8f30b6b0c1930d4f82914476315027aa2e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    break-catch-syscall.o
  CXX    break-catch-throw.o
  CXX    breakpoint.o
  CXX    btrace.o
  CXX    build-id.o
  CXX    buildsym.o
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
../../binutils-gdb/gdb/breakpoint.c: In function 'void check_status_watchpoint(bpstat)':
../../binutils-gdb/gdb/breakpoint.c:5074:4: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
    switch (e)
    ^~~~~~
../../binutils-gdb/gdb/breakpoint.c:5051:20: note: 'e' was declared here
    wp_check_result e;
                    ^
  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/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/job-control.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    ctf.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dictionary.o
  CXX    disasm.o
  CXX    disasm-selftests.o
  CXX    dummy-frame.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame.o
  CXX    dwarf2-frame-tailcall.o
  CXX    dwarf2expr.o
../../binutils-gdb/gdb/dwarf-index-write.c: In member function 'void debug_names::build()':
../../binutils-gdb/gdb/dwarf-index-write.c:705:13: error: 'pow' is not a member of 'std'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
             ^~~
../../binutils-gdb/gdb/dwarf-index-write.c:705:26: error: 'ceil' is not a member of 'std'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
                          ^~~~
../../binutils-gdb/gdb/dwarf-index-write.c:705:26: note: suggested alternative: 'cend'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
                          ^~~~
                          cend
../../binutils-gdb/gdb/dwarf-index-write.c:705:37: error: 'log2' is not a member of 'std'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
                                     ^~~~
../../binutils-gdb/gdb/dwarf-index-write.c:705:37: note: suggested alternative: 'not2'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
                                     ^~~~
                                     not2
  CXX    dwarf2loc.o
make[2]: *** [Makefile:1609: dwarf-index-write.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27 14:24 [binutils-gdb] Move DWARF index-related things to a separate file sergiodj+buildbot
@ 2018-03-27 18:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 18:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1261>

Commit(s) tested:
	cd4fb1b2ffc88911e4109444ff729e31920d01ec

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Move DWARF index-related things to a separate file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/cd/cd4fb1b2ffc88911e4109444ff729e31920d01ec/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    break-catch-syscall.o
  CXX    break-catch-throw.o
  CXX    breakpoint.o
  CXX    btrace.o
  CXX    build-id.o
  CXX    buildsym.o
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
../../binutils-gdb/gdb/breakpoint.c: In function 'void check_status_watchpoint(bpstat)':
../../binutils-gdb/gdb/breakpoint.c:5074:4: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
    switch (e)
    ^~~~~~
../../binutils-gdb/gdb/breakpoint.c:5051:20: note: 'e' was declared here
    wp_check_result e;
                    ^
  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/errors.o
  CXX    common/environ.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/job-control.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
  CXX    common/signals.o
  CXX    common/signals-state-save-restore.o
  CXX    common/vec.o
  CXX    common/xml-utils.o
  CXX    complaints.o
  CXX    completer.o
  CXX    continuations.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    ctf.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    demangle.o
  CXX    dictionary.o
  CXX    disasm.o
  CXX    disasm-selftests.o
  CXX    dummy-frame.o
  CXX    dwarf-index-common.o
  CXX    dwarf-index-write.o
  CXX    dwarf2-frame.o
  CXX    dwarf2-frame-tailcall.o
  CXX    dwarf2expr.o
../../binutils-gdb/gdb/dwarf-index-write.c: In member function 'void debug_names::build()':
../../binutils-gdb/gdb/dwarf-index-write.c:705:13: error: 'pow' is not a member of 'std'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
             ^~~
../../binutils-gdb/gdb/dwarf-index-write.c:705:26: error: 'ceil' is not a member of 'std'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
                          ^~~~
../../binutils-gdb/gdb/dwarf-index-write.c:705:26: note: suggested alternative: 'cend'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
                          ^~~~
                          cend
../../binutils-gdb/gdb/dwarf-index-write.c:705:37: error: 'log2' is not a member of 'std'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
                                     ^~~~
../../binutils-gdb/gdb/dwarf-index-write.c:705:37: note: suggested alternative: 'not2'
       (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
                                     ^~~~
                                     not2
  CXX    dwarf2loc.o
make[2]: *** [Makefile:1609: dwarf-index-write.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27  7:12 [binutils-gdb] Simplify exception handling in py-framefilter.c sergiodj+buildbot
@ 2018-03-27 15:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 15:57 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/1258>

Commit(s) tested:
	76c939acfd21928957b45816bf78935363438b0a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify exception handling in py-framefilter.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/76/76c939acfd21928957b45816bf78935363438b0a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./etc
Configuring in ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
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... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... checking for perl... perl
x86_64-w64-mingw32
checking target system type... checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking for inline... yes
inline
checking for sys/stat.h... checking for sys/types.h... yes
yes
checking for sys/stat.h... checking for stdlib.h... yes
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for stdlib.h... yes
checking whether to enable maintainer-specific portions of Makefiles... checking for string.h... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for string.h... checking for memory.h... checking for C compiler default output file name... yes
checking for C compiler default output file name... checking for memory.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for strings.h... checking for strings.h... .exe
.exe
yes
checking for suffix of object files... checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for style of include used by make... checking for stdint.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for unistd.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for unistd.h... yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wall... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... checking for off_t... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for working alloca.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... 64
no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking how to run the C preprocessor... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... x86_64-w64-mingw32-gcc -E
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for grep that handles long lines and -e... yes
checking for inttypes.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for stdlib.h... yes
checking for inline... checking for sys/stat.h... done
yes
inline
checking whether byte ordering is bigendian... yes
checking argz.h usability... checking for stdlib.h... checking for string.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking limits.h usability... checking for string.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... yes
checking limits.h presence... checking for memory.h... yes
yes
yes
checking for limits.h... yes
yes
checking for memory.h... checking for strings.h... yes
checking for sys/param.h... checking locale.h usability... checking for strings.h... yes
yes
checking for inttypes.h... checking for limits.h... yes
yes
checking locale.h presence... yes
checking for inttypes.h... yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
yes
checking for malloc.h... yes
checking nl_types.h usability... checking for stdint.h... checking for stdint.h... yes
yes
checking for string.h... (cached) yes
no
checking nl_types.h presence... checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for unistd.h... yes
no
checking for nl_types.h... no
checking for strings.h... (cached) yes
checking for dlfcn.h... checking malloc.h usability... yes
checking for sys/time.h... yes
checking malloc.h presence... checking ctype.h usability... yes
checking for malloc.h... yes
no
checking for objdir... yes
yes
checking ctype.h presence... .libs
checking stddef.h usability... checking for time.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
yes
checking stddef.h presence... yes
checking stddef.h presence... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking for stddef.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking stdio.h usability... checking for fcntl.h... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking stdio.h presence... yes
checking sys/param.h presence... checking for alloca.h... yes
checking for sys/param.h... yes
yes
checking for stdio.h... yes
checking for feof_unlocked... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for sys/pstat.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for sys/sysmp.h... no
no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/sysinfo.h... checking for fgets_unlocked... yes
checking whether -lc should be explicitly linked in... no
checking for machine/hal_sysinfo.h... yes
checking dynamic linker characteristics... yes
checking for uintptr_t... no
checking for sys/table.h... no
checking for getc_unlocked... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/sysctl.h... yes
checking for int_least32_t... no
checking for getcwd... no
checking for sys/systemcfg.h... checking for stdlib.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for getegid... no
yes
checking for uint64_t... yes
checking for working mmap... no
checking for process.h... checking for memcpy... yes
no
checking for geteuid... checking for sys/prctl.h... yes
checking what to include in gstdint.h... no
checking for sys/wait.h that is POSIX.1 compatible... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
no
checking for getgid... no
checking whether time.h and sys/time.h may both be included... checking for strerror... yes
checking for off_t... yes
checking whether errno must be declared... yes
no
checking for getuid... checking for unistd.h... (cached) yes
no
checking size of int... configure: updating cache ./config.cache
no
configure: creating ./config.status
yes
checking size of int... checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... 4
checking size of long... 4
checking size of long... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... 4
yes
checking size of size_t... 4
checking for ANSI C header files... (cached) yes
checking for __argz_count... checking build system type... no
checking for __argz_stringify... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for __argz_next... no
checking for __fsetlocking... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... 8
checking for long long... no
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 GNU gettext in libintl... yes
checking size of long long... config.status: creating Makefile
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
config.status: creating Makefile
configure: creating ./config.status
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking build system type... yes
checking for uintptr_t... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for ssize_t... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for pid_t... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
none required
checking for asprintf... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -E
checking for atexit... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
/usr/bin/grep -E
checking for ANSI C header files... checking for basename... yes
checking for bcmp... yes
no
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for bcopy... yes
checking for sys/stat.h... yes
checking for stdlib.h... no
checking for bsearch... yes
checking for string.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for bzero... checking for memory.h... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
yes
checking for clock... checking for inttypes.h... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking for stdint.h... checking for ffs... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for unistd.h... no
yes
checking for getcwd... checking minix/config.h usability... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for gettimeofday... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for index... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking return type of signal handlers... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
void
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for size_t... no
checking for memchr... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking for ssize_t... checking for memcmp... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... rm -f plural.h
config.status: creating config.h
config.status: config.h is unchanged
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for memcpy... checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for library containing opendir... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for memmem... none required
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for fcntl... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
yes
checking for kill... checking for mempcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for lstat... yes
checking for memset... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
yes
checking for memmove... checking for mkstemps... no
yes
checking for putenv... checking for putenv... yes
checking for random... yes
checking for select... no
checking for rename... no
checking for setenv... yes
checking for rindex... no
checking for setlocale... no
checking for setenv... yes
checking for strcasecmp... no
checking for snprintf... yes
checking for strpbrk... yes
checking for sigsetmask... yes
checking for tcgetattr... no
checking for stpcpy... no
checking for vsnprintf... no
checking for stpncpy... yes
checking for isascii... no
checking for strcasecmp... yes
yes
checking for strchr... checking for isxdigit... yes
checking for strdup... yes
checking for getpwent... yes
checking for strncasecmp... no
checking for getpwnam... yes
checking for strndup... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for strnlen... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for strrchr... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strstr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strtod... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for strtol... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strtoul... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strtoll... yes
yes
checking locale.h presence... checking for strtoull... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strverscmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for tmpnam... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for vasprintf... checking termios.h usability... yes
no
checking termios.h presence... checking for vfprintf... no
checking for termios.h... no
checking termio.h usability... yes
checking for vprintf... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for vsnprintf... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for vsprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for waitpid... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking for setproctitle... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking whether alloca needs Cray hooks... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... 64
checking for type of signal functions... no
checking for vfork... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking for dup3... no
checking for getrlimit... no
checking for getrusage... no
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... checking for on_exit... no
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for psignal... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for pstat_getdynamic... yes
checking whether signal handlers are of type void... no
checking for pstat_getstatic... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for realpath... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... not found
checking for struct dirent.d_ino... yes
checking for spawnvpe... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strerror... no
checking for tgetent in -ltermcap... yes
checking for strsignal... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sysconf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sysctl... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sysmp... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for table... yes
checking for mbscasecmp... no
checking for times... no
checking for mbscmp... no
checking for wait3... no
checking for mbsnrtowcs... no
checking for wait4... no
checking for mbsrtowcs... no
checking whether basename is declared... yes
checking for mbschr... no
checking whether ffs is declared... no
checking for wcrtomb... no
checking whether asprintf is declared... yes
checking for wcscoll... yes
checking whether vasprintf is declared... yes
checking for wcsdup... yes
checking whether snprintf is declared... yes
checking for wcwidth... yes
no
checking for wctype... checking whether vsnprintf is declared... yes
checking for wcswidth... yes
checking whether calloc is declared... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether getenv is declared... yes
checking for iswlower... yes
checking whether getopt is declared... yes
checking for iswupper... yes
checking whether malloc is declared... yes
checking for towlower... yes
checking whether realloc is declared... yes
checking for towupper... yes
checking whether sbrk is declared... yes
checking for iswctype... no
checking whether strtol is declared... yes
checking for nl_langinfo and CODESET... yes
checking whether strtoul is declared... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking whether strtoll is declared... yes
checking for wint_t in wctype.h... yes
checking whether strtoull is declared... yes
checking configuration for building shared libraries... supported
yes
configure: updating cache ./config.cache
checking whether strverscmp is declared... configure: creating ./config.status
no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27  6:58 [binutils-gdb] Improve "backtrace" help text sergiodj+buildbot
@ 2018-03-27 15:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 15:06 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/1257>

Commit(s) tested:
	9507b29c0a00fb62f015fe69f82aaf8f5377ab35

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Improve "backtrace" help text

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/95/9507b29c0a00fb62f015fe69f82aaf8f5377ab35/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./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
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
config.status: creating Makefile
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-pc-linux-gnu
checking host system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for perl... perl
x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... checking build system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... .exe
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
.exe
x86_64-w64-mingw32-gcc -E
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inline... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/stat.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for stdlib.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking how to run the C preprocessor... checking for inttypes.h... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inttypes.h... checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
yes
checking for unistd.h... checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for off_t... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for inttypes.h... yes
checking for stdlib.h... (cached) yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdint.h... yes
yes
checking ctype.h usability... checking for unsigned long long... checking for C compiler default output file name... yes
checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking ctype.h presence... yes
checking for an ANSI C-conforming const... yes
checking for ctype.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... .exe
checking stddef.h usability... checking for suffix of object files... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... o
checking whether we are using the GNU C compiler... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for stddef.h... yes
yes
checking for shared library run path origin... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking stdio.h presence... done
yes
checking for stdio.h... checking argz.h usability... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking for argz.h... no
checking limits.h usability... checking for sys/file.h... yes
checking for uintptr_t... yes
yes
checking limits.h presence... checking for sys/param.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for limits.h... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking locale.h usability... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for limits.h... yes
checking for int_least32_t... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking locale.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking for strings.h... (cached) 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 "+="... yes
checking for sys/time.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for uint64_t... yes
yes
checking malloc.h presence... checking for time.h... ok
checking how to run the C preprocessor... yes
checking for malloc.h... yes
yes
checking for sys/resource.h... checking stddef.h usability... x86_64-w64-mingw32-gcc -E
no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking what to include in gstdint.h... yes
checking stddef.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for ANSI C header files... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for off_t... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... no
yes
checking sys/param.h presence... checking for sys/pstat.h... yes
checking for sys/types.h... yes
checking for sys/param.h... yes
no
checking for sys/sysmp.h... checking for feof_unlocked... yes
checking size of int... yes
no
checking for sys/sysinfo.h... checking for sys/stat.h... no
checking for machine/hal_sysinfo.h... yes
checking for stdlib.h... no
no
checking for sys/table.h... checking for fgets_unlocked... no
yes
checking for sys/sysctl.h... checking for string.h... no
checking for sys/systemcfg.h... yes
no
no
checking for memory.h... checking for stdint.h... (cached) yes
checking for getc_unlocked... checking for stdio_ext.h... yes
no
checking for strings.h... checking for process.h... no
checking for getcwd... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
checking for getegid... checking for inttypes.h... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for stdint.h... 4
checking size of long... no
checking for geteuid... no
checking size of int... yes
checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for munmap... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
checking for ANSI C header files... (cached) yes
no
checking for putenv... checking build system type... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
x86_64-pc-linux-gnu
checking host system type... checking size of long... x86_64-w64-mingw32
checking target system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for setlocale... yes
no
yes
checking dynamic linker characteristics... checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... configure: updating cache ./config.cache
configure: creating ./config.status
no
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for strcasecmp... checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for strdup... yes
checking for working mmap... no
checking for memcpy... yes
checking for strtoul... 4
checking size of size_t... yes
yes
checking for tsearch... config.status: creating Makefile
checking for strerror... yes
config.status: creating config.h
yes
checking for __argz_count... checking for unistd.h... (cached) yes
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... 8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-pc-linux-gnu
checking host system type... no
checking for LC_MESSAGES... x86_64-w64-mingw32
no

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking for bison... checking whether make sets $(MAKE)... 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... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... yes
checking size of long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for grep that handles long lines and -e... config.status: executing depfiles commands
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
config.status: creating config.h
yes
checking for sys/types.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
8
checking for a 64-bit type... yes
checking for sys/stat.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
uint64_t
checking for intptr_t... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for string.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strings.h... yes
checking for ssize_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for pid_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for unistd.h... yes
yes
checking minix/config.h usability... checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
none required
checking for asprintf... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for atexit... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for working volatile... yes
checking for bcmp... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
void
checking for size_t... no
checking for bcopy... no
checking for bsearch... yes
checking for ssize_t... yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for calloc... no
checking for dirent.h that defines DIR... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for clock... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for ffs... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
checking for fcntl... no
checking for getcwd... no
checking for kill... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for getpagesize... no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for strpbrk... no
checking for memmove... yes
yes
checking for tcgetattr... checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for rindex... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for snprintf... checking varargs.h usability... no
checking varargs.h presence... yes
checking for sigsetmask... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... no
checking for stpcpy... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for stpncpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking for strcasecmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strchr... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strdup... yes
yes
checking termcap.h presence... checking for strncasecmp... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strndup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strstr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtol... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtoul... 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 strtoll... 64
checking for type of signal functions... yes
checking for strtoull... yes
checking for strverscmp... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vasprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for vsprintf... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
checking for setproctitle... no
checking for tgetent in -ltermcap... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for fork... yes
checking wctype.h presence... no
checking for vfork... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for _doprnt... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcsdup... no
checking for psignal... yes
checking for wcwidth... no
checking for pstat_getdynamic... no
checking for wctype... no
checking for pstat_getstatic... yes
checking for wcswidth... no
checking for realpath... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for setrlimit... yes
checking for iswlower... no
checking for sbrk... yes
checking for iswupper... no
checking for spawnve... yes
checking for towlower... yes
checking for spawnvpe... yes
checking for towupper... yes
checking for strerror... yes
checking for iswctype... yes
checking for strsignal... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysconf... yes
checking for wctype_t in wctype.h... no
checking for sysctl... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysmp... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for table... no
checking for times... config.status: creating Makefile
no
checking for wait3... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for wait4... config.status: creating config.h
config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27  5:44 [binutils-gdb] Throw a "quit" on a KeyboardException in py-framefilter.c sergiodj+buildbot
@ 2018-03-27 11:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 11:49 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/1253>

Commit(s) tested:
	4ca59a9f3616ba324952632233acc657fffa8be1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Throw a "quit" on a KeyboardException in py-framefilter.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4c/4ca59a9f3616ba324952632233acc657fffa8be1/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgmerge
configure: updating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating ./config.status
configure: creating cache ./config.cache
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... config.status: creating Makefile
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for perl... perl
checking build system type... none required
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... .exe
/usr/bin/grep -E
checking for ANSI C header files... checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for an ANSI C-conforming const... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -Wall... inline
none needed
checking how to run the C preprocessor... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
x86_64-w64-mingw32-gcc -E
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for sys/types.h... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdlib.h... yes
checking for strings.h... yes
checking how to run the C preprocessor... yes
checking for string.h... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdint.h... checking for strings.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for inttypes.h... yes
checking for sys/stat.h... yes
checking for stdint.h... yes
yes
checking for off_t... checking for stdlib.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking minix/config.h usability... yes
checking for size_t... yes
checking for memory.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... yes
checking for working alloca.h... yes
no
checking for alloca... checking for inttypes.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for stdlib.h... (cached) yes
64
checking for stdint.h... checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for unistd.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... checking ctype.h usability... yes
a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for unsigned long long... .exe
checking for suffix of object files... yes
checking ctype.h presence... yes
checking for inttypes.h... yes
yes
checking for ctype.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... o
checking whether we are using the GNU C compiler... yes
checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... (cached) yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking stdio.h usability... yes
checking for shared library run path origin... yes
checking stdio.h presence... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... done
checking argz.h usability... yes
checking for inline... yes
checking for uintptr_t... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for int_least32_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking limits.h presence... yes
checking for BSD- or MS-compatible name lister (nm)... yes
checking for limits.h... x86_64-w64-mingw32-nm
yes
checking the name lister (x86_64-w64-mingw32-nm) interface... checking locale.h usability... yes
checking for int_fast32_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking locale.h presence... checking for sys/file.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for locale.h... yes
yes
checking for uint64_t... checking for sys/param.h... checking nl_types.h usability... yes
checking for limits.h... yes
yes
checking what to include in gstdint.h... checking for stdlib.h... (cached) yes
checking for malloc.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking nl_types.h presence... yes
ok
checking how to run the C preprocessor... no
checking for nl_types.h... no
checking for string.h... (cached) yes
yes
checking for off_t... checking malloc.h usability... checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... (cached) yes
yes
checking malloc.h presence... checking for sys/time.h... checking for ANSI C header files... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking size of int... yes
yes
checking for sys/types.h... yes
checking stddef.h presence... checking for time.h... yes
yes
checking for stddef.h... yes
checking for sys/resource.h... yes
checking for stdlib.h... (cached) yes
checking for sys/stat.h... checking for string.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... checking sys/param.h usability... no
checking for fcntl.h... yes
yes
checking for stdlib.h... yes
checking sys/param.h presence... checking for alloca.h... yes
checking for sys/param.h... yes
no
checking for sys/pstat.h... checking for feof_unlocked... yes
no
checking for sys/sysmp.h... checking for string.h... no
checking for sys/sysinfo.h... yes
checking for memory.h... no
checking for machine/hal_sysinfo.h... no
checking for fgets_unlocked... no
checking for sys/table.h... yes
no
checking for sys/sysctl.h... checking for strings.h... no
checking for getc_unlocked... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
checking for inttypes.h... 4
checking size of long... checking for stdio_ext.h... yes
no
no
checking for getcwd... checking for stdint.h... checking for process.h... yes
yes
checking for sys/prctl.h... yes
checking for unistd.h... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... checking for dlfcn.h... no
checking for geteuid... yes
checking whether errno must be declared... no
checking for objdir... .libs
no
checking for getgid... no
checking size of int... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for mempcpy... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking build system type... checking for munmap... x86_64-pc-linux-gnu
checking host system type... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking target system type... no
checking for putenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... Win32 ld.exe
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... x86_64-w64-mingw32-gcc -E
checking for setenv... checking for stdlib.h... (cached) yes
4
checking for unistd.h... (cached) yes
checking for getpagesize... checking size of long... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for working mmap... no
checking for memcpy... yes
checking for stpcpy... yes
config.status: creating Makefile
checking for strerror... no
checking for strcasecmp... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
checking for strdup... configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... 4
checking size of size_t... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __argz_next... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for C compiler default output file name... checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
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... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... 8
checking for long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking size of long long... config.status: creating Makefile
yes
checking for sys/types.h... config.status: executing depfiles commands
yes
config.status: creating Makefile
config.status: executing libtool commands
checking for sys/stat.h... config.status: creating config.intl
yes
checking for stdlib.h... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for memory.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for inttypes.h... yes
checking for stdint.h... 8
checking for a 64-bit type... yes
checking for unistd.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for uintptr_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for ssize_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for working volatile... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking return type of signal handlers... void
checking for size_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for atexit... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for dirent.h that defines DIR... checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
yes
checking for bcmp... checking for library containing opendir... no
checking for bcopy... none required
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for bsearch... no
checking for kill... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for bzero... no
checking for lstat... no
checking for calloc... no
checking for memmove... yes
checking for clock... yes
checking for putenv... yes
checking for ffs... yes
checking for select... no
checking for getcwd... no
checking for setenv... yes
checking for getpagesize... no
checking for setlocale... yes
checking for gettimeofday... yes
checking for strcasecmp... yes
yes
checking for index... checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
checking for memcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for isascii... yes
checking for memcpy... yes
checking for isxdigit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for memmem... yes
checking for getpwent... no
checking for memmove... no
checking for getpwnam... yes
checking for mempcpy... no
checking for getpwuid... yes
checking for memset... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for mkstemps... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for putenv... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for random... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking limits.h usability... checking for rename... yes
checking limits.h presence... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
checking for limits.h... yes
checking locale.h usability... yes
checking for rindex... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking locale.h presence... yes
checking for locale.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
config.status: creating config.h
checking for memory.h... (cached) yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for snprintf... checking termcap.h usability... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking termcap.h presence... yes
checking for sigsetmask... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking termios.h presence... no
no
checking for termios.h... no
checking for stpncpy... checking termio.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking termio.h presence... no
no
checking for termio.h... no
checking for strcasecmp... checking sys/pte.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking sys/pte.h presence... yes
checking for strchr... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strdup... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strncasecmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strndup... yes
checking for sys/file.h... yes
checking for sys/ptem.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for strnlen... no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strrchr... 64
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for type of signal functions... yes
checking for strstr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for strtod... v7
yes
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for strtol... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for strtoll... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strverscmp... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for tmpnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for vasprintf... no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking for tgetent in -ltermcap... make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
checking for vfprintf... make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking wchar.h presence... yes
checking for vsprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking langinfo.h presence... yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for waitpid... no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbscmp... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcscoll... no
checking for canonicalize_file_name... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
no
checking for pstat_getdynamic... checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sbrk... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for spawnve... yes
checking configuration for building shared libraries... supported
yes
checking for spawnvpe... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strerror... config.status: creating Makefile
yes
checking for strsignal... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for sysctl... config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27  5:03 [binutils-gdb] Remove EXT_LANG_BT_COMPLETED sergiodj+buildbot
@ 2018-03-27  9:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27  9:29 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/1250>

Commit(s) tested:
	63283d4a2983eaefd5d0860ddffcf946f0fe92db

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove EXT_LANG_BT_COMPLETED

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/63/63283d4a2983eaefd5d0860ddffcf946f0fe92db/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
configure: creating ./config.status
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
none needed
Configuring in ./libdecnumber
.exe
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
yes
checking for sys/types.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for sys/stat.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for C compiler default output file name... checking for stdlib.h... checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for C compiler default output file name... checking for string.h... checking for string.h... .exe
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for suffix of object files... yes
yes
checking for memory.h... o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for memory.h... yes
o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strings.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
yes
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking for inttypes.h... checking for style of include used by make... checking for inttypes.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... checking for stdint.h... yes
checking for off_t... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... gcc3
checking how to print strings... yes
yes
checking minix/config.h usability... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for size_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking minix/config.h presence... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
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 alloca... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... ok
checking how to run the C preprocessor... yes
64
checking for stdlib.h... (cached) yes
yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -W... checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
yes
yes
checking for working mmap... no
checking for ANSI C header files... checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for grep that handles long lines and -e... no
checking whether integer division by zero raises SIGFPE... guessing no
/usr/bin/grep
checking for egrep... checking for inttypes.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/stat.h... yes
yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for sys/stat.h... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdlib.h... no
checking for ld used by GCC... yes
checking for string.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for an ANSI C-conforming const... checking for string.h... yes
checking for shared library run path origin... yes
checking for memory.h... yes
checking for inline... yes
done
yes
inline
checking whether byte ordering is bigendian... checking for strings.h... checking for memory.h... checking argz.h usability... no
checking argz.h presence... yes
yes
checking for strings.h... no
checking for argz.h... no
checking for inttypes.h... checking limits.h usability... yes
yes
checking limits.h presence... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for inttypes.h... yes
checking for limits.h... yes
checking for stdint.h... checking for sys/file.h... checking locale.h usability... yes
yes
yes
checking for stdint.h... checking for sys/param.h... yes
checking locale.h presence... checking for unistd.h... yes
yes
checking for locale.h... yes
checking for limits.h... yes
yes
yes
checking nl_types.h usability... checking for unistd.h... checking for dlfcn.h... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... no
checking nl_types.h presence... no
checking for objdir... checking ctype.h usability... .libs
yes
no
checking for nl_types.h... no
checking for string.h... (cached) yes
checking malloc.h usability... yes
checking ctype.h presence... checking for unistd.h... (cached) yes
yes
checking for ctype.h... yes
checking for strings.h... (cached) yes
yes
checking malloc.h presence... checking for sys/time.h... checking stddef.h usability... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for malloc.h... yes
yes
checking stddef.h usability... yes
checking stddef.h presence... checking for time.h... yes
yes
checking for stddef.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking stddef.h presence... checking for string.h... (cached) yes
checking for sys/resource.h... yes
checking for stddef.h... yes
checking stdio.h usability... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for stdlib.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... yes
checking stdio.h presence... checking for unistd.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for stdio.h... yes
no
checking sys/param.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for fcntl.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking sys/param.h presence... checking for alloca.h... yes
checking dynamic linker characteristics... yes
checking for sys/param.h... yes
no
yes
checking for uintptr_t... checking for sys/pstat.h... checking for feof_unlocked... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for int_least32_t... no
checking for stdlib.h... (cached) yes
checking for fgets_unlocked... no
checking for unistd.h... (cached) yes
checking for machine/hal_sysinfo.h... checking for getpagesize... no
yes
checking for int_fast32_t... no
checking for sys/table.h... checking for getc_unlocked... yes
checking for working mmap... no
no
checking for sys/sysctl.h... checking for memcpy... no
no
checking for getcwd... checking for sys/systemcfg.h... yes
checking for uint64_t... yes
no
checking for stdint.h... (cached) yes
checking for strerror... checking for stdio_ext.h... yes
no
checking for getegid... yes
checking for process.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
yes
checking for sys/prctl.h... yes
checking for off_t... no
configure: updating cache ./config.cache
checking for geteuid... no
checking for sys/wait.h that is POSIX.1 compatible... configure: creating ./config.status
no
checking whether time.h and sys/time.h may both be included... no
checking for getgid... yes
checking whether errno must be declared... yes
checking size of int... no
checking for getuid... no
checking size of int... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking size of long... 4
checking size of long... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for strtoul... x86_64-pc-linux-gnu
checking host system type... 4
checking size of size_t... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for tsearch... yes
checking for __argz_count... no
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... 8
checking for long long... config.status: creating Makefile
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: creating config.h
yes
checking size of long long... config.status: executing gstdint.h commands
no
checking for LC_MESSAGES... no
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... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
Configuring in ./readline
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
8
checking for a 64-bit type... configure: creating cache ./config.cache
checking build system type... uint64_t
checking for intptr_t... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating config.intl
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for uintptr_t... config.status: creating config.h
checking for C compiler default output file name... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for ssize_t... .exe
checking for suffix of object files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
o
checking whether we are using the GNU C compiler... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -E
none required
checking for asprintf... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for atexit... yes
checking for sys/types.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for basename... yes
checking for sys/stat.h... yes
checking for bcmp... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for bcopy... yes
checking for string.h... yes
no
checking for bsearch... checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for bzero... yes
checking for inttypes.h... no
checking for calloc... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for clock... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for unistd.h... yes
yes
checking for ffs... checking minix/config.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking minix/config.h presence... no
checking for getcwd... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for working volatile... yes
yes
checking return type of signal handlers... checking for index... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for insque... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for ssize_t... no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
checking for memchr... rm -f libz.a
x86_64-w64-mingw32-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 
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for dirent.h that defines DIR... checking for memcmp... config.status: creating config.h
yes
checking for library containing opendir... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
none required
checking for fcntl... checking for memcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for kill... checking for memmem... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for memmove... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for mempcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for putenv... yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for memset... yes
checking for select... yes
checking for mkstemps... no
checking for setenv... no
checking for putenv... no
checking for setlocale... yes
checking for random... yes
checking for strcasecmp... no
checking for rename... yes
checking for strpbrk... yes
checking for rindex... yes
no
checking for tcgetattr... checking for setenv... no
checking for vsnprintf... no
checking for snprintf... yes
checking for isascii... yes
checking for sigsetmask... yes
checking for isxdigit... no
checking for stpcpy... yes
no
checking for stpncpy... checking for getpwent... no
no
checking for strcasecmp... checking for getpwnam... yes
no
checking for getpwuid... checking for strchr... no
checking for working strcoll... no
yes
checking fcntl.h usability... checking for strdup... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for strncasecmp... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for strndup... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strnlen... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strrchr... checking for strings.h... (cached) yes
checking limits.h usability... yes
yes
checking limits.h presence... checking for strstr... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... yes
checking for locale.h... yes
checking for strtod... checking pwd.h usability... yes
checking for strtol... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for strtoul... checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strtoll... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strtoull... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strverscmp... no
checking termio.h presence... no
no
checking for termio.h... no
checking sys/pte.h usability... checking for tmpnam... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for vasprintf... checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for vfprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... checking for vprintf... yes
checking sys/file.h presence... 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... checking for vsnprintf... 64
checking for type of signal functions... yes
checking for vsprintf... yes
checking for waitpid... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for setproctitle... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... no
checking for sig_atomic_t in signal.h... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for vfork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for _doprnt... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... not found
checking for struct dirent.d_ino... no
yes
checking for struct dirent.d_fileno... checking for __fsetlocking... no
checking for tgetent... no
checking for canonicalize_file_name... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for dup3... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
yes
checking wchar.h presence... checking for getrlimit... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for getrusage... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for getsysinfo... no
no
checking for mbscmp... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsnrtowcs... no
checking for psignal... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for pstat_getdynamic... no
checking for wcrtomb... no
checking for pstat_getstatic... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... no
yes
checking for wcswidth... checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
checking for iswlower... yes
checking for spawnvpe... yes
yes
checking for strerror... checking for iswupper... yes
yes
checking for strsignal... checking for towlower... yes
no
checking for sysconf... checking for towupper... no
yes
checking for sysctl... checking for iswctype... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for table... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for times... configure: updating cache ./config.cache
no
checking for wait3... configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether vasprintf is declared... yes
checking whether snprintf is declared... config.status: creating examples/Makefile
yes
checking whether vsnprintf is declared... yes
config.status: creating shlib/Makefile
checking whether calloc is declared... config.status: creating config.h
yes
checking whether getenv is declared... config.status: executing default commands
yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27  4:49 [binutils-gdb] Allow hiding of some filtered frames sergiodj+buildbot
@ 2018-03-27  8:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27  8:39 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/1249>

Commit(s) tested:
	978d6c756fcb0332ddf12e19305dd0e53b98a93d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allow hiding of some filtered frames

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/97/978d6c756fcb0332ddf12e19305dd0e53b98a93d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./intl
mkdir -p -- ./zlib
Configuring in ./zlib
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... 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 a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for perl... perl
checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
.exe
Configuring in ./libdecnumber
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... none needed
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sys/types.h... yes
none required
checking how to run the C preprocessor... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for string.h... inline
.exe
checking for suffix of object files... checking for sys/types.h... yes
yes
checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... checking for sys/stat.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for strings.h... yes
.exe
checking for suffix of object files... checking for stdlib.h... yes
o
checking whether we are using the GNU C compiler... none needed
checking for style of include used by make... checking for inttypes.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... checking for stdint.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... gcc3
checking how to print strings... checking for memory.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for strings.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for unistd.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking minix/config.h usability... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for unistd.h... yes
no
checking minix/config.h presence... yes
checking for off_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... ok
checking how to run the C preprocessor... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for working alloca.h... checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... (cached) yes
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for getpagesize... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for sys/stat.h... yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdlib.h... yes
yes
checking for unsigned long long... checking for sys/types.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for sys/stat.h... yes
checking for an ANSI C-conforming const... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for inline... checking for memory.h... inline
checking whether byte ordering is bigendian... checking for stdlib.h... no
checking for ld used by GCC... yes
yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for strings.h... yes
checking for shared library run path origin... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for string.h... yes
checking for sys/file.h... yes
yes
checking for inttypes.h... checking for memory.h... done
checking for sys/param.h... yes
checking argz.h usability... yes
yes
checking for stdint.h... checking for limits.h... yes
checking for strings.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... checking for malloc.h... no
checking argz.h presence... yes
yes
no
checking for argz.h... no
checking limits.h usability... yes
checking for string.h... (cached) yes
checking for inttypes.h... checking for dlfcn.h... yes
checking limits.h presence... checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for stdint.h... no
checking for objdir... yes
.libs
checking for time.h... yes
checking locale.h presence... yes
checking for unistd.h... checking for sys/resource.h... yes
checking for locale.h... yes
no
checking nl_types.h usability... checking for sys/stat.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for sys/mman.h... no
checking nl_types.h presence... checking ctype.h usability... no
checking for fcntl.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking ctype.h presence... yes
checking malloc.h presence... checking for alloca.h... yes
yes
checking for ctype.h... checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking stddef.h usability... yes
checking for malloc.h... yes
no
checking for sys/pstat.h... checking stddef.h usability... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/sysmp.h... yes
checking whether -lc should be explicitly linked in... yes
checking stddef.h presence... checking for string.h... (cached) yes
no
checking for sys/sysinfo.h... checking stdio.h usability... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking dynamic linker characteristics... no
checking for machine/hal_sysinfo.h... checking for string.h... (cached) yes
yes
checking stdio.h presence... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/table.h... checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
checking sys/param.h usability... no
checking for sys/sysctl.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
yes
checking sys/param.h presence... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for sys/systemcfg.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for uintptr_t... checking for stdint.h... (cached) yes
yes
checking for working mmap... no
checking for memcpy... checking for stdio_ext.h... no
checking for fgets_unlocked... no
checking for process.h... yes
yes
checking for int_least32_t... yes
checking for strerror... checking for sys/prctl.h... yes
checking for unistd.h... (cached) yes
no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether errno must be declared... no
checking for getcwd... no
checking size of int... yes
checking for getegid... no
checking for geteuid... no
yes
checking for int_fast32_t... checking for getgid... no
checking for getuid... no
yes
checking for uint64_t... checking for mempcpy... 4
checking size of long... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for munmap... yes
checking for off_t... no
checking for putenv... yes
yes
checking size of int... checking for setenv... no
checking for setlocale... 4
checking size of size_t... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... 4
checking size of long... yes
checking for strtoul... yes
8
checking for long long... checking for tsearch... yes
checking for __argz_count... yes
checking size of long long... no
checking for __argz_stringify... config.status: creating Makefile
4
checking for ANSI C header files... (cached) yes
no
checking for __argz_next... config.status: executing depfiles commands
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: executing libtool commands
no
checking for __fsetlocking... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... make[1]: Nothing to be done for 'all-target'.
no
checking for iconv... mkdir -p -- ./readline
Configuring in ./readline
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
no
checking for a 64-bit type... configure: updating cache ./config.cache
configure: creating ./config.status
uint64_t
checking for intptr_t... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... yes
checking for uintptr_t... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
yes
checking for ssize_t... configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for pid_t... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for library containing strerror... .exe
checking for suffix of object files... none required
o
checking whether we are using the GNU C compiler... checking for asprintf... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for atexit... config.status: creating config.intl
config.status: creating config.h
config.status: executing gstdint.h commands
config.status: creating config.h
config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... yes
checking for basename... x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for bcmp... config.status: creating config.h
no
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for bcopy... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for sys/types.h... no
checking for bsearch... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for string.h... no
checking for calloc... yes
checking for memory.h... yes
yes
checking for clock... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for strings.h... yes
checking for ffs... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for stdint.h... no
yes
checking for getcwd... checking for unistd.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking minix/config.h usability... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for getpagesize... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for gettimeofday... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for index... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for working volatile... yes
checking return type of signal handlers... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for insque... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
void
checking for size_t... no
checking for memchr... yes
checking for memcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for memcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for memmem... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for memmove... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
no
checking for dirent.h that defines DIR... checking for mempcpy... yes
checking for library containing opendir... yes
none required
checking for fcntl... checking for memset... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for kill... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -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 -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
no
checking for lstat... checking for mkstemps... rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
no
checking for putenv... checking for memmove... yes
checking for putenv... yes
checking for random... yes
checking for select... no
checking for rename... yes
no
checking for setenv... checking for rindex... no
checking for setlocale... no
checking for setenv... yes
checking for strcasecmp... no
checking for snprintf... yes
checking for strpbrk... yes
yes
checking for sigsetmask... checking for tcgetattr... no
checking for stpcpy... no
checking for vsnprintf... no
checking for stpncpy... yes
checking for isascii... no
checking for strcasecmp... yes
yes
checking for isxdigit... checking for strchr... yes
checking for getpwent... yes
checking for strdup... no
checking for getpwnam... yes
checking for strncasecmp... no
checking for getpwuid... yes
checking for strndup... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
checking for strnlen... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strrchr... checking varargs.h usability... yes
checking for strstr... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strtod... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strtol... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strtoul... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strtoll... checking pwd.h usability... yes
no
checking pwd.h presence... checking for strtoull... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strverscmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for tmpnam... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for vasprintf... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for vfprintf... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for vprintf... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for vsnprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for vsprintf... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for waitpid... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for setproctitle... 64
checking for type of signal functions... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for vfork... no
checking for _doprnt... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking for sys_errlist... (cached) yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for canonicalize_file_name... no
checking for speed_t in sys/types.h... no
checking for dup3... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for getrlimit... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for getrusage... no
checking for tgetent... no
checking for getsysinfo... no
checking for tgetent in -ltermcap... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for psignal... no
checking for pstat_getdynamic... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for pstat_getstatic... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for realpath... yes
checking for mbscasecmp... no
checking for setrlimit... no
checking for mbscmp... no
checking for sbrk... no
checking for spawnve... no
checking for mbsnrtowcs... yes
no
checking for mbsrtowcs... checking for spawnvpe... yes
yes
checking for mbschr... checking for strerror... yes
no
checking for wcrtomb... checking for strsignal... yes
checking for wcscoll... no
checking for sysconf... yes
checking for wcsdup... no
checking for sysctl... yes
checking for wcwidth... no
checking for sysmp... no
checking for wctype... no
checking for table... yes
checking for wcswidth... no
checking for times... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... no
checking for wait3... yes
no
checking for iswupper... checking for wait4... no
yes
checking whether basename is declared... checking for towlower... no
checking whether ffs is declared... yes
checking for towupper... no
checking whether asprintf is declared... yes
yes
checking for iswctype... checking whether vasprintf is declared... yes
yes
checking for nl_langinfo and CODESET... checking whether snprintf is declared... no
checking for wchar_t in wchar.h... yes
checking whether vsnprintf is declared... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... supported
checking whether calloc is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether realloc is declared... config.status: creating examples/Makefile
yes
checking whether sbrk is declared... config.status: creating shlib/Makefile
no
checking whether strtol is declared... config.status: creating config.h
config.status: executing default commands
yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27  4:34 [binutils-gdb] Change backtrace_command_1 calling to use flags sergiodj+buildbot
@ 2018-03-27  7:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27  7:51 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/1248>

Commit(s) tested:
	1cf7e64086d1490649dc56e1c0505be91c600218

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change backtrace_command_1 calling to use flags

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1c/1cf7e64086d1490649dc56e1c0505be91c600218/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-pc-linux-gnu
checking host system type... 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
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: updating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
.exe
checking for suffix of object files... Configuring in ./libdecnumber
checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
yes
checking for suffix of executables... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
checking for sys/stat.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for strings.h... checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... checking for unistd.h... yes
checking how to run the C preprocessor... yes
checking for stdint.h... yes
checking for off_t... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking minix/config.h usability... yes
checking for size_t... yes
no
checking minix/config.h presence... checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for working alloca.h... yes
checking for stdlib.h... no
checking for alloca... yes
checking for string.h... yes
64
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for x86_64-w64-mingw32-strip... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for strings.h... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for stdint.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdint.h... checking for C compiler default output file name... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for unistd.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... no
checking for ld used by GCC... .exe
checking for suffix of object files... yes
checking ctype.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... o
checking whether we are using the GNU C compiler... yes
checking ctype.h presence... yes
checking for ctype.h... yes
done
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking stddef.h usability... checking argz.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking stddef.h presence... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... none needed
checking for style of include used by make... yes
checking for inline... yes
checking for stddef.h... GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking stdio.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking stdio.h presence... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... no
checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for stdio.h... yes
/usr/bin/grep
checking for egrep... yes
checking locale.h presence... /usr/bin/grep -E
checking for fgrep... checking for sys/file.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for locale.h... yes
yes
checking for sys/param.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking nl_types.h usability... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for limits.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking for uintptr_t... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking nl_types.h presence... yes
checking for stdlib.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for malloc.h... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for string.h... (cached) yes
yes
checking for int_least32_t... checking for unistd.h... (cached) yes
yes
checking malloc.h presence... yes
checking for strings.h... checking for malloc.h... (cached) yes
yes
checking for sys/time.h... checking stddef.h usability... ok
checking how to run the C preprocessor... yes
yes
checking for int_fast32_t... checking for time.h... yes
yes
checking stddef.h presence... checking for sys/resource.h... x86_64-w64-mingw32-gcc -E
yes
checking for stddef.h... yes
no
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/mman.h... checking for string.h... (cached) yes
checking for ANSI C header files... checking for unistd.h... (cached) yes
yes
checking for uint64_t... no
checking sys/param.h usability... checking for fcntl.h... yes
checking for alloca.h... yes
checking sys/param.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
yes
checking for sys/param.h... yes
checking for sys/types.h... checking for feof_unlocked... no
checking for sys/pstat.h... yes
checking for off_t... no
yes
checking for sys/sysmp.h... no
no
checking for sys/sysinfo.h... checking for fgets_unlocked... checking for sys/stat.h... no
checking for machine/hal_sysinfo.h... yes
yes
checking size of int... checking for stdlib.h... no
checking for sys/table.h... no
yes
checking for sys/sysctl.h... no
checking for getc_unlocked... checking for string.h... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
checking for memory.h... checking for stdio_ext.h... no
checking for getcwd... yes
no
checking for strings.h... yes
checking for process.h... yes
checking for sys/prctl.h... yes
checking for getegid... checking for inttypes.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
no
checking for geteuid... checking for stdint.h... yes
checking whether errno must be declared... yes
checking for unistd.h... no
checking size of int... 4
checking size of long... no
yes
checking for getgid... checking for dlfcn.h... no
checking for objdir... .libs
no
checking for getuid... no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for munmap... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 4
yes
checking size of long... checking for setenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for setlocale... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strdup... yes
checking for working mmap... no
checking for memcpy... yes
checking for strtoul... yes
checking for strerror... 4
checking size of size_t... yes
checking for tsearch... config.status: creating Makefile
yes
checking for unistd.h... (cached) yes
config.status: creating config.h
config.status: executing gstdint.h commands
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
no
checking for iconv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... checking for C compiler default output file name... 8
checking for long long... no
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... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for sys/types.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
config.status: creating Makefile
checking for sys/stat.h... config.status: executing depfiles commands
yes
checking for stdlib.h... config.status: executing libtool commands
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
8
checking for string.h... checking for a 64-bit type... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
uint64_t
checking for intptr_t... yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for strings.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for inttypes.h... yes
checking for stdint.h... yes
checking for ssize_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for pid_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for library containing strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for working volatile... checking for atexit... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for ssize_t... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for bcopy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bsearch... no
checking for dirent.h that defines DIR... yes
yes
checking for bzero... checking for library containing opendir... none required
no
checking for fcntl... checking for calloc... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
no
checking for kill... checking for clock... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for lstat... yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for ffs... no
checking for memmove... no
checking for getcwd... yes
checking for putenv... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for getpagesize... yes
yes
checking for select... checking for gettimeofday... no
checking for setenv... yes
checking for index... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
yes
checking for getpwent... checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking fcntl.h presence... checking for random... yes
checking for fcntl.h... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for unistd.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking varargs.h presence... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for setenv... checking limits.h usability... yes
checking limits.h presence... no
checking for snprintf... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for sigsetmask... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpncpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strncasecmp... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strndup... no
checking sys/select.h presence... no
checking for strnlen... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strrchr... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoul... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking for strtoll... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoull... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for tmpnam... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
not found
checking for struct dirent.d_ino... checking for vasprintf... yes
checking for struct dirent.d_fileno... yes
checking for vfprintf... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for vfork... no
no
checking for mbsnrtowcs... checking for _doprnt... no
checking for sys_errlist... no
(cached) checking for mbsrtowcs... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
no
checking for wctype... checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
no
checking for pstat_getstatic... checking for towlower... yes
no
checking for realpath... checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for spawnvpe... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
config.status: creating Makefile
checking for sysconf... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-27  4:21 [binutils-gdb] Rationalize "backtrace" command line parsing sergiodj+buildbot
@ 2018-03-27  6:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-27  6:54 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/1247>

Commit(s) tested:
	ea3b06874c8a1037bad4fd5b9396d196e6963ac6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Rationalize "backtrace" command line parsing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ea/ea3b06874c8a1037bad4fd5b9396d196e6963ac6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./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 make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
configure: creating cache ./config.cache
checking build system type... a.exe
checking whether the C compiler works... yes
x86_64-pc-linux-gnu
checking host system type... checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
.exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... .exe
checking for suffix of object files... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
none needed
checking whether we are cross compiling... yes
checking for suffix of executables... checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... .exe
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
none needed
checking for style of include used by make... checking for grep that handles long lines and -e... GNU
checking dependency style of x86_64-w64-mingw32-gcc... /usr/bin/grep
checking for egrep... yes
checking for inline... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... yes
checking for sys/types.h... yes
yes
yes
checking for sys/stat.h... checking for sys/stat.h... checking for sys/stat.h... yes
yes
gcc3
checking how to print strings... checking for stdlib.h... checking for stdlib.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for stdlib.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
yes
checking for string.h... checking for string.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for string.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for memory.h... yes
checking for memory.h... checking for memory.h... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for strings.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for strings.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for strings.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for inttypes.h... yes
checking for inttypes.h... checking for inttypes.h... ok
checking how to run the C preprocessor... yes
yes
yes
checking for stdint.h... checking for stdint.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
checking for ANSI C header files... yes
yes
yes
checking for unistd.h... checking for unistd.h... checking for unistd.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
yes
yes
yes
checking for off_t... checking for string.h... checking minix/config.h usability... checking ctype.h usability... yes
checking for memory.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... yes
checking for strings.h... checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking stddef.h usability... yes
checking for inttypes.h... yes
checking stddef.h presence... yes
yes
checking for working alloca.h... 64
checking for stdint.h... yes
checking for stddef.h... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... (cached) yes
no
checking for alloca... yes
checking stdio.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
yes
yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for dlfcn.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking for objdir... .libs
yes
yes
checking for uintptr_t... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for int_least32_t... yes
checking for unsigned long long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for int_fast32_t... yes
checking for inttypes.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for an ANSI C-conforming const... yes
checking for uint64_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for ld used by GCC... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking what to include in gstdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for shared library run path origin... yes
checking for off_t... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... done
checking argz.h usability... 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... x86_64-w64-mingw32-gcc -E
yes
checking size of int... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking argz.h presence... checking for sys/file.h... yes
no
checking for argz.h... no
checking for sys/param.h... checking limits.h usability... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking limits.h presence... checking for malloc.h... yes
checking for working mmap... no
yes
checking for limits.h... yes
checking for memcpy... checking locale.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
yes
checking locale.h presence... checking for sys/time.h... checking for strerror... yes
checking for locale.h... yes
checking nl_types.h usability... yes
yes
checking for unistd.h... (cached) yes
checking for time.h... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking for sys/resource.h... checking malloc.h usability... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking malloc.h presence... no
checking for fcntl.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
4
checking size of long... checking for alloca.h... no
yes
checking stddef.h presence... checking for sys/pstat.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for sys/sysmp.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
yes
checking sys/param.h presence... checking for sys/table.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
no
checking for fgets_unlocked... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... no
checking whether time.h and sys/time.h may both be included... 4
checking for ANSI C header files... (cached) yes
yes
checking whether errno must be declared... checking build system type... no
checking for getcwd... x86_64-pc-linux-gnu
checking host system type... no
checking size of int... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for getegid... no
checking for geteuid... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getgid... no
checking for getuid... no
checking for mempcpy... config.status: creating Makefile
config.status: creating config.h
4
checking size of long... config.status: creating Makefile
config.status: executing gstdint.h commands
yes
config.status: executing depfiles commands
checking for munmap... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
config.status: executing libtool commands
no
checking for putenv... yes
checking for setenv... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for setlocale... yes
4
checking size of size_t... checking for stpcpy... no
checking for strcasecmp... configure: creating cache ./config.cache
checking build system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
x86_64-pc-linux-gnu
checking host system type... checking for strdup... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... checking for strtoul... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for tsearch... .exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... checking for __argz_count... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for long long... no
checking for __argz_stringify... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for __argz_next... yes
checking size of long long... yes
checking for sys/types.h... no
checking for __fsetlocking... yes
checking for sys/stat.h... no
checking for iconv... yes
checking for stdlib.h... yes
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for string.h... no
checking for LC_MESSAGES... yes
no
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... checking for memory.h... no
checking for GNU gettext in libintl... yes
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for inttypes.h... 8
checking for a 64-bit type... yes
checking for stdint.h... uint64_t
checking for intptr_t... yes
checking for unistd.h... yes
config.status: creating Makefile
checking minix/config.h usability... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
config.status: creating config.intl
no
checking minix/config.h presence... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: executing default-1 commands
yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for pid_t... no
checking for working volatile... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking return type of signal handlers... void
checking for size_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for atexit... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for basename... yes
checking for library containing opendir... yes
checking for bcmp... none required
checking for fcntl... no
checking for kill... no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for lstat... no
checking for bsearch... no
checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for bzero... yes
checking for putenv... no
checking for calloc... yes
checking for select... yes
checking for clock... no
checking for setenv... yes
no
checking for setlocale... checking for ffs... yes
checking for strcasecmp... no
checking for getcwd... yes
checking for strpbrk... yes
checking for getpagesize... yes
checking for tcgetattr... yes
checking for gettimeofday... yes
no
checking for vsnprintf... checking for index... no
yes
checking for insque... checking for isascii... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
yes
checking for memchr... checking for isxdigit... yes
yes
checking for memcmp... checking for getpwent... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
no
checking for memcpy... checking for getpwnam... yes
checking for memmem... no
checking for getpwuid... no
checking for memmove... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mempcpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for memset... no
checking varargs.h presence... yes
checking for mkstemps... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for varargs.h... no
checking stdarg.h usability... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for random... x86_64-w64-mingw32-ranlib libz.a
yes
checking limits.h presence... yes
checking for limits.h... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking locale.h usability... no
checking for rename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking locale.h presence... yes
checking for locale.h... yes
config.status: creating config.h
checking pwd.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
config.status: config.h is unchanged
yes
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for rindex... no
checking pwd.h presence... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for pwd.h... no
no
checking for setenv... checking for memory.h... (cached) yes
checking termcap.h usability... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for snprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for sigsetmask... checking termios.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking termios.h presence... no
checking for stpcpy... no
checking for termios.h... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking termio.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking termio.h presence... no
checking for termio.h... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking sys/pte.h usability... no
checking for stpncpy... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking sys/stream.h usability... no
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strchr... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strdup... checking sys/file.h usability... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strncasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
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 strndup... 64
checking for type of signal functions... no
checking for strnlen... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for strrchr... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strstr... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking whether termios.h defines TIOCGWINSZ... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking whether sys/ioctl.h defines TIOCGWINSZ... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for strtod... no
checking for sig_atomic_t in signal.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for strtol... yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for TIOCSTAT in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
no
checking for FIONREAD in sys/ioctl.h... checking for strtoul... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for speed_t in sys/types.h... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoll... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
not found
checking for struct dirent.d_ino... yes
checking for strtoull... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for strverscmp... no
checking for tgetent in -ltermcap... no
checking for tmpnam... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsnprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsprintf... yes
checking for mbscasecmp... yes
checking for waitpid... no
checking for mbscmp... no
checking for setproctitle... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbsrtowcs... no
checking for fork... yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... yes
checking for wcwidth... no
checking for __fsetlocking... no
checking for wctype... no
checking for canonicalize_file_name... yes
checking for wcswidth... no
checking for dup3... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrlimit... yes
checking for iswlower... no
checking for getrusage... yes
checking for iswupper... no
checking for getsysinfo... yes
checking for towlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towupper... no
checking for psignal... yes
checking for iswctype... no
checking for pstat_getdynamic... yes
checking for nl_langinfo and CODESET... no
checking for pstat_getstatic... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for realpath... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for setrlimit... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
checking for spawnvpe... config.status: creating Makefile
yes
checking for strerror... config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking for strsignal... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for sysconf... config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-26 19:51 [binutils-gdb] Add include guard to filename-seen-cache.h sergiodj+buildbot
@ 2018-03-26 20:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-26 20:15 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/1245>

Commit(s) tested:
	ce1459e528772057d51a507fa0c2bb1c8cbdca97

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add include guard to filename-seen-cache.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ce/ce1459e528772057d51a507fa0c2bb1c8cbdca97/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... configure: creating cache ./config.cache
checking build system type... a.exe
checking whether the C compiler works... x86_64-pc-linux-gnu
yes
checking host system type... checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
checking for C compiler default output file name... none needed
checking build system type... mkdir -p -- ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
none needed
checking how to run the C preprocessor... checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for string.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for strings.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for unistd.h... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for sys/types.h... yes
checking for off_t... checking minix/config.h usability... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... yes
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... yes
checking for size_t... yes
checking for string.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for working alloca.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for strings.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for stdint.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for stdint.h... checking for unistd.h... yes
yes
checking for unsigned long long... .exe
checking for suffix of object files... checking ctype.h usability... o
checking whether we are using the GNU C compiler... yes
checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking whether byte ordering is bigendian... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
done
yes
checking stddef.h presence... checking for sys/file.h... checking argz.h usability... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for sys/param.h... checking stdio.h usability... yes
checking for limits.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking limits.h usability... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for stdio.h... yes
gcc3
checking how to print strings... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for grep that handles long lines and -e... yes
checking limits.h presence... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for limits.h... yes
checking locale.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for uintptr_t... yes
checking locale.h presence... 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
yes
yes
checking for locale.h... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for time.h... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking nl_types.h usability... yes
checking for int_least32_t... yes
checking for sys/resource.h... no
checking nl_types.h presence... no
yes
checking for int_fast32_t... checking for sys/stat.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... ok
checking how to run the C preprocessor... checking for sys/mman.h... no
yes
checking malloc.h presence... x86_64-w64-mingw32-gcc -E
checking for fcntl.h... yes
checking for malloc.h... yes
yes
yes
checking for uint64_t... checking stddef.h usability... checking for alloca.h... checking for ANSI C header files... no
checking for sys/pstat.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking what to include in gstdint.h... no
checking for stdlib.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/sysmp.h... checking for string.h... (cached) yes
no
checking for sys/sysinfo.h... yes
checking for unistd.h... (cached) yes
yes
checking for off_t... checking for sys/types.h... checking sys/param.h usability... no
checking for machine/hal_sysinfo.h... yes
no
checking for sys/table.h... checking for sys/stat.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for sys/sysctl.h... checking for feof_unlocked... yes
yes
checking size of int... checking for stdlib.h... no
checking for sys/systemcfg.h... yes
no
checking for string.h... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... yes
yes
checking for sys/prctl.h... checking for memory.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... yes
checking for strings.h... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
yes
checking for getc_unlocked... checking for inttypes.h... no
checking size of int... no
checking for getcwd... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for getegid... 4
checking size of long... yes
checking for dlfcn.h... no
checking for geteuid... no
checking for objdir... .libs
no
checking for getgid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for mempcpy... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for munmap... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for putenv... x86_64-pc-linux-gnu
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... checking host system type... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
checking for setenv... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for setlocale... yes
checking for working mmap... no
checking for memcpy... no
yes
checking for stpcpy... configure: updating cache ./config.cache
4
checking size of size_t... configure: creating ./config.status
yes
checking for strerror... yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
yes
checking for strdup... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for strtoul... yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... 8
checking for long long... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
yes
checking size of long long... checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... checking for C compiler default output file name... no
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
a.exe
checking whether the C compiler works... yes
checking for GNU gettext in libintl... checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: executing depfiles commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: executing libtool commands
none needed
checking how to run the C preprocessor... config.status: creating config.intl
x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for uintptr_t... yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for string.h... yes
checking for ssize_t... yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for strings.h... yes
checking for pid_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for library containing strerror... yes
checking for unistd.h... none required
checking for asprintf... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for atexit... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for basename... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for bcmp... no
checking for working volatile... no
yes
checking return type of signal handlers... checking for bcopy... void
checking for size_t... no
checking for bsearch... yes
checking for bzero... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for calloc... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for clock... yes
yes
checking for ffs... checking for library containing opendir... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
none required
checking for getcwd... checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for getpagesize... no
checking for kill... yes
checking for gettimeofday... no
checking for lstat... yes
checking for index... no
checking for memmove... no
checking for insque... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for putenv... no
checking for memchr... yes
checking for select... yes
checking for memcmp... no
checking for setenv... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for memcpy... no
checking for setlocale... yes
checking for memmem... yes
checking for strcasecmp... no
checking for memmove... yes
checking for strpbrk... yes
checking for mempcpy... yes
checking for tcgetattr... yes
checking for memset... no
checking for vsnprintf... yes
checking for mkstemps... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for isascii... no
checking for putenv... yes
checking for isxdigit... yes
checking for random... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
no
checking for getpwent... checking for rename... no
yes
checking for getpwnam... checking for rindex... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for getpwuid... no
checking for setenv... no
checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for sigsetmask... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpcpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for strcasecmp... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for strchr... checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strdup... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking termcap.h usability... checking for strncasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
yes
checking termcap.h presence... checking for strndup... yes
checking for termcap.h... yes
checking termios.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for strnlen... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtod... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtol... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoul... yes
checking sys/file.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for sys/file.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for sys/ptem.h... yes
checking for strtoll... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
64
yes
checking for type of signal functions... checking for strtoull... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
x86_64-w64-mingw32-ranlib libz.a
checking for strverscmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for tmpnam... /bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vasprintf... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for vfprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
no
checking for sig_atomic_t in signal.h... checking for vprintf... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for vsnprintf... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vsprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for waitpid... no
checking for struct winsize in sys/ioctl.h and termios.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for setproctitle... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
not found
checking for struct dirent.d_ino... yes
no
checking for struct dirent.d_fileno... checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for fork... no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for vfork... no
checking for tgetent in -ltermcap... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for _doprnt... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking which library has the termcap functions... using libtermcap
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking wctype.h usability... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wctype.h presence... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for wctype.h... yes
no
checking for external symbol _system_configuration... checking wchar.h usability... no
checking for __fsetlocking... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for canonicalize_file_name... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for dup3... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for psignal... no
checking for wcrtomb... no
checking for pstat_getdynamic... yes
checking for wcscoll... no
checking for pstat_getstatic... yes
checking for wcsdup... no
checking for realpath... yes
checking for wcwidth... no
checking for setrlimit... no
checking for wctype... no
yes
checking for wcswidth... checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
yes
checking for spawnvpe... checking for iswlower... yes
yes
checking for strerror... checking for iswupper... yes
yes
checking for strsignal... checking for towlower... no
checking for sysconf... yes
checking for towupper... no
checking for sysctl... yes
checking for iswctype... no
checking for sysmp... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for table... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for times... yes
checking configuration for building shared libraries... no
checking for wait3... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether ffs is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking whether asprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-26 11:05 [binutils-gdb] Make gdbserver reg_defs a vector of objects sergiodj+buildbot
@ 2018-03-26 11:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-26 11:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1243>

Commit(s) tested:
	5cd3e386e0ac84b0ba1e0737853f4504ba24f677

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Make gdbserver reg_defs a vector of objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5c/5cd3e386e0ac84b0ba1e0737853f4504ba24f677/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-25 18:14 [binutils-gdb] eval.c: reverse minsym and sym sergiodj+buildbot
@ 2018-03-25 18:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-25 18:56 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/1242>

Commit(s) tested:
	3e5ef9a4de7919971130f7f2ca3052898a069e76

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	eval.c: reverse minsym and sym

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3e/3e5ef9a4de7919971130f7f2ca3052898a069e76/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
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... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating ./config.status
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for perl... perl
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
/usr/bin/xgettext
checking host system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none needed
checking how to run the C preprocessor... none required
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for inline... checking for sys/stat.h... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for stdlib.h... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for string.h... checking for stdlib.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... yes
checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for unistd.h... yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking minix/config.h usability... checking for off_t... yes
checking for sys/types.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 64
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for working alloca.h... yes
checking for string.h... no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
a.exe
checking whether the C compiler works... yes
checking for stdlib.h... (cached) yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for strings.h... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... .exe
checking for suffix of object files... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for unsigned long long... checking for unistd.h... none needed
checking for style of include used by make... yes
GNU
checking for inttypes.h... checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking ctype.h usability... yes
checking for an ANSI C-conforming const... no
checking for ld used by GCC... yes
checking for inline... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... inline
yes
checking whether byte ordering is bigendian... checking for shared library run path origin... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... done
checking argz.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
no
checking argz.h presence... checking for string.h... (cached) yes
checking stdio.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
no
checking for argz.h... checking whether the shell understands some XSI constructs... no
yes
checking whether the shell understands "+="... yes
checking limits.h usability... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/file.h... yes
yes
checking stdio.h presence... checking for sys/param.h... yes
checking for stdio.h... yes
yes
checking limits.h presence... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for limits.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... ok
yes
checking how to run the C preprocessor... checking for string.h... (cached) yes
yes
checking locale.h presence... yes
checking for uintptr_t... checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
checking for strings.h... (cached) yes
checking nl_types.h usability... x86_64-w64-mingw32-gcc -E
checking for sys/time.h... yes
checking for int_least32_t... no
checking nl_types.h presence... checking for ANSI C header files... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for time.h... yes
yes
checking for int_fast32_t... yes
checking malloc.h presence... checking for sys/resource.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for sys/types.h... no
checking for fcntl.h... yes
checking for uint64_t... yes
yes
checking stddef.h presence... yes
checking for sys/stat.h... checking for alloca.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for sys/pstat.h... yes
checking for unistd.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdlib.h... checking sys/param.h usability... no
checking for sys/sysmp.h... yes
checking for off_t... yes
yes
checking sys/param.h presence... checking for string.h... no
checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
no
checking for machine/hal_sysinfo.h... checking for feof_unlocked... no
checking for sys/table.h... yes
checking for memory.h... no
checking for sys/sysctl.h... yes
checking size of int... no
checking for sys/systemcfg.h... yes
checking for strings.h... no
no
checking for stdint.h... (cached) yes
checking for fgets_unlocked... checking for stdio_ext.h... yes
checking for inttypes.h... no
checking for process.h... no
checking for getc_unlocked... yes
yes
checking for sys/prctl.h... checking for stdint.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... yes
no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... yes
checking whether errno must be declared... yes
yes
checking for getegid... checking for dlfcn.h... no
checking size of int... no
checking for geteuid... no
checking for objdir... .libs
4
checking size of long... no
checking for getgid... no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for munmap... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... 4
checking size of long... yes
checking whether -lc should be explicitly linked in... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
yes
checking dynamic linker characteristics... yes
checking build system type... checking for setenv... x86_64-pc-linux-gnu
checking host system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
no
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for setlocale... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for stpcpy... no
yes
checking for working mmap... no
checking for memcpy... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
checking for strerror... 4
checking size of size_t... yes
checking for strdup... yes
checking for unistd.h... (cached) yes
config.status: creating Makefile
yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating config.h
config.status: executing gstdint.h commands
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
8
checking for long long... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking size of long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for LC_MESSAGES... no
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... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
config.status: executing depfiles commands
none needed
checking how to run the C preprocessor... config.status: executing libtool commands
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.intl
yes
checking for sys/types.h... yes
config.status: creating config.h
checking for sys/stat.h... config.status: executing default-1 commands
8
checking for a 64-bit type... yes
checking for stdlib.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for uintptr_t... yes
checking for memory.h... yes
checking for strings.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for pid_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for library containing strerror... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for atexit... no
checking for working volatile... yes
checking for basename... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for bcmp... no
checking for bcopy... yes
checking for ssize_t... no
checking for bsearch... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for bzero... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for dirent.h that defines DIR... no
checking for calloc... yes
checking for library containing opendir... yes
checking for clock... none required
checking for fcntl... yes
checking for ffs... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
no
checking for kill... checking for getcwd... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
no
checking for getpagesize... checking for lstat... yes
no
checking for memmove... checking for gettimeofday... yes
yes
checking for index... checking for putenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
no
checking for select... checking for insque... no
no
checking for setenv... checking for memchr... no
yes
checking for setlocale... checking for memcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for rindex... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for setenv... no
checking varargs.h presence... no
checking for snprintf... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for sigsetmask... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... no
yes
checking for limits.h... yes
checking for stpncpy... checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strchr... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strdup... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strncasecmp... checking termios.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
checking for strndup... checking termios.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for termios.h... no
checking termio.h usability... no
checking for strnlen... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strrchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strstr... no
checking sys/stream.h presence... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtod... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtol... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtoul... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for strtoll... 64
checking for type of signal functions... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for strtoull... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
rm -f libz.a
x86_64-w64-mingw32-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 strverscmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for tmpnam... x86_64-w64-mingw32-ranlib libdecnumber.a
x86_64-w64-mingw32-ranlib libz.a
yes
checking for vasprintf... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vfprintf... rm -f plural.h
no
checking for sig_atomic_t in signal.h... config.status: creating config.h
config.status: config.h is unchanged
yes
yes
checking whether signal handlers are of type void... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for FIONREAD in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
no
checking for vsnprintf... checking for speed_t in sys/types.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for struct winsize in sys/ioctl.h and termios.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for tgetent in -ltermcap... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for setproctitle... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for vfork... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking wchar.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
no
checking langinfo.h presence... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for getrlimit... no
no
checking for wcrtomb... checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... yes
checking for strsignal... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysctl... supported
configure: updating cache ./config.cache
no
checking for sysmp... configure: creating ./config.status
no
checking for table... config.status: creating Makefile
no
checking for times... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for wait3... config.status: creating shlib/Makefile
no
checking for wait4... config.status: creating config.h
config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-25 12:23 [binutils-gdb] x86-64: Add ENDBR64 to the TLSDESC PLT entry sergiodj+buildbot
@ 2018-03-25 12:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-25 12:56 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/1241>

Commit(s) tested:
	bf54968b128a2133174d81c438d402ecfaf83042

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Add ENDBR64 to the TLSDESC PLT entry

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bf/bf54968b128a2133174d81c438d402ecfaf83042/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./zlib
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... 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
x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32
checking whether we are cross compiling... yes
checking for suffix of executables... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for perl... perl
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... none needed
x86_64-pc-linux-gnu
checking host system type... checking build system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for memory.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for inttypes.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking minix/config.h usability... yes
checking for off_t... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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
checking for size_t... yes
checking for memory.h... yes
64
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for stdint.h... checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdint.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking ctype.h usability... yes
checking for unsigned long long... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for inttypes.h... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for ctype.h... yes
yes
checking for an ANSI C-conforming const... checking stddef.h usability... no
yes
yes
checking for inline... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for ld used by GCC... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... done
checking argz.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... no
checking for argz.h... no
checking limits.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for uintptr_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for sys/param.h... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for limits.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking locale.h usability... yes
checking for int_least32_t... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
BSD nm
yes
checking locale.h presence... checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for int_fast32_t... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
yes
checking for locale.h... yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for sys/time.h... checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking nl_types.h usability... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for uint64_t... checking for time.h... ok
checking how to run the C preprocessor... yes
yes
checking malloc.h presence... checking for sys/resource.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
x86_64-w64-mingw32-gcc -E
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
yes
checking stddef.h presence... checking for fcntl.h... checking for ANSI C header files... yes
checking for stddef.h... yes
yes
checking for stdlib.h... checking for off_t... (cached) yes
yes
checking for string.h... (cached) yes
checking for alloca.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/pstat.h... yes
no
checking for sys/sysmp.h... checking for sys/types.h... yes
checking sys/param.h presence... no
checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
yes
checking size of int... checking for feof_unlocked... no
yes
checking for machine/hal_sysinfo.h... no
checking for sys/stat.h... checking for sys/table.h... no
checking for sys/sysctl.h... yes
no
checking for stdlib.h... checking for sys/systemcfg.h... no
checking for fgets_unlocked... no
yes
checking for stdint.h... (cached) yes
checking for string.h... checking for stdio_ext.h... no
no
yes
checking for process.h... checking for getc_unlocked... yes
checking for memory.h... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking for strings.h... checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
checking for inttypes.h... yes
checking for getegid... yes
no
checking size of int... checking for stdint.h... 4
checking size of long... yes
no
checking for unistd.h... checking for geteuid... yes
no
checking for dlfcn.h... checking for getgid... no
checking for objdir... .libs
no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for mempcpy... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking size of long... checking for munmap... 4
checking for ANSI C header files... (cached) yes
no
checking for putenv... checking build system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-pc-linux-gnu
checking host system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... yes
checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... no
checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
yes
configure: updating cache ./config.cache
checking for stdlib.h... (cached) yes
configure: creating ./config.status
checking for stpcpy... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... 4
checking size of size_t... yes
checking for strdup... config.status: creating Makefile
yes
checking for strerror... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for strtoul... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... 8
checking for long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for C compiler default output file name... yes
checking size of long long... a.exe
no
checking whether the C compiler works... checking for LC_MESSAGES... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... config.status: creating Makefile
config.status: creating Makefile
/usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
config.status: executing depfiles commands
config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/types.h... config.status: executing libtool commands
yes
checking for sys/stat.h... 8
checking for a 64-bit type... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for stdlib.h... uint64_t
checking for intptr_t... yes
checking for string.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for uintptr_t... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for strings.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for inttypes.h... yes
checking for ssize_t... yes
checking for stdint.h... yes
checking for pid_t... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking minix/config.h presence... none required
checking for asprintf... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for atexit... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for basename... no
checking for working volatile... yes
yes
checking return type of signal handlers... checking for bcmp... void
checking for size_t... no
checking for bcopy... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ssize_t... yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
no
checking for dirent.h that defines DIR... checking for calloc... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
yes
checking for library containing opendir... checking for clock... yes
checking for ffs... none required
checking for fcntl... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for getcwd... no
checking for kill... yes
checking for getpagesize... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memchr... no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for memcmp... no
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
checking for strcasecmp... checking for memcpy... yes
yes
checking for strpbrk... checking for memmem... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for tcgetattr... no
checking for memmove... no
yes
checking for vsnprintf... checking for mempcpy... yes
checking for isascii... yes
checking for memset... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking for isxdigit... checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
yes
checking for getpwnam... checking for random... no
checking for getpwuid... no
checking for rename... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for rindex... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking varargs.h usability... no
checking for setenv... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking stdarg.h usability... checking for snprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for sigsetmask... checking for string.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for strings.h... (cached) yes
checking limits.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
no
checking limits.h presence... checking for stpcpy... yes
checking for limits.h... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking locale.h usability... no
yes
checking locale.h presence... checking for stpncpy... yes
checking for locale.h... yes
x86_64-w64-mingw32-ranlib libdecnumber.a
checking pwd.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
no
checking sys/stream.h usability... checking for strnlen... no
checking sys/stream.h presence... yes
checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
checking for strstr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strtod... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
no
checking for sig_atomic_t in signal.h... checking for tmpnam... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
no
checking wctype.h usability... checking for setproctitle... yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
no
checking langinfo.h usability... checking for vfork... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
yes
checking for sys_nerr... (cached) checking for mbscasecmp... yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for getrusage... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for spawnve... supported
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysconf... config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-24  3:23 [binutils-gdb] aarch64: Make "info address" resolve TLS variables sergiodj+buildbot
@ 2018-03-24  4:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-24  4:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1240>

Commit(s) tested:
	bce02d8884d6baa72c537d0d7c59f924cb290799

Author(s) (in the same order as the commits):
	Weimin Pan <weimin.pan@oracle.com>

Subject:
	aarch64: Make "info address" resolve TLS variables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/bc/bce02d8884d6baa72c537d0d7c59f924cb290799/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-23 19:13 [binutils-gdb] Add psymbols for nested types sergiodj+buildbot
@ 2018-03-23 20:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 20:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1239>

Commit(s) tested:
	b7fee5a3268c340975a1dddb131733abfd153d5e

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Add psymbols for nested types

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b7/b7fee5a3268c340975a1dddb131733abfd153d5e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-23 16:23 [binutils-gdb] Change machoread.c to use std::vector sergiodj+buildbot
@ 2018-03-23 16:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1238>

Commit(s) tested:
	2cc9b3048bcbb827e69059fb6beacb9bccbc5d7c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change machoread.c to use std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/2c/2cc9b3048bcbb827e69059fb6beacb9bccbc5d7c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-23 15:04 [binutils-gdb] Make gdbserver find_register_by_number static sergiodj+buildbot
@ 2018-03-23 15:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 15:44 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/1237>

Commit(s) tested:
	dff7492c9b221aacd4efa6675bb288dfb5d50f80

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Make gdbserver find_register_by_number static

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/df/dff7492c9b221aacd4efa6675bb288dfb5d50f80/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./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
checking whether make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
checking for msgfmt... configure: creating ./config.status
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... checking build system type... /usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... perl
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... yes
checking for inline... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... inline
aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for memory.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for off_t... yes
yes
checking for sys/stat.h... checking for unistd.h... yes
checking minix/config.h usability... yes
checking for stdlib.h... yes
checking for size_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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
checking for memory.h... yes
checking for working alloca.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... no
checking for alloca... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/mkdir -p
yes
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for inttypes.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for C compiler default output file name... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
a.exe
checking whether the C compiler works... yes
checking for stdint.h... checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking ctype.h presence... checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for ctype.h... yes
.exe
checking for suffix of object files... checking stddef.h usability... o
checking whether we are using the GNU C compiler... yes
checking for inttypes.h... yes
yes
checking stddef.h presence... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking stdio.h usability... yes
checking for an ANSI C-conforming const... no
checking for ld used by GCC... yes
checking stdio.h presence... none needed
checking for style of include used by make... yes
checking for inline... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... inline
checking whether byte ordering is bigendian... done
gcc3
checking argz.h usability... checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for uintptr_t... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for argz.h... no
checking for sys/file.h... checking limits.h usability... yes
checking for int_least32_t... 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 "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/param.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for limits.h... yes
checking for int_fast32_t... checking locale.h usability... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking locale.h presence... yes
yes
checking for uint64_t... checking for string.h... (cached) yes
checking for locale.h... yes
yes
ok
checking for unistd.h... (cached) yes
checking nl_types.h usability... checking how to run the C preprocessor... checking for strings.h... (cached) yes
checking for sys/time.h... x86_64-w64-mingw32-gcc -E
yes
no
checking nl_types.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for time.h... checking for ANSI C header files... yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for off_t... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking malloc.h presence... no
checking for fcntl.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for sys/types.h... yes
checking for alloca.h... yes
checking size of int... no
yes
checking stddef.h presence... checking for sys/pstat.h... yes
yes
checking for stddef.h... checking for sys/stat.h... yes
no
checking for sys/sysmp.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/sysinfo.h... yes
checking sys/param.h usability... checking for stdlib.h... no
yes
checking sys/param.h presence... checking for machine/hal_sysinfo.h... yes
yes
checking for sys/param.h... yes
checking for string.h... no
checking for sys/table.h... checking for feof_unlocked... no
checking for sys/sysctl.h... yes
no
checking for sys/systemcfg.h... checking for memory.h... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for fgets_unlocked... no
checking for process.h... yes
checking for strings.h... yes
checking for sys/prctl.h... no
checking for getc_unlocked... yes
checking for inttypes.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking for getcwd... no
checking whether time.h and sys/time.h may both be included... 4
checking size of long... checking for stdint.h... yes
checking whether errno must be declared... yes
yes
checking for unistd.h... no
checking size of int... checking for getegid... yes
checking for dlfcn.h... no
checking for geteuid... no
checking for objdir... .libs
no
checking for getgid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for mempcpy... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... yes
(cached) yes
checking for munmap... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking build system type... yes
checking whether -lc should be explicitly linked in... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for putenv... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... Win32 ld.exe
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... x86_64-w64-mingw32-gcc -E
checking for setenv... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
configure: updating cache ./config.cache
checking for setlocale... configure: creating ./config.status
checking for getpagesize... yes
yes
checking for working mmap... no
checking for stpcpy... checking for memcpy... no
checking for strcasecmp... yes
4
checking size of size_t... checking for strerror... yes
checking for strdup... config.status: creating Makefile
yes
checking for unistd.h... (cached) yes
config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for __fsetlocking... 8
checking for long long... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... no
checking for bison... bison
checking version of bison... o
checking whether we are using the GNU C compiler... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for GNU gettext in libintl... no
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
config.status: creating Makefile
checking for sys/types.h... config.status: executing depfiles commands
config.status: creating Makefile
config.status: creating config.intl
config.status: executing libtool commands
yes
config.status: creating config.h
checking for sys/stat.h... config.status: executing default-1 commands
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
8
checking for a 64-bit type... yes
uint64_t
checking for string.h... checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
yes
checking for uintptr_t... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for inttypes.h... yes
checking for ssize_t... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for unistd.h... yes
checking for pid_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for library containing strerror... none required
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for asprintf... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for atexit... yes
no
checking for working volatile... checking for basename... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for bcmp... no
yes
checking for bcopy... checking for ssize_t... no
checking for bsearch... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for bzero... no
checking for dirent.h that defines DIR... yes
no
checking for library containing opendir... checking for calloc... none required
checking for fcntl... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for clock... no
checking for kill... yes
checking for ffs... no
checking for lstat... no
checking for getcwd... no
checking for memmove... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
yes
checking for gettimeofday... checking for putenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
yes
checking for select... checking for index... no
no
checking for setenv... checking for insque... no
checking for memchr... no
checking for setlocale... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for strcasecmp... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for strpbrk... yes
yes
checking for tcgetattr... checking for memcmp... no
yes
checking for vsnprintf... checking for memcpy... yes
checking for isascii... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for memmem... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
no
checking for getpwnam... checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking fcntl.h presence... no
checking for putenv... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for rindex... checking for strings.h... (cached) yes
checking limits.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
yes
checking limits.h presence... checking for setenv... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for stpcpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for stpncpy... checking termios.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking termios.h presence... no
no
checking for termios.h... no
checking for strcasecmp... checking termio.h usability... yes
no
checking termio.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for strchr... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for strdup... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strncasecmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for strndup... no
checking sys/stream.h presence... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for sys/stream.h... no
checking sys/select.h usability... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking sys/file.h presence... checking for strrchr... yes
checking for sys/file.h... yes
checking for sys/ptem.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for strstr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
64
checking for type of signal functions... yes
checking for strtod... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
yes
x86_64-w64-mingw32-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 strtol... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoull... no
checking for sig_atomic_t in signal.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for strverscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
no
checking for FIONREAD in sys/ioctl.h... checking for tmpnam... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for vasprintf... not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
yes
checking for struct dirent.d_fileno... checking for vfprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for vprintf... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for tgetent in -ltermcap... yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
no
checking for mbsnrtowcs... checking for _doprnt... no
no
checking for sys_errlist... (cached) checking for mbsrtowcs... yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... no
checking for psignal... yes
checking for iswupper... no
checking for pstat_getdynamic... yes
no
checking for pstat_getstatic... checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for spawnvpe... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking for sysconf... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for sysctl... config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-23 13:00 [binutils-gdb] gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp sergiodj+buildbot
@ 2018-03-23 13:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 13:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1236>

Commit(s) tested:
	376be529a7c99a70050bc48c51d891f1bea9777f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/37/376be529a7c99a70050bc48c51d891f1bea9777f/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-23 12:14 [binutils-gdb] gdb: Minor cleanup in some gdb.arch/* tests sergiodj+buildbot
@ 2018-03-23 12:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 12:52 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/1235>

Commit(s) tested:
	066cfa988ddf88ad32b7a114f2e984a13a3848c8

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Minor cleanup in some gdb.arch/* tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/06/066cfa988ddf88ad32b7a114f2e984a13a3848c8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-w64-mingw32
checking for a BSD-compatible install... checking for msgfmt... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
checking for perl... perl
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... .exe
checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... .exe
/usr/bin/grep
checking for egrep... checking for suffix of object files... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for sys/types.h... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking how to run the C preprocessor... checking for memory.h... checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inttypes.h... checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
yes
checking minix/config.h usability... checking for off_t... yes
checking for string.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for memory.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
checking for strings.h... checking for C compiler default output file name... yes
64
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... yes
.exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking ctype.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h presence... none needed
checking for style of include used by make... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking stddef.h presence... gcc3
checking how to print strings... yes
checking for unsigned long long... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
checking for stddef.h... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking stdio.h presence... yes
checking for BSD- or MS-compatible name lister (nm)... yes
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
yes
checking for inline... checking for ld used by GCC... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for uintptr_t... done
checking argz.h usability... yes
checking for int_least32_t... no
checking argz.h presence... ok
no
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... checking for sys/file.h... no
checking for argz.h... no
checking limits.h usability... yes
x86_64-w64-mingw32-gcc -E
yes
checking for int_fast32_t... checking for sys/param.h... yes
checking limits.h presence... checking for ANSI C header files... yes
checking for limits.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for stdlib.h... (cached) yes
yes
checking for uint64_t... checking for malloc.h... yes
checking locale.h presence... yes
yes
checking for sys/types.h... yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking nl_types.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for sys/stat.h... checking for sys/time.h... yes
checking for off_t... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for stdlib.h... yes
checking for time.h... yes
checking malloc.h presence... yes
yes
yes
checking for malloc.h... yes
checking for sys/resource.h... checking for string.h... yes
checking size of int... checking stddef.h usability... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... yes
checking stddef.h presence... checking for memory.h... yes
checking for stddef.h... yes
no
checking for fcntl.h... checking for stdlib.h... (cached) yes
yes
yes
checking for string.h... (cached) yes
checking for alloca.h... checking for strings.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/pstat.h... yes
checking for inttypes.h... no
checking for sys/sysmp.h... yes
checking sys/param.h presence... no
checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... checking for stdint.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
no
checking for sys/systemcfg.h... checking for unistd.h... no
checking for fgets_unlocked... no
checking for stdint.h... (cached) yes
yes
checking for dlfcn.h... no
checking for getc_unlocked... checking for stdio_ext.h... no
no
checking for objdir... .libs
checking for process.h... yes
no
4
checking for getcwd... checking size of long... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking whether time.h and sys/time.h may both be included... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking whether errno must be declared... checking for getegid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking size of int... no
checking for geteuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... no
checking for getgid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for getuid... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
4
checking for getpagesize... checking for ANSI C header files... (cached) yes
checking build system type... no
checking for mempcpy... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking for working mmap... no
checking for memcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for munmap... 4
checking size of long... yes
checking for strerror... no
no
checking for putenv... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for setenv... config.status: creating Makefile
no
checking for setlocale... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for stpcpy... make[1]: Nothing to be done for 'all-target'.
no
checking for strcasecmp... mkdir -p -- ./readline
Configuring in ./readline
4
checking size of size_t... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
no
checking for __argz_stringify... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for __argz_next... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... 8
checking for long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
no
checking for LC_MESSAGES... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking size of long long... no
config.status: executing depfiles commands
checking for bison... bison
checking version of bison... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... config.status: executing libtool commands
no
checking for GNU gettext in libintl... none needed
checking how to run the C preprocessor... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for sys/types.h... yes
checking for sys/stat.h... config.status: creating Makefile
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating config.intl
yes
checking for stdlib.h... config.status: creating config.h
config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
8
checking for a 64-bit type... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
uint64_t
yes
checking for intptr_t... checking for inttypes.h... yes
checking for stdint.h... yes
checking for uintptr_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... no
checking for working volatile... none required
checking for asprintf... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for atexit... yes
checking for ssize_t... yes
checking for basename... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bcopy... yes
checking for library containing opendir... no
checking for bsearch... none required
yes
checking for fcntl... checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
no
checking for kill... checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
yes
checking for lstat... checking for clock... no
checking for memmove... yes
checking for ffs... yes
checking for putenv... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for getcwd... yes
yes
checking for select... checking for getpagesize... no
yes
checking for setenv... checking for gettimeofday... no
checking for setlocale... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for rindex... checking for string.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for sigsetmask... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking pwd.h presence... no
no
checking for pwd.h... no
checking for stpcpy... checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpncpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking termcap.h presence... no
checking for strcasecmp... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strchr... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strncasecmp... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strndup... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for strrchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strstr... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for strtod... 64
checking for type of signal functions... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for strtol... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libz.a
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ranlib libz.a
checking for strtoul... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
checking for strtoll... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
rm -f plural.h
yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strtoull... config.status: creating config.h
no
checking whether sys/ioctl.h defines TIOCGWINSZ... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
checking for sig_atomic_t in signal.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for strverscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for tmpnam... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for vfprintf... yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for tgetent... checking for vprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
checking for tgetent in -ltermcap... checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vsprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
yes
checking wctype.h presence... yes
checking for wctype.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking wchar.h usability... checking for waitpid... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking wchar.h presence... no
checking for setproctitle... yes
checking for wchar.h... yes
checking langinfo.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking whether alloca needs Cray hooks... no
checking langinfo.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for langinfo.h... no
checking for mbrlen... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... no
yes
checking for mbschr... checking for __fsetlocking... no
no
checking for wcrtomb... checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for spawnve... no
checking for wchar_t in wchar.h... yes
yes
checking for wctype_t in wctype.h... checking for spawnvpe... yes
checking for wint_t in wctype.h... yes
checking for strerror... yes
checking configuration for building shared libraries... supported
yes
checking for strsignal... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysconf... no
config.status: creating Makefile
checking for sysctl... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysmp... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-23 11:26 [binutils-gdb] Move gdbserver tdesc header funcs to c file sergiodj+buildbot
@ 2018-03-23 12:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 12:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1234>

Commit(s) tested:
	d80e524238a17878eee0c620d56e2fad072556bc

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Move gdbserver tdesc header funcs to c file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d8/d80e524238a17878eee0c620d56e2fad072556bc/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-23  9:56 [binutils-gdb] Testsuite: fully migrate to use_gdb_stub convenience func sergiodj+buildbot
@ 2018-03-23 10:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 10:23 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/1233>

Commit(s) tested:
	079670b94ade4b5792fa74b29a6b5b4626f27185

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Testsuite: fully migrate to use_gdb_stub convenience func

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/07/079670b94ade4b5792fa74b29a6b5b4626f27185/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
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 a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating ./config.status
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking target system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... checking for C compiler default output file name... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inline... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for inttypes.h... checking for stdint.h... yes
yes
checking for unistd.h... yes
checking for sys/types.h... checking for stdint.h... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
checking minix/config.h usability... yes
yes
checking for off_t... checking for stdlib.h... no
checking minix/config.h presence... yes
checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for size_t... yes
checking for strings.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
checking for working alloca.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdint.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking ctype.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
.exe
checking for suffix of object files... yes
checking stddef.h usability... checking for unsigned long long... o
checking whether we are using the GNU C compiler... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inttypes.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for an ANSI C-conforming const... checking stdio.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for inline... yes
checking stdio.h presence... none needed
checking for style of include used by make... inline
checking whether byte ordering is bigendian... yes
checking for stdio.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for ld used by GCC... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... gcc3
checking how to print strings... no
checking for a BSD-compatible install... yes
checking for uintptr_t... /usr/bin/install -c
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... checking for sys/file.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for sys/param.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for limits.h... yes
checking for int_least32_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking limits.h usability... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking limits.h presence... yes
checking for string.h... (cached) yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for limits.h... yes
yes
checking for int_fast32_t... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for unistd.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking locale.h usability... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking locale.h presence... yes
checking for uint64_t... yes
checking for locale.h... yes
checking nl_types.h usability... yes
no
checking nl_types.h presence... checking for time.h... yes
checking what to include in gstdint.h... ok
stdint.h (already complete)
checking for an ANSI C-conforming const... checking how to run the C preprocessor... no
checking for nl_types.h... no
yes
checking malloc.h usability... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
yes
checking for off_t... checking for sys/mman.h... no
yes
checking malloc.h presence... x86_64-w64-mingw32-gcc -E
checking for fcntl.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for alloca.h... checking for ANSI C header files... no
checking for sys/pstat.h... yes
checking stddef.h presence... no
yes
checking size of int... checking for sys/sysmp.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for sys/sysinfo.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for machine/hal_sysinfo.h... yes
checking sys/param.h usability... checking for sys/types.h... no
checking for sys/table.h... yes
no
yes
checking sys/param.h presence... checking for sys/stat.h... checking for sys/sysctl.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/systemcfg.h... yes
no
checking for stdlib.h... checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for fgets_unlocked... checking for string.h... no
checking for process.h... yes
no
yes
checking for memory.h... checking for sys/prctl.h... checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... yes
no
checking whether time.h and sys/time.h may both be included... checking for strings.h... yes
checking whether errno must be declared... yes
no
checking for getcwd... checking for inttypes.h... no
checking size of int... yes
yes
checking for getegid... checking for stdint.h... 4
checking size of long... yes
checking for unistd.h... no
checking for geteuid... yes
checking for dlfcn.h... no
checking for getgid... no
checking for objdir... .libs
no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for mempcpy... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking size of long... yes
checking for munmap... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for putenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
yes
checking whether -lc should be explicitly linked in... checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... yes
checking dynamic linker characteristics... no
checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
yes
checking for stdlib.h... (cached) yes
checking for stpcpy... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for getpagesize... no
yes
checking for working mmap... no
checking for memcpy... checking for strcasecmp... 4
checking size of size_t... yes
yes
checking for strerror... checking for strdup... config.status: creating Makefile
config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for unistd.h... (cached) yes
yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
configure: creating cache ./config.cache
checking for __argz_next... checking build system type... x86_64-pc-linux-gnu
checking host system type... 8
checking for long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for iconv... yes
checking size of long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
none needed
checking how to run the C preprocessor... configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for sys/types.h... config.status: creating config.intl
config.status: creating config.h
yes
checking for sys/stat.h... config.status: executing default-1 commands
yes
8
checking for a 64-bit type... checking for stdlib.h... uint64_t
checking for intptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for memory.h... yes
checking for uintptr_t... yes
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for inttypes.h... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for stdint.h... yes
checking for pid_t... yes
checking for unistd.h... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for library containing strerror... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for atexit... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for basename... no
checking for working volatile... yes
checking return type of signal handlers... yes
void
checking for size_t... checking for bcmp... no
checking for bcopy... yes
checking for ssize_t... no
checking for bsearch... yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for calloc... no
checking for dirent.h that defines DIR... yes
checking for clock... yes
checking for library containing opendir... yes
checking for ffs... none required
checking for fcntl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for getcwd... no
checking for kill... yes
checking for getpagesize... no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for index... yes
checking for putenv... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for memcpy... checking for strcasecmp... yes
yes
checking for memmem... checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
checking for getpwent... yes
checking for random... no
checking for getpwnam... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for rename... no
checking for getpwuid... yes
checking for rindex... no
checking for working strcoll... no
checking fcntl.h usability... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for setenv... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking fcntl.h presence... no
checking for snprintf... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking for sigsetmask... checking varargs.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking varargs.h presence... no
checking for stpcpy... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpncpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for strcasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strchr... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strdup... checking pwd.h usability... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for strncasecmp... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strndup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strnlen... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for strtod... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strtol... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoul... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strtoll... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for strtoull... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
64
checking for type of signal functions... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for strverscmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for tmpnam... x86_64-w64-mingw32-ranlib libdecnumber.a
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking whether termios.h defines TIOCGWINSZ... yes
x86_64-w64-mingw32-ranlib libz.a
checking for vprintf... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking whether sys/ioctl.h defines TIOCGWINSZ... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
checking for sig_atomic_t in signal.h... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating config.h
yes
config.status: config.h is unchanged
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for vsnprintf... yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
yes
checking for TIOCSTAT in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for vsprintf... no
checking for FIONREAD in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for speed_t in sys/types.h... yes
checking for waitpid... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for struct winsize in sys/ioctl.h and termios.h... no
not found
checking for struct dirent.d_ino... checking for setproctitle... yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for fork... no
checking for tgetent in -ltermcap... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for vfork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for _doprnt... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking wctype.h presence... no
checking for sys_errlist... (cached) yes
checking for wctype.h... yes
yes
checking wchar.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wchar.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for wchar.h... yes
checking langinfo.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for external symbol _system_configuration... no
no
checking langinfo.h presence... checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcscoll... no
checking for psignal... yes
checking for wcsdup... no
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
checking for iswupper... yes
checking for spawnvpe... yes
checking for towlower... yes
checking for strerror... yes
checking for towupper... yes
checking for strsignal... yes
checking for iswctype... no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysctl... yes
checking for wctype_t in wctype.h... no
checking for sysmp... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for table... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for times... no
checking for wait3... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for wait4... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking whether basename is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-23  3:37 [binutils-gdb] Remove some cleanups from record-full.c sergiodj+buildbot
@ 2018-03-23  4:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-23  4:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1232>

Commit(s) tested:
	a2b2bc12af45f48617729c1413a1a01c0ee957ca

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from record-full.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a2/a2b2bc12af45f48617729c1413a1a01c0ee957ca/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22 13:54 [binutils-gdb] ppc: Fix stwux and stdux masks in skip_prologue sergiodj+buildbot
@ 2018-03-22 17:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 17:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1231>

Commit(s) tested:
	7a8f494c7b171f6cbad20a14ef03a5d7acaa6ccb

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	ppc: Fix stwux and stdux masks in skip_prologue

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7a/7a8f494c7b171f6cbad20a14ef03a5d7acaa6ccb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1606: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22 13:41 [binutils-gdb] ppc: Detect when LR is saved through frame pointer sergiodj+buildbot
@ 2018-03-22 16:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 16:01 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/1230>

Commit(s) tested:
	dd6d677f0b06341dce90d259785c9d513d2e3935

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	ppc: Detect when LR is saved through frame pointer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/dd/dd6d677f0b06341dce90d259785c9d513d2e3935/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
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 whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking for xgettext... configure: creating ./config.status
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none needed
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep
checking for egrep... yes
checking for inline... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/types.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for memory.h... checking for memory.h... yes
checking how to run the C preprocessor... yes
yes
x86_64-w64-mingw32-gcc -E
checking for strings.h... checking for strings.h... yes
yes
checking for grep that handles long lines and -e... checking for inttypes.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
yes
checking for unistd.h... checking for sys/stat.h... yes
checking for off_t... yes
checking for stdlib.h... yes
checking minix/config.h usability... yes
checking for string.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strings.h... yes
checking for working alloca.h... 64
no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for stdlib.h... (cached) yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for unistd.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking ctype.h usability... checking for C compiler default output file name... yes
checking for unsigned long long... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... .exe
checking for suffix of object files... yes
checking stddef.h presence... yes
checking for stddef.h... yes
o
checking whether we are using the GNU C compiler... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for ld used by GCC... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking stdio.h presence... yes
checking for stdio.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for shared library run path origin... yes
checking for an ANSI C-conforming const... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... done
checking argz.h usability... yes
checking for inline... yes
checking for uintptr_t... inline
checking whether byte ordering is bigendian... gcc3
checking how to print strings... no
checking argz.h presence... printf
checking for a sed that does not truncate output... yes
checking for int_least32_t... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... no
checking for argz.h... no
checking limits.h usability... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for a BSD-compatible install... /usr/bin/install -c
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/file.h... yes
checking for int_fast32_t... yes
checking limits.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for limits.h... yes
yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking locale.h usability... checking for sys/param.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for limits.h... yes
checking for uint64_t... yes
checking locale.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking for malloc.h... checking nl_types.h usability... yes
checking for string.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
ok
no
checking nl_types.h presence... checking how to run the C preprocessor... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking for nl_types.h... no
yes
checking for off_t... checking malloc.h usability... yes
checking for time.h... yes
checking for sys/resource.h... x86_64-w64-mingw32-gcc -E
yes
checking malloc.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/mman.h... checking for ANSI C header files... checking stddef.h usability... no
checking for fcntl.h... yes
checking size of int... yes
checking for alloca.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for sys/types.h... no
checking for sys/pstat.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
no
checking sys/param.h usability... checking for sys/sysmp.h... checking for sys/stat.h... no
yes
checking sys/param.h presence... checking for sys/sysinfo.h... yes
checking for stdlib.h... yes
checking for sys/param.h... yes
no
checking for machine/hal_sysinfo.h... checking for feof_unlocked... yes
no
checking for sys/table.h... checking for string.h... no
checking for sys/sysctl.h... yes
no
no
checking for fgets_unlocked... checking for sys/systemcfg.h... checking for memory.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for strings.h... no
checking for process.h... no
checking for getc_unlocked... yes
yes
checking for inttypes.h... 4
checking for sys/prctl.h... checking size of long... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getcwd... yes
no
checking whether time.h and sys/time.h may both be included... checking for stdint.h... yes
checking whether errno must be declared... yes
checking for getegid... no
checking size of int... yes
checking for unistd.h... no
checking for geteuid... yes
checking for dlfcn.h... no
checking for getgid... no
checking for objdir... .libs
no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking for ANSI C header files... (cached) yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking build system type... no
checking for mempcpy... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... x86_64-w64-mingw32
checking target system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... 4
checking size of long... yes
checking whether -lc should be explicitly linked in... yes
checking for munmap... yes
checking dynamic linker characteristics... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for putenv... configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for setenv... checking for getpagesize... no
checking for setlocale... yes
checking for working mmap... no
checking for memcpy... yes
yes
config.status: creating Makefile
checking for stpcpy... checking for strerror... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
4
mkdir -p -- ./readline
checking size of size_t... Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... configure: creating cache ./config.cache
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for __argz_count... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_stringify... checking for C compiler default output file name... no
checking for __argz_next... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... no
checking for __fsetlocking... o
checking whether we are using the GNU C compiler... 8
checking for long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... none needed
checking how to run the C preprocessor... yes
checking size of long long... no
checking for LC_MESSAGES... no
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... x86_64-w64-mingw32-gcc -E
no
checking for GNU gettext in libintl... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
configure: updating cache ./config.cache
checking for sys/types.h... configure: creating ./config.status
yes
checking for sys/stat.h... yes
checking for stdlib.h... config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for string.h... config.status: creating Makefile
config.status: creating config.intl
yes
config.status: executing libtool commands
checking for memory.h... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for strings.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
8
checking for a 64-bit type... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
uint64_t
checking for intptr_t... checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for unistd.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for library containing strerror... void
checking for size_t... none required
checking for asprintf... yes
checking for atexit... yes
checking for ssize_t... yes
checking for basename... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for bcmp... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... no
checking for bcopy... none required
checking for fcntl... no
checking for bsearch... no
checking for kill... yes
checking for bzero... no
checking for lstat... no
checking for calloc... no
checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for clock... yes
checking for putenv... yes
checking for ffs... yes
checking for select... no
checking for getcwd... no
checking for setenv... yes
no
checking for setlocale... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for getpagesize... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for strcasecmp... yes
checking for gettimeofday... yes
checking for strpbrk... yes
checking for index... yes
checking for tcgetattr... no
checking for insque... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for vsnprintf... no
checking for memchr... yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for memset... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for mkstemps... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for strings.h... (cached) yes
checking for random... checking limits.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
yes
checking limits.h presence... checking for rename... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for rindex... yes
checking locale.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for locale.h... yes
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
no
checking for memory.h... (cached) yes
checking for snprintf... checking termcap.h usability... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for sigsetmask... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking termios.h usability... no
checking for stpcpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpncpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strchr... no
checking sys/stream.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for strncasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strndup... 64
checking for type of signal functions... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for strtod... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtol... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for strtoul... yes
checking whether signal handlers are of type void... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for TIOCSTAT in sys/ioctl.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for strtoll... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for FIONREAD in sys/ioctl.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for speed_t in sys/types.h... yes
checking for strtoull... no
checking for struct winsize in sys/ioctl.h and termios.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
rm -f libz.a
not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-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 strverscmp... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for tmpnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for vasprintf... no
checking for tgetent in -ltermcap... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking langinfo.h presence... yes
checking for vsprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for waitpid... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for mbscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for setproctitle... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for mbsnrtowcs... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking whether alloca needs Cray hooks... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
no
checking stack direction for C alloca... 0
checking for vfork.h... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
no
checking for mbsrtowcs... ../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for fork... yes
checking for mbschr... no
checking for vfork... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for wcrtomb... no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... yes
checking for wcswidth... no
checking for dup3... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrlimit... yes
no
checking for iswlower... checking for getrusage... yes
no
checking for getsysinfo... checking for iswupper... no
yes
checking for gettimeofday... (cached) yes
checking for towlower... checking for on_exit... yes
no
checking for psignal... checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for setrlimit... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
config.status: creating Makefile
checking for spawnvpe... config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking for strerror... config.status: creating config.h
config.status: executing default commands
yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22  9:34 [binutils-gdb] Make "info proc cmdline" show args on GNU/Linux sergiodj+buildbot
@ 2018-03-22 15:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 15:08 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/1229>

Commit(s) tested:
	26d6cec4a9291f154e549fb6f4318ace6cfaa2a5

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Make "info proc cmdline" show args on GNU/Linux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/26/26d6cec4a9291f154e549fb6f4318ace6cfaa2a5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... yes
no
checking for makeinfo... checking for a BSD-compatible install... makeinfo --split-size=5000000
/usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking target system type... configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
.exe
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for an ANSI C-conforming const... checking for C compiler default output file name... yes
checking for inline... yes
a.exe
checking whether the C compiler works... yes
checking for sys/types.h... checking whether we are cross compiling... yes
checking for suffix of executables... inline
checking for sys/types.h... .exe
checking for suffix of object files... yes
yes
checking for sys/stat.h... o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for inttypes.h... checking for strings.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for inttypes.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for unistd.h... checking for C compiler default output file name... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for unistd.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for off_t... .exe
yes
checking how to run the C preprocessor... no
checking minix/config.h presence... checking for suffix of object files... x86_64-w64-mingw32-gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... yes
checking for size_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... none needed
checking for style of include used by make... yes
checking for working alloca.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... 64
yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
gcc3
checking for stdlib.h... (cached) yes
checking how to print strings... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for unistd.h... (cached) yes
checking for grep that handles long lines and -e... checking for getpagesize... /usr/bin/grep
checking for egrep... checking for stdlib.h... /usr/bin/grep -E
checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for working mmap... no
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for strings.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking for inttypes.h... ok
checking how to run the C preprocessor... yes
checking for an ANSI C-conforming const... yes
x86_64-w64-mingw32-gcc -E
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for stdint.h... no
checking for ld used by GCC... checking for ANSI C header files... yes
checking for inline... yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... yes
checking for sys/types.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking ctype.h usability... yes
checking for sys/stat.h... yes
checking for stdlib.h... done
checking argz.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking ctype.h presence... yes
checking for sys/file.h... no
checking argz.h presence... yes
checking for ctype.h... yes
checking for string.h... checking stddef.h usability... yes
checking for sys/param.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
checking for limits.h... yes
checking stddef.h presence... checking for memory.h... yes
yes
checking limits.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for limits.h... yes
checking for malloc.h... checking stdio.h usability... yes
yes
checking locale.h usability... checking for strings.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking stdio.h presence... yes
checking for strings.h... (cached) yes
yes
checking for stdio.h... yes
checking for sys/time.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for inttypes.h... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for time.h... yes
yes
checking for uintptr_t... checking for stdint.h... yes
no
checking nl_types.h presence... checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for int_least32_t... checking for sys/mman.h... checking for unistd.h... yes
checking malloc.h presence... no
checking for fcntl.h... yes
checking for malloc.h... yes
yes
checking for dlfcn.h... yes
checking for int_fast32_t... yes
checking stddef.h usability... checking for alloca.h... no
checking for objdir... yes
checking stddef.h presence... .libs
yes
checking for uint64_t... yes
checking for stddef.h... yes
no
checking for sys/pstat.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/sysmp.h... checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysinfo.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for machine/hal_sysinfo.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for sys/table.h... yes
checking sys/param.h presence... no
checking for sys/sysctl.h... yes
checking for sys/param.h... yes
yes
checking for off_t... checking for feof_unlocked... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sys/systemcfg.h... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdint.h... (cached) yes
no
checking for fgets_unlocked... checking for stdio_ext.h... yes
checking size of int... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getc_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking dynamic linker characteristics... no
checking whether time.h and sys/time.h may both be included... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for getcwd... yes
checking whether errno must be declared... 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... x86_64-w64-mingw32-gcc -E
yes
no
checking size of int... checking for getegid... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for geteuid... yes
checking for working mmap... no
checking for memcpy... 4
checking size of long... no
checking for getgid... yes
checking for strerror... no
checking for getuid... yes
checking for unistd.h... (cached) yes
no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
yes
4
checking size of long... checking for munmap... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for putenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setenv... no
checking for setlocale... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... 4
checking size of size_t... no
checking for strcasecmp... config.status: creating Makefile
yes
config.status: creating config.h
checking for strdup... config.status: executing gstdint.h commands
yes
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... 8
checking for long long... no
configure: creating cache ./config.cache
checking for __fsetlocking... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for iconv... config.status: creating Makefile
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking size of long long... config.status: executing depfiles commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for C compiler default output file name... config.status: executing libtool commands
no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... o
checking whether we are using the GNU C compiler... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: creating Makefile
config.status: creating config.intl
yes
checking for sys/types.h... config.status: creating config.h
8
checking for a 64-bit type... config.status: executing default-1 commands
yes
checking for sys/stat.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdlib.h... yes
yes
checking for uintptr_t... checking for string.h... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for pid_t... yes
checking for strings.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for library containing strerror... yes
checking for stdint.h... none required
checking for asprintf... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking minix/config.h usability... yes
checking for atexit... no
checking minix/config.h presence... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for basename... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for bcmp... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for working volatile... no
checking for bcopy... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for bsearch... void
checking for size_t... yes
checking for bzero... no
checking for calloc... yes
checking for ssize_t... yes
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
checking for ffs... no
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for dirent.h that defines DIR... rm -f libz.a
x86_64-w64-mingw32-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 
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
no
checking for getcwd... x86_64-w64-mingw32-ranlib libz.a
yes
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for library containing opendir... checking for getpagesize... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
none required
checking for fcntl... checking for gettimeofday... yes
config.status: creating config.h
checking for index... no
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for kill... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for lstat... no
checking for insque... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for memchr... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
yes
checking for memcmp... checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for memcpy... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for select... yes
checking for memmem... no
checking for setenv... no
checking for memmove... no
checking for setlocale... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strcasecmp... checking for mempcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for memset... yes
checking for tcgetattr... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
yes
checking for isascii... yes
checking for random... checking for isxdigit... no
yes
checking for rename... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for getpwent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for rindex... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for getpwnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
checking for setenv... make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
no
checking for getpwuid... checking for snprintf... no
checking for working strcoll... no
checking fcntl.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
yes
checking fcntl.h presence... checking for sigsetmask... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for stpcpy... checking varargs.h usability... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for stpncpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strcasecmp... yes
checking stdarg.h presence... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for stdarg.h... yes
checking for strchr... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strdup... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking limits.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
yes
checking for limits.h... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for strncasecmp... checking locale.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strndup... checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for strnlen... checking termcap.h usability... yes
checking for strrchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strstr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtod... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strtol... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for strtoul... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking sys/select.h usability... checking for strtoll... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoull... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strverscmp... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... yes
checking for vfprintf... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... checking for vprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... yes
checking for vsnprintf... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vsprintf... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for waitpid... no
checking for speed_t in sys/types.h... no
checking for setproctitle... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... yes
checking wctype.h presence... no
yes
checking for wctype.h... yes
checking wchar.h usability... checking for __fsetlocking... no
checking for canonicalize_file_name... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for dup3... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for getrlimit... yes
checking for mbscasecmp... no
checking for getrusage... no
checking for mbscmp... no
checking for getsysinfo... no
checking for mbsnrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for mbsrtowcs... no
checking for psignal... yes
checking for mbschr... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for wcrtomb... no
yes
checking for wcscoll... checking for realpath... yes
checking for wcsdup... no
checking for setrlimit... yes
checking for wcwidth... no
checking for wctype... no
checking for sbrk... yes
checking for wcswidth... no
checking for spawnve... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for spawnvpe... yes
checking for iswlower... yes
checking for strerror... yes
checking for iswupper... yes
checking for strsignal... yes
no
checking for sysconf... checking for towlower... no
checking for sysctl... yes
checking for towupper... no
checking for sysmp... yes
checking for iswctype... no
checking for table... yes
checking for nl_langinfo and CODESET... no
checking for times... no
checking for wchar_t in wchar.h... no
checking for wait3... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for wait4... yes
checking configuration for building shared libraries... supported
no
checking whether basename is declared... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
config.status: creating Makefile
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
checking whether calloc is declared... config.status: creating shlib/Makefile
yes
checking whether getenv is declared... yes
config.status: creating config.h
checking whether getopt is declared... config.status: executing default commands
yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22  9:20 [binutils-gdb] S390: Correct brace style in s390_get_wordsize sergiodj+buildbot
@ 2018-03-22 14:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 14:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1228>

Commit(s) tested:
	f69c5afb18871a773af88484a24d7da12c3a104c

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Correct brace style in s390_get_wordsize

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f6/f69c5afb18871a773af88484a24d7da12c3a104c/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22 11:31 [binutils-gdb] x86: drop pointless VecESize sergiodj+buildbot
@ 2018-03-22 13:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 13:11 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/1227>

Commit(s) tested:
	b8c169f359dd99900994baff60c57417f13351b3

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop pointless VecESize

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b8/b8c169f359dd99900994baff60c57417f13351b3/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-w64-mingw32
checking target system type... checking for msgfmt... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
x86_64-w64-mingw32
configure: creating ./config.status
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
none required
checking how to run the C preprocessor... checking whether make sets $(MAKE)... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for inline... x86_64-w64-mingw32-gcc -E
inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for stdlib.h... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/types.h... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking for memory.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... yes
checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for unistd.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for off_t... checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... yes
checking for size_t... checking minix/config.h usability... /usr/bin/grep -E
checking for ANSI C header files... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/types.h... yes
checking for working alloca.h... no
checking for alloca... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for stdlib.h... (cached) yes
64
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -W... checking for unistd.h... (cached) yes
yes
yes
checking for getpagesize... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdint.h... checking for C compiler default output file name... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for strings.h... yes
checking for inttypes.h... .exe
checking for suffix of object files... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the inttypes.h PRIxNN macros are broken... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for stdint.h... no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for unistd.h... done
checking argz.h usability... yes
checking for an ANSI C-conforming const... none needed
yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking ctype.h usability... yes
checking for inline... no
checking argz.h presence... inline
checking whether byte ordering is bigendian... yes
checking ctype.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for ctype.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking stddef.h usability... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking limits.h presence... yes
checking for limits.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... no
yes
checking for a BSD-compatible install... checking for BSD- or MS-compatible name lister (nm)... /usr/bin/install -c
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking locale.h usability... yes
checking stddef.h presence... checking for sys/file.h... yes
checking for stddef.h... yes
yes
checking for string.h... BSD nm
(cached) yes
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/param.h... 1572864
checking whether the shell understands some XSI constructs... checking stdio.h usability... yes
checking whether the shell understands "+="... yes
yes
checking locale.h presence... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for locale.h... yes
checking for limits.h... checking nl_types.h usability... yes
checking stdio.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking for stdio.h... yes
checking for malloc.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for string.h... (cached) yes
no
checking nl_types.h presence... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for nl_types.h... no
checking for sys/time.h... checking malloc.h usability... ok
yes
checking how to run the C preprocessor... yes
checking for uintptr_t... checking for time.h... yes
checking for sys/resource.h... yes
checking malloc.h presence... x86_64-w64-mingw32-gcc -E
yes
checking for malloc.h... yes
yes
checking for int_least32_t... no
checking for sys/stat.h... (cached) yes
checking stddef.h usability... checking for sys/mman.h... checking for ANSI C header files... no
checking for fcntl.h... yes
yes
yes
checking stddef.h presence... checking for int_fast32_t... checking for alloca.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
yes
checking for sys/pstat.h... checking for sys/types.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/sysmp.h... yes
checking sys/param.h usability... checking for uint64_t... yes
checking for sys/stat.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking sys/param.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
no
yes
checking for sys/param.h... yes
checking for stdlib.h... checking for sys/table.h... checking for feof_unlocked... yes
checking for off_t... yes
no
checking for string.h... checking for sys/sysctl.h... no
no
checking for fgets_unlocked... checking for sys/systemcfg.h... no
yes
checking for stdint.h... (cached) yes
checking for memory.h... checking for stdio_ext.h... no
no
checking for getc_unlocked... checking for process.h... yes
checking size of int... yes
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for strings.h... no
checking for getcwd... no
checking whether time.h and sys/time.h may both be included... yes
checking for inttypes.h... yes
checking whether errno must be declared... yes
checking for getegid... yes
no
checking size of int... checking for stdint.h... yes
no
checking for geteuid... checking for unistd.h... yes
checking for dlfcn.h... no
checking for getgid... no
checking for objdir... .libs
no
checking for getuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for munmap... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for putenv... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for setenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
yes
checking for working mmap... no
checking build system type... checking for memcpy... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for stpcpy... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for strerror... no
checking for strcasecmp... 4
checking size of size_t... yes
checking for unistd.h... (cached) yes
no
yes
configure: updating cache ./config.cache
configure: updating cache ./config.cache
checking for strdup... configure: creating ./config.status
configure: creating ./config.status
yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... 8
checking for long long... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... yes
checking size of long long... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for LC_MESSAGES... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
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... checking for C compiler default output file name... config.status: creating Makefile
no
checking for GNU gettext in libintl... config.status: executing depfiles commands
config.status: executing libtool commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
config.status: creating config.intl
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
8
checking for a 64-bit type... config.status: executing default-1 commands
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for sys/types.h... yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for stdlib.h... yes
checking for string.h... yes
checking for ssize_t... yes
checking for memory.h... yes
checking for strings.h... yes
checking for pid_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for library containing strerror... yes
checking for unistd.h... yes
checking minix/config.h usability... none required
checking for asprintf... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for atexit... yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for basename... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for bcmp... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
no
checking for working volatile... checking for bcopy... yes
checking return type of signal handlers... no
checking for bsearch... void
checking for size_t... yes
checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for ssize_t... no
checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for clock... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for ffs... yes
checking for library containing opendir... no
checking for getcwd... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
none required
checking for fcntl... yes
checking for getpagesize... no
checking for kill... yes
checking for gettimeofday... no
checking for lstat... yes
checking for index... no
checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for insque... yes
checking for putenv... no
checking for memchr... yes
checking for select... yes
checking for memcmp... no
checking for setenv... yes
checking for memcpy... no
checking for setlocale... yes
yes
checking for strcasecmp... checking for memmem... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for strpbrk... no
checking for memmove... yes
yes
checking for tcgetattr... checking for mempcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
yes
checking for vsnprintf... checking for memset... yes
yes
checking for isascii... checking for mkstemps... yes
no
checking for isxdigit... checking for putenv... yes
yes
checking for random... checking for getpwent... no
checking for rename... no
checking for getpwnam... yes
checking for rindex... no
checking for getpwuid... no
no
checking for working strcoll... no
checking fcntl.h usability... checking for setenv... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for unistd.h... (cached) yes
checking for snprintf... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for sigsetmask... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... no
yes
checking for stpcpy... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpncpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking limits.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for limits.h... yes
checking locale.h usability... no
checking for strcasecmp... yes
checking locale.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for locale.h... yes
checking for strchr... checking pwd.h usability... no
checking pwd.h presence... yes
checking for strdup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
yes
checking termcap.h presence... checking for strncasecmp... yes
checking for termcap.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking termios.h usability... no
checking termios.h presence... yes
no
checking for termios.h... no
checking termio.h usability... checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... yes
checking for strrchr... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for sys/stream.h... no
checking sys/select.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for strstr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtod... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
yes
checking sys/file.h presence... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for sys/file.h... yes
checking for sys/ptem.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
checking for strtol... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
64
config.status: creating config.h
checking for type of signal functions... checking for strtoul... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for strtoll... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for strtoull... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking whether termios.h defines TIOCGWINSZ... no
checking for tmpnam... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vasprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vfprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for FIONREAD in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
no
checking for speed_t in sys/types.h... checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for struct dirent.d_fileno... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for vsprintf... no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for waitpid... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for tgetent in -ltermcap... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking wctype.h presence... yes
checking for wctype.h... yes
no
checking wchar.h usability... checking for fork... yes
checking wchar.h presence... no
checking for vfork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for _doprnt... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for mbscmp... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
yes
checking for wcswidth... checking for pstat_getdynamic... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getstatic... no
yes
checking for realpath... checking for iswlower... no
yes
checking for setrlimit... checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... no
config.status: creating Makefile
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22  8:31 [binutils-gdb] x86: drop remaining redundant DispN sergiodj+buildbot
@ 2018-03-22 12:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 12:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1226>

Commit(s) tested:
	96bc132a736fe44cc021d5d4e8ed6780b9520f22

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop remaining redundant DispN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/96/96bc132a736fe44cc021d5d4e8ed6780b9520f22/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22  8:17 [binutils-gdb] x86: fix swapped operand handling for BNDMOV sergiodj+buildbot
@ 2018-03-22 11:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 11:29 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/1225>

Commit(s) tested:
	9f79e88693dae859f838bcf684158e6e6f8f3b6b

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fix swapped operand handling for BNDMOV

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9f/9f79e88693dae859f838bcf684158e6e6f8f3b6b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for msgfmt... checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for xgettext... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/xgettext
configure: updating cache ./config.cache
checking for msgmerge... configure: creating ./config.status
configure: creating cache ./config.cache
/usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
checking for perl... perl
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for inline... inline
x86_64-w64-mingw32-gcc -E
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for stdlib.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for strings.h... yes
yes
checking how to run the C preprocessor... checking for unistd.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for off_t... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for stdint.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for sys/types.h... yes
yes
yes
checking for size_t... checking minix/config.h usability... checking for sys/stat.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking for stdlib.h... checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for working alloca.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... no
checking for alloca... yes
checking for memory.h... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for inttypes.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unsigned long long... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for unistd.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... .exe
checking for suffix of object files... no
checking for ld used by GCC... yes
checking ctype.h presence... o
checking whether we are using the GNU C compiler... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for shared library run path origin... done
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking argz.h usability... yes
checking stddef.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stddef.h... yes
yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
no
checking argz.h presence... checking stdio.h usability... no
checking for argz.h... no
none needed
checking for style of include used by make... checking limits.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking limits.h presence... yes
checking for stdio.h... yes
yes
checking for limits.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking locale.h usability... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for uintptr_t... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for sys/param.h... checking nl_types.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for limits.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking nl_types.h presence... 1572864
checking whether the shell understands some XSI constructs... yes
yes
checking for int_least32_t... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for stdlib.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for malloc.h... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking malloc.h presence... checking for sys/time.h... yes
checking for malloc.h... yes
yes
checking for uint64_t... ok
checking stddef.h usability... checking how to run the C preprocessor... yes
checking for time.h... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking what to include in gstdint.h... stdint.h (already complete)
yes
checking for an ANSI C-conforming const... checking for sys/resource.h... yes
checking for stddef.h... yes
checking for ANSI C header files... checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
yes
checking for off_t... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... no
yes
checking sys/param.h presence... checking for fcntl.h... yes
checking for sys/types.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... yes
checking for alloca.h... yes
checking size of int... checking for sys/stat.h... no
no
checking for fgets_unlocked... checking for sys/pstat.h... yes
no
checking for stdlib.h... checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
no
checking for getc_unlocked... checking for machine/hal_sysinfo.h... yes
no
checking for sys/table.h... checking for string.h... no
checking for getcwd... no
checking for sys/sysctl.h... yes
no
checking for sys/systemcfg.h... checking for memory.h... no
checking for stdint.h... (cached) yes
yes
checking for getegid... checking for stdio_ext.h... yes
no
checking for process.h... checking for strings.h... yes
no
checking for geteuid... checking for sys/prctl.h... yes
checking for inttypes.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getgid... yes
4
checking size of long... no
checking whether time.h and sys/time.h may both be included... checking for stdint.h... yes
checking whether errno must be declared... no
checking for getuid... no
checking size of int... yes
checking for unistd.h... no
checking for mempcpy... yes
checking for dlfcn.h... yes
checking for munmap... no
checking for objdir... .libs
no
checking for putenv... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for setenv... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stpcpy... x86_64-w64-mingw32
checking target system type... 4
checking size of long... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking whether -lc should be explicitly linked in... no
checking for strcasecmp... yes
checking dynamic linker characteristics... no
Win32 ld.exe
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... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strdup... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strtoul... yes
checking for working mmap... no
checking for memcpy... config.status: creating Makefile
yes
checking for tsearch... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strerror... yes
make[1]: Nothing to be done for 'all-target'.
checking for __argz_count... mkdir -p -- ./readline
4
Configuring in ./readline
yes
checking size of size_t... checking for unistd.h... (cached) yes
no
configure: updating cache ./config.cache
checking for __argz_stringify... configure: creating ./config.status
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for LC_MESSAGES... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for bison... bison
checking version of bison... checking for C compiler default output file name... 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 GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 8
checking for long long... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
yes
checking size of long long... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/types.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for sys/stat.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
config.status: creating Makefile
yes
checking for stdlib.h... config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for string.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for strings.h... yes
8
checking for a 64-bit type... checking for inttypes.h... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for unistd.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for ssize_t... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for function prototypes... yes
checking whether char is unsigned... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
yes
checking return type of signal handlers... checking for library containing strerror... make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
none required
checking for asprintf... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for atexit... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
no
checking for basename... checking for dirent.h that defines DIR... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for bcmp... none required
checking for fcntl... no
checking for bcopy... no
checking for kill... no
checking for bsearch... no
checking for lstat... yes
checking for bzero... no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
yes
checking for calloc... checking for putenv... yes
checking for clock... yes
checking for select... yes
checking for ffs... no
checking for setenv... no
checking for getcwd... no
checking for setlocale... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
yes
checking for getpagesize... checking for strcasecmp... yes
checking for gettimeofday... yes
checking for strpbrk... yes
checking for index... yes
checking for tcgetattr... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for memchr... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for memset... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mkstemps... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for random... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for rename... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for rindex... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for snprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for sigsetmask... no
checking termios.h presence... no
checking for stpcpy... no
checking for termios.h... no
checking termio.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for stpncpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strndup... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strnlen... 64
checking for type of signal functions... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... yes
checking for strtol... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoll... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strtoull... not found
checking for struct dirent.d_ino... yes
checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tmpnam... no
checking for tgetent... yes
checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking for vprintf... checking wchar.h usability... yes
checking wchar.h presence... yes
checking for vsnprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
checking for vsprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
no
checking for mbscmp... checking for setproctitle... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsrtowcs... no
checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... yes
checking for wcsdup... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... no
checking for setrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking for spawnvpe... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking for strerror... config.status: executing default commands
yes
checking for strsignal... no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22  8:02 [binutils-gdb] x86/Intel: fix fallout from earlier template folding sergiodj+buildbot
@ 2018-03-22 10:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 10:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1224>

Commit(s) tested:
	d6793fa1acf384a93c83db6eb916e3b9eedd9ef4

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86/Intel: fix fallout from earlier template folding

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d6/d6793fa1acf384a93c83db6eb916e3b9eedd9ef4/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22  7:50 [binutils-gdb] x86: fold a few XOP templates sergiodj+buildbot
@ 2018-03-22  9:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22  9:34 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/1223>

Commit(s) tested:
	f776822506b417ce25170c67c33cc05870b37adf

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold a few XOP templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f7/f776822506b417ce25170c67c33cc05870b37adf/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
configure: creating 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 cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
x86_64-w64-mingw32
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)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... checking for perl... perl
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... Configuring in ./libdecnumber
.exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
yes
checking for an ANSI C-conforming const... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for sys/stat.h... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
inline
checking for sys/types.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for string.h... yes
yes
yes
checking how to run the C preprocessor... checking for memory.h... checking for stdlib.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for string.h... checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for inttypes.h... checking for memory.h... yes
yes
yes
checking for stdint.h... checking for sys/types.h... checking for strings.h... yes
yes
checking for sys/stat.h... checking for unistd.h... yes
yes
checking for inttypes.h... checking for stdlib.h... yes
yes
yes
checking minix/config.h usability... checking for stdint.h... checking for string.h... yes
no
checking minix/config.h presence... yes
checking for unistd.h... checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for off_t... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 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... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for inttypes.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for size_t... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working alloca.h... no
checking for alloca... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking ctype.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... o
checking whether we are using the GNU C compiler... checking for unistd.h... (cached) yes
yes
checking for ctype.h... yes
checking for getpagesize... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for string.h... (cached) yes
checking stdio.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for stdint.h... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... yes
checking for unsigned long long... yes
checking for inline... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... gcc3
checking how to print strings... inline
checking whether byte ordering is bigendian... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for inttypes.h... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for uintptr_t... yes
checking for BSD- or MS-compatible name lister (nm)... yes
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
no
checking for int_least32_t... checking for a BSD-compatible install... /usr/bin/install -c
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/file.h... done
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking argz.h usability... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
yes
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/param.h... yes
yes
checking for int_fast32_t... checking for limits.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for stdlib.h... (cached) yes
checking limits.h usability... checking for malloc.h... yes
checking for uint64_t... ok
yes
checking how to run the C preprocessor... yes
checking limits.h presence... checking for string.h... (cached) yes
yes
checking for unistd.h... checking for limits.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking locale.h usability... checking for sys/time.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
checking locale.h presence... yes
checking for off_t... yes
checking for locale.h... yes
yes
checking for ANSI C header files... checking nl_types.h usability... checking for time.h... yes
checking for sys/resource.h... no
no
checking nl_types.h presence... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
no
checking for sys/types.h... yes
checking size of int... checking for fcntl.h... yes
checking malloc.h presence... yes
yes
yes
checking for malloc.h... yes
checking for sys/stat.h... checking for alloca.h... checking stddef.h usability... no
checking for sys/pstat.h... yes
no
checking for stdlib.h... yes
checking stddef.h presence... checking for sys/sysmp.h... yes
checking for stddef.h... yes
no
checking for sys/sysinfo.h... checking for stdlib.h... (cached) yes
no
checking for machine/hal_sysinfo.h... yes
checking for string.h... (cached) yes
checking for string.h... checking for unistd.h... (cached) yes
no
checking for sys/table.h... checking sys/param.h usability... no
yes
checking for sys/sysctl.h... yes
checking sys/param.h presence... checking for memory.h... no
yes
checking for sys/param.h... yes
checking for sys/systemcfg.h... checking for feof_unlocked... yes
no
checking for stdint.h... (cached) yes
checking for strings.h... checking for stdio_ext.h... yes
no
checking for process.h... checking for inttypes.h... yes
checking for sys/prctl.h... no
checking for fgets_unlocked... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdint.h... no
checking whether time.h and sys/time.h may both be included... 4
checking size of long... yes
checking for unistd.h... yes
checking whether errno must be declared... no
checking for getc_unlocked... yes
no
checking size of int... checking for dlfcn.h... no
checking for getcwd... no
checking for objdir... .libs
yes
checking for getegid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for geteuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getgid... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for getuid... x86_64-w64-mingw32
checking target system type... 4
checking size of long... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for mempcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for working mmap... no
checking for memcpy... checking for munmap... yes
no
checking for putenv... checking for strerror... yes
yes
checking for setenv... config.status: creating Makefile
checking for unistd.h... (cached) yes
4
checking size of size_t... configure: updating cache ./config.cache
config.status: creating config.h
configure: creating ./config.status
config.status: executing gstdint.h commands
no
checking for setlocale... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... configure: creating cache ./config.cache
yes
checking for strtoul... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for tsearch... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for __argz_count... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for __argz_stringify... 8
checking for long long... .exe
checking for suffix of object files... no
o
checking whether we are using the GNU C compiler... checking for __argz_next... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for __fsetlocking... yes
checking size of long long... none needed
checking how to run the C preprocessor... no
checking for iconv... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
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... yes
checking for sys/types.h... no
config.status: creating Makefile
checking for GNU gettext in libintl... no
yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/stat.h... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing depfiles commands
yes
checking for stdlib.h... config.status: executing libtool commands
yes
checking for string.h... yes
config.status: creating Makefile
checking for memory.h... config.status: creating config.intl
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for strings.h... 8
checking for a 64-bit type... yes
checking for inttypes.h... uint64_t
checking for intptr_t... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
yes
checking for uintptr_t... checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking minix/config.h usability... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
no
checking minix/config.h presence... yes
checking for ssize_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for pid_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
no
checking for working volatile... checking for library containing strerror... yes
checking return type of signal handlers... none required
checking for asprintf... void
checking for size_t... yes
checking for atexit... yes
checking for ssize_t... yes
checking for basename... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for bcmp... no
checking for dirent.h that defines DIR... no
checking for bcopy... yes
checking for library containing opendir... no
checking for bsearch... none required
checking for fcntl... yes
checking for bzero... no
no
checking for kill... checking for calloc... no
checking for lstat... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for clock... no
checking for memmove... yes
checking for ffs... yes
checking for putenv... no
checking for getcwd... yes
checking for select... yes
checking for getpagesize... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for setenv... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for memchr... yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for random... checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for setenv... checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking pwd.h presence... no
no
checking for pwd.h... no
checking for stpncpy... checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
yes
checking termcap.h presence... checking for strchr... yes
checking for termcap.h... yes
checking termios.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for strnlen... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strstr... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtod... 64
checking for type of signal functions... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for strtoull... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking whether termios.h defines TIOCGWINSZ... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 strverscmp... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for tmpnam... yes
x86_64-w64-mingw32-ranlib libz.a
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for vasprintf... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
checking for FIONREAD in sys/ioctl.h... /bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for speed_t in sys/types.h... rm -f plural.h
yes
checking for vfprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... config.status: creating config.h
config.status: config.h is unchanged
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for vprintf... not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for struct dirent.d_fileno... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for setproctitle... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking wchar.h presence... no
checking for fork... yes
checking for wchar.h... yes
checking langinfo.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
no
checking langinfo.h presence... checking for vfork... no
checking for langinfo.h... no
checking for mbrlen... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for _doprnt... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for mbscasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for sys_errlist... (cached) yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for sys_nerr... (cached) yes
no
checking for mbscmp... checking for sys_siglist... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
checking for __fsetlocking... make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
no
checking for wctype... checking for on_exit... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
no
checking for realpath... checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strerror... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for strsignal... yes
checking configuration for building shared libraries... no
checking for sysconf... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22  5:04 [binutils-gdb] Get rid of VEC(static_tracepoint_marker_p) sergiodj+buildbot
@ 2018-03-22  8:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22  8:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1222>

Commit(s) tested:
	5d9310c4b88f807c1a3f1a0b4d7b6c10925dcaf7

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Get rid of VEC(static_tracepoint_marker_p)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/5d/5d9310c4b88f807c1a3f1a0b4d7b6c10925dcaf7/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-22  4:50 [binutils-gdb] Make parse_static_tracepoint_marker_definition work with multiple static tracepoint definitions sergiodj+buildbot
@ 2018-03-22  7:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-22  7:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1221>

Commit(s) tested:
	62c222b6d9fcce8adf65f48fca2e528f777afeeb

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make parse_static_tracepoint_marker_definition work with multiple static tracepoint definitions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/62/62c222b6d9fcce8adf65f48fca2e528f777afeeb/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 20:49 [binutils-gdb] Add myself as a write-after-approval GDB maintainer sergiodj+buildbot
@ 2018-03-21 21:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 21:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1220>

Commit(s) tested:
	7eb2418fa4641c60f6713986de7d3a50fd7a22c0

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	Add myself as a write-after-approval GDB maintainer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7e/7eb2418fa4641c60f6713986de7d3a50fd7a22c0/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 20:10 [binutils-gdb] DT_FLAGS_1: Add Solaris bits sergiodj+buildbot
@ 2018-03-21 20:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 20:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1219>

Commit(s) tested:
	b1202ffa53484b65d95787fddef1bc6175e05ca9

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	DT_FLAGS_1: Add Solaris bits

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/b1/b1202ffa53484b65d95787fddef1bc6175e05ca9/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 18:30 [binutils-gdb] S390: Make IPA recognize tdescs with guarded storage sergiodj+buildbot
@ 2018-03-21 19:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 19:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1218>

Commit(s) tested:
	ce29f8439f94adfa56655940e657afbe07a0c99e

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Make IPA recognize tdescs with guarded storage

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ce/ce29f8439f94adfa56655940e657afbe07a0c99e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-script.o
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 17:13 [binutils-gdb] S390: gdbserver: Don't write guarded storage registers sergiodj+buildbot
@ 2018-03-21 18:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 18:20 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/1217>

Commit(s) tested:
	c49bd90bdb03f3013a796ea920830547cacc3c48

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: gdbserver: Don't write guarded storage registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/c4/c49bd90bdb03f3013a796ea920830547cacc3c48/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking for perl... perl
checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... checking build system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... configure: updating cache ./config.cache
/usr/bin/install -c
checking whether build environment is sane... configure: creating ./config.status
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... none needed
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none required
checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for sys/types.h... yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for inline... checking for sys/stat.h... inline
checking for sys/types.h... .exe
checking for suffix of object files... yes
yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... checking for stdlib.h... yes
checking for stdlib.h... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for memory.h... yes
checking for memory.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inttypes.h... checking for stdint.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking minix/config.h usability... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... no
checking minix/config.h presence... yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for special C compiler options needed for large files... checking for a thread-safe mkdir -p... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
64
yes
checking for size_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking whether x86_64-w64-mingw32-gcc supports -W... checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
no
checking for alloca... checking for sys/types.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for sys/stat.h... .exe
checking for suffix of object files... yes
yes
checking for stdlib.h... (cached) yes
o
checking whether we are using the GNU C compiler... checking for stdlib.h... checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for getpagesize... yes
checking for string.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for inttypes.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... none needed
checking for style of include used by make... yes
yes
GNU
checking for stdint.h... checking dependency style of x86_64-w64-mingw32-gcc... checking for strings.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking for inttypes.h... gcc3
checking how to print strings... yes
checking for an ANSI C-conforming const... printf
yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking whether the inttypes.h PRIxNN macros are broken... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for stdint.h... yes
checking for inline... no
checking for ld used by GCC... yes
inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for unistd.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking ctype.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/file.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking ctype.h presence... done
yes
checking for ctype.h... yes
yes
checking argz.h usability... checking for sys/param.h... checking stddef.h usability... yes
checking for limits.h... no
checking argz.h presence... yes
checking stddef.h presence... yes
ok
checking how to run the C preprocessor... no
checking for argz.h... no
yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking limits.h usability... checking for string.h... (cached) yes
checking stdio.h usability... checking for malloc.h... yes
checking for string.h... (cached) yes
yes
checking limits.h presence... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking locale.h usability... yes
checking stdio.h presence... checking for sys/time.h... yes
checking for time.h... checking for ANSI C header files... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for stdio.h... yes
yes
checking nl_types.h usability... checking for sys/resource.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking nl_types.h presence... yes
checking for uintptr_t... yes
checking for sys/types.h... no
checking for nl_types.h... no
no
checking malloc.h usability... checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... yes
checking malloc.h presence... checking for sys/stat.h... no
yes
checking for malloc.h... yes
yes
checking for int_least32_t... checking for fcntl.h... checking stddef.h usability... yes
checking for alloca.h... no
yes
checking stddef.h presence... checking for sys/pstat.h... yes
checking for stdlib.h... yes
checking for stddef.h... yes
no
checking for sys/sysmp.h... yes
checking for int_fast32_t... checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
no
checking for string.h... checking for sys/sysinfo.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
yes
checking for uint64_t... no
checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... checking for memory.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
no
checking for strings.h... checking for sys/systemcfg.h... checking for fgets_unlocked... yes
checking for off_t... no
no
yes
checking for getc_unlocked... checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for inttypes.h... yes
no
checking for process.h... checking for stdint.h... yes
checking for sys/prctl.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
checking size of int... checking for unistd.h... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... yes
checking for getegid... checking for dlfcn.h... no
checking size of int... no
checking for objdir... .libs
no
checking for geteuid... no
checking for getgid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for mempcpy... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for munmap... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for putenv... 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... x86_64-w64-mingw32-gcc -E
4
checking size of long... yes
4
checking for setenv... checking size of long... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for setlocale... yes
checking for working mmap... no
checking for memcpy... yes
checking for stpcpy... yes
checking for strerror... no
checking for strcasecmp... yes
checking for unistd.h... (cached) yes
yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking for ANSI C header files... (cached) 4
yes
checking size of size_t... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for strtoul... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for tsearch... yes
checking for __argz_count... no
no
checking for __argz_stringify... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_next... no
checking for __fsetlocking... 8
checking for long long... yes
checking size of long long... config.status: creating Makefile
no
checking for iconv... config.status: creating config.h
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: executing gstdint.h commands
no
checking for LC_MESSAGES... no
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
make[1]: Nothing to be done for 'all-target'.
checking for GNU gettext in libintl... mkdir -p -- ./readline
Configuring in ./readline
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... config.status: creating Makefile
configure: creating cache ./config.cache
config.status: creating config.intl
checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for ssize_t... config.status: creating config.h
config.status: executing depfiles commands
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: executing default-1 commands
checking for C compiler default output file name... config.status: executing libtool commands
yes
checking for pid_t... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for library containing strerror... o
checking whether we are using the GNU C compiler... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for asprintf... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
config.status: creating config.h
none needed
checking how to run the C preprocessor... yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for atexit... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.yx86_64-w64-mingw32-gcc -E
:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for basename... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for bcopy... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for stdlib.h... checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for bzero... checking for string.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for memory.h... no
checking for calloc... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for strings.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for clock... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for stdint.h... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
no
checking for getcwd... checking for unistd.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for gettimeofday... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for index... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... no
checking for insque... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for memchr... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking return type of signal handlers... void
checking for size_t... yes
checking for memcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
yes
checking for ssize_t... checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for memmem... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for memmove... no
checking for dirent.h that defines DIR... yes
yes
checking for mempcpy... checking for library containing opendir... yes
none required
checking for memset... checking for fcntl... yes
checking for mkstemps... no
checking for kill... no
checking for putenv... no
checking for lstat... yes
checking for random... no
no
checking for rename... checking for memmove... yes
checking for rindex... yes
checking for putenv... no
checking for setenv... yes
checking for select... no
checking for snprintf... no
checking for setenv... yes
checking for sigsetmask... no
checking for setlocale... no
checking for stpcpy... yes
checking for strcasecmp... no
checking for stpncpy... yes
checking for strpbrk... no
checking for strcasecmp... yes
checking for tcgetattr... yes
checking for strchr... no
checking for vsnprintf... yes
checking for strdup... yes
checking for isascii... yes
checking for strncasecmp... yes
checking for isxdigit... yes
checking for strndup... yes
checking for getpwent... no
checking for strnlen... no
checking for getpwnam... yes
no
checking for strrchr... checking for getpwuid... yes
checking for strstr... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for strtod... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strtol... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strtoul... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strtoll... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for strtoull... checking locale.h usability... yes
yes
checking locale.h presence... checking for strverscmp... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for tmpnam... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for vasprintf... checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for vfprintf... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for vprintf... yes
no
checking termio.h presence... checking for vsnprintf... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for vsprintf... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for waitpid... checking sys/select.h usability... no
checking sys/select.h presence... no
checking for setproctitle... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... no
checking whether alloca needs Cray hooks... yes
checking for sys/file.h... yes
no
checking stack direction for C alloca... 0
checking for vfork.h... checking for sys/ptem.h... no
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for fork... 64
checking for type of signal functions... no
checking for vfork... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking for external symbol _system_configuration... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for __fsetlocking... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... no
checking for canonicalize_file_name... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for dup3... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for getrlimit... not found
checking for struct dirent.d_ino... no
checking for getrusage... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for getsysinfo... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for gettimeofday... (cached) yes
yes
checking wctype.h presence... checking for on_exit... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for psignal... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for pstat_getdynamic... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for pstat_getstatic... yes
checking for mbscasecmp... no
checking for realpath... no
checking for mbscmp... no
checking for setrlimit... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for sbrk... yes
checking for mbschr... no
checking for spawnve... no
checking for wcrtomb... yes
checking for spawnvpe... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for strerror... yes
checking for wcwidth... yes
checking for strsignal... no
checking for wctype... no
checking for sysconf... yes
checking for wcswidth... no
checking for sysctl... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sysmp... yes
checking for iswlower... no
checking for table... yes
checking for iswupper... no
checking for times... yes
checking for towlower... no
checking for wait3... yes
checking for towupper... no
checking for wait4... yes
checking for iswctype... no
checking whether basename is declared... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking whether ffs is declared... yes
checking for wctype_t in wctype.h... no
checking whether asprintf is declared... yes
checking for wint_t in wctype.h... yes
checking whether vasprintf is declared... yes
checking configuration for building shared libraries... yes
checking whether snprintf is declared... supported
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... config.status: creating Makefile
yes
checking whether malloc is declared... config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking whether realloc is declared... yes
config.status: creating shlib/Makefile
checking whether sbrk is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 16:59 [binutils-gdb] S390: Enable re-attaching with native-extended-gdbserver sergiodj+buildbot
@ 2018-03-21 17:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 17:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1216>

Commit(s) tested:
	7edb9bd32ba23247a509cbe9d44ccb02da97b66e

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Enable re-attaching with native-extended-gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7e/7edb9bd32ba23247a509cbe9d44ccb02da97b66e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 12:27 [binutils-gdb] PowerPC64 synthetic symbols sergiodj+buildbot
@ 2018-03-21 15:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 15:27 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/1215>

Commit(s) tested:
	0ccf57bd817a73e7d7cef714039f1302fa5298ec

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 synthetic symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/0c/0ccf57bd817a73e7d7cef714039f1302fa5298ec/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./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
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... checking for msgfmt... /usr/bin/install -c
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... configure: updating cache ./config.cache
/usr/bin/xgettext
configure: creating ./config.status
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... config.status: creating Makefile
checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inline... yes
checking for sys/stat.h... yes
inline
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for strings.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unistd.h... checking for stdint.h... yes
checking for sys/types.h... yes
yes
checking minix/config.h usability... checking for unistd.h... yes
checking for sys/stat.h... yes
checking for off_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
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
checking for size_t... yes
checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for strings.h... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for inttypes.h... no
checking for alloca... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for stdint.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for unistd.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdint.h... .exe
checking for suffix of object files... yes
checking ctype.h presence... yes
checking for unsigned long long... yes
checking for ctype.h... yes
o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking stddef.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking stdio.h usability... none needed
no
checking for ld used by GCC... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking stdio.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for stdio.h... yes
yes
checking for shared library run path origin... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... done
gcc3
checking how to print strings... printf
checking argz.h usability... checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for grep that handles long lines and -e... yes
checking for uintptr_t... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for sys/param.h... no
checking argz.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for argz.h... no
yes
checking limits.h usability... yes
checking for int_least32_t... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking limits.h presence... checking for malloc.h... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking for int_fast32_t... checking for string.h... (cached) 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 unistd.h... (cached) yes
yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for strings.h... (cached) yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/time.h... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking nl_types.h presence... yes
checking for uint64_t... yes
ok
checking how to run the C preprocessor... checking for time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
x86_64-w64-mingw32-gcc -E
checking for sys/resource.h... yes
checking what to include in gstdint.h... no
yes
checking malloc.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/mman.h... checking stddef.h usability... no
checking for ANSI C header files... yes
checking for off_t... checking for fcntl.h... yes
yes
checking stddef.h presence... checking for alloca.h... yes
checking for sys/types.h... yes
checking for stddef.h... yes
no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/pstat.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
yes
checking size of int... checking for sys/stat.h... no
checking for sys/sysmp.h... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... checking for stdlib.h... yes
no
checking for feof_unlocked... checking for sys/sysinfo.h... yes
no
checking for machine/hal_sysinfo.h... checking for string.h... no
checking for sys/table.h... no
no
checking for sys/sysctl.h... checking for fgets_unlocked... yes
no
checking for sys/systemcfg.h... checking for memory.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for getc_unlocked... no
checking for process.h... yes
yes
checking for sys/prctl.h... checking for strings.h... no
checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for inttypes.h... yes
checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
4
checking for stdint.h... checking size of long... yes
checking whether errno must be declared... yes
no
checking for geteuid... checking for unistd.h... no
checking size of int... yes
no
checking for getgid... checking for dlfcn.h... no
checking for objdir... .libs
no
checking for getuid... no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for putenv... 4
checking size of long... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for setenv... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
no
checking for setlocale... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking dynamic linker characteristics... yes
checking for stpcpy... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... x86_64-w64-mingw32-gcc -E
checking for strcasecmp... checking for stdlib.h... (cached) yes
config.status: creating Makefile
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for strdup... config.status: creating config.h
yes
checking for working mmap... no
checking for memcpy... config.status: executing gstdint.h commands
yes
4
checking for strtoul... checking size of size_t... yes
checking for strerror... yes
make[1]: Nothing to be done for 'all-target'.
checking for tsearch... mkdir -p -- ./readline
Configuring in ./readline
yes
checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
8
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking whether we are cross compiling... checking for long long... yes
checking for suffix of executables... no
checking for LC_MESSAGES... .exe
checking for suffix of object files... no
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... o
checking whether we are using the GNU C compiler... no
checking for GNU gettext in libintl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking size of long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating config.intl
yes
checking for sys/types.h... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for sys/stat.h... yes
config.status: creating Makefile
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for stdlib.h... config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for string.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for memory.h... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
8
checking for a 64-bit type... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
uint64_t
checking for strings.h... checking for intptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for inttypes.h... yes
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for stdint.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for ssize_t... yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking minix/config.h presence... yes
checking for pid_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for library containing strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... none required
checking for asprintf... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
yes
checking return type of signal handlers... checking for atexit... void
checking for size_t... yes
checking for basename... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
checking for ssize_t... checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for bcopy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for library containing opendir... checking for bzero... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for calloc... none required
checking for fcntl... yes
checking for clock... no
checking for kill... yes
checking for ffs... no
checking for lstat... no
checking for getcwd... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
checking for select... plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for index... no
checking for setenv... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for setlocale... no
checking for memchr... yes
checking for strcasecmp... yes
checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... yes
checking for mempcpy... yes
checking for isxdigit... yes
checking for memset... yes
checking for getpwent... yes
checking for mkstemps... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... yes
no
checking fcntl.h presence... checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for rindex... no
checking varargs.h presence... no
checking for setenv... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for sigsetmask... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking limits.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpcpy... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpncpy... x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for strcasecmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for strstr... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/ptem.h... checking for strtod... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
yes
checking for lstat... checking for strtoull... yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strverscmp... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for tmpnam... yes
checking whether signal handlers are of type void... yes
checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vfprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsnprintf... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for strerror... yes
checking for wctype_t in wctype.h... yes
checking for strsignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysconf... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
config.status: creating shlib/Makefile
checking for times... no
checking for wait3... config.status: creating config.h
no
checking for wait4... config.status: executing default commands
no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 12:13 [binutils-gdb] Delete unused elf32-ppc.c code sergiodj+buildbot
@ 2018-03-21 14:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 14:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1214>

Commit(s) tested:
	4bad6366a74c9cdf92e6aef3849c29771c77af36

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Delete unused elf32-ppc.c code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4b/4bad6366a74c9cdf92e6aef3849c29771c77af36/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 11:59 [binutils-gdb] Make tls_mask unsigned in elf32-ppc.c sergiodj+buildbot
@ 2018-03-21 13:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 13:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1213>

Commit(s) tested:
	bac3c8c5e7fb88ddb3615b895ad57847b9842171

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Make tls_mask unsigned in elf32-ppc.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ba/bac3c8c5e7fb88ddb3615b895ad57847b9842171/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 11:46 [binutils-gdb] Correct multi-toc tprel relocs sergiodj+buildbot
@ 2018-03-21 13:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 13:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1212>

Commit(s) tested:
	6a3858a69e6bdff1d10136c59bfcf7a0cbe47059

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Correct multi-toc tprel relocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/6a/6a3858a69e6bdff1d10136c59bfcf7a0cbe47059/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-21 11:32 [binutils-gdb] Don't exceed reloc array bounds sergiodj+buildbot
@ 2018-03-21 12:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 12:13 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/1211>

Commit(s) tested:
	675e28092f9d92c56c38d40d13ad5b766bdede05

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't exceed reloc array bounds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/67/675e28092f9d92c56c38d40d13ad5b766bdede05/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
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)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating ./config.status
checking for xgettext... x86_64-w64-mingw32
checking target system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for perl... perl
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for C compiler default output file name... checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none needed
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
none needed
checking how to run the C preprocessor... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
none required
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... .exe
yes
checking for suffix of object files... checking for sys/types.h... yes
checking for inline... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... inline
checking for sys/stat.h... checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for sys/stat.h... checking for stdlib.h... none needed
checking for style of include used by make... yes
GNU
yes
checking dependency style of x86_64-w64-mingw32-gcc... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for string.h... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for C compiler default output file name... yes
checking for memory.h... checking for string.h... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
gcc3
checking how to print strings... checking for strings.h... printf
checking for a sed that does not truncate output... checking for memory.h... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... .exe
checking for suffix of object files... yes
yes
o
checking whether we are using the GNU C compiler... checking for strings.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for inttypes.h... checking for stdint.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
aclocal
checking for x86_64-w64-mingw32-objdump... checking for autoconf... x86_64-w64-mingw32-objdump
autoconf
checking how to recognize dependent libraries... checking for autoheader... autoheader
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdint.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... ok
checking how to run the C preprocessor... yes
checking minix/config.h usability... checking for off_t... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for ANSI C header files... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
64
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking how to run the C preprocessor... yes
yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for grep that handles long lines and -e... yes
checking for working mmap... no
checking for stdlib.h... /usr/bin/grep
checking for egrep... checking whether we are using the GNU C Library 2.1 or newer... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
yes
checking for stdint.h... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for memory.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
yes
checking for sys/stat.h... yes
checking for strings.h... checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... yes
checking for stdlib.h... checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
yes
yes
checking for an ANSI C-conforming const... checking for stdint.h... checking for string.h... yes
checking for inline... done
yes
yes
inline
checking whether byte ordering is bigendian... checking argz.h usability... checking for memory.h... checking for unistd.h... yes
yes
no
checking argz.h presence... checking for dlfcn.h... checking for strings.h... no
checking for argz.h... no
checking limits.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
no
checking for objdir... .libs
checking for sys/file.h... checking for inttypes.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
yes
checking for stdint.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking locale.h usability... checking for sys/param.h... yes
yes
checking for unistd.h... yes
yes
checking locale.h presence... checking for limits.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking ctype.h usability... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for stdlib.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for malloc.h... yes
checking ctype.h presence... yes
yes
checking for ctype.h... yes
no
checking nl_types.h presence... checking for string.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking stddef.h usability... checking for unistd.h... (cached) yes
no
checking for nl_types.h... no
checking for strings.h... (cached) yes
checking malloc.h usability... yes
checking stddef.h presence... checking for sys/time.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... checking stdio.h usability... yes
yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for time.h... yes
yes
checking stdio.h presence... checking stddef.h usability... yes
checking dynamic linker characteristics... checking for sys/resource.h... yes
checking for stdio.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking stddef.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... 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... x86_64-w64-mingw32-gcc -E
no
yes
checking for stddef.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/mman.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for uintptr_t... checking sys/param.h usability... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for fcntl.h... checking for getpagesize... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
yes
checking for int_least32_t... checking for alloca.h... yes
checking for working mmap... no
checking for memcpy... checking for feof_unlocked... no
checking for sys/pstat.h... yes
checking for strerror... yes
checking for int_fast32_t... no
no
checking for sys/sysmp.h... checking for fgets_unlocked... yes
no
checking for sys/sysinfo.h... checking for unistd.h... (cached) yes
yes
checking for uint64_t... no
checking for getc_unlocked... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for machine/hal_sysinfo.h... no
no
checking for sys/table.h... checking for getcwd... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/sysctl.h... yes
yes
checking for off_t... no
checking for getegid... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
yes
checking size of int... checking for geteuid... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getgid... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getuid... yes
checking whether errno must be declared... no
checking size of int... no
checking for mempcpy... yes
4
checking for munmap... checking size of long... no
checking for putenv... yes
checking for setenv... 4
checking size of long... no
checking for setlocale... yes
checking for stpcpy... no
checking for strcasecmp... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strdup... x86_64-w64-mingw32
checking target system type... 4
checking size of size_t... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strtoul... yes
checking for tsearch... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... 8
checking for long long... no
config.status: creating Makefile
checking for __fsetlocking... config.status: executing depfiles commands
config.status: creating Makefile
no
checking for iconv... yes
checking size of long long... config.status: creating config.h
config.status: executing libtool commands
config.status: executing gstdint.h commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for LC_MESSAGES... no
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
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
configure: updating cache ./config.cache
configure: creating ./config.status
8
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for a 64-bit type... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for uintptr_t... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for ssize_t... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating config.intl
yes
checking for pid_t... config.status: creating config.h
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
config.status: executing default-1 commands
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
.exe
checking for suffix of object files... none required
o
checking whether we are using the GNU C compiler... checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for atexit... none needed
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for basename... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for bcmp... yes
checking for sys/types.h... no
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for bcopy... checking for sys/stat.h... yes
no
checking for bsearch... checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for string.h... yes
checking for bzero... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for memory.h... no
yes
checking for calloc... checking for strings.h... yes
yes
checking for inttypes.h... checking for clock... yes
checking for stdint.h... yes
yes
checking for ffs... checking for unistd.h... no
yes
checking for getcwd... checking minix/config.h usability... yes
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for getpagesize... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for gettimeofday... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for index... no
checking for working volatile... yes
checking return type of signal handlers... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for insque... void
checking for size_t... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for memchr... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for memcmp... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for memcpy... checking for dirent.h that defines DIR... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for library containing opendir... yes
checking for memmem... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
none required
checking for fcntl... no
checking for memmove... config.status: creating config.h
config.status: config.h is unchanged
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46checking for kill... .1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for mempcpy... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for memset... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for mkstemps... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for putenv... no
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for select... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for random... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for rename... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for setlocale... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
yes
checking for rindex... checking for strcasecmp... no
yes
checking for setenv... checking for strpbrk... no
checking for snprintf... yes
checking for tcgetattr... yes
checking for sigsetmask... no
checking for vsnprintf... no
checking for stpcpy... yes
checking for isascii... no
checking for stpncpy... no
yes
checking for strcasecmp... checking for isxdigit... yes
checking for strchr... yes
checking for getpwent... yes
checking for strdup... no
checking for getpwnam... yes
checking for strncasecmp... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for strndup... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for strnlen... yes
no
checking varargs.h presence... checking for strrchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strstr... 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 strtod... checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for strtol... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strtoul... checking pwd.h usability... yes
no
checking pwd.h presence... checking for strtoll... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strtoull... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strverscmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for tmpnam... no
checking termio.h presence... yes
no
checking for termio.h... no
checking sys/pte.h usability... checking for vasprintf... no
checking sys/pte.h presence... yes
checking for vfprintf... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for vprintf... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for vsnprintf... no
checking sys/select.h presence... no
checking for sys/select.h... no
yes
checking sys/file.h usability... checking for vsprintf... yes
checking sys/file.h presence... 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... checking for waitpid... no
checking for setproctitle... 64
checking for type of signal functions... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for external symbol _system_configuration... yes
checking whether signal handlers are of type void... no
checking for __fsetlocking... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for canonicalize_file_name... no
checking for speed_t in sys/types.h... no
checking for dup3... no
checking for struct winsize in sys/ioctl.h and termios.h... no
not found
checking for struct dirent.d_ino... checking for getrlimit... yes
checking for struct dirent.d_fileno... no
checking for getrusage... no
checking for tgetent... no
checking for getsysinfo... no
checking for tgetent in -ltermcap... no
checking for gettimeofday... (cached) yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for on_exit... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for psignal... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for setrlimit... no
checking for sbrk... no
checking for spawnve... yes
checking for spawnvpe... yes
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking langinfo.h presence... no
no
checking for langinfo.h... no
checking for mbrlen... checking for sysctl... no
checking for sysmp... no
checking for table... yes
checking for mbscasecmp... no
checking for times... no
checking for mbscmp... no
checking for wait3... no
checking for mbsnrtowcs... no
no
checking for mbsrtowcs... checking for wait4... yes
checking for mbschr... no
checking whether basename is declared... no
checking for wcrtomb... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking for wcscoll... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking whether calloc is declared... yes
no
checking for wctype... checking whether getenv is declared... yes
yes
checking for wcswidth... checking whether getopt is declared... yes
checking whether malloc is declared... no
checking whether mbrtowc and mbstate_t are properly declared... yes
yes
checking for iswlower... checking whether realloc is declared... yes
yes
checking whether sbrk is declared... checking for iswupper... no
checking whether strtol is declared... yes
checking for towlower... yes
checking whether strtoul is declared... yes
yes
checking for towupper... checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking for iswctype... yes
checking whether strverscmp is declared... yes
checking for nl_langinfo and CODESET... no
checking whether strnlen is declared... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
yes
checking for wint_t in wctype.h... checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
yes
checking configuration for building shared libraries... checking for working strncmp... yes
supported
configure: updating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: creating testsuite/Makefile
config.status: executing default commands
config.status: creating config.h
config.status: executing default commands
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-20 16:41 [binutils-gdb] Fix misleading indentation error sergiodj+buildbot
@ 2018-03-20 17:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-20 17:19 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/1210>

Commit(s) tested:
	7cbe16e99d8a61a168579354487902ee50413e08

Author(s) (in the same order as the commits):
	Stephen Roberts <stephen.roberts@arm.com>

Subject:
	Fix misleading indentation error.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/7c/7cbe16e99d8a61a168579354487902ee50413e08/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./libiberty
Configuring in ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether NLS is requested... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for msgfmt... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: updating cache ./config.cache
configure: creating ./config.status
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
mkdir -p -- ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... yes
checking for inline... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... yes
checking for sys/types.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking for string.h... checking for sys/stat.h... checking for C compiler default output file name... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for stdlib.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for memory.h... yes
checking for string.h... .exe
checking for suffix of object files... yes
yes
checking for memory.h... checking for strings.h... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for strings.h... .exe
checking for suffix of object files... yes
checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
o
checking whether we are using the GNU C compiler... checking for inttypes.h... yes
checking for unistd.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for off_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking minix/config.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for size_t... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for alloca... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... (cached) yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
BSD nm
checking whether x86_64-w64-mingw32-gcc supports -Wall... 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
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking how to run the C preprocessor... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... x86_64-w64-mingw32-gcc -E
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdint.h... ok
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for unsigned long long... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... x86_64-w64-mingw32-gcc -E
checking for ANSI C header files... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for sys/types.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for sys/types.h... yes
no
checking for sys/stat.h... checking for ld used by GCC... yes
yes
checking for sys/stat.h... checking for stdlib.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for stdlib.h... yes
checking for shared library run path origin... yes
yes
checking for an ANSI C-conforming const... checking for string.h... yes
checking for string.h... yes
checking for inline... done
yes
checking argz.h usability... yes
inline
checking whether byte ordering is bigendian... checking for memory.h... yes
checking for memory.h... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... checking for strings.h... yes
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for strings.h... checking for inttypes.h... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for sys/file.h... yes
checking locale.h usability... checking for inttypes.h... yes
checking for stdint.h... checking for sys/param.h... yes
yes
checking locale.h presence... yes
checking for limits.h... yes
yes
checking for locale.h... yes
checking for stdint.h... checking for unistd.h... checking nl_types.h usability... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... checking for malloc.h... no
checking nl_types.h presence... yes
checking ctype.h usability... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for string.h... (cached) yes
checking for dlfcn.h... checking for unistd.h... (cached) yes
yes
checking ctype.h presence... yes
checking malloc.h presence... yes
checking for ctype.h... yes
checking for strings.h... (cached) yes
no
checking for objdir... .libs
checking for sys/time.h... yes
checking stddef.h usability... yes
checking for malloc.h... yes
checking for time.h... checking stddef.h usability... yes
yes
checking stddef.h presence... checking for sys/resource.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
no
checking stdio.h usability... checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... checking for sys/mman.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
checking for string.h... (cached) yes
checking for fcntl.h... yes
checking stdio.h presence... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
yes
checking sys/param.h presence... checking for sys/pstat.h... yes
checking for sys/param.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for feof_unlocked... yes
checking for uintptr_t... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/sysmp.h... yes
checking whether -lc should be explicitly linked in... no
yes
checking for int_least32_t... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking dynamic linker characteristics... yes
checking for int_fast32_t... no
no
checking for fgets_unlocked... checking for sys/table.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for sys/sysctl.h... yes
checking for uint64_t... no
no
checking for stdlib.h... (cached) yes
checking for getc_unlocked... checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
checking for getpagesize... no
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for getcwd... yes
checking for off_t... no
checking for process.h... yes
checking for working mmap... no
yes
checking for memcpy... checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
checking size of int... yes
checking whether errno must be declared... yes
checking for strerror... no
checking size of int... no
checking for geteuid... yes
checking for unistd.h... (cached) yes
no
checking for getgid... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for getuid... 4
checking size of long... no
4
checking for mempcpy... checking size of long... yes
checking for munmap... no
checking for putenv... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking for setenv... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for setlocale... no
yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
4
checking size of size_t... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
config.status: creating Makefile
checking for tsearch... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
8
checking for __argz_next... checking for long long... config.status: creating Makefile
no
checking for __fsetlocking... yes
config.status: executing depfiles commands
checking size of long long... no
checking for iconv... config.status: executing libtool commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... configure: creating cache ./config.cache
no
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 build system type... checking for GNU gettext in libc... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for GNU gettext in libintl... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
configure: updating cache ./config.cache
checking for suffix of object files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
configure: creating ./config.status
8
checking for a 64-bit type... o
checking whether we are using the GNU C compiler... uint64_t
checking for intptr_t... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for uintptr_t... none needed
checking how to run the C preprocessor... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/types.h... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for sys/stat.h... yes
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for library containing strerror... yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
none required
checking for asprintf... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for memory.h... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for atexit... checking for strings.h... yes
yes
checking for inttypes.h... checking for basename... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
yes
checking for stdint.h... checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for unistd.h... no
yes
checking for bcopy... checking minix/config.h usability... no
checking minix/config.h presence... no
checking for bsearch... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for bzero... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for calloc... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
no
checking for working volatile... checking for clock... yes
checking return type of signal handlers... yes
void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for ffs... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for getcwd... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
yes
checking for dirent.h that defines DIR... checking for gettimeofday... yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for index... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for insque... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
none required
checking for fcntl... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for memchr... no
checking for kill... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
no
/bin/sh ./config.status config.h
checking for lstat... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for memcmp... no
yes
checking for memmove... checking for memcpy... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
checking for memmem... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for putenv... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for select... checking for mempcpy... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for memset... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking for setlocale... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strcasecmp... yes
checking for mkstemps... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for putenv... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for tcgetattr... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for random... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for rename... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
yes
checking for isascii... checking for rindex... yes
checking for isxdigit... no
checking for setenv... yes
checking for getpwent... no
checking for snprintf... no
checking for getpwnam... yes
checking for sigsetmask... no
checking for getpwuid... no
checking for stpcpy... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpncpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for strcasecmp... checking varargs.h usability... yes
no
checking varargs.h presence... checking for strchr... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for strdup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strncasecmp... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strndup... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strnlen... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strrchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strstr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strtod... no
checking termio.h presence... yes
no
checking for termio.h... no
checking for strtol... checking sys/pte.h usability... no
checking sys/pte.h presence... yes
checking for strtoul... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strtoll... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoull... yes
checking sys/file.h presence... yes
checking for strverscmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tmpnam... 64
checking for type of signal functions... yes
checking for vasprintf... yes
checking for vfprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
no
checking whether termios.h defines TIOCGWINSZ... checking for vsnprintf... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vsprintf... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for waitpid... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setproctitle... not found
checking for struct dirent.d_ino... no
checking whether alloca needs Cray hooks... yes
checking for struct dirent.d_fileno... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for tgetent... no
checking for vfork... no
checking for tgetent in -ltermcap... no
checking for _doprnt... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for sys_errlist... (cached) yes
yes
checking wctype.h presence... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for canonicalize_file_name... yes
checking for mbscasecmp... no
checking for dup3... no
checking for mbscmp... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for getsysinfo... no
checking for wcrtomb... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcscoll... no
checking for psignal... yes
checking for wcsdup... no
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
yes
checking for iswupper... checking for spawnvpe... yes
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... no
checking for sysconf... yes
no
checking for iswctype... checking for sysctl... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for table... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for times... supported
no
checking for wait3... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking whether ffs is declared... config.status: creating examples/Makefile
no
checking whether asprintf is declared... config.status: creating shlib/Makefile
yes
checking whether vasprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-20 14:14 [binutils-gdb] Replace the linear search in find_pc_sect_line with a binary search sergiodj+buildbot
@ 2018-03-20 14:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-20 14:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1209>

Commit(s) tested:
	4ee89e903de920496a69c01df70db13a70a2a0be

Author(s) (in the same order as the commits):
	Stephen Roberts <stephen.roberts@arm.com>

Subject:
	Replace the linear search in find_pc_sect_line with a binary search.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/4e/4ee89e903de920496a69c01df70db13a70a2a0be/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-20 11:08 [binutils-gdb] Set non_ir_ref_dynamic if a symbol is made dynamic sergiodj+buildbot
@ 2018-03-20 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-20 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1208>

Commit(s) tested:
	416c34d683f2a17aefe19afb466af4316c7c603b

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Set non_ir_ref_dynamic if a symbol is made dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/41/416c34d683f2a17aefe19afb466af4316c7c603b/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-19 17:31 [binutils-gdb] Support bare-identifier field initializers in Rust sergiodj+buildbot
@ 2018-03-19 18:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-19 18:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1207>

Commit(s) tested:
	926300415b642367cdc2febac6619f8cb8a80b46

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Support bare-identifier field initializers in Rust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/92/926300415b642367cdc2febac6619f8cb8a80b46/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1604: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-19 15:59 [binutils-gdb] Convert observers to C++ sergiodj+buildbot
@ 2018-03-19 16:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-19 16:28 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/1206>

Commit(s) tested:
	76727919ceb590f03ff0f6db08b7ceab5b7aeaff

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert observers to C++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/76/76727919ceb590f03ff0f6db08b7ceab5b7aeaff/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for xgettext... checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/xgettext
checking for msgmerge... configure: updating cache ./config.cache
configure: creating ./config.status
/usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for perl... perl
x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... x86_64-w64-mingw32-gcc -E
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
checking for sys/stat.h... inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... checking for strings.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking for inttypes.h... checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdint.h... checking for unistd.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking minix/config.h usability... yes
checking for off_t... yes
checking for sys/stat.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... yes
checking for size_t... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for string.h... yes
checking for memory.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for working alloca.h... checking for strings.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
checking for stdlib.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for stdint.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for unsigned long long... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for C compiler default output file name... yes
checking ctype.h presence... yes
checking for inttypes.h... a.exe
checking whether the C compiler works... yes
yes
checking for ctype.h... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking stddef.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... .exe
checking for suffix of object files... yes
checking stddef.h presence... no
checking for ld used by GCC... yes
checking for stddef.h... yes
yes
checking for an ANSI C-conforming const... o
checking whether we are using the GNU C compiler... checking for string.h... (cached) yes
checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking stdio.h presence... inline
checking whether byte ordering is bigendian... yes
checking for stdio.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... done
checking argz.h usability... none needed
checking for style of include used by make... yes
checking for uintptr_t... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking for argz.h... no
checking limits.h usability... checking for sys/file.h... yes
checking for int_least32_t... yes
yes
checking limits.h presence... checking for sys/param.h... yes
checking for limits.h... yes
yes
checking for limits.h... checking locale.h usability... yes
checking for int_fast32_t... yes
gcc3
checking how to print strings... checking for stdlib.h... (cached) yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for malloc.h... yes
checking locale.h presence... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
yes
checking for locale.h... yes
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for string.h... (cached) yes
checking for uint64_t... checking nl_types.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for time.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
yes
checking malloc.h presence... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/resource.h... yes
checking for off_t... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
checking for fcntl.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
ok
checking for alloca.h... checking how to run the C preprocessor... yes
checking for stdlib.h... (cached) yes
checking size of int... no
checking for sys/pstat.h... checking for string.h... (cached) yes
x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysmp.h... no
checking for ANSI C header files... checking for sys/sysinfo.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for machine/hal_sysinfo.h... checking for feof_unlocked... no
checking for sys/table.h... yes
checking for sys/types.h... no
checking for sys/sysctl.h... no
checking for fgets_unlocked... no
checking for sys/systemcfg.h... yes
checking for sys/stat.h... no
checking for stdint.h... (cached) yes
no
checking for stdio_ext.h... checking for getc_unlocked... yes
checking for stdlib.h... no
checking for process.h... yes
checking for sys/prctl.h... no
checking for getcwd... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for string.h... no
checking whether time.h and sys/time.h may both be included... yes
4
checking size of long... yes
checking for getegid... yes
checking whether errno must be declared... checking for memory.h... no
checking size of int... yes
checking for strings.h... no
checking for geteuid... yes
checking for inttypes.h... no
yes
checking for getgid... checking for stdint.h... yes
no
checking for getuid... checking for unistd.h... yes
checking for dlfcn.h... no
checking for mempcpy... no
checking for objdir... .libs
4
checking size of long... 4
checking for ANSI C header files... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for munmap... checking build system type... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for putenv... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for setenv... no
checking for setlocale... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for stpcpy... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for strcasecmp... 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... x86_64-w64-mingw32-gcc -E
4
checking size of size_t... checking for stdlib.h... (cached) yes
yes
checking for strdup... checking for unistd.h... (cached) yes
config.status: creating Makefile
checking for getpagesize... yes
config.status: creating config.h
yes
checking for strtoul... checking for working mmap... no
checking for memcpy... config.status: executing gstdint.h commands
yes
checking for tsearch... yes
checking for strerror... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for __argz_count... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
no
checking for __argz_stringify... configure: creating ./config.status
no
checking for __argz_next... no
checking for __fsetlocking... 8
checking for long long... configure: creating cache ./config.cache
no
checking for iconv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking size of long long... checking for C compiler default output file name... no
checking for LC_MESSAGES... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
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... .exe
checking for suffix of object files... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... o
aclocal
checking whether we are using the GNU C compiler... checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/types.h... config.status: creating config.h
config.status: executing depfiles commands
yes
config.status: config.h is unchanged
8
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for a 64-bit type... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for sys/stat.h... config.status: executing libtool commands
uint64_t
checking for intptr_t... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for uintptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for strings.h... yes
checking for ssize_t... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for stdint.h... yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for unistd.h... yes
yes
checking minix/config.h usability... checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking minix/config.h presence... none required
checking for asprintf... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for atexit... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
no
checking for working volatile... checking for basename... yes
checking return type of signal handlers... void
yes
checking for size_t... checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for bcopy... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for bsearch... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for calloc... yes
checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for clock... yes
checking for ffs... none required
checking for fcntl... no
checking for getcwd... no
checking for kill... yes
checking for getpagesize... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
no
checking for setlocale... checking for memcmp... yes
yes
checking for strcasecmp... checking for memcpy... yes
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for vsnprintf... yes
checking for mempcpy... yes
checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for getpwent... no
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for getpwnam... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for setenv... checking varargs.h usability... no
checking varargs.h presence... no
checking for snprintf... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for sigsetmask... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strchr... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking termcap.h presence... yes
x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for termcap.h... yes
checking for strdup... checking termios.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking termios.h presence... yes
checking for strncasecmp... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... 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... checking for strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for tmpnam... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
checking for vsnprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
yes
checking for iswctype... checking for spawnvpe... yes
yes
checking for nl_langinfo and CODESET... checking for strerror... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
checking for sysctl... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for times... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-19 12:29 [binutils-gdb] Testsuite: Fix ambiguous "break" due to libinproctrace sergiodj+buildbot
@ 2018-03-19 13:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-19 13:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1205>

Commit(s) tested:
	194ed4130dadb7dd1668f6af87405bdcd8041199

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Testsuite: Fix ambiguous "break" due to libinproctrace

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/19/194ed4130dadb7dd1668f6af87405bdcd8041199/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-19 11:10 [binutils-gdb] Updated Spanish translation for the bfd/ sub-directory, and updated Ukranian translation for the gas/ sub-directory sergiodj+buildbot
@ 2018-03-19 11:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-19 11:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1204>

Commit(s) tested:
	315aa1cf834a3d78a567263fa3fbda9b2027457e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Updated Spanish translation for the bfd/ sub-directory, and updated Ukranian translation for the gas/ sub-directory.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/31/315aa1cf834a3d78a567263fa3fbda9b2027457e/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-19  4:11 [binutils-gdb] Remove some cleanups from solib.c sergiodj+buildbot
@ 2018-03-19  4:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-19  4:51 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/1203>

Commit(s) tested:
	1cb1f3dae747fef1a576fe38078891e545fa92e5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from solib.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1c/1cb1f3dae747fef1a576fe38078891e545fa92e5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./etc
Configuring in ./intl
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... /usr/bin/msgmerge
checking build system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none needed
checking for perl... perl
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for inline... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
inline
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/types.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for stdlib.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for string.h... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for strings.h... yes
yes
checking how to run the C preprocessor... checking for inttypes.h... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking for unistd.h... yes
yes
checking for unistd.h... checking for sys/types.h... yes
checking for sys/stat.h... yes
yes
checking for off_t... checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for size_t... 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 for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for memory.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 64
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for strings.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
no
checking for alloca... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
yes
checking for stdint.h... yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
a.exe
checking whether the C compiler works... yes
checking for getpagesize... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working mmap... no
yes
.exe
checking whether we are using the GNU C Library 2.1 or newer... checking for suffix of object files... checking ctype.h usability... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking ctype.h presence... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for unsigned long long... yes
checking for ctype.h... yes
checking stddef.h usability... none needed
checking for style of include used by make... yes
checking for inttypes.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking whether the inttypes.h PRIxNN macros are broken... checking for string.h... (cached) yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for an ANSI C-conforming const... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking stdio.h usability... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... yes
checking for inline... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... inline
checking whether byte ordering is bigendian... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... done
checking argz.h usability... yes
checking for uintptr_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
no
checking for argz.h... checking for int_least32_t... no
checking limits.h usability... yes
checking for sys/param.h... ok
checking how to run the C preprocessor... yes
checking limits.h presence... yes
yes
checking for int_fast32_t... yes
checking for limits.h... yes
checking for limits.h... checking locale.h usability... yes
checking for stdlib.h... (cached) yes
x86_64-w64-mingw32-gcc -E
yes
checking locale.h presence... checking for malloc.h... yes
checking for locale.h... yes
yes
yes
checking for uint64_t... checking for ANSI C header files... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking nl_types.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking nl_types.h presence... yes
checking for sys/types.h... no
checking for nl_types.h... no
yes
checking for time.h... yes
checking for off_t... checking malloc.h usability... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking malloc.h presence... no
checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
checking for sys/mman.h... checking stddef.h usability... yes
no
checking for stdlib.h... checking for fcntl.h... yes
checking size of int... yes
yes
checking stddef.h presence... checking for alloca.h... yes
no
checking for sys/pstat.h... yes
checking for stddef.h... yes
checking for string.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/sysmp.h... yes
checking for unistd.h... (cached) yes
no
checking for memory.h... checking sys/param.h usability... checking for sys/sysinfo.h... yes
checking sys/param.h presence... no
yes
checking for machine/hal_sysinfo.h... checking for strings.h... yes
checking for sys/param.h... yes
no
checking for feof_unlocked... checking for sys/table.h... yes
checking for inttypes.h... no
checking for sys/sysctl.h... no
yes
checking for sys/systemcfg.h... checking for stdint.h... no
checking for fgets_unlocked... yes
no
checking for stdint.h... (cached) yes
checking for unistd.h... no
checking for getc_unlocked... checking for stdio_ext.h... no
checking for process.h... yes
checking for dlfcn.h... 4
checking size of long... no
checking for getcwd... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for objdir... yes
.libs
checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking size of int... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for mempcpy... yes
checking dynamic linker characteristics... 4
checking for ANSI C header files... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking build system type... x86_64-pc-linux-gnu
checking host system type... 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... x86_64-w64-mingw32-gcc -E
checking for munmap... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for putenv... yes
checking for working mmap... no
checking for memcpy... 4
checking size of long... no
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for setenv... yes
checking for strerror... no
checking for setlocale... yes
checking for unistd.h... (cached) yes
config.status: creating Makefile
yes
checking for stpcpy... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating config.h
no
config.status: executing gstdint.h commands
checking for strcasecmp... make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
checking for strdup... Configuring in ./readline
4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
configure: creating cache ./config.cache
checking for __argz_stringify... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __argz_next... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for __fsetlocking... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... 8
checking for long long... no
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... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
no
checking for GNU gettext in libintl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: executing depfiles commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing libtool commands
yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating Makefile
yes
checking for sys/types.h... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating config.intl
yes
config.status: creating config.h
checking for stdlib.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for string.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for strings.h... 8
checking for a 64-bit type... yes
checking for inttypes.h... uint64_t
checking for intptr_t... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking minix/config.h presence... yes
checking for ssize_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for working volatile... yes
checking for library containing strerror... yes
checking return type of signal handlers... none required
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
void
checking for size_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for atexit... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for ssize_t... yes
checking for basename... yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bcopy... yes
checking for library containing opendir... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
none required
checking for bzero... checking for fcntl... no
no
checking for kill... checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
yes
checking for lstat... checking for clock... no
checking for memmove... yes
checking for ffs... yes
checking for putenv... no
checking for getcwd... yes
checking for select... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... yes
checking for strcasecmp... no
checking for insque... yes
no
checking for strpbrk... checking for memchr... yes
yes
checking for memcmp... checking for tcgetattr... yes
no
checking for vsnprintf... checking for memcpy... yes
yes
checking for memmem... checking for isascii... yes
no
checking for memmove... checking for isxdigit... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for mempcpy... yes
checking for getpwent... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for random... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
no
checking for strings.h... (cached) yes
checking for setenv... checking limits.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking limits.h presence... no
yes
checking for limits.h... yes
checking for snprintf... checking locale.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
yes
checking locale.h presence... yes
checking for locale.h... yes
checking for sigsetmask... checking pwd.h usability... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
no
checking for stpcpy... x86_64-w64-mingw32-ranlib libz.a
no
checking pwd.h presence... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for stpncpy... config.status: creating config.h
yes
checking termcap.h presence... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
no
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for termcap.h... yes
checking for strcasecmp... checking termios.h usability... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
no
checking termios.h presence... checking for strchr... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strdup... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for termio.h... no
checking sys/pte.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for strncasecmp... no
checking sys/pte.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strndup... no
checking sys/stream.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for sys/stream.h... no
checking sys/select.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strstr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
64
checking for type of signal functions... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for strtod... yes
checking for strtol... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... checking for strtoul... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... checking for strtoll... no
configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
yes
checking for TIOCSTAT in sys/ioctl.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strverscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
yes
checking for tgetent... checking for vasprintf... no
checking for tgetent in -ltermcap... yes
checking for vfprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for vprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
yes
checking wchar.h presence... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for wchar.h... yes
checking langinfo.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for mbsnrtowcs... checking for fork... no
no
checking for mbsrtowcs... checking for vfork... yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
no
checking for gettimeofday... (cached) yes
checking for iswupper... checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
no
checking for pstat_getdynamic... checking for towupper... no
yes
checking for pstat_getstatic... checking for iswctype... no
yes
checking for realpath... checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sbrk... yes
checking configuration for building shared libraries... supported
no
checking for spawnve... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysconf... config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-17 19:46 [binutils-gdb] Change auto_load_objfile_script_1 to use std::string sergiodj+buildbot
@ 2018-03-17 20:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-17 20:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1202>

Commit(s) tested:
	a06ab151cbab6f3da8735d2e5e06ede9454ca4c1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change auto_load_objfile_script_1 to use std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a0/a06ab151cbab6f3da8735d2e5e06ede9454ca4c1/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
  CXX    cli/cli-logging.o
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-17 15:47 [binutils-gdb] Remove target_fileio_close_cleanup sergiodj+buildbot
@ 2018-03-17 16:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-17 16:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1201>

Commit(s) tested:
	770623f79f7fdff38f62c641438759748cf3f138

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove target_fileio_close_cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/77/770623f79f7fdff38f62c641438759748cf3f138/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    sh-tdep.o
  CXX    sh64-tdep.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    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    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-tcp.o
  CXX    ser-mingw.o
  CXX    x86-nat.o
  CXX    x86-dregs.o
  CXX    windows-nat.o
  CXX    amd64-windows-nat.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1605: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-16 21:30 [binutils-gdb] Add silent Makefile rules sergiodj+buildbot
@ 2018-03-16 22:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-16 22:00 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/1200>

Commit(s) tested:
	39be3c7e98728df57cfddd37fb7747f1339a319b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add silent Makefile rules

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/39/39be3c7e98728df57cfddd37fb7747f1339a319b/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking for msgmerge... /usr/bin/msgmerge
configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
config.status: creating Makefile
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... Configuring in ./libdecnumber
checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... a.exe
checking whether the C compiler works... yes
/usr/bin/grep
checking for egrep... checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/types.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
inline
checking for sys/stat.h... checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/stat.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for stdlib.h... checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for strings.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for inttypes.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for unistd.h... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for off_t... checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for stdlib.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for string.h... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... no
checking for alloca... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for C compiler default output file name... yes
checking for inttypes.h... yes
yes
checking for working mmap... no
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdint.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
.exe
checking for suffix of object files... checking for unistd.h... yes
checking for unsigned long long... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking ctype.h usability... checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking ctype.h presence... yes
checking for an ANSI C-conforming const... yes
checking for ctype.h... yes
none needed
yes
checking for inline... checking stddef.h usability... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for ld used by GCC... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stddef.h... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for string.h... (cached) yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking stdio.h usability... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking stdio.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
done
checking for sys/file.h... checking argz.h usability... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... yes
no
checking for argz.h... no
checking limits.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/param.h... yes
checking for uintptr_t... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking limits.h presence... checking for limits.h... yes
checking for limits.h... yes
yes
checking locale.h usability... yes
checking for stdlib.h... (cached) yes
checking for int_least32_t... checking for malloc.h... yes
yes
checking locale.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for locale.h... yes
yes
checking for int_fast32_t... checking nl_types.h usability... ok
checking how to run the C preprocessor... checking for strings.h... (cached) yes
checking for sys/time.h... x86_64-w64-mingw32-gcc -E
no
checking nl_types.h presence... yes
checking for uint64_t... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for ANSI C header files... checking for time.h... yes
yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for sys/resource.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking stddef.h usability... checking for an ANSI C-conforming const... no
checking for sys/stat.h... (cached) yes
yes
checking for sys/types.h... checking for sys/mman.h... yes
checking for off_t... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for sys/stat.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alloca.h... checking sys/param.h usability... yes
no
checking for sys/pstat.h... checking for stdlib.h... yes
checking size of int... no
checking for sys/sysmp.h... yes
checking sys/param.h presence... yes
no
checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
checking for string.h... checking for feof_unlocked... no
yes
checking for machine/hal_sysinfo.h... checking for memory.h... no
checking for sys/table.h... yes
checking for strings.h... no
no
checking for sys/sysctl.h... checking for fgets_unlocked... no
checking for sys/systemcfg.h... yes
checking for inttypes.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for getc_unlocked... yes
checking for stdint.h... no
checking for process.h... yes
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for unistd.h... checking for getcwd... no
checking whether time.h and sys/time.h may both be included... 4
checking size of long... yes
checking whether errno must be declared... yes
checking for dlfcn.h... yes
no
checking size of int... checking for getegid... no
checking for objdir... .libs
no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for mempcpy... yes
checking dynamic linker characteristics... 4
checking size of long... 4
checking for ANSI C header files... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking build system type... checking for munmap... x86_64-pc-linux-gnu
checking host system type... 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... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking target system type... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
x86_64-w64-mingw32
checking for decimal floating point... checking for putenv... bid
checking whether byte ordering is bigendian... checking for getpagesize... yes
checking for setenv... yes
checking for working mmap... no
checking for memcpy... no
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for strerror... yes
yes
checking for unistd.h... (cached) yes
checking for stpcpy... config.status: creating Makefile
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for strcasecmp... 4
checking size of size_t... config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking for __argz_next... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __fsetlocking... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... 8
checking for long long... checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for LC_MESSAGES... yes
checking size of long long... no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
.exe
checking for suffix of object files... checking whether included gettext is requested... no
checking for GNU gettext in libc... o
checking whether we are using the GNU C compiler... no
checking for GNU gettext in libintl... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
none needed
checking how to run the C preprocessor... configure: creating ./config.status
config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: executing depfiles commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
config.status: creating Makefile
yes
checking for sys/types.h... config.status: creating config.intl
yes
checking for sys/stat.h... config.status: creating config.h
config.status: executing default-1 commands
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for string.h... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
uint64_t
checking for intptr_t... checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for strings.h... yes
yes
checking for uintptr_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdint.h... yes
checking for ssize_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for pid_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... none required
checking for asprintf... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for atexit... void
checking for size_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for basename... yes
yes
checking for bcmp... checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for bcopy... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bsearch... no
checking for dirent.h that defines DIR... yes
yes
checking for library containing opendir... checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
none required
checking for calloc... checking for fcntl... no
checking for kill... yes
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for lstat... yes
checking for ffs... no
checking for memmove... no
checking for getcwd... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for putenv... yes
checking for getpagesize... yes
checking for select... yes
checking for gettimeofday... no
checking for setenv... yes
checking for index... no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for memcpy... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking for memmem... checking for isascii... rm -f libz.a
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-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 
no
checking for memmove... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-ranlib libz.a
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... no
checking for putenv... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for random... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking varargs.h usability... checking for rename... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
no
checking varargs.h presence... checking for rindex... no
checking for varargs.h... no
checking stdarg.h usability... no
yes
checking stdarg.h presence... checking for setenv... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for stpncpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strchr... checking termios.h usability... no
checking termios.h presence... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
no
checking for termios.h... no
checking for strdup... checking termio.h usability... yes
no
checking termio.h presence... checking for strncasecmp... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
yes
checking sys/file.h presence... checking for strstr... yes
checking for sys/file.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
checking for sys/ptem.h... 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 strtod... 64
config.status: creating config.h
checking for type of signal functions... config.status: config.h is unchanged
yes
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for strtol... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for strtoul... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for strtoll... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for strtoull... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for strverscmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for tmpnam... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... yes
no
checking for tgetent... checking for vprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
no
checking for tgetent in -ltermcap... checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for vsprintf... yes
checking wctype.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for wctype.h... yes
checking wchar.h usability... yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for waitpid... yes
checking wchar.h presence... no
checking for setproctitle... yes
checking for wchar.h... yes
checking langinfo.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking langinfo.h presence... no
checking whether alloca needs Cray hooks... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for langinfo.h... no
checking for mbrlen... no
checking stack direction for C alloca... 0
checking for vfork.h... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for fork... yes
checking for mbscasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for vfork... no
checking for mbscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for _doprnt... no
checking for mbsnrtowcs... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsrtowcs... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for spawnvpe... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
checking for strerror... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
no
checking for sysctl... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysmp... config.status: creating shlib/Makefile
config.status: creating config.h
no
checking for table... config.status: executing default commands
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-16 20:41 [binutils-gdb] Remove make_cleanup_free_section_addr_info sergiodj+buildbot
@ 2018-03-16 21:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-16 21:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1199>

Commit(s) tested:
	37e136b1684929df204ddd09c38978c705fa7228

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_free_section_addr_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/37/37e136b1684929df204ddd09c38978c705fa7228/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o sh-tdep.o -MT sh-tdep.o -MMD -MP -MF ./.deps/sh-tdep.Tpo ../../binutils-gdb/gdb/sh-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o sh64-tdep.o -MT sh64-tdep.o -MMD -MP -MF ./.deps/sh64-tdep.Tpo ../../binutils-gdb/gdb/sh64-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o sol2-tdep.o -MT sol2-tdep.o -MMD -MP -MF ./.deps/sol2-tdep.Tpo ../../binutils-gdb/gdb/sol2-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o solib-aix.o -MT solib-aix.o -MMD -MP -MF ./.deps/solib-aix.Tpo ../../binutils-gdb/gdb/solib-aix.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o solib-darwin.o -MT solib-darwin.o -MMD -MP -MF ./.deps/solib-darwin.Tpo ../../binutils-gdb/gdb/solib-darwin.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o solib-dsbt.o -MT solib-dsbt.o -MMD -MP -MF ./.deps/solib-dsbt.Tpo ../../binutils-gdb/gdb/solib-dsbt.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o solib-frv.o -MT solib-frv.o -MMD -MP -MF ./.deps/solib-frv.Tpo ../../binutils-gdb/gdb/solib-frv.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o solib-spu.o -MT solib-spu.o -MMD -MP -MF ./.deps/solib-spu.Tpo ../../binutils-gdb/gdb/solib-spu.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF ./.deps/solib-svr4.Tpo ../../binutils-gdb/gdb/solib-svr4.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o sparc-tdep.o -MT sparc-tdep.o -MMD -MP -MF ./.deps/sparc-tdep.Tpo ../../binutils-gdb/gdb/sparc-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o spu-multiarch.o -MT spu-multiarch.o -MMD -MP -MF ./.deps/spu-multiarch.Tpo ../../binutils-gdb/gdb/spu-multiarch.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o spu-tdep.o -MT spu-tdep.o -MMD -MP -MF ./.deps/spu-tdep.Tpo ../../binutils-gdb/gdb/spu-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF ./.deps/symfile-mem.Tpo ../../binutils-gdb/gdb/symfile-mem.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o tic6x-tdep.o -MT tic6x-tdep.o -MMD -MP -MF ./.deps/tic6x-tdep.Tpo ../../binutils-gdb/gdb/tic6x-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o tilegx-tdep.o -MT tilegx-tdep.o -MMD -MP -MF ./.deps/tilegx-tdep.Tpo ../../binutils-gdb/gdb/tilegx-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o v850-tdep.o -MT v850-tdep.o -MMD -MP -MF ./.deps/v850-tdep.Tpo ../../binutils-gdb/gdb/v850-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o vax-tdep.o -MT vax-tdep.o -MMD -MP -MF ./.deps/vax-tdep.Tpo ../../binutils-gdb/gdb/vax-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o windows-tdep.o -MT windows-tdep.o -MMD -MP -MF ./.deps/windows-tdep.Tpo ../../binutils-gdb/gdb/windows-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o xcoffread.o -MT xcoffread.o -MMD -MP -MF ./.deps/xcoffread.Tpo ../../binutils-gdb/gdb/xcoffread.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o xstormy16-tdep.o -MT xstormy16-tdep.o -MMD -MP -MF ./.deps/xstormy16-tdep.Tpo ../../binutils-gdb/gdb/xstormy16-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o xtensa-config.o -MT xtensa-config.o -MMD -MP -MF ./.deps/xtensa-config.Tpo ../../binutils-gdb/gdb/xtensa-config.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o xtensa-tdep.o -MT xtensa-tdep.o -MMD -MP -MF ./.deps/xtensa-tdep.Tpo ../../binutils-gdb/gdb/xtensa-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o aarch64-fbsd-tdep.o -MT aarch64-fbsd-tdep.o -MMD -MP -MF ./.deps/aarch64-fbsd-tdep.Tpo ../../binutils-gdb/gdb/aarch64-fbsd-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o aarch64-tdep.o -MT aarch64-tdep.o -MMD -MP -MF ./.deps/aarch64-tdep.Tpo ../../binutils-gdb/gdb/aarch64-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o alpha-tdep.o -MT alpha-tdep.o -MMD -MP -MF ./.deps/alpha-tdep.Tpo ../../binutils-gdb/gdb/alpha-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o amd64-tdep.o -MT amd64-tdep.o -MMD -MP -MF ./.deps/amd64-tdep.Tpo ../../binutils-gdb/gdb/amd64-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o arch/aarch64.o -MT arch/aarch64.o -MMD -MP -MF arch/.deps/aarch64.Tpo ../../binutils-gdb/gdb/arch/aarch64.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o arch/aarch64-insn.o -MT arch/aarch64-insn.o -MMD -MP -MF arch/.deps/aarch64-insn.Tpo ../../binutils-gdb/gdb/arch/aarch64-insn.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o arch/amd64.o -MT arch/amd64.o -MMD -MP -MF arch/.deps/amd64.Tpo ../../binutils-gdb/gdb/arch/amd64.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ia64-tdep.o -MT ia64-tdep.o -MMD -MP -MF ./.deps/ia64-tdep.Tpo ../../binutils-gdb/gdb/ia64-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -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
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o sparc64-tdep.o -MT sparc64-tdep.o -MMD -MP -MF ./.deps/sparc64-tdep.Tpo ../../binutils-gdb/gdb/sparc64-tdep.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ser-base.o -MT ser-base.o -MMD -MP -MF ./.deps/ser-base.Tpo ../../binutils-gdb/gdb/ser-base.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF ./.deps/ser-tcp.Tpo ../../binutils-gdb/gdb/ser-tcp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ser-mingw.o -MT ser-mingw.o -MMD -MP -MF ./.deps/ser-mingw.Tpo ../../binutils-gdb/gdb/ser-mingw.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o x86-nat.o -MT x86-nat.o -MMD -MP -MF ./.deps/x86-nat.Tpo ../../binutils-gdb/gdb/x86-nat.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o x86-dregs.o -MT x86-dregs.o -MMD -MP -MF ./.deps/x86-dregs.Tpo ../../binutils-gdb/gdb/nat/x86-dregs.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o windows-nat.o -MT windows-nat.o -MMD -MP -MF ./.deps/windows-nat.Tpo ../../binutils-gdb/gdb/windows-nat.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o amd64-windows-nat.o -MT amd64-windows-nat.o -MMD -MP -MF ./.deps/amd64-windows-nat.Tpo ../../binutils-gdb/gdb/amd64-windows-nat.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o cli/cli-cmds.o -MT cli/cli-cmds.o -MMD -MP -MF cli/.deps/cli-cmds.Tpo ../../binutils-gdb/gdb/cli/cli-cmds.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o cli/cli-decode.o -MT cli/cli-decode.o -MMD -MP -MF cli/.deps/cli-decode.Tpo ../../binutils-gdb/gdb/cli/cli-decode.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o cli/cli-dump.o -MT cli/cli-dump.o -MMD -MP -MF cli/.deps/cli-dump.Tpo ../../binutils-gdb/gdb/cli/cli-dump.c
../../binutils-gdb/gdb/cli/cli-cmds.c: In function 'void complete_command(const char*, int)':
../../binutils-gdb/gdb/cli/cli-cmds.c:302:22: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized]
    printf_unfiltered (_("%s%s %s\n"),
    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
         arg_prefix.c_str (), word,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~
         get_max_completions_reached_message ());
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/cli/cli-cmds.c:277:71: warning: 'tracker' may be used uninitialized in this function [-Wmaybe-uninitialized]
     = tracker->build_completion_result (word, word - arg, strlen (arg));
                                                                       ^
../../binutils-gdb/gdb/windows-nat.c:582:10: error: using typedef-name 'section_addr_info' after 'struct'
   struct section_addr_info *addrs;
          ^~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/windows-nat.c:49:0:
../../binutils-gdb/gdb/symfile.h:75:37: note: 'section_addr_info' has a previous declaration here
 typedef std::vector<other_sections> section_addr_info;
                                     ^~~~~~~~~~~~~~~~~
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o cli/cli-interp.o -MT cli/cli-interp.o -MMD -MP -MF cli/.deps/cli-interp.Tpo ../../binutils-gdb/gdb/cli/cli-interp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o cli/cli-logging.o -MT cli/cli-logging.o -MMD -MP -MF cli/.deps/cli-logging.Tpo ../../binutils-gdb/gdb/cli/cli-logging.c
make[2]: *** [Makefile:1603: windows-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-15 21:11 [binutils-gdb] xtensa: bfd: fix assertion in xlate_offset_with_removed_text sergiodj+buildbot
@ 2018-03-15 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-15 21:52 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/1196>

Commit(s) tested:
	0854d50445a11847f80e655482fd180d7c4e4d00

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	xtensa: bfd: fix assertion in xlate_offset_with_removed_text

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/08/0854d50445a11847f80e655482fd180d7c4e4d00/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... configure: updating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... 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 whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-w64-mingw32
/usr/bin/msgfmt
checking for gmsgfmt... checking for a BSD-compatible install... /usr/bin/msgfmt
/usr/bin/install -c
checking whether build environment is sane... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none required
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... inline
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for sys/types.h... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/types.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for stdlib.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for string.h... yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for memory.h... checking for inttypes.h... yes
yes
checking how to run the C preprocessor... checking for strings.h... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -E
yes
checking for inttypes.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for unistd.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for stdint.h... yes
checking for off_t... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
yes
checking minix/config.h usability... checking for size_t... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
checking for working alloca.h... yes
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 alloca... checking for memory.h... yes
64
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for stdlib.h... (cached) yes
checking for strings.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
checking for working mmap... yes
no
checking whether we are using the GNU C Library 2.1 or newer... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for C compiler default output file name... checking for stdint.h... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for unsigned long long... yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for inttypes.h... yes
.exe
checking ctype.h usability... checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking whether the inttypes.h PRIxNN macros are broken... o
checking whether we are using the GNU C compiler... yes
checking ctype.h presence... no
checking for ld used by GCC... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for an ANSI C-conforming const... yes
checking stddef.h presence... yes
checking for stddef.h... yes
none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
done
yes
checking for inline... checking argz.h usability... checking stdio.h usability... inline
checking whether byte ordering is bigendian... no
checking argz.h presence... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking stdio.h presence... no
checking for argz.h... no
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking limits.h usability... /usr/bin/grep -E
checking for fgrep... yes
checking for stdio.h... yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking limits.h presence... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
checking locale.h usability... checking for sys/file.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for uintptr_t... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/param.h... yes
checking locale.h presence... yes
checking for limits.h... yes
checking for locale.h... yes
yes
checking for int_least32_t... checking nl_types.h usability... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
no
checking nl_types.h presence... checking for string.h... (cached) yes
yes
checking for int_fast32_t... checking for unistd.h... (cached) yes
ok
checking how to run the C preprocessor... no
checking for nl_types.h... no
checking malloc.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
checking malloc.h presence... checking for time.h... yes
checking for uint64_t... x86_64-w64-mingw32-gcc -E
yes
yes
checking for malloc.h... yes
checking stddef.h usability... checking for sys/resource.h... checking for ANSI C header files... no
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... yes
checking stddef.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/mman.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for off_t... no
yes
checking for fcntl.h... checking for string.h... (cached) yes
checking for sys/types.h... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... yes
no
checking for sys/stat.h... checking for sys/pstat.h... yes
checking sys/param.h presence... yes
checking size of int... no
yes
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for stdlib.h... checking for feof_unlocked... no
checking for sys/sysinfo.h... yes
no
checking for machine/hal_sysinfo.h... no
checking for fgets_unlocked... no
checking for sys/table.h... checking for string.h... no
checking for sys/sysctl.h... yes
no
checking for getc_unlocked... checking for memory.h... no
checking for sys/systemcfg.h... no
yes
checking for stdint.h... (cached) yes
checking for strings.h... checking for stdio_ext.h... no
checking for getcwd... no
checking for process.h... yes
yes
checking for inttypes.h... checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getegid... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for stdint.h... no
checking for geteuid... 4
checking size of long... no
checking size of int... yes
no
checking for getgid... checking for unistd.h... yes
checking for dlfcn.h... no
checking for getuid... no
checking for objdir... .libs
no
checking for mempcpy... yes
checking for munmap... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
4
checking size of long... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... checking for setenv... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking whether -lc should be explicitly linked in... yes
yes
checking dynamic linker characteristics... checking for stpcpy... no
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... (cached) yes
no
checking for strcasecmp... checking for unistd.h... (cached) yes
checking for getpagesize... yes
yes
checking for working mmap... no
checking for strdup... checking for memcpy... yes
checking for strtoul... yes
checking for strerror... 4
checking size of size_t... config.status: creating Makefile
yes
config.status: creating config.h
checking for tsearch... config.status: executing gstdint.h commands
yes
checking for unistd.h... (cached) yes
make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for __argz_count... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... configure: creating cache ./config.cache
no
checking for iconv... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... checking for C compiler default output file name... no
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... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
checking for grep that handles long lines and -e... config.status: creating config.intl
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/stat.h... config.status: creating config.h
yes
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
checking for stdlib.h... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
config.status: creating Makefile
yes
config.status: executing depfiles commands
checking for string.h... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
8
checking for a 64-bit type... config.status: executing libtool commands
checking for memory.h... uint64_t
checking for intptr_t... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for uintptr_t... yes
checking for stdint.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
yes
checking for ssize_t... checking for unistd.h... yes
checking minix/config.h usability... yes
checking for pid_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... none required
checking for asprintf... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking return type of signal handlers... yes
checking for basename... void
checking for size_t... yes
checking for bcmp... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for bcopy... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for bsearch... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for bzero... yes
checking for library containing opendir... no
checking for calloc... none required
checking for fcntl... yes
checking for clock... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for kill... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking for ffs... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
no
checking for getcwd... checking for memmove... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
checking for getpagesize... checking for putenv... yes
yes
checking for gettimeofday... checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
yes
checking for setenv... checking for index... no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
yes
checking for tcgetattr... checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for memmove... yes
checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... no
checking for getpwnam... yes
checking for mkstemps... no
checking for getpwuid... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for putenv... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for random... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for rename... checking varargs.h usability... no
checking varargs.h presence... yes
checking for rindex... no
checking for varargs.h... no
checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking stdarg.h presence... no
checking for setenv... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for strings.h... (cached) yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking limits.h usability... no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for stpncpy... checking termcap.h usability... yes
checking termcap.h presence... no
checking for strcasecmp... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strchr... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strdup... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strncasecmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strndup... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strstr... 64
checking for type of signal functions... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtoll... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtoull... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strverscmp... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for tmpnam... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vasprintf... not found
checking for struct dirent.d_ino... yes
checking for vfprintf... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vprintf... no
checking for tgetent in -ltermcap... yes
checking for vsnprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for setproctitle... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking for mbscasecmp... no
checking for vfork... no
checking for mbscmp... no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for mbsrtowcs... checking for sys_siglist... no
checking for external symbol _system_configuration... yes
checking for mbschr... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... no
checking for getsysinfo... yes
checking for wcswidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for psignal... yes
checking for iswlower... no
checking for pstat_getdynamic... yes
checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for spawnvpe... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for sysctl... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-15  8:04 [binutils-gdb] nds32: Remove the unsupported target feature sergiodj+buildbot
@ 2018-03-15  8:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-15  8:33 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/1195>

Commit(s) tested:
	f9671640954362a918c669700bcc9a57be25782d

Author(s) (in the same order as the commits):
	Kuan-Lin Chen <kuanlinchentw@gmail.com>

Subject:
	nds32: Remove the unsupported target feature.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f9/f9671640954362a918c669700bcc9a57be25782d/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking build system type... checking for msgfmt... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
configure: updating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for inline... yes
inline
checking for sys/stat.h... .exe
checking for suffix of object files... checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for sys/stat.h... checking for stdlib.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdlib.h... checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for string.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for strings.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for strings.h... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdint.h... checking for stdint.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for unistd.h... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for off_t... checking minix/config.h usability... yes
yes
checking how to run the C preprocessor... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
x86_64-w64-mingw32-gcc -E
no
checking minix/config.h presence... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for C compiler default output file name... yes
yes
checking for working alloca.h... checking for sys/types.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
no
checking for alloca... checking for sys/stat.h... yes
.exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdlib.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for string.h... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for inttypes.h... none needed
checking for style of include used by make... yes
yes
GNU
yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking dependency style of x86_64-w64-mingw32-gcc... checking for stdint.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for unsigned long long... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
yes
checking for inttypes.h... checking for inttypes.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... checking for stdint.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for unistd.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking ctype.h usability... done
checking argz.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... inline
checking whether byte ordering is bigendian... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking ctype.h presence... yes
checking for ctype.h... no
checking argz.h presence... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking stddef.h usability... no
checking for argz.h... no
checking limits.h usability... yes
checking stddef.h presence... yes
checking limits.h presence... yes
checking for stddef.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for sys/file.h... checking stdio.h usability... yes
checking locale.h usability... ok
checking how to run the C preprocessor... checking for sys/param.h... yes
checking stdio.h presence... yes
checking for limits.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdio.h... yes
yes
checking locale.h presence... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... yes
(cached) checking for locale.h... yes
yes
checking nl_types.h usability... checking for malloc.h... checking for ANSI C header files... yes
checking for uintptr_t... no
checking nl_types.h presence... yes
checking for string.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for unistd.h... (cached) yes
yes
checking for sys/types.h... checking for strings.h... (cached) yes
yes
checking for int_least32_t... yes
checking for sys/time.h... yes
checking malloc.h presence... checking for sys/stat.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for time.h... yes
checking for int_fast32_t... yes
yes
checking for sys/resource.h... yes
checking stddef.h presence... checking for stdlib.h... yes
checking for stddef.h... yes
no
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
checking for string.h... yes
checking for uint64_t... checking sys/param.h usability... no
checking for fcntl.h... yes
yes
checking sys/param.h presence... yes
checking for alloca.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for sys/param.h... yes
checking for memory.h... checking for feof_unlocked... no
checking for sys/pstat.h... yes
checking for off_t... yes
no
checking for sys/sysmp.h... checking for strings.h... no
checking for sys/sysinfo.h... no
checking for fgets_unlocked... no
yes
checking for machine/hal_sysinfo.h... checking for inttypes.h... no
checking for sys/table.h... yes
checking size of int... no
checking for getc_unlocked... yes
no
checking for sys/sysctl.h... checking for stdint.h... no
checking for sys/systemcfg.h... yes
no
no
checking for getcwd... checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for unistd.h... yes
no
checking for process.h... checking for dlfcn.h... yes
yes
checking for getegid... checking for sys/prctl.h... no
checking for objdir... .libs
no
checking for sys/wait.h that is POSIX.1 compatible... no
no
checking whether time.h and sys/time.h may both be included... checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether errno must be declared... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking size of int... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking size of long... no
checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking dynamic linker characteristics... checking for munmap... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for putenv... 4
checking size of long... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for setenv... checking for getpagesize... 4
checking for ANSI C header files... (cached) yes
yes
checking for working mmap... no
checking for memcpy... no
checking for setlocale... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strerror... yes
x86_64-w64-mingw32
checking target system type... checking for stpcpy... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
yes
config.status: creating config.h
checking for __argz_count... config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
checking for long long... no
checking for LC_MESSAGES... no
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... configure: creating cache ./config.cache
no
checking for GNU gettext in libintl... yes
checking size of long long... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... config.status: executing depfiles commands
config.status: creating Makefile
o
checking whether we are using the GNU C compiler... config.status: creating config.intl
config.status: executing libtool commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating config.h
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing default-1 commands
none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -E
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... 8
/usr/bin/grep -E
checking for ANSI C header files... checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
uint64_t
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for intptr_t... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for stdlib.h... yes
yes
checking for ssize_t... checking for string.h... yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for pid_t... checking for strings.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for inttypes.h... yes
yes
checking for library containing strerror... checking for stdint.h... none required
checking for asprintf... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking minix/config.h usability... yes
checking for atexit... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for basename... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for bcmp... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for bcopy... no
checking for working volatile... no
checking for bsearch... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for ssize_t... no
checking for calloc... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for dirent.h that defines DIR... yes
checking for ffs... yes
checking for library containing opendir... no
checking for getcwd... none required
checking for fcntl... yes
checking for getpagesize... no
checking for kill... yes
checking for gettimeofday... no
checking for lstat... yes
checking for index... no
checking for memmove... no
checking for insque... yes
no
checking for putenv... checking for memchr... yes
yes
checking for memcmp... checking for select... yes
no
checking for setenv... checking for memcpy... no
checking for setlocale... yes
checking for memmem... yes
checking for strcasecmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for memmove... yes
yes
checking for strpbrk... checking for mempcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for tcgetattr... checking for memset... yes
no
checking for vsnprintf... checking for mkstemps... yes
checking for isascii... no
checking for putenv... yes
yes
checking for isxdigit... checking for random... yes
checking for getpwent... no
checking for rename... no
yes
checking for getpwnam... checking for rindex... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for setenv... no
checking for getpwuid... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for working strcoll... no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 fcntl.h usability... no
checking for snprintf... x86_64-w64-mingw32-ranlib libz.a
yes
checking fcntl.h presence... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
checking for fcntl.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
checking for unistd.h... (cached) rm -f stamp-h1
yes
/bin/sh ./config.status config.h
yes
checking for sigsetmask... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
config.status: creating config.h
checking for stpcpy... no
checking varargs.h presence... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pureno
checking for varargs.h... no
_parser
 ^^^^^^^^^^^^
checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for stpncpy... rm -f plural.h
yes
checking stdarg.h presence... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for stdarg.h... yes
no
checking for string.h... (cached) yes
checking for strcasecmp... checking for strings.h... (cached) yes
checking limits.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking limits.h presence... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for limits.h... yes
checking for strchr... checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for strdup... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking pwd.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for strncasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking pwd.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for strndup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking for strrchr... checking termios.h usability... no
checking termios.h presence... yes
checking for strstr... no
checking for termios.h... no
checking termio.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for strtod... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtol... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking sys/stream.h usability... checking for strtoul... no
checking sys/stream.h presence... yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for strtoll... no
checking for sys/stream.h... no
checking sys/select.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtoull... yes
checking sys/file.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strverscmp... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for tmpnam... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
64
checking for type of signal functions... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for vasprintf... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for vfprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for vprintf... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vsnprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vsprintf... yes
checking whether signal handlers are of type void... yes
checking for waitpid... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for setproctitle... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... not found
checking for struct dirent.d_ino... no
checking for fork... yes
checking for struct dirent.d_fileno... no
checking for vfork... no
checking for tgetent... no
checking for _doprnt... no
checking for tgetent in -ltermcap... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for external symbol _system_configuration... yes
checking wctype.h presence... no
checking for __fsetlocking... yes
checking for wctype.h... yes
checking wchar.h usability... no
yes
checking wchar.h presence... checking for canonicalize_file_name... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for dup3... yes
checking for mbscasecmp... no
checking for getrlimit... no
checking for mbscmp... no
checking for getrusage... no
checking for mbsnrtowcs... no
checking for getsysinfo... no
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
yes
checking for mbschr... checking for on_exit... no
checking for wcrtomb... no
checking for psignal... yes
checking for wcscoll... no
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... no
checking for wctype... no
checking for setrlimit... yes
checking for wcswidth... no
checking for sbrk... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for spawnve... yes
checking for iswlower... yes
checking for spawnvpe... yes
checking for iswupper... yes
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... no
checking for sysconf... yes
checking for iswctype... no
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for sysmp... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for table... yes
checking configuration for building shared libraries... no
checking for times... supported
configure: updating cache ./config.cache
no
checking for wait3... configure: creating ./config.status
no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking whether ffs is declared... config.status: creating examples/Makefile
no
checking whether asprintf is declared... config.status: creating shlib/Makefile
yes
checking whether vasprintf is declared... config.status: creating config.h
config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-14 11:43 [binutils-gdb] GC: Also check the local debug definition section sergiodj+buildbot
@ 2018-03-14 12:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-14 12:12 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/1188>

Commit(s) tested:
	9e223787a474c672c5f1cfd4574857241ae4eafa

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	GC: Also check the local debug definition section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/9e/9e223787a474c672c5f1cfd4574857241ae4eafa/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for C compiler default output file name... configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for perl... yes
perl
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... none required
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
yes
checking whether the C compiler works... checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for sys/stat.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for stdlib.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for memory.h... yes
checking how to run the C preprocessor... yes
checking for strings.h... x86_64-w64-mingw32-gcc -E
yes
checking for strings.h... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for sys/stat.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for stdlib.h... yes
yes
checking for string.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for off_t... checking minix/config.h usability... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for memory.h... no
checking minix/config.h presence... yes
checking for strings.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for C compiler default output file name... yes
checking for size_t... yes
checking for inttypes.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdint.h... yes
checking for working alloca.h... 64
.exe
no
checking for alloca... checking for suffix of object files... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for unistd.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking ctype.h presence... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... none needed
yes
checking for ctype.h... yes
checking for style of include used by make... checking stddef.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for inttypes.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
yes
checking stdio.h presence... checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... yes
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for inline... yes
checking for uintptr_t... inline
checking whether byte ordering is bigendian... done
checking argz.h usability... yes
checking for int_least32_t... no
checking argz.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for a BSD-compatible install... /usr/bin/install -c
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/file.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
no
checking for argz.h... no
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking limits.h usability... yes
yes
checking for int_fast32_t... checking for sys/param.h... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking for uint64_t... checking for stdlib.h... (cached) yes
ok
checking how to run the C preprocessor... checking for malloc.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking nl_types.h usability... x86_64-w64-mingw32-gcc -E
yes
checking what to include in gstdint.h... checking for unistd.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking nl_types.h presence... yes
checking for off_t... checking for ANSI C header files... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking malloc.h presence... checking for time.h... yes
checking for malloc.h... yes
yes
yes
checking for sys/types.h... checking stddef.h usability... checking for sys/resource.h... no
yes
checking for sys/stat.h... (cached) yes
yes
checking size of int... checking for sys/stat.h... checking for sys/mman.h... no
checking for fcntl.h... yes
yes
checking stddef.h presence... checking for alloca.h... yes
yes
checking for stddef.h... yes
checking for stdlib.h... checking for stdlib.h... (cached) yes
no
checking for sys/pstat.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking for sys/sysmp.h... yes
checking for string.h... no
checking for sys/sysinfo.h... yes
checking sys/param.h presence... no
checking for machine/hal_sysinfo.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
yes
checking for sys/table.h... checking for memory.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
checking for strings.h... no
checking for stdint.h... (cached) yes
no
checking for fgets_unlocked... checking for stdio_ext.h... yes
checking for inttypes.h... no
checking for process.h... no
checking for getc_unlocked... yes
yes
checking for stdint.h... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
4
checking size of long... checking for unistd.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking for dlfcn.h... yes
checking whether errno must be declared... yes
checking for getegid... no
checking for objdir... .libs
no
checking size of int... no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getuid... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
x86_64-pc-linux-gnu
checking host system type... checking for mempcpy... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking dynamic linker characteristics... yes
checking for munmap... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
no
configure: updating cache ./config.cache
checking for putenv... configure: creating ./config.status
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
4
checking size of long... checking for getpagesize... yes
checking for setenv... yes
checking for working mmap... no
checking for memcpy... no
checking for setlocale... yes
checking for strerror... config.status: creating Makefile
yes
config.status: creating config.h
checking for stpcpy... config.status: executing gstdint.h commands
yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... configure: creating cache ./config.cache
checking build system type... no
x86_64-pc-linux-gnu
checking host system type... checking for __argz_stringify... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... checking for C compiler default output file name... no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 8
checking for long long... no
checking for LC_MESSAGES... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
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 GNU gettext in libintl... none needed
checking how to run the C preprocessor... yes
checking size of long long... no
x86_64-w64-mingw32-gcc -E
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating Makefile
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for sys/types.h... yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating Makefile
yes
config.status: creating config.intl
checking for stdlib.h... yes
checking for string.h... config.status: creating config.h
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: executing default-1 commands
yes
checking for memory.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for strings.h... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
uint64_t
checking for intptr_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for stdint.h... yes
checking for uintptr_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... no
checking for working volatile... yes
checking return type of signal handlers... none required
checking for asprintf... void
checking for size_t... yes
checking for atexit... yes
checking for ssize_t... yes
checking for basename... yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bcopy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
no
checking for library containing opendir... checking for bsearch... yes
checking for bzero... none required
checking for fcntl... no
no
checking for kill... checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
no
checking for clock... checking for lstat... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
no
checking for memmove... checking for ffs... yes
no
checking for putenv... checking for getcwd... yes
yes
checking for select... checking for getpagesize... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for gettimeofday... no
checking for setenv... yes
checking for index... no
checking for setlocale... no
checking for insque... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for strcasecmp... no
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... yes
checking for memmem... yes
checking for isascii... no
checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for isxdigit... yes
checking for mempcpy... yes
yes
checking for memset... checking for getpwent... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for rindex... no
checking for setenv... no
checking varargs.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... 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 sigsetmask... checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for stpcpy... checking locale.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking locale.h presence... no
checking for stpncpy... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for strchr... yes
checking termcap.h presence... yes
checking for strdup... yes
checking for termcap.h... yes
checking termios.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking termios.h presence... yes
checking for strncasecmp... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strndup... no
checking sys/pte.h presence... no
no
checking for sys/pte.h... no
checking for strnlen... checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking sys/select.h presence... yes
checking for strstr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strtod... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtol... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
64
checking for type of signal functions... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for strtoul... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for strtoll... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-ranlib libz.a
yes
checking for strtoull... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
config.status: creating config.h
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
 %pure_parser
 ^^^^^^^^^^^^
yes
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... checking for strverscmp... no
checking whether termios.h defines TIOCGWINSZ... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for tmpnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for TIOCSTAT in sys/ioctl.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for FIONREAD in sys/ioctl.h... checking for vasprintf... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for vfprintf... not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for vprintf... yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for tgetent... checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for tgetent in -ltermcap... yes
checking for vsprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for setproctitle... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking for strerror... yes
checking for wctype_t in wctype.h... yes
checking for strsignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysconf... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for times... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-13 14:19 [binutils-gdb] Prevent memory access violations when attempting to parse an x86_64 PE binary containing corrupt unwind information sergiodj+buildbot
@ 2018-03-13 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-13 14:58 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/1185>

Commit(s) tested:
	3e33b239450771394fa6c83b67b9de80169f35e8

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent memory access violations when attempting to parse an x86_64 PE binary containing corrupt unwind information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/3e/3e33b239450771394fa6c83b67b9de80169f35e8/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./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 whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... mkdir -p -- ./libdecnumber
checking for C compiler default output file name... Configuring in ./libdecnumber
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... .exe
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for grep that handles long lines and -e... checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for inline... yes
checking for sys/stat.h... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for string.h... checking for stdlib.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -E
checking for string.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for strings.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... yes
checking for inttypes.h... yes
yes
checking for sys/types.h... checking for strings.h... yes
checking for stdint.h... yes
yes
checking for sys/stat.h... checking for inttypes.h... yes
checking for unistd.h... yes
yes
checking for stdint.h... checking for stdlib.h... yes
yes
checking for unistd.h... checking minix/config.h usability... yes
checking for string.h... yes
checking for off_t... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for memory.h... yes
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... yes
checking for size_t... yes
64
checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for working alloca.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdint.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for C compiler default output file name... yes
checking for unistd.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking ctype.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... yes
checking ctype.h presence... .exe
checking for suffix of object files... yes
checking for ctype.h... yes
yes
checking for unsigned long long... checking stddef.h usability... o
checking whether we are using the GNU C compiler... yes
checking for an ANSI C-conforming const... yes
checking stddef.h presence... yes
checking for inttypes.h... yes
checking for stddef.h... yes
yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for string.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking stdio.h usability... inline
checking whether byte ordering is bigendian... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for ld used by GCC... yes
checking stdio.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... done
no
checking for a BSD-compatible install... yes
checking for uintptr_t... /usr/bin/install -c
checking argz.h usability... checking for sys/file.h... yes
checking for sys/param.h... no
checking argz.h presence... yes
checking for limits.h... yes
checking for int_least32_t... no
checking for argz.h... no
yes
checking limits.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... checking for stdlib.h... (cached) yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for malloc.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
yes
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for int_fast32_t... yes
checking limits.h presence... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking locale.h usability... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
yes
checking for uint64_t... checking for time.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
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... no
checking nl_types.h presence... checking for sys/resource.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/stat.h... (cached) yes
yes
checking what to include in gstdint.h... checking for sys/mman.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking malloc.h presence... no
checking for fcntl.h... yes
checking for malloc.h... yes
yes
checking for off_t... checking stddef.h usability... yes
checking for alloca.h... ok
checking how to run the C preprocessor... no
checking for sys/pstat.h... yes
checking stddef.h presence... x86_64-w64-mingw32-gcc -E
no
yes
checking for stddef.h... yes
checking for sys/sysmp.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for ANSI C header files... yes
checking size of int... checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking sys/param.h presence... no
yes
checking for sys/table.h... checking for sys/types.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for sys/sysctl.h... yes
checking for sys/stat.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for stdlib.h... no
checking for process.h... yes
no
checking for sys/prctl.h... checking for fgets_unlocked... yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for string.h... no
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
yes
checking whether errno must be declared... checking for memory.h... yes
no
checking size of int... no
checking for strings.h... 4
checking size of long... checking for getcwd... yes
checking for inttypes.h... yes
checking for getegid... yes
checking for stdint.h... no
yes
checking for geteuid... checking for unistd.h... no
checking for getgid... yes
checking for dlfcn.h... no
checking for objdir... no
.libs
checking for getuid... no
checking for mempcpy... 4
checking size of long... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... x86_64-pc-linux-gnu
checking host system type... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... x86_64-w64-mingw32
checking target system type... checking for munmap... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for putenv... yes
checking whether -lc should be explicitly linked in... yes
no
checking for setenv... yes
checking dynamic linker characteristics... configure: updating cache ./config.cache
configure: creating ./config.status
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for setlocale... 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... x86_64-w64-mingw32-gcc -E
4
checking size of size_t... checking for stdlib.h... (cached) yes
yes
checking for stpcpy... checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
checking for memcpy... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
yes
checking for strerror... checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for unistd.h... (cached) yes
yes
checking for strtoul... yes
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
8
checking for __argz_next... checking for long long... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking size of long long... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... config.status: creating Makefile
yes
config.status: creating config.intl
checking for sys/stat.h... config.status: creating config.h
8
config.status: creating Makefile
checking for a 64-bit type... config.status: executing default-1 commands
yes
uint64_t
config.status: executing depfiles commands
checking for intptr_t... checking for stdlib.h... yes
config.status: executing libtool commands
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for memory.h... yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
config.status: creating config.h
checking for strings.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
rm -f plural.h
yes
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking for ssize_t... checking for inttypes.h... yes
checking for stdint.h... yes
yes
checking for pid_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for unistd.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for atexit... no
checking for working volatile... yes
checking for basename... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for bcmp... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for ssize_t... no
checking for bsearch... yes
checking for bzero... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for calloc... yes
yes
checking for clock... checking for library containing opendir... yes
checking for ffs... none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
no
checking for getcwd... checking for kill... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
no
checking for lstat... checking for getpagesize... no
checking for memmove... yes
checking for gettimeofday... yes
checking for putenv... yes
checking for index... yes
checking for select... no
checking for insque... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for setenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for memchr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
checking for setlocale... ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for memcmp... yes
yes
checking for strcasecmp... checking for memcpy... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for strpbrk... yes
checking for memmem... yes
checking for tcgetattr... no
no
checking for memmove... checking for vsnprintf... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
yes
checking for mempcpy... checking for isascii... yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking varargs.h usability... no
checking for setenv... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking varargs.h presence... no
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for snprintf... no
checking for varargs.h... no
checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
checking for sigsetmask... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for locale.h... yes
checking pwd.h usability... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for strcasecmp... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for strdup... yes
checking for termcap.h... yes
checking termios.h usability... yes
no
checking termios.h presence... checking for strncasecmp... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtol... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for tmpnam... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vasprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsnprintf... no
checking for tgetent... yes
checking for vsprintf... no
checking for tgetent in -ltermcap... yes
checking for waitpid... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbsnrtowcs... no
checking for canonicalize_file_name... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
checking for pstat_getdynamic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getstatic... yes
checking for iswlower... no
checking for realpath... yes
checking for iswupper... no
checking for setrlimit... yes
checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strerror... yes
checking for wctype_t in wctype.h... yes
checking for strsignal... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysconf... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-12 22:14 [binutils-gdb] gdb/riscv: Fix some ARI issues sergiodj+buildbot
@ 2018-03-12 22:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-12 22:41 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/1184>

Commit(s) tested:
	89a3b63e52be3e9bcf4b3d15e210652a5cb839c5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Fix some ARI issues

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/89/89a3b63e52be3e9bcf4b3d15e210652a5cb839c5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
.exe
checking for suffix of object files... x86_64-w64-mingw32
checking for a BSD-compatible install... configure: creating ./config.status
/usr/bin/install -c
checking whether build environment is sane... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking build system type... checking for perl... perl
x86_64-pc-linux-gnu
checking host system type... checking build system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none required
checking how to run the C preprocessor... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... configure: creating cache ./config.cache
checking for grep that handles long lines and -e... checking whether make sets $(MAKE)... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... .exe
checking for suffix of object files... yes
checking for inline... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/stat.h... yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for strings.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for memory.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for stdint.h... checking how to run the C preprocessor... yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
yes
checking for off_t... checking for unistd.h... yes
checking for sys/types.h... yes
yes
checking for sys/stat.h... checking minix/config.h usability... yes
checking for size_t... yes
checking for stdlib.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... yes
checking for working alloca.h... yes
checking for special C compiler options needed for large files... no
no
checking for _FILE_OFFSET_BITS value needed for large files... checking for alloca... yes
checking for memory.h... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... 64
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether x86_64-w64-mingw32-gcc supports -W... checking for strings.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for inttypes.h... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for C compiler default output file name... yes
checking for stdint.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for unsigned long long... checking for unistd.h... yes
a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking for inttypes.h... checking ctype.h usability... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether the inttypes.h PRIxNN macros are broken... o
checking whether we are using the GNU C compiler... yes
yes
checking ctype.h presence... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking for ld used by GCC... yes
checking for ctype.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking stddef.h presence... yes
checking for shared library run path origin... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... done
yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... checking argz.h usability... yes
checking for stdio.h... yes
yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... inline
checking whether byte ordering is bigendian... no
checking for argz.h... no
checking limits.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking limits.h presence... yes
checking for uintptr_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for limits.h... yes
checking locale.h usability... 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
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking for int_least32_t... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/file.h... yes
checking locale.h presence... yes
checking for sys/param.h... yes
checking for locale.h... yes
yes
checking for limits.h... checking nl_types.h usability... yes
checking for int_fast32_t... yes
checking for stdlib.h... (cached) yes
ok
checking for malloc.h... checking how to run the C preprocessor... yes
no
checking nl_types.h presence... checking for string.h... (cached) yes
yes
checking for uint64_t... checking for unistd.h... (cached) yes
x86_64-w64-mingw32-gcc -E
no
checking for nl_types.h... no
checking malloc.h usability... checking for strings.h... (cached) yes
checking for sys/time.h... checking for ANSI C header files... yes
checking malloc.h presence... yes
checking what to include in gstdint.h... yes
checking for malloc.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking stddef.h usability... yes
checking for time.h... yes
checking for off_t... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
yes
checking for sys/types.h... no
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... yes
checking sys/param.h usability... checking for sys/stat.h... no
checking for fcntl.h... yes
checking size of int... yes
yes
checking sys/param.h presence... checking for stdlib.h... yes
yes
checking for sys/param.h... yes
checking for alloca.h... checking for feof_unlocked... no
checking for sys/pstat.h... yes
no
checking for string.h... checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
no
checking for machine/hal_sysinfo.h... yes
checking for fgets_unlocked... no
checking for memory.h... checking for sys/table.h... no
no
checking for getc_unlocked... checking for sys/sysctl.h... yes
no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for strings.h... no
checking for getcwd... checking for stdio_ext.h... yes
no
checking for process.h... yes
checking for inttypes.h... checking for getegid... yes
yes
checking for sys/prctl.h... checking for stdint.h... 4
checking size of long... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for geteuid... no
checking whether time.h and sys/time.h may both be included... yes
checking for unistd.h... yes
checking whether errno must be declared... no
checking for getgid... yes
checking for dlfcn.h... no
checking size of int... no
checking for getuid... no
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for mempcpy... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking for munmap... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for putenv... x86_64-pc-linux-gnu
checking host system type... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of long... checking for setenv... yes
checking dynamic linker characteristics... no
no
checking for setlocale... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... configure: updating cache ./config.cache
configure: creating ./config.status
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... x86_64-w64-mingw32-gcc -E
checking for stpcpy... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for getpagesize... checking for strcasecmp... yes
checking for working mmap... no
yes
checking for memcpy... checking for strdup... config.status: creating Makefile
config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for strerror... yes
checking for strtoul... 4
checking size of size_t... yes
checking for unistd.h... (cached) yes
make[1]: Nothing to be done for 'all-target'.
yes
mkdir -p -- ./readline
checking for tsearch... Configuring in ./readline
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking build system type... checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... .exe
checking for suffix of object files... 8
checking for long long... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
yes
checking for GNU gettext in libintl... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking size of long long... no
none needed
checking how to run the C preprocessor... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... config.status: creating Makefile
yes
checking for sys/stat.h... config.status: executing depfiles commands
config.status: creating Makefile
config.status: executing libtool commands
yes
checking for stdlib.h... config.status: creating config.intl
yes
config.status: creating config.h
checking for string.h... config.status: executing default-1 commands
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for memory.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for strings.h... 8
checking for a 64-bit type... yes
uint64_t
checking for intptr_t... checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for stdint.h... yes
checking for uintptr_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for ssize_t... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... no
checking for working volatile... none required
checking for asprintf... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for atexit... yes
checking for ssize_t... yes
checking for basename... yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bcopy... yes
checking for library containing opendir... no
checking for bsearch... none required
checking for fcntl... yes
checking for bzero... no
checking for kill... no
checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for lstat... yes
checking for clock... no
checking for memmove... yes
yes
checking for ffs... checking for putenv... no
checking for getcwd... yes
checking for select... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for getpagesize... no
checking for setenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for gettimeofday... no
checking for setlocale... yes
yes
checking for index... checking for strcasecmp... yes
no
checking for strpbrk... checking for insque... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
no
checking for memchr... checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for mkstemps... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... no
yes
checking for fcntl.h... yes
checking for putenv... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for random... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for rindex... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for setenv... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for snprintf... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for sigsetmask... no
checking pwd.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking for stpcpy... checking termcap.h usability... no
checking for stpncpy... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for strcasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strchr... no
checking termio.h presence... no
checking for termio.h... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking sys/pte.h usability... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for strdup... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strncasecmp... no
checking sys/stream.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
no
checking for sys/stream.h... no
checking for strndup... checking sys/select.h usability... no
checking for strnlen... no
checking sys/select.h presence... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strrchr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strstr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strtod... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for strtol... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for strtoul... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for strtoll... x86_64-w64-mingw32-ranlib libdecnumber.a
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking whether termios.h defines TIOCGWINSZ... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for sig_atomic_t in signal.h... checking for strtoull... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
checking whether signal handlers are of type void... x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
config.status: creating config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
config.status: config.h is unchanged
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for TIOCSTAT in sys/ioctl.h... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for strverscmp... no
checking for FIONREAD in sys/ioctl.h... rm -f plural.h
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for speed_t in sys/types.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for tmpnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
not found
checking for struct dirent.d_ino... yes
checking for vasprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for vprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for waitpid... no
checking langinfo.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for langinfo.h... no
checking for mbrlen... no
checking for setproctitle... yes
checking for mbscasecmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking for fork... no
checking for mbscmp... no
checking for vfork... no
checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
yes
checking for mbschr... checking for sys_nerr... (cached) yes
checking for sys_siglist... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for wcrtomb... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for external symbol _system_configuration... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for __fsetlocking... yes
checking for wcscoll... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for canonicalize_file_name... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for wcsdup... no
checking for dup3... yes
checking for wcwidth... no
checking for getrlimit... no
checking for wctype... no
checking for getrusage... yes
checking for wcswidth... no
checking for getsysinfo... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswlower... yes
no
checking for psignal... checking for iswupper... no
checking for pstat_getdynamic... yes
checking for towlower... no
checking for pstat_getstatic... yes
checking for towupper... no
checking for realpath... yes
checking for iswctype... no
checking for setrlimit... yes
no
checking for nl_langinfo and CODESET... checking for sbrk... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for spawnvpe... yes
checking configuration for building shared libraries... supported
yes
checking for strerror... configure: updating cache ./config.cache
configure: creating ./config.status
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysctl... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysmp... config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-12 14:44 [binutils-gdb] Use gdb::byte_vector when reading section data sergiodj+buildbot
@ 2018-03-12 15:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-12 15:27 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/1183>

Commit(s) tested:
	984c72381ccd9f950a87d4d7edecc6fa30db8b41

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdb::byte_vector when reading section data

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/98/984c72381ccd9f950a87d4d7edecc6fa30db8b41/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
x86_64-w64-mingw32
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)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating cache ./config.cache
checking for msgmerge... checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/msgmerge
configure: updating cache ./config.cache
configure: creating ./config.status
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for perl... perl
config.status: creating Makefile
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... a.exe
checking whether the C compiler works... yes
/usr/bin/grep -E
checking for ANSI C header files... checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
yes
checking for sys/types.h... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... yes
inline
checking for sys/stat.h... checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for memory.h... yes
yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for strings.h... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for inttypes.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for stdint.h... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
yes
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for off_t... checking minix/config.h usability... yes
checking for sys/types.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
64
checking for C compiler default output file name... checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... a.exe
checking for string.h... checking whether the C compiler works... yes
no
checking whether we are cross compiling... yes
checking for suffix of executables... checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... .exe
checking for suffix of object files... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
yes
checking for unsigned long long... checking for inttypes.h... none needed
checking for style of include used by make... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking whether the inttypes.h PRIxNN macros are broken... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... no
/usr/bin/grep -E
checking for fgrep... checking for ld used by GCC... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for unistd.h... yes
checking for an ANSI C-conforming const... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for inline... checking ctype.h usability... inline
checking whether byte ordering is bigendian... done
checking argz.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
no
checking argz.h presence... checking stddef.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... no
checking for argz.h... no
no
checking for a BSD-compatible install... /usr/bin/install -c
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) checking limits.h usability... x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking stddef.h presence... checking for sys/file.h... yes
yes
checking limits.h presence... checking for sys/param.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking stdio.h usability... yes
checking for limits.h... yes
checking locale.h usability... checking for limits.h... ok
checking how to run the C preprocessor... yes
checking stdio.h presence... yes
checking locale.h presence... x86_64-w64-mingw32-gcc -E
yes
yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for malloc.h... checking for ANSI C header files... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for uintptr_t... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking for strings.h... (cached) yes
checking for sys/types.h... checking for sys/time.h... yes
yes
checking malloc.h presence... checking for sys/stat.h... yes
checking for int_least32_t... yes
checking for malloc.h... yes
checking stddef.h usability... yes
yes
yes
checking stddef.h presence... checking for time.h... checking for stdlib.h... yes
checking for int_fast32_t... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/resource.h... checking for string.h... (cached) yes
yes
checking for string.h... no
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking for uint64_t... checking for sys/mman.h... yes
no
checking for memory.h... checking for fcntl.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for alloca.h... checking for feof_unlocked... yes
yes
checking for off_t... no
checking for strings.h... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
no
checking for fgets_unlocked... checking for inttypes.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking size of int... yes
checking for stdint.h... no
checking for getc_unlocked... no
checking for sys/table.h... yes
no
checking for sys/sysctl.h... checking for unistd.h... no
no
checking for getcwd... checking for sys/systemcfg.h... yes
checking for dlfcn.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for getegid... no
checking for objdir... no
.libs
checking for process.h... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... no
checking whether time.h and sys/time.h may both be included... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking whether errno must be declared... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking size of int... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for getuid... 4
checking size of long... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for mempcpy... yes
checking whether -lc should be explicitly linked in... yes
yes
checking dynamic linker characteristics... checking for munmap... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for putenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for setenv... yes
checking for working mmap... no
checking for memcpy... 4
checking size of long... no
checking for setlocale... yes
4
checking for ANSI C header files... (cached) yes
checking build system type... checking for strerror... yes
x86_64-pc-linux-gnu
checking host system type... checking for stpcpy... x86_64-w64-mingw32
checking target system type... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for strtoul... config.status: creating Makefile
4
checking size of size_t... yes
checking for tsearch... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
checking for __argz_stringify... Configuring in ./readline
no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... configure: creating cache ./config.cache
no
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
8
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking for long long... checking build system type... no
checking for GNU gettext in libintl... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: updating cache ./config.cache
checking for C compiler default output file name... configure: creating ./config.status
yes
checking size of long long... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: executing depfiles commands
config.status: executing libtool commands
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: creating config.intl
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating config.h
none needed
checking how to run the C preprocessor... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for sys/stat.h... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for uintptr_t... yes
checking for memory.h... yes
checking for strings.h... yes
checking for ssize_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for pid_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for library containing strerror... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for asprintf... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for atexit... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for basename... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for bcmp... void
checking for size_t... no
checking for bcopy... no
yes
checking for ssize_t... checking for bsearch... yes
checking for bzero... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for calloc... no
checking for dirent.h that defines DIR... yes
checking for clock... yes
checking for library containing opendir... yes
checking for ffs... none required
checking for fcntl... no
checking for getcwd... no
checking for kill... yes
checking for getpagesize... no
checking for lstat... yes
checking for gettimeofday... no
checking for memmove... yes
checking for index... yes
checking for putenv... no
checking for insque... yes
checking for select... no
checking for memchr... no
checking for setenv... yes
checking for memcmp... no
checking for setlocale... yes
checking for memcpy... yes
checking for strcasecmp... yes
checking for memmem... yes
checking for strpbrk... no
checking for memmove... yes
checking for tcgetattr... yes
checking for mempcpy... no
checking for vsnprintf... yes
checking for memset... yes
checking for isascii... yes
checking for mkstemps... yes
checking for isxdigit... no
checking for putenv... yes
yes
checking for getpwent... checking for random... no
checking for getpwnam... no
checking for rename... no
checking for getpwuid... yes
checking for rindex... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for working strcoll... no
checking fcntl.h usability... no
checking for setenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for snprintf... checking for stdlib.h... (cached) yes
checking varargs.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking varargs.h presence... yes
checking for sigsetmask... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for stpcpy... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for stpncpy... checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for strcasecmp... checking locale.h usability... yes
checking locale.h presence... yes
checking for strchr... yes
checking for locale.h... yes
checking pwd.h usability... yes
no
checking pwd.h presence... checking for strdup... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strncasecmp... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for strndup... checking termios.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking termios.h presence... no
checking for strnlen... no
checking for termios.h... no
checking termio.h usability... yes
checking for strrchr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strstr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtod... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strtol... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking for strtoul... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for strtoll... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for strtoull... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
64
checking for type of signal functions... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for strverscmp... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking for tmpnam... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for vasprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vfprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vprintf... no
checking for sig_atomic_t in signal.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking whether signal handlers are of type void... yes
checking for vsnprintf... yes
checking for TIOCSTAT in sys/ioctl.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... yes
checking for waitpid... yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
no
checking for setproctitle... no
checking for tgetent... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for tgetent in -ltermcap... no
checking for vfork... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for _doprnt... yes
checking wctype.h presence... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... config.status: creating config.h
config.status: config.h is unchanged
no
checking for __fsetlocking... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
no
checking langinfo.h presence... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for langinfo.h... no
checking for mbrlen... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for canonicalize_file_name... yes
checking for mbscasecmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for dup3... no
checking for mbscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for getrlimit... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for mbsnrtowcs... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for getrusage... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for mbsrtowcs... no
checking for getsysinfo... yes
checking for mbschr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for gettimeofday... (cached) yes
no
checking for wcrtomb... checking for on_exit... yes
checking for wcscoll... no
checking for psignal... yes
checking for wcsdup... no
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking for sbrk... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for iswlower... no
checking for spawnve... yes
yes
checking for spawnvpe... checking for iswupper... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for towlower... checking for strerror... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for towupper... yes
checking for strsignal... yes
checking for iswctype... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking for sysconf... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for sysctl... yes
checking for wctype_t in wctype.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for wint_t in wctype.h... no
checking for sysmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
checking configuration for building shared libraries... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for table... supported
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
configure: updating cache ./config.cache
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
configure: creating ./config.status
no
checking for times... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for wait3... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for wait4... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
config.status: creating Makefile
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking whether basename is declared... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking whether ffs is declared... config.status: creating shlib/Makefile
no
config.status: creating config.h
checking whether asprintf is declared... config.status: executing default commands
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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-09 15:01 [binutils-gdb] Fix Sparc, s390 and AArch64 targets so that they can handle relocs against ifunc symbols found in note sections sergiodj+buildbot
@ 2018-03-09 15:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-09 15:39 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/1179>

Commit(s) tested:
	f657f8c4a1dc0ac69b16b1dc6eacbf5286f1f0a0

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix Sparc, s390 and AArch64 targets so that they can handle relocs against ifunc symbols found in note sections.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f6/f657f8c4a1dc0ac69b16b1dc6eacbf5286f1f0a0/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking for a BSD-compatible install... checking for msgfmt... /usr/bin/install -c
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... /usr/bin/xgettext
configure: updating cache ./config.cache
checking for msgmerge... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgmerge
x86_64-w64-mingw32
checking target system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
none required
checking for suffix of executables... checking how to run the C preprocessor... .exe
.exe
checking for suffix of object files... checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inline... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdlib.h... yes
checking how to run the C preprocessor... yes
yes
checking for memory.h... checking for string.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for strings.h... checking for memory.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
yes
/usr/bin/grep -E
checking for ANSI C header files... checking for strings.h... checking for inttypes.h... yes
checking for inttypes.h... yes
yes
checking for sys/types.h... checking for stdint.h... yes
yes
checking for sys/stat.h... checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for string.h... yes
yes
checking for off_t... checking minix/config.h usability... yes
checking for memory.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for inttypes.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for working alloca.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for C compiler default output file name... checking for unistd.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... o
checking whether we are using the GNU C compiler... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking ctype.h presence... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... checking for inttypes.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdint.h... yes
checking stddef.h presence... yes
checking for unsigned long long... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for inttypes.h... yes
checking stdio.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for inline... gcc3
checking how to print strings... no
checking for ld used by GCC... printf
checking for a sed that does not truncate output... inline
/usr/bin/sed
checking whether byte ordering is bigendian... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for uintptr_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... done
checking argz.h usability... yes
checking for int_least32_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for a BSD-compatible install... /usr/bin/install -c
1572864
checking whether the shell understands some XSI constructs... no
checking argz.h presence... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for argz.h... no
checking for sys/file.h... checking limits.h usability... yes
checking for sys/param.h... yes
checking for int_fast32_t... yes
checking for limits.h... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for stdlib.h... (cached) yes
ok
checking how to run the C preprocessor... checking for malloc.h... yes
checking for uint64_t... yes
yes
checking locale.h presence... x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking nl_types.h usability... checking for strings.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/time.h... checking for ANSI C header files... no
checking nl_types.h presence... yes
checking for off_t... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for sys/types.h... yes
checking malloc.h presence... checking for time.h... yes
yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for sys/resource.h... checking for sys/stat.h... yes
checking size of int... no
yes
checking stddef.h presence... checking for sys/stat.h... (cached) yes
yes
checking for stddef.h... yes
checking for sys/mman.h... yes
checking for stdlib.h... (cached) yes
checking for stdlib.h... no
checking for fcntl.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for alloca.h... checking sys/param.h usability... yes
no
checking for sys/pstat.h... checking for string.h... no
checking for sys/sysmp.h... yes
checking sys/param.h presence... no
yes
checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for memory.h... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
no
checking for strings.h... checking for sys/sysctl.h... no
no
checking for fgets_unlocked... checking for sys/systemcfg.h... yes
checking for inttypes.h... no
checking for stdint.h... (cached) yes
no
yes
checking for stdio_ext.h... checking for getc_unlocked... checking for stdint.h... no
checking for process.h... 4
checking size of long... yes
yes
checking for unistd.h... no
checking for sys/prctl.h... checking for getcwd... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dlfcn.h... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for getegid... no
checking for objdir... .libs
no
checking size of int... no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for mempcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-pc-linux-gnu
checking host system type... yes
checking for munmap... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for putenv... 4
checking size of long... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
no
checking for setenv... yes
checking for working mmap... no
checking for memcpy... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for setlocale... yes
checking for strerror... yes
checking for stpcpy... yes
checking for unistd.h... (cached) yes
no
checking for strcasecmp... config.status: creating Makefile
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for strdup... 4
checking size of size_t... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking for __argz_next... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... no
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... yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
no
yes
checking for GNU gettext in libintl... checking for x86_64-w64-mingw32-gcc option to accept ISO C89... config.status: executing depfiles commands
config.status: executing libtool commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating Makefile
yes
checking for sys/types.h... yes
checking for sys/stat.h... config.status: creating config.intl
yes
checking for stdlib.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating config.h
yes
checking for string.h... config.status: executing default-1 commands
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for memory.h... 8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
uint64_t
checking for intptr_t... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
yes
checking for uintptr_t... checking for inttypes.h... yes
checking for stdint.h... yes
checking for ssize_t... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for pid_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for library containing strerror... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... none required
checking for asprintf... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for atexit... void
checking for size_t... yes
checking for basename... yes
checking for ssize_t... yes
checking for bcmp... no
checking for bcopy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for bzero... yes
checking for library containing opendir... no
checking for calloc... none required
checking for fcntl... yes
checking for clock... no
checking for kill... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for ffs... no
checking for lstat... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for getcwd... no
checking for memmove... yes
checking for getpagesize... yes
checking for putenv... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for gettimeofday... checking for select... yes
no
checking for index... checking for setenv... no
checking for insque... no
checking for setlocale... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
no
checking for memchr... yes
checking for strcasecmp... yes
checking for memcmp... yes
checking for strpbrk... yes
checking for memcpy... yes
checking for tcgetattr... yes
checking for memmem... no
checking for vsnprintf... no
checking for memmove... yes
checking for isascii... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for mempcpy... yes
yes
checking for isxdigit... checking for memset... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for getpwent... yes
checking for mkstemps... no
checking for getpwnam... no
checking for putenv... no
checking for getpwuid... yes
checking for random... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for rename... yes
checking fcntl.h presence... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for rindex... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking for setenv... checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
checking for snprintf... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for sigsetmask... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpcpy... yes
checking locale.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpncpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
checking termcap.h usability... checking for strcasecmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for termios.h... no
checking termio.h usability... yes
checking for strncasecmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for strndup... no
checking sys/pte.h presence... no
checking for strnlen... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... yes
checking for strrchr... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strstr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strtod... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtol... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
64
checking for type of signal functions... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for strtoul... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for strtoll... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libdecnumber.a
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... /bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for strtoull... rm -f plural.h
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking for strverscmp... no
checking whether termios.h defines TIOCGWINSZ... config.status: creating config.h
config.status: config.h is unchanged
no
checking whether sys/ioctl.h defines TIOCGWINSZ... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for sig_atomic_t in signal.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for tmpnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for vasprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vfprintf... not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for vprintf... yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for vsnprintf... no
checking for tgetent in -ltermcap... yes
checking for vsprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
yes
checking wctype.h presence... checking for waitpid... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for wctype.h... yes
checking wchar.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for setproctitle... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
no
checking langinfo.h presence... checking for fork... no
checking for langinfo.h... no
checking for mbrlen... no
checking for vfork... yes
checking for mbscasecmp... no
checking for _doprnt... no
checking for mbscmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... no
checking for mbsrtowcs... no
checking for __fsetlocking... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... no
checking for getrlimit... yes
checking for wcsdup... no
checking for getrusage... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for psignal... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
checking for towlower... no
checking for setrlimit... yes
checking for towupper... no
checking for sbrk... yes
checking for iswctype... no
checking for spawnve... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for spawnvpe... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for strerror... yes
checking configuration for building shared libraries... yes
checking for strsignal... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysconf... no
checking for sysctl... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysmp... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for table... config.status: creating config.h
config.status: executing default commands
no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-08 23:24 [binutils-gdb] remote-stdio-gdbserver: Pass "target" to remote_exec to delete file sergiodj+buildbot
@ 2018-03-09  0:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-09  0:38 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/1170>

Commit(s) tested:
	4872dc464db25a003c66ef91773b616495cc504f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	remote-stdio-gdbserver: Pass "target" to remote_exec to delete file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/48/4872dc464db25a003c66ef91773b616495cc504f/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for grep that handles long lines and -e... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for inline... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for stdlib.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for strings.h... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
x86_64-w64-mingw32-gcc -E
checking for inttypes.h... yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
yes
yes
checking minix/config.h usability... checking for stdlib.h... checking for off_t... yes
no
checking minix/config.h presence... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for size_t... checking for memory.h... yes
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... yes
yes
64
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... checking for inttypes.h... yes
no
checking for alloca... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for stdint.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for unistd.h... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for stdint.h... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... o
checking whether we are using the GNU C compiler... yes
checking for unsigned long long... yes
checking ctype.h presence... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for string.h... (cached) yes
no
checking for ld used by GCC... none needed
checking stdio.h usability... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for stdio.h... yes
/usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... done
inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking argz.h usability... yes
checking for uintptr_t... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking for int_least32_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
yes
checking limits.h presence... no
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for limits.h... yes
checking for sys/file.h... yes
checking for int_fast32_t... checking locale.h usability... yes
checking for sys/param.h... yes
yes
checking locale.h presence... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
yes
checking for uint64_t... checking nl_types.h usability... checking for malloc.h... ok
checking how to run the C preprocessor... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) no
checking nl_types.h presence... yes
x86_64-w64-mingw32-gcc -E
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for strings.h... (cached) yes
no
checking for nl_types.h... no
checking for sys/time.h... checking malloc.h usability... checking for ANSI C header files... yes
checking for off_t... yes
checking malloc.h presence... yes
checking for time.h... yes
checking for malloc.h... yes
yes
checking stddef.h usability... checking for sys/resource.h... yes
checking for sys/types.h... no
yes
checking size of int... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
no
checking for fcntl.h... checking for sys/stat.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for alloca.h... checking sys/param.h usability... no
yes
checking for sys/pstat.h... checking for stdlib.h... no
checking for sys/sysmp.h... no
yes
checking sys/param.h presence... yes
checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
checking for string.h... checking for feof_unlocked... no
checking for machine/hal_sysinfo.h... yes
no
checking for sys/table.h... checking for memory.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... yes
checking for strings.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
checking for getc_unlocked... no
checking for inttypes.h... checking for process.h... yes
no
checking for getcwd... checking for sys/prctl.h... yes
checking for stdint.h... 4
checking size of long... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking for getegid... checking for unistd.h... yes
checking whether errno must be declared... yes
no
checking for dlfcn.h... checking for geteuid... no
checking size of int... no
checking for objdir... .libs
no
checking for getgid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
4
checking for ANSI C header files... (cached) yes
checking for munmap... checking build system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for putenv... yes
checking dynamic linker characteristics... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for setenv... 4
checking size of long... 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... x86_64-w64-mingw32-gcc -E
no
no
checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for setlocale... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for stpcpy... yes
checking for working mmap... no
checking for memcpy... no
checking for strcasecmp... yes
config.status: creating Makefile
checking for strerror... yes
checking for strdup... config.status: creating config.h
yes
checking for unistd.h... (cached) yes
config.status: executing gstdint.h commands
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
4
checking size of size_t... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
no
checking for __argz_next... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for __fsetlocking... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... no
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... 8
checking for long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... yes
checking size of long long... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
yes
config.status: creating config.intl
checking for sys/types.h... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/stat.h... config.status: creating Makefile
yes
checking for stdlib.h... config.status: executing depfiles commands
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
config.status: executing libtool commands
checking for string.h... yes
checking for memory.h... config.status: creating config.h
config.status: config.h is unchanged
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
checking for strings.h... yes
checking for inttypes.h... 8
checking for a 64-bit type... yes
uint64_t
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for intptr_t... checking for stdint.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for unistd.h... yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking minix/config.h presence... yes
checking for ssize_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for pid_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for library containing strerror... no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
none required
yes
checking return type of signal handlers... checking for asprintf... void
checking for size_t... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for basename... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for bcmp... no
checking for dirent.h that defines DIR... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for bcopy... yes
checking for library containing opendir... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
none required
checking for fcntl... yes
checking for bzero... no
checking for kill... no
checking for calloc... no
checking for lstat... yes
checking for clock... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for putenv... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for select... no
checking for getcwd... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for setenv... yes
checking for getpagesize... no
checking for setlocale... yes
checking for gettimeofday... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for index... yes
checking for tcgetattr... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for vsnprintf... no
checking for memchr... yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for memset... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mkstemps... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for putenv... yes
checking stdarg.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for random... checking for strings.h... (cached) yes
checking limits.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking limits.h presence... no
checking for rename... yes
checking for limits.h... yes
checking locale.h usability... x86_64-w64-mingw32-ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for rindex... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for snprintf... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking for sigsetmask... checking termios.h usability... no
checking termios.h presence... no
checking for stpcpy... no
checking for termios.h... no
checking termio.h usability... no
checking for stpncpy... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strncasecmp... yes
checking sys/file.h presence... 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... checking for strndup... no
64
checking for type of signal functions... checking for strnlen... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for strtol... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for strtoul... yes
checking for TIOCSTAT in sys/ioctl.h... yes
no
checking for FIONREAD in sys/ioctl.h... checking for strtoll... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoull... not found
checking for struct dirent.d_ino... yes
checking for strverscmp... yes
checking for struct dirent.d_fileno... no
no
checking for tgetent... checking for tmpnam... yes
no
checking for tgetent in -ltermcap... checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsnprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsprintf... yes
checking for mbscasecmp... yes
checking for waitpid... no
checking for mbscmp... no
checking for setproctitle... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsrtowcs... yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
checking for iswupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towlower... no
checking for psignal... yes
checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... no
checking for setrlimit... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sbrk... supported
configure: updating cache ./config.cache
no
checking for spawnve... configure: creating ./config.status
yes
checking for spawnvpe... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking for strerror... config.status: creating examples/Makefile
yes
config.status: creating shlib/Makefile
checking for strsignal... config.status: creating config.h
config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-08 16:07 [binutils-gdb] x86: fold several AVX512VL templates sergiodj+buildbot
@ 2018-03-08 18:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 18:15 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/1162>

Commit(s) tested:
	e771e7c9fb79487d7b192769bc2d91fbe4118ba6

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold several AVX512VL templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e7/e771e7c9fb79487d7b192769bc2d91fbe4118ba6/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./intl
Configuring in ./intl
mkdir -p -- ./libiberty
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... checking for xgettext... /usr/bin/xgettext
x86_64-pc-linux-gnu
checking host system type... checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking for perl... perl
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... none required
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
checking for sys/types.h... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... yes
yes
checking for stdlib.h... checking for string.h... checking for C compiler default output file name... yes
yes
checking for memory.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for string.h... yes
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... .exe
/usr/bin/mkdir -p
checking for suffix of object files... checking for gawk... gawk
checking whether make sets $(MAKE)... checking for strings.h... checking for memory.h... yes
o
checking whether we are using the GNU C compiler... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for inttypes.h... checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for stdint.h... checking for C compiler default output file name... checking for inttypes.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for unistd.h... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
.exe
checking for suffix of object files... checking minix/config.h usability... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... o
checking whether we are using the GNU C compiler... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking minix/config.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
yes
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
none needed
checking for style of include used by make... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking how to run the C preprocessor... yes
no
checking for alloca... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... x86_64-w64-mingw32-gcc -E
1572864
checking whether the shell understands some XSI constructs... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for grep that handles long lines and -e... checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
ok
yes
checking how to run the C preprocessor... checking for working mmap... no
checking for sys/types.h... checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for sys/stat.h... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
yes
checking for an ANSI C-conforming const... checking for stdlib.h... yes
checking for inline... yes
checking for unsigned long long... yes
checking for ANSI C header files... inline
checking whether byte ordering is bigendian... checking for string.h... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking for sys/types.h... checking for memory.h... no
checking for ld used by GCC... yes
checking for sys/stat.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... yes
checking for strings.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/param.h... yes
checking for stdlib.h... yes
checking for inttypes.h... yes
checking for limits.h... done
yes
checking for string.h... checking argz.h usability... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... no
checking argz.h presence... checking for malloc.h... no
checking for argz.h... no
checking limits.h usability... yes
yes
yes
checking for unistd.h... checking for string.h... (cached) yes
checking for memory.h... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking locale.h usability... yes
checking for strings.h... checking for sys/time.h... checking ctype.h usability... yes
checking locale.h presence... yes
yes
yes
checking for locale.h... yes
checking for inttypes.h... checking nl_types.h usability... checking for time.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
yes
no
checking nl_types.h presence... checking for stdint.h... checking stddef.h usability... checking for sys/resource.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking stddef.h presence... no
checking for unistd.h... checking for sys/stat.h... (cached) yes
yes
checking for stddef.h... yes
checking for sys/mman.h... checking for string.h... (cached) yes
yes
checking stdio.h usability... yes
checking malloc.h presence... checking for dlfcn.h... no
checking for fcntl.h... yes
checking for malloc.h... yes
yes
checking stdio.h presence... checking stddef.h usability... yes
no
checking for objdir... yes
checking for stdio.h... yes
.libs
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking stddef.h presence... checking for alloca.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/pstat.h... yes
checking for uintptr_t... checking sys/param.h usability... no
checking for sys/sysmp.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
yes
checking sys/param.h presence... checking for sys/sysinfo.h... yes
checking for sys/param.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for feof_unlocked... yes
checking for int_least32_t... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for machine/hal_sysinfo.h... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for sys/table.h... yes
checking for int_fast32_t... no
checking for fgets_unlocked... no
checking for sys/sysctl.h... no
yes
checking for sys/systemcfg.h... checking for uint64_t... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... no
checking for getc_unlocked... yes
checking whether -lc should be explicitly linked in... no
checking for stdint.h... (cached) yes
no
checking for getcwd... checking for stdio_ext.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for process.h... yes
checking dynamic linker characteristics... yes
checking for off_t... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for sys/prctl.h... checking for getegid... no
checking for sys/wait.h that is POSIX.1 compatible... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... yes
checking size of int... no
checking for getpagesize... checking for geteuid... yes
checking whether errno must be declared... yes
checking for working mmap... no
no
checking size of int... checking for memcpy... no
checking for getgid... no
yes
checking for getuid... checking for strerror... yes
checking for unistd.h... (cached) yes
no
checking for mempcpy... configure: updating cache ./config.cache
configure: creating ./config.status
yes
4
checking size of long... checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking size of long... no
checking for setlocale... 4
checking for ANSI C header files... (cached) yes
yes
checking for stpcpy... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
x86_64-w64-mingw32
checking target system type... checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strdup... yes
checking for strtoul... no
configure: updating cache ./config.cache
configure: creating ./config.status
4
yes
checking size of size_t... checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... config.status: creating Makefile
no
checking for __argz_next... config.status: creating config.h
no
checking for __fsetlocking... config.status: executing gstdint.h commands
no
checking for iconv... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
checking for long long... no
checking for LC_MESSAGES... no
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 GNU gettext in libintl... config.status: creating Makefile
yes
checking size of long long... config.status: executing depfiles commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: executing libtool commands
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating Makefile
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
config.status: creating config.intl
config.status: creating config.h
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: executing default-1 commands
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
8
checking for a 64-bit type... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
none needed
checking how to run the C preprocessor... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
yes
checking for uintptr_t... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for pid_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for stdlib.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for string.h... yes
checking for library containing strerror... yes
checking for memory.h... none required
checking for asprintf... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for strings.h... yes
yes
checking for inttypes.h... checking for atexit... yes
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
yes
checking for basename... checking for unistd.h... yes
checking minix/config.h usability... yes
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking minix/config.h presence... no
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for bcopy... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for bsearch... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for bzero... no
checking for working volatile... yes
checking return type of signal handlers... no
checking for calloc... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
void
checking for size_t... yes
checking for clock... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking for ffs... yes
checking for ssize_t... no
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for getcwd... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for dirent.h that defines DIR... yes
yes
checking for getpagesize... checking for library containing opendir... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for gettimeofday... none required
checking for fcntl... yes
checking for index... no
checking for kill... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
no
checking for lstat... checking for insque... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for memchr... yes
checking for putenv... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
checking for memcmp... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for select... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
no
checking for setenv... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^checking for memcpy... ^^^^^^
config.status: creating config.h
rm -f plural.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for memmem... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for memmove... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for strcasecmp... yes
yes
checking for mempcpy... checking for strpbrk... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
yes
checking for tcgetattr... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memset... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
no
checking for vsnprintf... checking for mkstemps... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for isascii... no
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for putenv... yes
yes
checking for isxdigit... checking for random... no
checking for rename... yes
yes
checking for getpwent... checking for rindex... no
no
checking for setenv... checking for getpwnam... no
checking for snprintf... no
checking for getpwuid... yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for sigsetmask... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for stpcpy... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpncpy... no
checking varargs.h presence... no
checking for varargs.h... no
no
checking stdarg.h usability... checking for strcasecmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for strchr... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strdup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strncasecmp... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strndup... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strnlen... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for strrchr... no
checking termios.h presence... yes
checking for strstr... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... yes
checking for strtod... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtol... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoul... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strtoll... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for strtoull... 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... checking for strverscmp... 64
checking for type of signal functions... no
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for vprintf... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for vsnprintf... no
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... checking for vsprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for waitpid... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for setproctitle... not found
checking for struct dirent.d_ino... no
checking whether alloca needs Cray hooks... yes
checking for struct dirent.d_fileno... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for tgetent... no
checking for vfork... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for _doprnt... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for sys_errlist... (cached) yes
yes
checking wchar.h presence... checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for external symbol _system_configuration... no
checking langinfo.h presence... no
checking for __fsetlocking... no
checking for langinfo.h... no
checking for mbrlen... no
yes
checking for mbscasecmp... checking for canonicalize_file_name... no
no
checking for mbscmp... checking for dup3... no
checking for getrlimit... no
checking for mbsnrtowcs... no
checking for getrusage... no
checking for mbsrtowcs... no
yes
checking for mbschr... checking for getsysinfo... no
no
checking for wcrtomb... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcscoll... no
checking for psignal... yes
checking for wcsdup... no
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for wctype... no
checking for realpath... yes
checking for wcswidth... no
checking for setrlimit... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for sbrk... yes
checking for iswlower... no
checking for spawnve... yes
checking for iswupper... yes
checking for spawnvpe... yes
yes
checking for strerror... checking for towlower... yes
checking for strsignal... yes
checking for towupper... no
checking for sysconf... yes
checking for iswctype... no
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
no
checking for wchar_t in wchar.h... checking for sysmp... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for table... yes
checking configuration for building shared libraries... no
checking for times... supported
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for wait3... no
checking for wait4... no
checking whether basename is declared... config.status: creating Makefile
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... config.status: creating doc/Makefile
yes
checking whether realloc is declared... yes
checking whether sbrk is declared... config.status: creating examples/Makefile
no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
config.status: creating shlib/Makefile
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
config.status: creating config.h
configure: updating cache ./config.cache
config.status: executing default commands
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-08  9:44 [binutils-gdb] x86: fold VEX-encoded GFNI templates sergiodj+buildbot
@ 2018-03-08 16:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 16:13 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/1159>

Commit(s) tested:
	454172a99e4aebafa2cd42d389cd63a8733a046a

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold VEX-encoded GFNI templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/45/454172a99e4aebafa2cd42d389cd63a8733a046a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
.exe
checking for suffix of object files... checking build system type... x86_64-pc-linux-gnu
checking host system type... o
x86_64-w64-mingw32
checking whether we are using the GNU C compiler... checking target system type... checking for perl... perl
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking build system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
none needed
checking build system type... checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
x86_64-w64-mingw32-gcc -E
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for sys/types.h... yes
checking for inline... .exe
checking for suffix of object files... inline
checking for sys/types.h... yes
o
checking whether we are using the GNU C compiler... checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... yes
checking for stdlib.h... none needed
yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for string.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking for strings.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
yes
checking for inttypes.h... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... yes
yes
checking for stdint.h... checking for stdint.h... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
yes
checking for off_t... checking minix/config.h usability... yes
checking for sys/stat.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for string.h... yes
64
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for working alloca.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... no
checking for alloca... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for stdlib.h... (cached) yes
checking for C compiler default output file name... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for stdint.h... .exe
checking for suffix of object files... yes
yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
o
checking whether we are using the GNU C compiler... yes
checking for unsigned long long... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking ctype.h usability... yes
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether the inttypes.h PRIxNN macros are broken... none needed
yes
checking ctype.h presence... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for ctype.h... yes
checking stddef.h usability... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking stddef.h presence... yes
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking for inline... gcc3
checking how to print strings... inline
checking whether byte ordering is bigendian... done
printf
checking for a sed that does not truncate output... yes
checking stdio.h presence... checking argz.h usability... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking argz.h presence... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for argz.h... no
checking limits.h usability... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... checking for sys/file.h... yes
checking for int_least32_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking locale.h presence... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking for locale.h... checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking nl_types.h usability... checking for sys/param.h... yes
checking for limits.h... yes
checking for int_fast32_t... no
checking nl_types.h presence... yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for uint64_t... yes
ok
checking how to run the C preprocessor... yes
checking malloc.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for malloc.h... yes
checking stddef.h usability... checking for strings.h... (cached) yes
x86_64-w64-mingw32-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... checking for ANSI C header files... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for time.h... yes
checking for sys/resource.h... checking sys/param.h usability... no
yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... checking for sys/mman.h... yes
checking sys/param.h presence... yes
checking size of int... no
yes
yes
checking for sys/param.h... yes
checking for fcntl.h... checking for sys/stat.h... checking for feof_unlocked... yes
yes
checking for alloca.h... checking for stdlib.h... no
checking for sys/pstat.h... no
no
checking for sys/sysmp.h... checking for fgets_unlocked... yes
no
checking for sys/sysinfo.h... checking for string.h... no
checking for machine/hal_sysinfo.h... yes
no
no
checking for sys/table.h... checking for getc_unlocked... checking for memory.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
yes
checking for stdint.h... (cached) yes
no
checking for getcwd... checking for strings.h... checking for stdio_ext.h... no
checking for process.h... yes
yes
yes
checking for inttypes.h... checking for getegid... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdint.h... no
checking for geteuid... 4
checking size of long... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for unistd.h... no
checking for getgid... yes
no
checking size of int... checking for dlfcn.h... no
no
checking for objdir... checking for getuid... .libs
no
checking for mempcpy... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... 4
checking for ANSI C header files... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... 4
checking size of long... yes
checking for munmap... no
checking for putenv... yes
checking dynamic linker characteristics... no
yes
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for setlocale... 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... x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
yes
checking for stpcpy... checking for unistd.h... (cached) yes
config.status: creating Makefile
checking for getpagesize... no
checking for strcasecmp... yes
checking for working mmap... no
config.status: creating config.h
checking for memcpy... 4
checking size of size_t... config.status: executing gstdint.h commands
yes
yes
checking for strdup... checking for strerror... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for unistd.h... (cached) yes
yes
checking for strtoul... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... configure: creating cache ./config.cache
checking build system type... no
checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... 8
checking for long long... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for __fsetlocking... checking for C compiler default output file name... no
checking for iconv... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... .exe
checking for suffix of object files... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... o
checking whether we are using the GNU C compiler... no
checking for LC_MESSAGES... no
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... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... config.status: creating Makefile
yes
8
config.status: creating config.intl
checking for a 64-bit type... checking for string.h... uint64_t
checking for intptr_t... yes
checking for memory.h... config.status: creating config.h
config.status: executing depfiles commands
yes
checking for strings.h... config.status: executing libtool commands
yes
checking for inttypes.h... yes
checking for stdint.h... yes
yes
checking for uintptr_t... config.status: executing default-1 commands
checking for unistd.h... yes
checking minix/config.h usability... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking minix/config.h presence... no
checking for minix/config.h... no
config.status: creating config.h
checking whether it is safe to define __EXTENSIONS__... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
checking for ssize_t... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for working volatile... yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
void
checking for size_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for ssize_t... yes
checking for pid_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing strerror... none required
yes
checking for asprintf... checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for atexit... none required
checking for fcntl... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
no
checking for basename... checking for kill... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
no
checking for lstat... checking for bcmp... no
checking for memmove... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for putenv... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for select... yes
checking for bzero... no
no
checking for setenv... checking for calloc... no
yes
checking for setlocale... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for clock... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
yes
checking for strcasecmp... checking for ffs... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking for getcwd... yes
checking for strpbrk... yes
checking for getpagesize... yes
yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for gettimeofday... checking for tcgetattr... yes
checking for index... no
checking for vsnprintf... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for isascii... no
checking for memchr... yes
checking for isxdigit... yes
checking for memcmp... yes
checking for getpwent... yes
checking for memcpy... no
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for memmem... no
no
checking for getpwuid... checking for memmove... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mempcpy... yes
checking fcntl.h presence... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... checking for memset... no
checking varargs.h presence... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for varargs.h... no
checking stdarg.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for mkstemps... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
no
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for string.h... (cached) yes
checking for putenv... checking for strings.h... (cached) yes
checking limits.h usability... x86_64-w64-mingw32-ranlib libdecnumber.a
yes
checking for random... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for rename... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking pwd.h usability... checking for rindex... no
checking pwd.h presence... no
no
checking for setenv... checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for snprintf... yes
checking termcap.h presence... yes
yes
checking for termcap.h... yes
checking termios.h usability... checking for sigsetmask... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpcpy... no
checking termio.h presence... no
checking for stpncpy... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for strcasecmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strchr... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
no
checking sys/select.h presence... checking for strdup... no
checking for sys/select.h... no
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for strncasecmp... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strndup... 64
checking for type of signal functions... no
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strtol... yes
checking whether signal handlers are of type void... yes
checking for strtoul... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtoll... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoull... not found
checking for struct dirent.d_ino... yes
checking for strverscmp... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for tmpnam... no
checking for tgetent in -ltermcap... yes
checking for vasprintf... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for vprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
yes
checking langinfo.h usability... checking for vsnprintf... no
checking langinfo.h presence... yes
no
checking for langinfo.h... no
checking for mbrlen... checking for vsprintf... yes
checking for mbscasecmp... yes
checking for waitpid... no
checking for mbscmp... no
checking for setproctitle... no
checking for mbsnrtowcs... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbsrtowcs... no
checking for fork... yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... yes
checking for wcwidth... no
checking for __fsetlocking... no
checking for wctype... no
checking for canonicalize_file_name... yes
checking for wcswidth... no
checking for dup3... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrlimit... yes
checking for iswlower... no
checking for getrusage... yes
checking for iswupper... no
checking for getsysinfo... yes
checking for towlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for towupper... no
checking for psignal... yes
checking for iswctype... no
checking for pstat_getdynamic... yes
checking for nl_langinfo and CODESET... no
checking for pstat_getstatic... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for realpath... yes
checking for wint_t in wctype.h... no
checking for setrlimit... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... config.status: creating Makefile
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
no
checking for sysconf... config.status: creating shlib/Makefile
no
checking for sysctl... config.status: creating config.h
config.status: executing default commands
no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-08  9:07 [binutils-gdb] x86: fold FMA and FMA4 templates sergiodj+buildbot
@ 2018-03-08 13:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 13:57 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/1156>

Commit(s) tested:
	25a4277fec9efb37b107f6bb6c9246f05cd3c348

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold FMA and FMA4 templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/25/25a4277fec9efb37b107f6bb6c9246f05cd3c348/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... x86_64-w64-mingw32
checking target system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
none needed
checking how to run the C preprocessor... checking build system type... mkdir -p -- ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... Configuring in ./libdecnumber
x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... none required
checking how to run the C preprocessor... yes
checking for grep that handles long lines and -e... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... checking for C compiler default output file name... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for sys/stat.h... yes
yes
checking for an ANSI C-conforming const... checking for stdlib.h... .exe
checking for suffix of object files... yes
yes
checking for inline... checking for string.h... inline
o
checking whether we are using the GNU C compiler... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for memory.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking for style of include used by make... checking for strings.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for stdlib.h... yes
checking for C compiler default output file name... checking for inttypes.h... yes
checking for string.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
gcc3
checking how to print strings... checking for stdint.h... checking for memory.h... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... .exe
checking for suffix of object files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
o
checking whether we are using the GNU C compiler... checking for unistd.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking minix/config.h usability... yes
checking for inttypes.h... no
checking minix/config.h presence... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
yes
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... 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 for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... 64
checking for off_t... checking whether x86_64-w64-mingw32-gcc supports -W... ok
checking how to run the C preprocessor... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking whether x86_64-w64-mingw32-gcc supports -Wall... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for size_t... checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for sys/types.h... yes
no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking how to run the C preprocessor... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... x86_64-w64-mingw32-gcc -E
checking for getpagesize... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdlib.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for string.h... checking for inttypes.h... yes
checking for stdint.h... yes
checking for an ANSI C-conforming const... yes
yes
checking for unsigned long long... yes
yes
checking for inline... checking for sys/types.h... checking for memory.h... yes
inline
checking whether byte ordering is bigendian... checking for sys/stat.h... yes
checking for inttypes.h... yes
yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for stdlib.h... checking for strings.h... no
checking for ld used by GCC... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for string.h... checking for sys/file.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for inttypes.h... yes
yes
checking for sys/param.h... yes
yes
checking for memory.h... done
checking for limits.h... checking argz.h usability... checking for stdint.h... yes
yes
checking for stdlib.h... (cached) yes
checking for strings.h... yes
checking for malloc.h... no
checking argz.h presence... yes
yes
checking for unistd.h... checking for inttypes.h... no
checking for argz.h... no
yes
checking for string.h... (cached) yes
yes
checking limits.h usability... checking for dlfcn.h... checking for unistd.h... (cached) yes
checking for stdint.h... checking for strings.h... (cached) yes
no
checking for objdir... yes
checking limits.h presence... .libs
checking for sys/time.h... yes
checking for time.h... yes
yes
checking for limits.h... yes
yes
checking locale.h usability... checking for unistd.h... checking for sys/resource.h... yes
yes
checking locale.h presence... no
checking ctype.h usability... checking for sys/stat.h... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for locale.h... yes
checking for sys/mman.h... yes
checking ctype.h presence... checking nl_types.h usability... no
yes
checking for ctype.h... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for fcntl.h... no
checking nl_types.h presence... checking stddef.h usability... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for alloca.h... no
checking for nl_types.h... no
checking malloc.h usability... no
yes
checking stddef.h presence... checking for sys/pstat.h... yes
checking for stddef.h... yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for string.h... (cached) yes
yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for sys/sysmp.h... checking stdio.h usability... checking stddef.h usability... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for sys/sysinfo.h... yes
checking stdio.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking stddef.h presence... yes
checking for stdio.h... yes
no
yes
checking for stddef.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for machine/hal_sysinfo.h... checking for stdlib.h... (cached) yes
yes
checking dynamic linker characteristics... no
checking for string.h... (cached) yes
checking for sys/table.h... checking for unistd.h... (cached) yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for uintptr_t... no
checking sys/param.h usability... checking for sys/sysctl.h... no
checking for stdlib.h... (cached) yes
yes
checking sys/param.h presence... checking for sys/systemcfg.h... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for feof_unlocked... checking for getpagesize... yes
checking for int_least32_t... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for working mmap... no
checking for memcpy... no
no
checking for fgets_unlocked... yes
checking for int_fast32_t... checking for process.h... yes
yes
checking for sys/prctl.h... checking for strerror... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getc_unlocked... yes
checking for uint64_t... yes
checking for unistd.h... (cached) yes
no
checking whether time.h and sys/time.h may both be included... no
checking for getcwd... yes
checking whether errno must be declared... configure: updating cache ./config.cache
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking size of int... configure: creating ./config.status
yes
checking for getegid... yes
checking for off_t... no
yes
checking size of int... checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... 4
checking size of long... yes
checking for munmap... 4
checking size of long... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... 4
checking size of size_t... no
checking for strcasecmp... 4
checking for ANSI C header files... (cached) yes
checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... checking for strdup... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strtoul... yes
no
checking for tsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for __argz_count... 8
checking for long long... no
checking for __argz_stringify... no
checking for __argz_next... yes
checking size of long long... no
checking for __fsetlocking... config.status: creating Makefile
config.status: creating Makefile
no
checking for iconv... config.status: creating config.h
config.status: executing depfiles commands
config.status: executing gstdint.h commands
config.status: executing libtool commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
no
checking for bison... bison
checking version of bison... Configuring in ./readline
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 GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
8
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
checking for a 64-bit type... uint64_t
configure: updating cache ./config.cache
checking for intptr_t... configure: creating ./config.status
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for ssize_t... configure: creating cache ./config.cache
yes
checking for pid_t... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating Makefile
yes
checking for library containing strerror... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating config.intl
config.status: creating config.h
none required
checking for asprintf... checking for C compiler default output file name... config.status: executing default-1 commands
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for atexit... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for basename... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
none needed
checking how to run the C preprocessor... no
checking for bcopy... x86_64-w64-mingw32-gcc -E
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... no
/usr/bin/grep -E
checking for ANSI C header files... checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
yes
checking for sys/types.h... checking for bzero... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for calloc... checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for stdlib.h... checking for clock... yes
checking for string.h... yes
checking for ffs... yes
checking for memory.h... no
checking for getcwd... yes
checking for strings.h... yes
yes
checking for getpagesize... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
checking for inttypes.h... yes
yes
checking for gettimeofday... checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
yes
checking for unistd.h... checking for index... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking minix/config.h usability... no
checking for insque... no
checking minix/config.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... checking for memchr... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for memcmp... no
checking for working volatile... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
yes
/bin/sh ./config.status config.h
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking return type of signal handlers... checking for memcpy... void
checking for size_t... yes
checking for memmem... yes
checking for ssize_t... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking for memmove... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking for mempcpy... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
checking for dirent.h that defines DIR... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for library containing opendir... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for memset... none required
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for fcntl... yes
checking for mkstemps... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for kill... no
checking for putenv... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for random... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/plural-exp.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
no
checking for rename... checking for putenv... yes
yes
checking for select... checking for rindex... no
no
checking for setenv... checking for setenv... no
no
checking for snprintf... checking for setlocale... yes
yes
checking for strcasecmp... checking for sigsetmask... yes
checking for strpbrk... no
checking for stpcpy... yes
no
checking for stpncpy... checking for tcgetattr... no
no
checking for strcasecmp... checking for vsnprintf... yes
yes
checking for strchr... checking for isascii... yes
yes
checking for strdup... checking for isxdigit... yes
yes
checking for getpwent... checking for strncasecmp... no
checking for getpwnam... yes
no
checking for getpwuid... checking for strndup... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for strnlen... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for strrchr... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for strstr... no
checking varargs.h presence... yes
checking for strtod... yes
checking for strtol... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for strtoul... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for strtoll... checking limits.h usability... yes
yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strtoull... checking locale.h usability... yes
yes
checking locale.h presence... checking for strverscmp... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for tmpnam... no
checking pwd.h presence... no
checking for pwd.h... no
yes
checking for memory.h... (cached) yes
checking for vasprintf... checking termcap.h usability... yes
checking for vfprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for vprintf... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for vsnprintf... no
checking termio.h presence... no
checking for termio.h... no
yes
checking sys/pte.h usability... checking for vsprintf... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for waitpid... checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for setproctitle... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking whether alloca needs Cray hooks... no
checking sys/select.h presence... no
checking stack direction for C alloca... 0
checking for vfork.h... no
no
checking for sys/select.h... no
checking for fork... checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for vfork... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _doprnt... 64
checking for type of signal functions... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... no
checking for dup3... yes
checking whether signal handlers are of type void... no
yes
checking for TIOCSTAT in sys/ioctl.h... checking for getrlimit... no
checking for FIONREAD in sys/ioctl.h... no
checking for getrusage... no
checking for speed_t in sys/types.h... no
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for getsysinfo... no
checking for gettimeofday... (cached) yes
not found
checking for struct dirent.d_ino... checking for on_exit... yes
checking for struct dirent.d_fileno... no
no
checking for tgetent... checking for psignal... no
no
checking for tgetent in -ltermcap... checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... no
checking for realpath... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for setrlimit... no
checking langinfo.h presence... no
checking for sbrk... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for spawnve... yes
no
checking for mbscmp... checking for spawnvpe... yes
checking for strerror... no
checking for mbsnrtowcs... yes
no
checking for mbsrtowcs... checking for strsignal... yes
checking for mbschr... no
checking for sysconf... no
checking for wcrtomb... no
checking for sysctl... yes
checking for wcscoll... yes
checking for wcsdup... no
checking for sysmp... yes
checking for wcwidth... no
checking for table... no
checking for wctype... no
yes
checking for wcswidth... checking for times... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for wait3... yes
checking for iswlower... no
checking for wait4... yes
checking for iswupper... yes
checking for towlower... no
checking whether basename is declared... yes
checking for towupper... no
checking whether ffs is declared... yes
no
checking for iswctype... checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking for nl_langinfo and CODESET... yes
no
checking for wchar_t in wchar.h... checking whether snprintf is declared... yes
checking for wctype_t in wctype.h... yes
checking whether vsnprintf is declared... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
supported
checking whether calloc is declared... configure: updating cache ./config.cache
yes
checking whether getenv is declared... configure: creating ./config.status
yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether strtoll is declared... yes
config.status: creating examples/Makefile
checking whether strtoull is declared... config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking whether strverscmp is declared... config.status: executing default commands
no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-08  8:54 [binutils-gdb] x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX sergiodj+buildbot
@ 2018-03-08 13:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 13:07 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/1155>

Commit(s) tested:
	d2224064f1a70969a77a8a82b117489793d6653e

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d2/d2224064f1a70969a77a8a82b117489793d6653e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./etc
Configuring in ./libiberty
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... .exe
checking for suffix of object files... config.status: creating Makefile
checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for suffix of object files... none required
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
/usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... checking for C compiler default output file name... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
a.exe
checking for ANSI C header files... checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking for an ANSI C-conforming const... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for sys/stat.h... inline
checking for sys/types.h... yes
yes
none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for string.h... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for memory.h... checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for unistd.h... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
yes
checking for off_t... checking minix/config.h usability... checking for sys/types.h... yes
no
checking minix/config.h presence... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for stdlib.h... checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for string.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for working alloca.h... checking for memory.h... yes
no
checking for alloca... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for gawk... gawk
checking whether make sets $(MAKE)... checking for strings.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for getpagesize... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for C compiler default output file name... yes
checking for stdint.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for unistd.h... .exe
checking for suffix of object files... yes
checking for stdint.h... yes
checking ctype.h usability... yes
checking for unsigned long long... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking ctype.h presence... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inttypes.h... yes
checking for ctype.h... yes
yes
checking stddef.h usability... checking for inline... yes
checking whether the inttypes.h PRIxNN macros are broken... inline
checking whether byte ordering is bigendian... yes
checking stddef.h presence... none needed
no
checking for ld used by GCC... checking for style of include used by make... GNU
yes
checking for stddef.h... yes
checking dependency style of x86_64-w64-mingw32-gcc... checking for string.h... (cached) yes
checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking stdio.h presence... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for a BSD-compatible install... /usr/bin/install -c
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... done
x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/file.h... checking argz.h usability... yes
checking for uintptr_t... yes
no
checking argz.h presence... checking for sys/param.h... 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
no
checking for argz.h... no
yes
checking limits.h usability... checking for limits.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for int_least32_t... yes
checking limits.h presence... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for int_fast32_t... checking for strings.h... (cached) yes
checking for sys/time.h... ok
checking how to run the C preprocessor... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for uint64_t... checking nl_types.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for ANSI C header files... checking for time.h... yes
checking for sys/resource.h... no
checking nl_types.h presence... yes
checking what to include in gstdint.h... no
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/stat.h... (cached) yes
no
checking for nl_types.h... no
checking malloc.h usability... checking for sys/mman.h... yes
checking for sys/types.h... yes
checking for off_t... no
checking for fcntl.h... yes
checking malloc.h presence... yes
checking for alloca.h... yes
no
yes
checking for malloc.h... yes
checking for sys/stat.h... checking for sys/pstat.h... checking stddef.h usability... no
checking for sys/sysmp.h... yes
checking size of int... yes
checking for stdlib.h... yes
checking stddef.h presence... no
checking for sys/sysinfo.h... yes
checking for stddef.h... yes
no
yes
checking for machine/hal_sysinfo.h... checking for stdlib.h... (cached) yes
checking for string.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/table.h... checking sys/param.h usability... yes
checking for memory.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
no
checking for sys/sysctl.h... checking for feof_unlocked... yes
no
checking for sys/systemcfg.h... checking for strings.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for inttypes.h... no
no
checking for fgets_unlocked... checking for process.h... yes
yes
checking for sys/prctl.h... checking for stdint.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... yes
no
checking whether time.h and sys/time.h may both be included... checking for unistd.h... 4
no
checking size of long... checking for getcwd... yes
checking whether errno must be declared... yes
checking for dlfcn.h... yes
checking for getegid... no
checking size of int... no
checking for objdir... .libs
no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getuid... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for mempcpy... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for munmap... 4
checking size of long... x86_64-pc-linux-gnu
checking host system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for putenv... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for setenv... no
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... x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for setlocale... yes
checking for working mmap... no
checking for memcpy... yes
checking for stpcpy... yes
checking for strerror... no
config.status: creating Makefile
checking for strcasecmp... 4
checking size of size_t... yes
checking for unistd.h... (cached) yes
config.status: creating config.h
yes
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strdup... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strtoul... yes
checking for tsearch... configure: creating cache ./config.cache
yes
checking build system type... checking for __argz_count... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... no
checking for __argz_stringify... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... no
checking for __argz_next... 8
a.exe
checking whether the C compiler works... yes
checking for long long... checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for __fsetlocking... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for iconv... yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... none needed
checking how to run the C preprocessor... no
checking for LC_MESSAGES... x86_64-w64-mingw32-gcc -E
no
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... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating Makefile
yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: executing depfiles commands
checking for sys/types.h... config.status: executing libtool commands
yes
checking for sys/stat.h... yes
checking for stdlib.h... config.status: creating Makefile
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for string.h... config.status: creating config.intl
yes
checking for memory.h... 8
checking for a 64-bit type... config.status: creating config.h
yes
uint64_t
config.status: executing default-1 commands
checking for intptr_t... checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
yes
checking for stdint.h... yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for library containing strerror... yes
checking for function prototypes... yes
checking whether char is unsigned... none required
checking for asprintf... no
checking for working volatile... yes
checking return type of signal handlers... void
yes
checking for size_t... checking for atexit... yes
checking for basename... yes
checking for ssize_t... yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bcopy... no
checking for dirent.h that defines DIR... no
checking for bsearch... yes
checking for library containing opendir... yes
checking for bzero... none required
checking for fcntl... no
checking for calloc... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for kill... yes
no
checking for clock... checking for lstat... yes
no
checking for ffs... checking for memmove... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for getcwd... yes
checking for putenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
yes
checking for getpagesize... checking for select... yes
checking for gettimeofday... no
checking for setenv... yes
checking for index... no
checking for setlocale... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for tcgetattr... yes
checking for memcmp... no
checking for vsnprintf... yes
checking for memcpy... yes
checking for isascii... yes
checking for memmem... yes
checking for isxdigit... no
checking for memmove... yes
checking for getpwent... yes
checking for mempcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for getpwnam... yes
checking for memset... no
checking for getpwuid... yes
checking for mkstemps... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for working strcoll... no
checking fcntl.h usability... no
checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for random... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for rename... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) no
yes
checking for setenv... checking limits.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for snprintf... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for stpncpy... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for strchr... yes
checking for termcap.h... yes
checking termios.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking termios.h presence... no
yes
checking for termios.h... no
checking termio.h usability... checking for strdup... no
checking termio.h presence... no
checking for termio.h... yes
no
checking sys/pte.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for strncasecmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking sys/pte.h presence... yes
checking for strndup... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strstr... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtod... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... yes
checking for strtol... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
checking for strtoul... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for strtoll... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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
checking for strtoull... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
no
checking whether termios.h defines TIOCGWINSZ... x86_64-w64-mingw32-ranlib libdecnumber.a
x86_64-w64-mingw32-ranlib libz.a
no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strverscmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
/bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking whether signal handlers are of type void... rm -f plural.h
no
checking for tmpnam... yes
checking for TIOCSTAT in sys/ioctl.h... config.status: creating config.h
no
checking for FIONREAD in sys/ioctl.h... config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
no
checking for speed_t in sys/types.h... yes
checking for vasprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for struct winsize in sys/ioctl.h and termios.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for vfprintf... not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for vprintf... no
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for vsprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for waitpid... yes
checking wchar.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for wchar.h... yes
checking langinfo.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for setproctitle... no
checking langinfo.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for langinfo.h... no
checking for mbrlen... no
checking whether alloca needs Cray hooks... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
checking for mbscasecmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for vfork... no
checking for mbscmp... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for _doprnt... no
checking for mbsnrtowcs... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
no
checking for mbsrtowcs... checking for sys_siglist... yes
checking for mbschr... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for wcrtomb... no
checking for canonicalize_file_name... yes
checking for wcscoll... no
checking for dup3... yes
checking for wcsdup... no
checking for getrlimit... yes
checking for wcwidth... no
checking for getrusage... no
checking for wctype... yes
no
checking for wcswidth... checking for getsysinfo... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for gettimeofday... (cached) yes
checking for on_exit... yes
no
checking for iswlower... checking for psignal... no
yes
checking for pstat_getdynamic... checking for iswupper... no
checking for pstat_getstatic... yes
checking for towlower... no
checking for realpath... yes
checking for towupper... no
checking for setrlimit... yes
checking for iswctype... no
checking for sbrk... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for spawnve... yes
checking for wctype_t in wctype.h... yes
checking for spawnvpe... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
checking for strerror... supported
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for strsignal... no
checking for sysconf... config.status: creating Makefile
no
config.status: creating doc/Makefile
checking for sysctl... config.status: creating examples/Makefile
no
checking for sysmp... config.status: creating shlib/Makefile
config.status: creating config.h
no
config.status: executing default commands
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-08  8:19 [binutils-gdb] x86: drop FloatD sergiodj+buildbot
@ 2018-03-08 10:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 10:34 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/1152>

Commit(s) tested:
	38e314eb064ae94318deaa9544c2da3f46f5d319

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop FloatD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/38/38e314eb064ae94318deaa9544c2da3f46f5d319/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: updating cache ./config.cache
checking for msgfmt... configure: creating ./config.status
configure: creating cache ./config.cache
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking build system type... checking for msgmerge... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /usr/bin/msgmerge
makeinfo --split-size=5000000
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... config.status: creating Makefile
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for perl... perl
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
a.exe
checking whether the C compiler works... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... checking for C compiler default output file name... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -E
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for an ANSI C-conforming const... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for inline... checking whether x86_64-w64-mingw32-gcc supports -W... inline
yes
checking for sys/types.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/stat.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for stdlib.h... yes
yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for string.h... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking for memory.h... checking for strings.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
yes
checking for strings.h... checking for inttypes.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for off_t... yes
checking minix/config.h usability... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
checking for size_t... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for memory.h... yes
checking for strings.h... 64
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
no
checking for alloca... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for inttypes.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... (cached) yes
yes
checking for stdint.h... checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for unistd.h... checking for C compiler default output file name... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking ctype.h usability... yes
yes
a.exe
checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking whether we are cross compiling... yes
checking for suffix of executables... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... .exe
checking for suffix of object files... yes
yes
checking for unsigned long long... checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking ctype.h presence... o
checking whether we are using the GNU C compiler... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking stddef.h presence... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for ld used by GCC... checking stdio.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for an ANSI C-conforming const... yes
checking for shared library run path origin... yes
checking stdio.h presence... none needed
checking for style of include used by make... yes
checking for stdio.h... yes
yes
checking for inline... GNU
checking dependency style of x86_64-w64-mingw32-gcc... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... inline
checking whether byte ordering is bigendian... done
checking argz.h usability... yes
checking for uintptr_t... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... no
checking for a BSD-compatible install... yes
checking for int_least32_t... /usr/bin/install -c
yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for sys/file.h... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for int_fast32_t... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/param.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... no
checking nl_types.h presence... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for limits.h... yes
checking for stdlib.h... (cached) yes
yes
checking for uint64_t... checking for malloc.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking malloc.h presence... checking for string.h... (cached) yes
yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking stddef.h usability... yes
checking what to include in gstdint.h... ok
checking how to run the C preprocessor... checking for sys/time.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... x86_64-w64-mingw32-gcc -E
yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for time.h... checking for stdlib.h... (cached) yes
checking for ANSI C header files... yes
checking for string.h... (cached) yes
checking for sys/resource.h... checking for unistd.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking size of int... checking for sys/mman.h... yes
checking for sys/types.h... yes
checking sys/param.h presence... no
checking for fcntl.h... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... yes
checking for sys/stat.h... checking for alloca.h... no
checking for sys/pstat.h... yes
checking for stdlib.h... no
no
checking for sys/sysmp.h... checking for fgets_unlocked... no
yes
checking for sys/sysinfo.h... checking for string.h... no
no
checking for machine/hal_sysinfo.h... checking for getc_unlocked... yes
checking for memory.h... no
checking for sys/table.h... no
checking for getcwd... no
checking for sys/sysctl.h... yes
checking for strings.h... no
checking for sys/systemcfg.h... yes
checking for getegid... no
4
checking size of long... checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for inttypes.h... no
no
checking for process.h... checking for geteuid... yes
yes
checking for sys/prctl.h... checking for stdint.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getgid... no
checking whether time.h and sys/time.h may both be included... yes
checking for unistd.h... yes
checking whether errno must be declared... yes
no
checking for dlfcn.h... checking for getuid... no
checking size of int... no
checking for objdir... no
checking for mempcpy... .libs
4
checking for ANSI C header files... (cached) yes
checking build system type... yes
checking for munmap... x86_64-pc-linux-gnu
checking host system type... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking for setenv... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for setlocale... 4
checking size of long... yes
checking for stpcpy... no
yes
checking dynamic linker characteristics... checking for strcasecmp... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... config.status: creating Makefile
yes
checking for strdup... 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... x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: executing gstdint.h commands
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for getpagesize... checking for strtoul... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for working mmap... no
checking for memcpy... 4
checking size of size_t... yes
checking for tsearch... yes
checking for strerror... yes
checking for __argz_count... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __argz_stringify... no
checking for __argz_next... configure: creating cache ./config.cache
checking build system type... no
checking for __fsetlocking... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for iconv... checking for C compiler default output file name... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 8
checking for long long... .exe
checking for suffix of object files... no
checking for LC_MESSAGES... o
checking whether we are using the GNU C compiler... no
checking for bison... bison
checking version of bison... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking size of long long... no
checking for GNU gettext in libintl... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
none needed
checking how to run the C preprocessor... checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
x86_64-w64-mingw32-gcc -E
configure: updating cache ./config.cache
configure: creating ./config.status
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
config.status: creating Makefile
checking for stdlib.h... yes
checking for string.h... config.status: creating config.intl
yes
checking for memory.h... 8
checking for a 64-bit type... config.status: creating config.h
uint64_t
checking for intptr_t... yes
checking for strings.h... config.status: executing default-1 commands
yes
checking for inttypes.h... yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for stdint.h... yes
checking for unistd.h... config.status: creating config.h
config.status: config.h is unchanged
yes
checking for ssize_t... cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
config.status: creating Makefile
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
yes
checking minix/config.h usability... ../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
no
checking minix/config.h presence... config.status: executing depfiles commands
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pid_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... config.status: executing libtool commands
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
none required
checking for asprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
no
checking for working volatile... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking return type of signal handlers... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for atexit... void
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for size_t... yes
checking for basename... yes
checking for ssize_t... yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bcopy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for dirent.h that defines DIR... no
checking for bsearch... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for bzero... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for library containing opendir... no
checking for calloc... yes
none required
checking for fcntl... checking for clock... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for kill... yes
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for lstat... checking for ffs... no
checking for memmove... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for getcwd... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking for getpagesize... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking for putenv... yes
yes
checking for gettimeofday... checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
checking for index... no
checking for setenv... no
checking for insque... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for setlocale... no
checking for memchr... yes
checking for strcasecmp... yes
checking for memcmp... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for strpbrk... yes
checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
yes
checking for tcgetattr... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
checking for memmem... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
no
checking for memmove... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for vsnprintf... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking for mempcpy... yes
checking for isascii... x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
yes
checking for memset... yes
checking for isxdigit... yes
checking for mkstemps... yes
checking for getpwent... no
checking for putenv... no
checking for getpwnam... yes
checking for random... no
checking for getpwuid... no
checking for rename... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for rindex... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
no
checking for setenv... checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for snprintf... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for sigsetmask... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for stpcpy... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpncpy... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking pwd.h usability... checking for strcasecmp... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for strchr... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strdup... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strncasecmp... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strndup... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strrchr... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... checking for strstr... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtod... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for strtol... checking for sys/ptem.h... 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 strtoul... 64
checking for type of signal functions... yes
checking for strtoll... yes
checking for strtoull... yes
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... checking for strverscmp... no
checking for tmpnam... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for vasprintf... yes
checking whether signal handlers are of type void... yes
checking for vfprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vprintf... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for vsprintf... no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
checking for canonicalize_file_name... no
checking for mbsnrtowcs... no
checking for dup3... no
checking for mbsrtowcs... no
checking for getrlimit... yes
checking for mbschr... no
checking for getrusage... no
checking for wcrtomb... no
checking for getsysinfo... yes
checking for wcscoll... yes
no
checking for wcsdup... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
checking for pstat_getstatic... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
yes
checking for iswctype... checking for strerror... yes
yes
checking for nl_langinfo and CODESET... checking for strsignal... no
checking for wchar_t in wchar.h... no
yes
checking for wctype_t in wctype.h... checking for sysconf... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for sysctl... supported
no
configure: updating cache ./config.cache
checking for sysmp... configure: creating ./config.status
no
checking for table... config.status: creating Makefile
no
checking for times... config.status: creating doc/Makefile
no
checking for wait3... config.status: creating examples/Makefile
no
checking for wait4... config.status: creating shlib/Makefile
no
checking whether basename is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-08  7:42 [binutils-gdb] x86: fold AVX vcvtpd2ps memory forms sergiodj+buildbot
@ 2018-03-08  8:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-08  8:14 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/1149>

Commit(s) tested:
	73053c1fc454fe8554db170f1a30a3442546824e

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold AVX vcvtpd2ps memory forms

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/73/73053c1fc454fe8554db170f1a30a3442546824e/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-w64-mingw32
checking target system type... checking for msgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for gmsgfmt... /usr/bin/msgfmt
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for xgettext... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
config.status: creating Makefile
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for C compiler default output file name... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-w64-mingw32-gcc -E
.exe
checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... yes
checking for inline... yes
inline
checking for sys/types.h... checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for string.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for memory.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for strings.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for strings.h... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
yes
checking for stdint.h... yes
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for unistd.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
yes
checking minix/config.h usability... checking for off_t... yes
checking for sys/stat.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... yes
checking for size_t... yes
yes
checking for string.h... yes
checking for memory.h... yes
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... yes
checking for inttypes.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
checking for working alloca.h... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 64
yes
checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
checking for stdint.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking ctype.h usability... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdint.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
.exe
checking for suffix of object files... checking stddef.h usability... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for unsigned long long... o
checking whether we are using the GNU C compiler... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for inttypes.h... checking stdio.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
yes
checking stdio.h presence... checking whether the inttypes.h PRIxNN macros are broken... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... yes
checking for inline... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... inline
checking whether byte ordering is bigendian... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for uintptr_t... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... done
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking argz.h usability... yes
checking for int_least32_t... no
checking for a BSD-compatible install... /usr/bin/install -c
no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... checking for sys/file.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
1572864
checking for int_fast32_t... checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking limits.h presence... checking for sys/param.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for limits.h... yes
checking for uint64_t... yes
yes
checking locale.h presence... checking for stdlib.h... (cached) yes
ok
checking how to run the C preprocessor... yes
checking for locale.h... yes
checking for malloc.h... checking nl_types.h usability... yes
x86_64-w64-mingw32-gcc -E
checking for string.h... (cached) yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
checking nl_types.h presence... yes
checking for off_t... checking for sys/time.h... checking for ANSI C header files... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
yes
yes
checking stddef.h usability... checking for sys/types.h... yes
checking size of int... checking for time.h... yes
yes
yes
checking stddef.h presence... checking for sys/resource.h... checking for sys/stat.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
no
yes
checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... checking for stdlib.h... no
checking for fcntl.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking for alloca.h... yes
checking for string.h... no
yes
checking sys/param.h presence... checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking for sys/param.h... yes
yes
checking for memory.h... checking for feof_unlocked... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... yes
checking for strings.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for fgets_unlocked... yes
no
checking for inttypes.h... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
no
4
checking for getc_unlocked... checking for stdint.h... checking size of long... no
checking for process.h... yes
checking for sys/prctl.h... yes
no
checking for getcwd... checking for unistd.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking for dlfcn.h... yes
checking whether errno must be declared... checking for getegid... no
checking for objdir... .libs
no
checking size of int... no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... 4
no
checking for ANSI C header files... (cached) yes
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking build system type... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... x86_64-pc-linux-gnu
checking host system type... no
checking for mempcpy... x86_64-w64-mingw32
checking target system type... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... x86_64-w64-mingw32
yes
checking whether -lc should be explicitly linked in... checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
yes
checking dynamic linker characteristics... checking for munmap... no
configure: updating cache ./config.cache
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
4
checking whether stripping libraries is possible... checking size of long... configure: creating ./config.status
no
checking for putenv... 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... x86_64-w64-mingw32-gcc -E
yes
checking for setenv... checking for stdlib.h... (cached) yes
config.status: creating Makefile
checking for unistd.h... (cached) yes
checking for getpagesize... config.status: creating config.h
no
yes
checking for setlocale... checking for working mmap... no
config.status: executing gstdint.h commands
checking for memcpy... yes
make[1]: Nothing to be done for 'all-target'.
checking for stpcpy... mkdir -p -- ./readline
yes
Configuring in ./readline
checking for strerror... no
checking for strcasecmp... yes
checking for unistd.h... (cached) yes
yes
configure: updating cache ./config.cache
checking for strdup... configure: creating ./config.status
4
checking size of size_t... yes
checking for strtoul... configure: creating cache ./config.cache
checking build system type... yes
checking for tsearch... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for __argz_count... checking for C compiler default output file name... no
checking for __argz_stringify... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for __argz_next... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking for __fsetlocking... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for iconv... none needed
checking how to run the C preprocessor... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... 8
x86_64-w64-mingw32-gcc -E
checking for long long... no
checking for LC_MESSAGES... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
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 GNU gettext in libintl... yes
checking size of long long... no
yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/types.h... yes
checking for sys/stat.h... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
yes
checking for stdlib.h... config.status: executing depfiles commands
yes
config.status: executing libtool commands
checking for string.h... config.status: creating Makefile
yes
config.status: creating config.intl
checking for memory.h... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for strings.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for inttypes.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for stdint.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
8
checking for a 64-bit type... yes
checking minix/config.h usability... uint64_t
checking for intptr_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
yes
checking for uintptr_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for ssize_t... no
checking for working volatile... yes
checking return type of signal handlers... yes
checking for pid_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
void
checking for size_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for library containing strerror... yes
checking for ssize_t... none required
checking for asprintf... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for atexit... no
checking for dirent.h that defines DIR... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for library containing opendir... checking for basename... none required
yes
checking for fcntl... checking for bcmp... no
checking for kill... no
checking for bcopy... no
no
checking for bsearch... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for lstat... yes
checking for bzero... no
checking for memmove... no
checking for calloc... yes
checking for putenv... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for select... checking for clock... yes
checking for ffs... no
checking for setenv... no
no
checking for getcwd... checking for setlocale... yes
checking for getpagesize... yes
checking for strcasecmp... yes
checking for gettimeofday... yes
checking for strpbrk... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for index... yes
checking for tcgetattr... no
checking for insque... no
checking for vsnprintf... no
checking for memchr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking for isascii... yes
checking for memcmp... yes
checking for isxdigit... yes
checking for memcpy... yes
checking for getpwent... yes
checking for memmem... no
checking for getpwnam... no
checking for memmove... no
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
checking fcntl.h usability... yes
yes
checking fcntl.h presence... checking for memset... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking for mkstemps... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for random... yes
checking limits.h presence... no
checking for rename... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking locale.h presence... checking for rindex... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for snprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for sigsetmask... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for stpcpy... no
checking termio.h presence... no
checking for stpncpy... no
checking for termio.h... no
checking sys/pte.h usability... no
checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strchr... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strdup... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for strncasecmp... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
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... checking for strndup... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
64
checking for type of signal functions... no
checking for strnlen... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-ranlib libz.a
yes
checking for strrchr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for strstr... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
yes
checking for strtod... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
yes
checking for strtol... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoul... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking whether signal handlers are of type void... yes
checking for strtoll... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
no
checking for speed_t in sys/types.h... checking for strtoull... no
checking for struct winsize in sys/ioctl.h and termios.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
not found
checking for struct dirent.d_ino... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
checking for strverscmp... yes
checking for struct dirent.d_fileno... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for tgetent... no
checking for tmpnam... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for tgetent in -ltermcap... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
checking for vasprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
yes
checking wchar.h usability... checking for vprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
yes
checking wchar.h presence... checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for vsprintf... no
checking for langinfo.h... no
checking for mbrlen... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for waitpid... yes
checking for mbscasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for setproctitle... no
checking for mbscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking whether alloca needs Cray hooks... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for mbsnrtowcs... no
checking for fork... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for mbsrtowcs... no
checking for vfork... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for mbschr... no
checking for _doprnt... no
checking for wcrtomb... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcscoll... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcsdup... yes
checking for wcwidth... no
checking for canonicalize_file_name... no
checking for wctype... no
checking for dup3... yes
checking for wcswidth... no
checking for getrlimit... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrusage... yes
checking for iswlower... no
checking for getsysinfo... yes
no
checking for gettimeofday... (cached) yes
checking for iswupper... checking for on_exit... yes
no
checking for psignal... checking for towlower... no
yes
checking for pstat_getdynamic... checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sbrk... yes
checking configuration for building shared libraries... no
checking for spawnve... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysconf... config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-07 13:44 [binutils-gdb] Fix watching structs in C++ sergiodj+buildbot
@ 2018-03-07 14:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-07 14:25 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/1145>

Commit(s) tested:
	e95a97d41a186ac65077ba3103dc10e5d41fe7b5

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Fix watching structs in C++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/e9/e95a97d41a186ac65077ba3103dc10e5d41fe7b5/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for xgettext... configure: creating cache ./config.cache
/usr/bin/xgettext
checking for msgmerge... configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
/usr/bin/msgmerge
x86_64-pc-linux-gnu
checking host system type... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking target system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
.exe
checking for suffix of object files... checking for perl... perl
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking build system type... o
checking whether we are using the GNU C compiler... x86_64-pc-linux-gnu
checking host system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... .exe
checking for C compiler default output file name... none required
checking how to run the C preprocessor... checking for suffix of object files... a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of executables... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... .exe
checking for suffix of object files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for an ANSI C-conforming const... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inline... x86_64-w64-mingw32-gcc -E
inline
checking for sys/types.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for grep that handles long lines and -e... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
/usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -W... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for sys/types.h... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for string.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for memory.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdint.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for strings.h... yes
checking for unistd.h... yes
yes
checking for inttypes.h... yes
checking for sys/types.h... checking for off_t... yes
yes
checking for sys/stat.h... checking for stdint.h... yes
yes
checking for stdlib.h... checking for unistd.h... yes
checking minix/config.h usability... yes
checking for string.h... no
checking minix/config.h presence... yes
checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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... yes
checking for inttypes.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for stdint.h... yes
checking for size_t... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
yes
checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for working alloca.h... checking ctype.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for alloca... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... .exe
checking stddef.h usability... checking for suffix of object files... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
o
checking whether we are using the GNU C compiler... checking for getpagesize... yes
checking stddef.h presence... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking stdio.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for an ANSI C-conforming const... yes
yes
checking stdio.h presence... checking for stdint.h... none needed
checking for style of include used by make... yes
checking for inline... yes
checking for stdio.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... inline
checking whether byte ordering is bigendian... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
checking whether the inttypes.h PRIxNN macros are broken... gcc3
checking how to print strings... no
checking for a BSD-compatible install... /usr/bin/install -c
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for sys/file.h... no
checking for ld used by GCC... yes
checking for int_least32_t... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking for sys/param.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for limits.h... yes
BSD nm
checking for stdlib.h... checking whether ln -s works... (cached) yes
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
yes
checking for malloc.h... checking for int_fast32_t... done
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking argz.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... no
checking argz.h presence... yes
yes
checking for uint64_t... no
checking for argz.h... no
checking for time.h... checking limits.h usability... yes
checking for sys/resource.h... ok
checking how to run the C preprocessor... yes
checking what to include in gstdint.h... yes
checking limits.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking for sys/stat.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/mman.h... checking locale.h usability... x86_64-w64-mingw32-gcc -E
yes
checking for off_t... no
checking for fcntl.h... yes
checking locale.h presence... yes
checking for ANSI C header files... checking for alloca.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/pstat.h... no
checking nl_types.h presence... yes
checking size of int... no
checking for sys/sysmp.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/sysinfo.h... yes
checking for sys/types.h... no
checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
no
checking for sys/table.h... checking for sys/stat.h... checking stddef.h usability... no
checking for sys/sysctl.h... yes
checking for stdlib.h... yes
checking stddef.h presence... no
checking for sys/systemcfg.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for string.h... no
checking for string.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdio_ext.h... checking sys/param.h usability... no
yes
checking for process.h... checking for memory.h... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
checking for feof_unlocked... checking for sys/prctl.h... yes
checking for strings.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for fgets_unlocked... yes
checking for inttypes.h... yes
checking whether errno must be declared... 4
checking size of long... no
checking for getc_unlocked... no
checking size of int... yes
checking for stdint.h... no
yes
checking for getcwd... checking for unistd.h... yes
checking for dlfcn.h... yes
checking for getegid... no
checking for objdir... .libs
no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for getgid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
4
checking for ANSI C header files... (cached) yes
checking build system type... checking for getuid... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... 4
checking size of long... x86_64-pc-linux-gnu
checking host system type... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... checking for mempcpy... yes
checking whether -lc should be explicitly linked in... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for munmap... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for putenv... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for getpagesize... yes
checking for setenv... yes
checking for working mmap... no
checking for memcpy... no
checking for setlocale... yes
checking for strerror... yes
checking for stpcpy... config.status: creating Makefile
4
checking size of size_t... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for unistd.h... (cached) yes
no
checking for strcasecmp... configure: updating cache ./config.cache
make[1]: Nothing to be done for 'all-target'.
configure: creating ./config.status
mkdir -p -- ./readline
Configuring in ./readline
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for __argz_count... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_stringify... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for __argz_next... 8
checking for long long... .exe
checking for suffix of object files... no
checking for __fsetlocking... o
checking whether we are using the GNU C compiler... yes
checking size of long long... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for iconv... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32-gcc -E
no
checking for LC_MESSAGES... no
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... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
config.status: creating Makefile
config.status: executing depfiles commands
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for sys/types.h... config.status: executing libtool commands
yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
config.status: creating Makefile
yes
8
checking for a 64-bit type... config.status: creating config.intl
checking for memory.h... uint64_t
checking for intptr_t... config.status: creating config.h
yes
config.status: executing default-1 commands
checking for strings.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
yes
checking for uintptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for inttypes.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdint.h... yes
checking for ssize_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for pid_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for library containing strerror... yes
checking for function prototypes... yes
checking whether char is unsigned... none required
checking for asprintf... no
checking for working volatile... yes
checking for atexit... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for basename... yes
checking for bcmp... yes
checking for ssize_t... no
checking for bcopy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for bsearch... no
checking for dirent.h that defines DIR... yes
checking for bzero... yes
checking for library containing opendir... no
checking for calloc... none required
checking for fcntl... yes
checking for clock... no
checking for kill... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
checking for ffs... no
checking for lstat... no
checking for getcwd... no
checking for memmove... yes
checking for getpagesize... yes
checking for putenv... yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for select... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
no
checking for setenv... checking for index... no
checking for setlocale... no
checking for insque... yes
checking for strcasecmp... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for memchr... yes
checking for strpbrk... yes
checking for memcmp... yes
checking for tcgetattr... yes
checking for memcpy... no
checking for vsnprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for memmem... yes
checking for isascii... no
checking for memmove... yes
yes
checking for isxdigit... checking for mempcpy... yes
yes
checking for memset... checking for getpwent... yes
no
checking for mkstemps... checking for getpwnam... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for getpwuid... no
checking for putenv... yes
no
checking for working strcoll... no
checking for random... checking fcntl.h usability... yes
checking fcntl.h presence... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for rename... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
checking for rindex... checking varargs.h usability... no
checking varargs.h presence... no
checking for setenv... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for snprintf... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for sigsetmask... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for stpcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
no
checking for stpncpy... checking pwd.h usability... no
no
checking pwd.h presence... checking for strcasecmp... no
checking for pwd.h... no
checking for memory.h... (cached) yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking termcap.h usability... yes
checking for strchr... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strdup... no
checking termios.h presence... no
checking for termios.h... no
yes
checking termio.h usability... checking for strncasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking termio.h presence... yes
checking for strndup... no
checking for termio.h... no
checking sys/pte.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for strnlen... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strrchr... no
checking for sys/stream.h... no
checking sys/select.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
no
checking sys/select.h presence... checking for strstr... no
checking for sys/select.h... no
checking sys/file.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking sys/file.h presence... checking for strtod... yes
checking for sys/file.h... yes
checking for sys/ptem.h... 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 strtol... 64
checking for type of signal functions... yes
checking for strtoul... yes
checking for strtoll... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for strtoull... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
checking for lstat... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking for strverscmp... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
no
checking whether termios.h defines TIOCGWINSZ... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for tmpnam... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
checking for vasprintf... yes
checking whether signal handlers are of type void... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
yes
checking for TIOCSTAT in sys/ioctl.h... checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
no
checking for speed_t in sys/types.h... config.status: creating config.h
config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for vsnprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for vsprintf... yes
checking for struct dirent.d_fileno... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
checking for tgetent... yes
checking for waitpid... no
checking for tgetent in -ltermcap... no
checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking wctype.h presence... no
checking whether alloca needs Cray hooks... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for wctype.h... yes
checking wchar.h usability... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for vfork... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
checking for mbscasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for _doprnt... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for mbscmp... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
no
checking for sys_errlist... (cached) yes
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbsnrtowcs... no
checking for external symbol _system_configuration... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
no
checking for mbsrtowcs... checking for __fsetlocking... yes
checking for mbschr... no
checking for canonicalize_file_name... no
checking for wcrtomb... no
checking for dup3... yes
checking for wcscoll... no
checking for getrlimit... yes
checking for wcsdup... no
checking for getrusage... yes
checking for wcwidth... no
checking for getsysinfo... no
checking for wctype... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcswidth... no
checking for psignal... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for pstat_getdynamic... yes
checking for iswlower... no
checking for pstat_getstatic... yes
checking for iswupper... no
checking for realpath... yes
checking for towlower... no
checking for setrlimit... yes
checking for towupper... no
checking for sbrk... yes
checking for iswctype... no
checking for spawnve... yes
checking for nl_langinfo and CODESET... yes
checking for spawnvpe... no
checking for wchar_t in wchar.h... yes
yes
checking for wctype_t in wctype.h... checking for strerror... yes
checking for wint_t in wctype.h... yes
checking for strsignal... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysconf... no
checking for sysctl... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for sysmp... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-07  7:12 [binutils-gdb] XCOFF disassembler sergiodj+buildbot
@ 2018-03-07  8:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-07  8:54 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/1144>

Commit(s) tested:
	52fe4420b771a0f3b4fc7c6535bbd6e9b279f775

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	XCOFF disassembler

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/52/52fe4420b771a0f3b4fc7c6535bbd6e9b279f775/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking build system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking host system type... /usr/bin/xgettext
x86_64-w64-mingw32
checking target system type... checking for msgmerge... /usr/bin/msgmerge
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for C compiler default output file name... checking for perl... perl
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... configure: updating cache ./config.cache
configure: creating ./config.status
checking for C compiler default output file name... none needed
checking build system type... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... o
checking whether we are using the GNU C compiler... yes
none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
config.status: creating Makefile
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for grep that handles long lines and -e... yes
checking for an ANSI C-conforming const... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... .exe
checking for suffix of object files... inline
checking for sys/types.h... yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... yes
checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for stdlib.h... yes
yes
none needed
checking for stdlib.h... checking for style of include used by make... GNU
checking for string.h... checking dependency style of x86_64-w64-mingw32-gcc... yes
yes
checking for string.h... checking for memory.h... yes
checking for memory.h... yes
yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for strings.h... gcc3
checking for strings.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for inttypes.h... yes
checking for C compiler default output file name... checking for inttypes.h... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for stdint.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for stdint.h... yes
.exe
checking for suffix of object files... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
o
checking whether we are using the GNU C compiler... checking for unistd.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for unistd.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for off_t... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking minix/config.h usability... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
no
checking minix/config.h presence... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for size_t... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... ok
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for working alloca.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... 64
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -W... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for sys/types.h... yes
yes
checking for working mmap... no
yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
yes
checking for stdlib.h... yes
checking for stdint.h... checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
checking for memory.h... yes
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for inttypes.h... yes
checking for strings.h... yes
checking whether the inttypes.h PRIxNN macros are broken... x86_64-w64-mingw32-gcc -E
yes
no
checking for ld used by GCC... checking for inttypes.h... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for grep that handles long lines and -e... yes
yes
checking for an ANSI C-conforming const... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for stdint.h... yes
checking for inline... yes
done
inline
checking whether byte ordering is bigendian... checking argz.h usability... checking for unistd.h... no
checking argz.h presence... yes
checking for sys/types.h... yes
checking for dlfcn.h... yes
no
checking for argz.h... no
checking limits.h usability... checking for sys/stat.h... no
checking for objdir... yes
.libs
checking for stdlib.h... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
yes
checking for sys/file.h... checking for string.h... checking locale.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for sys/param.h... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for memory.h... checking nl_types.h usability... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for limits.h... yes
yes
no
checking nl_types.h presence... checking for stdlib.h... (cached) yes
checking for strings.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for malloc.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
no
checking for nl_types.h... no
yes
checking for string.h... (cached) yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking malloc.h usability... checking for sys/time.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for stdint.h... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... yes
yes
checking for time.h... yes
checking stddef.h presence... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for unistd.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... x86_64-w64-mingw32-gcc -E
yes
checking for stddef.h... yes
yes
yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
no
checking ctype.h usability... checking for sys/stat.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking ctype.h presence... no
checking for fcntl.h... yes
checking sys/param.h presence... checking for stdlib.h... (cached) yes
yes
checking for ctype.h... yes
yes
yes
checking for sys/param.h... yes
checking stddef.h usability... checking for unistd.h... (cached) yes
checking for alloca.h... checking for getpagesize... yes
checking stddef.h presence... checking for feof_unlocked... no
checking for sys/pstat.h... yes
checking for working mmap... no
yes
checking for stddef.h... yes
no
checking for memcpy... checking for sys/sysmp.h... checking for string.h... (cached) yes
no
checking stdio.h usability... checking for fgets_unlocked... no
checking for sys/sysinfo.h... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
checking for strerror... no
checking for getc_unlocked... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for machine/hal_sysinfo.h... no
checking for getcwd... yes
no
checking for unistd.h... (cached) yes
checking for sys/table.h... yes
checking for uintptr_t... no
yes
configure: updating cache ./config.cache
checking for sys/sysctl.h... configure: creating ./config.status
checking for getegid... no
checking for sys/systemcfg.h... yes
checking for int_least32_t... no
checking for stdint.h... (cached) yes
no
checking for geteuid... checking for stdio_ext.h... no
yes
checking for int_fast32_t... checking for process.h... no
checking for getgid... yes
yes
checking for uint64_t... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking for getuid... yes
checking what to include in gstdint.h... yes
checking whether errno must be declared... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking size of int... yes
checking for off_t... no
checking for mempcpy... yes
yes
checking size of int... checking for munmap... no
checking for putenv... yes
checking for setenv... 4
checking size of long... no
checking for setlocale... yes
checking for stpcpy... 4
checking size of long... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... 4
checking size of size_t... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... 4
checking for ANSI C header files... (cached) yes
no
checking build system type... checking for __argz_next... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking for __fsetlocking... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for iconv... 8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... config.status: creating Makefile
no
checking for LC_MESSAGES... no
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
config.status: executing depfiles commands
yes
checking size of long long... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for GNU gettext in libintl... config.status: executing libtool commands
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
config.status: creating Makefile
config.status: creating Makefile
config.status: creating config.intl
8
config.status: creating config.h
checking for a 64-bit type... uint64_t
checking for intptr_t... config.status: executing gstdint.h commands
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for ssize_t... configure: creating cache ./config.cache
config.status: creating config.h
checking build system type... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
x86_64-pc-linux-gnu
checking host system type... yes
checking for pid_t... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
checking for C compiler default output file name... yes
checking for library containing strerror... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for asprintf... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
.exe
checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for atexit... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for basename... none needed
checking how to run the C preprocessor... yes
checking for bcmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
x86_64-w64-mingw32-gcc -E
no
checking for bcopy... no
checking for bsearch... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking for bzero... yes
checking for sys/types.h... no
checking for calloc... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
checking for sys/stat.h... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking for stdlib.h... checking for clock... yes
checking for string.h... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for ffs... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
yes
no
checking for getcwd... checking for strings.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
yes
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
checking for getpagesize... ../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for inttypes.h... yes
yes
checking for gettimeofday... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
yes
checking for unistd.h... checking for index... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking minix/config.h usability... no
checking for insque... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for memchr... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking for memcmp... rm -f libz.a
x86_64-w64-mingw32-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
yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-ranlib libz.a
checking for memcpy... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for working volatile... yes
yes
checking return type of signal handlers... checking for memmem... void
checking for size_t... no
checking for memmove... yes
checking for ssize_t... yes
checking for mempcpy... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for memset... yes
checking for library containing opendir... yes
checking for mkstemps... none required
checking for fcntl... no
no
checking for kill... checking for putenv... no
checking for lstat... yes
checking for random... no
checking for memmove... no
checking for rename... yes
yes
checking for putenv... checking for rindex... no
yes
checking for setenv... checking for select... no
checking for snprintf... no
checking for setenv... yes
checking for sigsetmask... no
checking for setlocale... yes
no
checking for strcasecmp... checking for stpcpy... yes
checking for strpbrk... no
checking for stpncpy... yes
checking for tcgetattr... no
checking for strcasecmp... yes
no
checking for vsnprintf... checking for strchr... yes
checking for isascii... yes
checking for strdup... yes
checking for isxdigit... yes
yes
checking for strncasecmp... checking for getpwent... yes
checking for strndup... no
no
checking for strnlen... checking for getpwnam... yes
no
checking for strrchr... checking for getpwuid... yes
no
checking for working strcoll... no
checking for strstr... checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for strtod... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking for strtol... checking varargs.h usability... no
checking varargs.h presence... yes
checking for strtoul... no
checking for varargs.h... no
yes
checking stdarg.h usability... yes
checking stdarg.h presence... checking for strtoll... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for strtoull... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for strverscmp... checking pwd.h usability... no
checking pwd.h presence... no
checking for tmpnam... yes
no
checking for pwd.h... no
checking for vasprintf... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for vfprintf... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... checking for vprintf... no
checking termios.h presence... yes
checking for vsnprintf... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... checking for vsprintf... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for waitpid... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking for setproctitle... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... yes
checking sys/file.h presence... no
yes
checking for sys/file.h... yes
checking for fork... checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for vfork... 64
checking for type of signal functions... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... v7
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for __fsetlocking... no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... no
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for canonicalize_file_name... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... no
checking for dup3... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for getrlimit... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... no
checking for getrusage... no
checking for getsysinfo... not found
checking for struct dirent.d_ino... no
yes
checking for gettimeofday... (cached) checking for struct dirent.d_fileno... yes
checking for on_exit... no
checking for tgetent... no
checking for psignal... no
checking for tgetent in -ltermcap... no
checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for realpath... yes
checking wctype.h presence... no
checking for setrlimit... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... no
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for sbrk... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for spawnve... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for spawnvpe... no
checking for mbsnrtowcs... yes
checking for strerror... no
checking for mbsrtowcs... yes
checking for strsignal... no
checking for sysconf... yes
checking for mbschr... no
checking for sysctl... no
checking for wcrtomb... no
checking for sysmp... no
checking for table... yes
checking for wcscoll... no
checking for times... yes
checking for wcsdup... no
checking for wait3... yes
checking for wcwidth... no
checking for wait4... no
checking for wctype... no
checking whether basename is declared... no
yes
checking for wcswidth... checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... no
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether snprintf is declared... yes
checking for iswlower... yes
checking whether vsnprintf is declared... yes
checking for iswupper... yes
checking whether calloc is declared... yes
checking for towlower... yes
checking whether getenv is declared... yes
yes
checking for towupper... checking whether getopt is declared... yes
yes
checking for iswctype... checking whether malloc is declared... yes
yes
checking for nl_langinfo and CODESET... checking whether realloc is declared... no
checking for wchar_t in wchar.h... yes
checking whether sbrk is declared... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking whether strtol is declared... yes
checking configuration for building shared libraries... yes
checking whether strtoul is declared... supported
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking whether strtoll is declared... yes
checking whether strtoull is declared... config.status: creating Makefile
yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... config.status: creating doc/Makefile
yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
config.status: creating examples/Makefile
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating shlib/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: creating testsuite/Makefile
config.status: executing default commands
config.status: creating config.h
config.status: executing default commands
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] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-06 21:53 [binutils-gdb] Formatting fixes in rust-exp.y sergiodj+buildbot
@ 2018-03-06 22:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-06 22:36 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/1141>

Commit(s) tested:
	d8344f3d05565ae24a39a8f02533c396b544a780

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Formatting fixes in rust-exp.y

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/d8/d8344f3d05565ae24a39a8f02533c396b544a780/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./intl
mkdir -p -- ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... configure: creating ./config.status
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
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)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... config.status: creating Makefile
/usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-pc-linux-gnu
checking host system type... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
none needed
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... none required
checking how to run the C preprocessor... .exe
checking for suffix of object files... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... x86_64-w64-mingw32-gcc -E
autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... checking whether x86_64-w64-mingw32-gcc supports -Wall... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for inline... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
inline
checking for sys/types.h... checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for sys/stat.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
yes
checking for string.h... checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for memory.h... yes
checking for memory.h... x86_64-w64-mingw32-gcc -E
yes
yes
checking for strings.h... checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
checking for inttypes.h... checking for inttypes.h... yes
checking for sys/types.h... yes
yes
yes
checking for stdint.h... checking for stdint.h... checking for sys/stat.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for stdlib.h... yes
checking for string.h... yes
yes
checking for off_t... checking minix/config.h usability... yes
checking for memory.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking for strings.h... yes
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for inttypes.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
64
yes
checking for working alloca.h... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdint.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for C compiler default output file name... yes
checking for unistd.h... yes
yes
checking for stdlib.h... (cached) yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
yes
a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for getpagesize... checking ctype.h usability... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... o
checking whether we are using the GNU C compiler... checking stddef.h usability... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking stddef.h presence... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stddef.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for string.h... (cached) yes
yes
checking for unsigned long long... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking stdio.h usability... none needed
checking for style of include used by make... yes
checking for inttypes.h... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no
checking for ld used by GCC... yes
checking for an ANSI C-conforming const... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for uintptr_t... yes
checking for inline... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... inline
checking whether byte ordering is bigendian... yes
checking for shared library run path origin... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... done
checking argz.h usability... no
checking argz.h presence... yes
checking for int_least32_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for a BSD-compatible install... /usr/bin/install -c
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/file.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... no
checking for argz.h... no
yes
checking for sys/param.h... checking limits.h usability... yes
checking for limits.h... yes
yes
checking for int_fast32_t... yes
checking limits.h presence... checking for stdlib.h... (cached) yes
yes
checking for limits.h... yes
checking for malloc.h... ok
checking locale.h usability... checking how to run the C preprocessor... yes
checking for string.h... (cached) yes
yes
checking for uint64_t... x86_64-w64-mingw32-gcc -E
checking for unistd.h... (cached) yes
yes
checking locale.h presence... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for locale.h... yes
checking for ANSI C header files... checking nl_types.h usability... yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking nl_types.h presence... checking for time.h... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for sys/types.h... yes
checking for off_t... checking for sys/resource.h... yes
yes
checking malloc.h presence... checking for sys/stat.h... no
yes
checking for sys/stat.h... checking for malloc.h... (cached) yes
yes
checking stddef.h usability... checking for sys/mman.h... yes
yes
checking size of int... checking for stdlib.h... no
checking for fcntl.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for string.h... yes
checking for stdlib.h... (cached) yes
checking for alloca.h... checking for string.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for sys/pstat.h... yes
checking sys/param.h usability... no
checking for memory.h... checking for sys/sysmp.h... yes
checking sys/param.h presence... no
yes
yes
checking for sys/param.h... yes
checking for sys/sysinfo.h... checking for strings.h... checking for feof_unlocked... no
checking for machine/hal_sysinfo.h... yes
checking for inttypes.h... no
checking for sys/table.h... no
checking for fgets_unlocked... no
yes
checking for sys/sysctl.h... checking for stdint.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for unistd.h... no
checking for getc_unlocked... 4
checking size of long... no
checking for process.h... yes
checking for sys/prctl.h... yes
checking for dlfcn.h... no
no
checking for sys/wait.h that is POSIX.1 compatible... checking for getcwd... no
checking whether time.h and sys/time.h may both be included... no
checking for objdir... .libs
yes
yes
checking whether errno must be declared... checking for getegid... no
checking size of int... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for geteuid... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getuid... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 4
checking for ANSI C header files... (cached) yes
checking build system type... no
checking for mempcpy... x86_64-pc-linux-gnu
checking host system type... yes
checking dynamic linker characteristics... x86_64-w64-mingw32
checking target system type... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for munmap... 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... x86_64-w64-mingw32-gcc -E
no
checking for putenv... checking for stdlib.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for getpagesize... 4
checking size of long... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... yes
checking for working mmap... no
checking for memcpy... no
checking for setlocale... yes
checking for strerror... config.status: creating Makefile
yes
checking for stpcpy... yes
checking for unistd.h... (cached) yes
config.status: creating config.h
config.status: executing gstdint.h commands
configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for strcasecmp... yes
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... yes
checking for tsearch... yes
configure: creating cache ./config.cache
checking for __argz_count... checking build system type... x86_64-pc-linux-gnu
checking host system type... no
checking for __argz_stringify... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for __argz_next... checking for C compiler default output file name... no
checking for __fsetlocking... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for iconv... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 8
checking for long long... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for LC_MESSAGES... no
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... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for GNU gettext in libintl... yes
checking size of long long... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
x86_64-w64-mingw32-gcc -E
config.status: executing depfiles commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
config.status: creating Makefile
yes
checking for sys/types.h... yes
checking for sys/stat.h... config.status: creating config.intl
config.status: creating config.h
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
config.status: executing default-1 commands
checking for stdlib.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for string.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
checking for memory.h... 8
checking for a 64-bit type... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for strings.h... uint64_t
checking for intptr_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for uintptr_t... yes
checking for unistd.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking minix/config.h usability... yes
checking for ssize_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for pid_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
no
checking for working volatile... checking for library containing strerror... yes
checking return type of signal handlers... void
none required
checking for size_t... checking for asprintf... yes
checking for atexit... yes
checking for ssize_t... yes
checking for basename... yes
checking for bcmp... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for bcopy... yes
checking for library containing opendir... no
checking for bsearch... none required
yes
checking for fcntl... checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for kill... no
checking for calloc... no
checking for lstat... yes
checking for clock... no
checking for memmove... yes
checking for ffs... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for putenv... no
checking for getcwd... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for select... yes
checking for getpagesize... no
checking for setenv... yes
checking for gettimeofday... no
checking for setlocale... yes
checking for index... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for strcasecmp... no
checking for insque... yes
checking for strpbrk... no
checking for memchr... yes
yes
checking for tcgetattr... checking for memcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
no
checking for memcpy... checking for vsnprintf... yes
yes
checking for memmem... checking for isascii... no
yes
checking for memmove... checking for isxdigit... yes
checking for mempcpy... yes
checking for getpwent... yes
checking for memset... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for getpwnam... no
yes
checking for getpwuid... checking for mkstemps... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
no
checking for working strcoll... no
checking fcntl.h usability... checking for putenv... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking for unistd.h... (cached) yes
checking for random... checking for stdlib.h... (cached) yes
checking varargs.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
checking varargs.h presence... no
checking for rename... no
checking for varargs.h... no
checking stdarg.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
checking for rindex... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... no
checking for setenv... yes
no
checking limits.h presence... checking for snprintf... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sigsetmask... yes
checking locale.h presence... yes
checking for locale.h... yes
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
checking pwd.h usability... no
checking for stpcpy... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... no
checking for stpncpy... no
checking for strcasecmp... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strchr... no
checking termios.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
checking for strdup... no
checking for termios.h... no
checking termio.h usability... yes
no
checking termio.h presence... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for strncasecmp... no
checking for termio.h... no
checking sys/pte.h usability... yes
no
checking sys/pte.h presence... checking for strndup... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking for strnlen... no
checking sys/stream.h presence... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strrchr... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strstr... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtod... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for strtol... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
64
checking for type of signal functions... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for strtoul... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
checking for strtoll... x86_64-w64-mingw32-ranlib libdecnumber.a
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-ranlib libz.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for strtoull... /bin/sh ./config.status config.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... rm -f plural.h
yes
checking for strverscmp... config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for tmpnam... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for sig_atomic_t in signal.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
checking for vasprintf... yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for vfprintf... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for vsnprintf... not found
checking for struct dirent.d_ino... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for struct dirent.d_fileno... yes
checking for vsprintf... no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for tgetent in -ltermcap... yes
checking for waitpid... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking for setproctitle... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking wchar.h presence... no
checking for fork... yes
checking for wchar.h... yes
checking langinfo.h usability... no
no
checking langinfo.h presence... checking for vfork... no
checking for langinfo.h... no
checking for mbrlen... no
checking for _doprnt... yes
checking for mbscasecmp... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for mbscmp... no
checking for external symbol _system_configuration... no
checking for mbsnrtowcs... no
checking for __fsetlocking... no
checking for mbsrtowcs... no
checking for canonicalize_file_name... yes
checking for mbschr... no
checking for dup3... no
checking for wcrtomb... no
checking for getrlimit... yes
checking for wcscoll... no
checking for getrusage... yes
checking for wcsdup... no
checking for getsysinfo... yes
checking for wcwidth... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wctype... no
checking for psignal... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getdynamic... no
yes
checking for pstat_getstatic... checking for iswlower... yes
no
checking for realpath... checking for iswupper... no
yes
checking for setrlimit... checking for towlower... no
checking for sbrk... yes
checking for towupper... no
checking for spawnve... yes
checking for iswctype... yes
checking for spawnvpe... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strerror... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for strsignal... yes
checking configuration for building shared libraries... no
supported
checking for sysconf... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sysctl... no
checking for sysmp... config.status: creating Makefile
config.status: creating doc/Makefile
no
checking for table... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for times... config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-06 12:54 [binutils-gdb] gdb/riscv: Fixes to printf format strings sergiodj+buildbot
@ 2018-03-06 13:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-06 13:18 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/1132>

Commit(s) tested:
	cab5bb9d1f9fcf674d5b4c82aba7622597b1fd35

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Fixes to printf format strings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ca/cab5bb9d1f9fcf674d5b4c82aba7622597b1fd35/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for msgfmt... x86_64-pc-linux-gnu
checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for msgmerge... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... perl
configure: updating cache ./config.cache
configure: creating ./config.status
checking build system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
none needed
checking whether we are cross compiling... yes
checking for suffix of executables... config.status: creating Makefile
checking build system type... .exe
checking for suffix of object files... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... yes
o
checking whether we are using the GNU C compiler... mkdir -p -- ./libdecnumber
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... Configuring in ./libdecnumber
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... none required
checking how to run the C preprocessor... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
checking for C compiler default output file name... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for an ANSI C-conforming const... /usr/bin/grep -E
checking for ANSI C header files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking for inline... .exe
checking for suffix of object files... inline
checking for sys/types.h... yes
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
yes
checking for sys/stat.h... checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for stdlib.h... yes
none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for stdlib.h... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for string.h... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for string.h... checking for memory.h... checking for C compiler default output file name... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking for memory.h... checking for strings.h... yes
.exe
checking for suffix of object files... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for strings.h... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... o
checking whether we are using the GNU C compiler... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for stdint.h... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
yes
checking for stdint.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... checking for unistd.h... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
ok
checking how to run the C preprocessor... yes
checking for off_t... checking minix/config.h usability... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for ANSI C header files... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for sys/types.h... yes
yes
checking for sys/stat.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking for working alloca.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... no
checking for alloca... checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for stdlib.h... (cached) yes
yes
yes
checking how to run the C preprocessor... yes
checking for string.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for unistd.h... (cached) yes
checking for getpagesize... yes
x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... checking for memory.h... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for grep that handles long lines and -e... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... no
checking whether integer division by zero raises SIGFPE... guessing no
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inttypes.h... checking for strings.h... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for sys/types.h... yes
checking for unsigned long long... yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... yes
yes
checking for inttypes.h... checking for sys/stat.h... yes
checking for unistd.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
no
checking for ld used by GCC... yes
checking for dlfcn.h... checking for stdlib.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... checking for string.h... no
checking for objdir... inline
checking whether byte ordering is bigendian... .libs
yes
done
checking for memory.h... checking argz.h usability... yes
no
checking argz.h presence... checking for strings.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for sys/file.h... no
checking for argz.h... no
yes
checking for inttypes.h... yes
checking limits.h usability... checking for sys/param.h... yes
checking limits.h presence... yes
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... checking for limits.h... yes
yes
checking for limits.h... yes
checking for stdint.h... checking locale.h usability... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for malloc.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
yes
checking for string.h... (cached) yes
checking nl_types.h usability... checking ctype.h usability... checking for unistd.h... (cached) yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking for strings.h... (cached) yes
checking for sys/time.h... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking dynamic linker characteristics... Win32 ld.exe
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... x86_64-w64-mingw32-gcc -E
yes
checking malloc.h presence... yes
checking stddef.h presence... yes
checking for malloc.h... yes
checking for time.h... checking stddef.h usability... yes
checking for stddef.h... yes
yes
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for sys/resource.h... checking for stdlib.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdio.h usability... checking for getpagesize... no
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... checking sys/param.h usability... yes
checking stdio.h presence... no
yes
checking for working mmap... no
checking for fcntl.h... yes
checking for stdio.h... yes
yes
checking sys/param.h presence... checking for memcpy... yes
checking for sys/param.h... yes
yes
checking for feof_unlocked... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for alloca.h... yes
no
checking for sys/pstat.h... checking for strerror... no
checking for sys/sysmp.h... no
checking for fgets_unlocked... yes
checking for uintptr_t... no
checking for sys/sysinfo.h... yes
checking for unistd.h... (cached) yes
no
checking for machine/hal_sysinfo.h... yes
checking for int_least32_t... no
checking for getc_unlocked... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for int_fast32_t... no
checking for getcwd... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... checking for getegid... no
checking for process.h... yes
yes
checking for uint64_t... checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for geteuid... no
checking whether time.h and sys/time.h may both be included... yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking whether errno must be declared... checking for an ANSI C-conforming const... no
checking for getgid... yes
checking for off_t... no
checking size of int... no
checking for getuid... yes
checking size of int... no
checking for mempcpy... yes
checking for munmap... no
checking for putenv... yes
4
checking size of long... checking for setenv... no
checking for setlocale... 4
checking size of long... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... config.status: creating Makefile
4
checking size of size_t... config.status: executing depfiles commands
config.status: executing libtool commands
yes
checking for tsearch... 4
checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
x86_64-pc-linux-gnu
checking host system type... mkdir -p -- ./readline
x86_64-w64-mingw32
checking target system type... Configuring in ./readline
x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
checking for __argz_stringify... no
no
checking for __argz_next... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for __fsetlocking... configure: creating cache ./config.cache
no
checking for iconv... checking build system type... config.status: creating Makefile
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... config.status: creating config.h
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
8
checking for long long... config.status: executing gstdint.h commands
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for C compiler default output file name... no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
3.0.4, ok
checking whether NLS is requested... yes
a.exe
checking whether the C compiler works... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking whether we are cross compiling... yes
checking for suffix of executables... yes
checking size of long long... no
checking for GNU gettext in libintl... .exe
checking for suffix of object files... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: creating Makefile
config.status: creating config.intl
yes
checking for sys/types.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sys/stat.h... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
checking for stdlib.h... 8
checking for a 64-bit type... yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for string.h... uint64_t
checking for intptr_t... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for uintptr_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ssize_t... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking for pid_t... yes
checking return type of signal handlers... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for library containing strerror... void
checking for size_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
none required
checking for asprintf... yes
checking for ssize_t... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for atexit... no
checking for dirent.h that defines DIR... yes
checking for basename... yes
yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for library containing opendir... checking for bcmp... no
checking for bcopy... none required
no
checking for bsearch... checking for fcntl... yes
no
checking for kill... checking for bzero... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
no
checking for lstat... checking for calloc... yes
checking for clock... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
no
checking for memmove... yes
yes
checking for putenv... checking for ffs... yes
checking for select... no
no
checking for getcwd... checking for setenv... no
yes
checking for setlocale... checking for getpagesize... yes
yes
checking for strcasecmp... checking for gettimeofday... yes
yes
checking for strpbrk... checking for index... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
no
yes
checking for insque... checking for tcgetattr... no
checking for memchr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
yes
no
checking for vsnprintf... checking for memcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
checking for isascii... yes
checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for isxdigit... yes
yes
checking for memmem... checking for getpwent... no
checking for getpwnam... no
checking for memmove... no
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
checking for getpwuid... yes
checking for mempcpy... no
checking for working strcoll... no
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
checking fcntl.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for memset... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
x86_64-w64-mingw32-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 varargs.h usability... x86_64-w64-mingw32-ranlib libz.a
yes
source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
checking varargs.h presence... checking for mkstemps... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for varargs.h... no
checking stdarg.h usability... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
no
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
config.status: creating config.h
checking for random... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
checking for strings.h... (cached) yes
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 checking limits.h usability... ^^^^^^^^^^^^
no
checking for rename... rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking locale.h presence... yes
checking for locale.h... yes
checking for rindex... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
checking pwd.h usability... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking pwd.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
no
checking for pwd.h... no
checking for memory.h... (cached) yes
no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
checking for setenv... checking termcap.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
no
yes
checking termcap.h presence... checking for snprintf... yes
checking for termcap.h... yes
checking termios.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for sigsetmask... no
checking termio.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
no
checking for termio.h... no
checking sys/pte.h usability... no
checking for stpcpy... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
no
checking sys/pte.h presence... no
checking for sys/pte.h... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
checking sys/stream.h usability... no
checking for stpncpy... no
checking sys/stream.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
no
checking for sys/stream.h... no
checking sys/select.h usability... no
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
checking for strcasecmp... no
checking sys/select.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for sys/select.h... no
checking sys/file.h usability... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
yes
checking for strchr... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strdup... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for type of signal functions... checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strrchr... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking for strstr... yes
checking whether signal handlers are of type void... yes
checking for strtod... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for strtol... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for strtoul... not found
checking for struct dirent.d_ino... yes
checking for strtoll... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for strtoull... no
checking for tgetent in -ltermcap... yes
checking for strverscmp... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking for tmpnam... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking for vasprintf... checking wchar.h usability... yes
yes
checking wchar.h presence... checking for vfprintf... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
no
checking langinfo.h presence... checking for vprintf... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for vsnprintf... yes
checking for mbscasecmp... yes
no
checking for mbscmp... checking for vsprintf... no
checking for mbsnrtowcs... yes
checking for waitpid... no
checking for mbsrtowcs... no
checking for setproctitle... yes
checking for mbschr... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for wcrtomb... no
checking for fork... yes
checking for wcscoll... no
checking for vfork... yes
checking for wcsdup... no
checking for _doprnt... yes
checking for wcwidth... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wctype... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for wcswidth... no
checking for canonicalize_file_name... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for dup3... yes
checking for iswlower... no
checking for getrlimit... yes
checking for iswupper... no
checking for getrusage... yes
checking for towlower... no
checking for getsysinfo... yes
checking for towupper... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswctype... no
checking for psignal... yes
no
checking for nl_langinfo and CODESET... checking for pstat_getdynamic... no
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... no
checking for pstat_getstatic... yes
checking for wint_t in wctype.h... no
checking for realpath... yes
checking configuration for building shared libraries... supported
no
checking for setrlimit... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sbrk... no
checking for spawnve... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking for spawnvpe... config.status: creating examples/Makefile
yes
checking for strerror... config.status: creating shlib/Makefile
yes
config.status: creating config.h
checking for strsignal... config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-03  1:20 [binutils-gdb] opcodes error messages sergiodj+buildbot
@ 2018-03-03  1:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-03  1:55 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/1118>

Commit(s) tested:
	a6743a5420aa02a0550b0f7be004f6c06e90ce21

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	opcodes error messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/a6/a6743a5420aa02a0550b0f7be004f6c06e90ce21/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./intl
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating ./config.status
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating 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
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... config.status: creating Makefile
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
/usr/bin/xgettext
checking for msgmerge... checking for C compiler default output file name... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for C compiler default output file name... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... a.exe
checking whether the C compiler works... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of executables... checking for suffix of object files... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... .exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
x86_64-w64-mingw32-gcc -E
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
checking for sys/stat.h... yes
checking for an ANSI C-conforming const... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for inline... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... inline
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for string.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... checking for sys/stat.h... yes
checking how to run the C preprocessor... yes
checking for memory.h... yes
x86_64-w64-mingw32-gcc -E
checking for stdlib.h... yes
checking for strings.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for string.h... yes
yes
checking for inttypes.h... checking for memory.h... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for strings.h... checking for sys/types.h... yes
checking for stdint.h... yes
yes
checking for inttypes.h... yes
checking for sys/stat.h... checking for unistd.h... yes
yes
checking for C compiler default output file name... checking for stdint.h... checking for stdlib.h... yes
yes
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for string.h... checking for unistd.h... yes
checking for memory.h... .exe
checking for suffix of object files... yes
yes
checking minix/config.h usability... checking for off_t... o
checking whether we are using the GNU C compiler... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inttypes.h... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for stdint.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for working alloca.h... yes
yes
no
checking for alloca... checking for unistd.h... checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... checking for stdlib.h... (cached) yes
/usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking whether integer division by zero raises SIGFPE... guessing no
yes
checking ctype.h presence... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... yes
checking for ctype.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking stddef.h usability... yes
checking for stdint.h... yes
1572864
checking whether the shell understands some XSI constructs... checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... yes
checking for unsigned long long... yes
checking stddef.h presence... yes
checking for stddef.h... yes
file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for inttypes.h... checking for string.h... (cached) yes
checking stdio.h usability... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking stdio.h presence... yes
checking for stdio.h... yes
no
checking for ld used by GCC... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
ok
checking for an ANSI C-conforming const... checking how to run the C preprocessor... yes
checking for inline... x86_64-w64-mingw32-gcc -E
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... inline
checking whether byte ordering is bigendian... yes
checking for uintptr_t... checking for ANSI C header files... done
checking argz.h usability... yes
checking for int_least32_t... yes
checking for sys/types.h... no
checking argz.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
no
checking for argz.h... no
checking for sys/file.h... checking limits.h usability... checking for sys/stat.h... yes
checking for int_fast32_t... yes
checking for sys/param.h... yes
checking limits.h presence... yes
yes
checking for stdlib.h... yes
checking for limits.h... yes
yes
checking for uint64_t... checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking for malloc.h... checking for string.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking for string.h... (cached) yes
yes
yes
checking for off_t... checking nl_types.h usability... checking for unistd.h... (cached) yes
checking for memory.h... checking for strings.h... (cached) yes
yes
checking for strings.h... checking for sys/time.h... yes
no
checking nl_types.h presence... checking for inttypes.h... yes
checking size of int... no
checking for nl_types.h... no
checking malloc.h usability... yes
yes
checking for time.h... checking for stdint.h... yes
checking for sys/resource.h... yes
checking malloc.h presence... no
yes
checking for sys/stat.h... (cached) yes
yes
checking for malloc.h... yes
checking for unistd.h... checking for sys/mman.h... checking stddef.h usability... yes
no
checking for fcntl.h... yes
checking stddef.h presence... checking for dlfcn.h... yes
checking for stddef.h... yes
yes
checking for alloca.h... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking sys/param.h usability... checking for sys/pstat.h... no
checking for objdir... .libs
no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for feof_unlocked... checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
4
checking size of long... checking for sys/sysctl.h... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking for sys/systemcfg.h... no
checking for fgets_unlocked... no
checking for stdint.h... (cached) yes
no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for stdio_ext.h... no
checking for process.h... no
checking for getc_unlocked... yes
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
no
checking whether time.h and sys/time.h may both be included... checking for getcwd... yes
checking whether errno must be declared... yes
checking dynamic linker characteristics... yes
checking for getegid... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking size of int... 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... x86_64-w64-mingw32-gcc -E
no
checking for geteuid... checking for stdlib.h... (cached) yes
4
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
no
checking for getpagesize... checking build system type... checking for getgid... x86_64-pc-linux-gnu
checking host system type... yes
checking for working mmap... no
x86_64-w64-mingw32
checking target system type... checking for memcpy... no
checking for getuid... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking for strerror... no
checking for mempcpy... no
yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for munmap... configure: updating cache ./config.cache
4
checking size of long... configure: creating ./config.status
no
checking for putenv... yes
config.status: creating Makefile
checking for setenv... config.status: creating config.h
no
checking for setlocale... config.status: executing gstdint.h commands
make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... 4
checking size of size_t... yes
checking for strtoul... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... checking for tsearch... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... yes
checking for __argz_count... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking for __argz_stringify... .exe
checking for suffix of object files... no
checking for __argz_next... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... no
checking for __fsetlocking... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... no
checking for iconv... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... config.status: creating Makefile
/usr/bin/grep -E
checking for ANSI C header files... 8
no
checking for LC_MESSAGES... checking for long long... no
checking for bison... bison
checking version of bison... config.status: executing depfiles commands
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... config.status: executing libtool commands
yes
checking for sys/types.h... no
checking for GNU gettext in libintl... yes
checking size of long long... yes
no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for sys/stat.h... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for stdlib.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... config.status: creating Makefile
yes
checking for inttypes.h... config.status: creating config.intl
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
config.status: creating config.h
yes
config.status: executing default-1 commands
checking for stdint.h... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
yes
checking for unistd.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
yes
checking minix/config.h usability... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for uintptr_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking for ssize_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for pid_t... yes
checking for ssize_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for atexit... yes
checking for library containing opendir... yes
checking for basename... none required
checking for fcntl... yes
checking for bcmp... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
no
checking for kill... no
checking for bcopy... no
checking for lstat... no
checking for bsearch... no
checking for memmove... yes
checking for bzero... yes
checking for putenv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
no
checking for calloc... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for select... no
checking for setenv... yes
checking for clock... no
checking for setlocale... yes
checking for ffs... yes
checking for strcasecmp... no
checking for getcwd... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
checking for strpbrk... yes
checking for getpagesize... yes
yes
checking for tcgetattr... checking for gettimeofday... no
checking for vsnprintf... yes
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for index... no
yes
checking for insque... checking for isascii... no
checking for memchr... yes
checking for isxdigit... yes
checking for memcmp... yes
checking for getpwent... yes
no
checking for getpwnam... checking for memcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for memmem... no
checking for getpwuid... no
checking for memmove... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking for mempcpy... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for memset... no
checking varargs.h presence... yes
checking for mkstemps... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for putenv... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for random... yes
checking limits.h presence... yes
checking for limits.h... yes
no
checking for rename... checking locale.h usability... source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
yes
checking locale.h presence... yes
checking for locale.h... yes
checking for rindex... checking pwd.h usability... no
checking for setenv... no
checking pwd.h presence... no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking termcap.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for snprintf... yes
checking for sigsetmask... yes
checking termcap.h presence... yes
checking for termcap.h... yes
no
checking for stpcpy... checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
no
checking for termios.h... no
checking termio.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for strchr... checking sys/stream.h usability... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
no
checking sys/stream.h presence... yes
no
checking for sys/stream.h... no
checking for strdup... checking sys/select.h usability... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking sys/select.h presence... yes
checking for strncasecmp... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strndup... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
no
checking for type of signal functions... checking for strnlen... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for strrchr... yes
checking for strstr... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... yes
checking for strtod... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -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 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -O2 -D__USE_MINGW_ACCESS -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether termios.h defines TIOCGWINSZ... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking whether sys/ioctl.h defines TIOCGWINSZ... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "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 -Wl,--stack,12582912" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-w64-mingw32" "AR=x86_64-w64-mingw32-ar" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld" "LIBCFLAGS=-g -O2 -D__USE_MINGW_ACCESS" "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib" "DESTDIR=" DO=all multi-do # make
yes
rm -f libz.a
x86_64-w64-mingw32-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 strtol... no
checking for sig_atomic_t in signal.h... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
checking for strtoul... yes
checking whether signal handlers are of type void... x86_64-w64-mingw32-ranlib libz.a
yes
checking for TIOCSTAT in sys/ioctl.h... yes
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
checking for strtoll... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/zlib'
no
checking for struct winsize in sys/ioctl.h and termios.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
checking for strtoull... config.status: creating config.h
config.status: config.h is unchanged
rm -f plural.h
not found
checking for struct dirent.d_ino... test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
yes
checking for struct dirent.d_fileno... checking for strverscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
no
checking for tgetent... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
no
checking for tmpnam... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
no
checking for tgetent in -ltermcap... yes
checking for vasprintf... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vfprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for vprintf... yes
checking wchar.h presence... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for vsnprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for vsprintf... yes
checking for mbscasecmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for waitpid... no
checking for mbscmp... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for setproctitle... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for mbsnrtowcs... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: *** Waiting for unfinished jobs....
no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
no
checking for mbsrtowcs... checking for vfork.h... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking for fork... yes
checking for mbschr... no
checking for vfork... no
checking for wcrtomb... no
checking for _doprnt... yes
checking for wcscoll... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for wcsdup... no
checking for external symbol _system_configuration... no
yes
checking for wcwidth... checking for __fsetlocking... no
no
checking for wctype... checking for canonicalize_file_name... yes
checking for wcswidth... no
checking for dup3... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getrlimit... yes
checking for iswlower... no
checking for getrusage... no
yes
checking for getsysinfo... checking for iswupper... no
checking for gettimeofday... yes
(cached) yes
checking for towlower... checking for on_exit... yes
no
checking for psignal... checking for towupper... no
checking for pstat_getdynamic... yes
checking for iswctype... no
checking for pstat_getstatic... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for realpath... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for setrlimit... yes
checking configuration for building shared libraries... supported
no
checking for sbrk... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for spawnve... yes
config.status: creating Makefile
checking for spawnvpe... config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
checking for strerror... config.status: creating shlib/Makefile
config.status: creating config.h
yes
checking for strsignal... config.status: executing default commands
no
checking for sysconf... no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-02 12:46 [binutils-gdb] Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build on mingw*) sergiodj+buildbot
@ 2018-03-02 13:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-02 13:39 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/1116>

Commit(s) tested:
	ab818ade016bcd794980438775e15c7a74f054f9

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build on mingw*)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ab/ab818ade016bcd794980438775e15c7a74f054f9/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./intl
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... x86_64-w64-mingw32
checking target system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for C compiler default output file name... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
.exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... checking for perl... perl
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking build system type... x86_64-pc-linux-gnu
checking host system type... none required
checking how to run the C preprocessor... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... configure: creating cache ./config.cache
/usr/bin/grep
checking for egrep... checking for C compiler default output file name... checking whether make sets $(MAKE)... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for C compiler default output file name... yes
checking for an ANSI C-conforming const... yes
.exe
checking for inline... checking for suffix of object files... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... inline
checking for sys/types.h... o
checking whether we are using the GNU C compiler... yes
.exe
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for stdlib.h... none needed
checking how to run the C preprocessor... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... x86_64-w64-mingw32-gcc -E
yes
checking for string.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether x86_64-w64-mingw32-gcc supports -W... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
yes
yes
checking for inttypes.h... checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... checking for stdlib.h... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... checking for stdint.h... yes
checking for string.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
checking how to run the C preprocessor... checking for memory.h... yes
checking for off_t... x86_64-w64-mingw32-gcc -E
yes
checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for inttypes.h... yes
checking for size_t... yes
yes
checking for stdint.h... checking for sys/types.h... yes
yes
checking for working alloca.h... checking for unistd.h... yes
no
checking for alloca... checking for sys/stat.h... yes
yes
checking for stdlib.h... (cached) yes
checking minix/config.h usability... yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for stdlib.h... /usr/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 x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking minix/config.h presence... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for C compiler default output file name... checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for unsigned long long... yes
64
checking for strings.h... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for inttypes.h... yes
.exe
checking whether the inttypes.h PRIxNN macros are broken... checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... no
checking for ld used by GCC... yes
o
checking whether we are using the GNU C compiler... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... done
yes
none needed
checking argz.h usability... checking for style of include used by make... checking ctype.h usability... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... no
checking argz.h presence... yes
checking ctype.h presence... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for ctype.h... /usr/bin/sed
yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... no
checking for argz.h... no
/usr/bin/grep -E
checking for fgrep... checking limits.h usability... /usr/bin/grep -F
checking stddef.h usability... checking for ld used by x86_64-w64-mingw32-gcc... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
checking limits.h presence... yes
checking stddef.h presence... yes
checking for limits.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for stddef.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for string.h... (cached) yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking stdio.h usability... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking locale.h usability... yes
checking locale.h presence... yes
checking stdio.h presence... yes
checking for locale.h... yes
yes
checking for stdio.h... yes
checking nl_types.h usability... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for an ANSI C-conforming const... ok
checking how to run the C preprocessor... yes
checking for inline... no
checking nl_types.h presence... x86_64-w64-mingw32-gcc -E
yes
checking for uintptr_t... no
checking for nl_types.h... no
checking malloc.h usability... inline
checking whether byte ordering is bigendian... checking for ANSI C header files... yes
yes
checking for int_least32_t... checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/types.h... checking for sys/file.h... yes
checking for int_fast32_t... yes
checking stddef.h presence... yes
checking for sys/param.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for sys/stat.h... checking for string.h... (cached) yes
checking for limits.h... yes
checking for uint64_t... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
yes
checking for stdlib.h... checking for stdlib.h... (cached) yes
yes
checking sys/param.h presence... checking for malloc.h... yes
checking for sys/param.h... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for feof_unlocked... yes
checking for string.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for off_t... checking for strings.h... (cached) yes
checking for sys/time.h... yes
no
checking for fgets_unlocked... yes
checking for memory.h... checking for time.h... yes
checking for sys/resource.h... yes
yes
checking size of int... no
checking for strings.h... checking for getc_unlocked... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
yes
checking for fcntl.h... checking for inttypes.h... no
checking for getcwd... yes
yes
checking for alloca.h... checking for stdint.h... yes
no
checking for sys/pstat.h... checking for getegid... no
checking for sys/sysmp.h... yes
checking for unistd.h... no
no
checking for geteuid... checking for sys/sysinfo.h... no
yes
checking for machine/hal_sysinfo.h... checking for dlfcn.h... no
checking for sys/table.h... no
no
checking for objdir... checking for sys/sysctl.h... .libs
no
no
checking for getgid... checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
no
checking for getuid... checking for stdio_ext.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for process.h... yes
4
checking size of long... no
checking for mempcpy... checking for sys/prctl.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for munmap... yes
checking whether errno must be declared... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking size of int... no
checking for putenv... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking dynamic linker characteristics... checking for setenv... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
no
checking for setlocale... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for stpcpy... 4
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking for working mmap... no
x86_64-w64-mingw32
checking target system type... checking for memcpy... no
checking for strcasecmp... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
4
checking size of long... yes
checking for strerror... checking for strdup... no
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for unistd.h... (cached) yes
yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for tsearch... config.status: creating Makefile
yes
checking for __argz_count... config.status: creating config.h
config.status: executing gstdint.h commands
no
checking for __argz_stringify... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_next... 4
checking size of size_t... no
checking for __fsetlocking... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... configure: creating cache ./config.cache
no
checking for LC_MESSAGES... checking build system type... no
checking for bison... bison
checking version of bison... x86_64-pc-linux-gnu
checking host system type... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for C compiler default output file name... configure: updating cache ./config.cache
configure: creating ./config.status
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... config.status: creating Makefile
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for long long... config.status: creating config.intl
config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.h
config.status: executing default-1 commands
config.status: executing depfiles commands
x86_64-w64-mingw32-gcc -E
yes
checking size of long long... config.status: executing libtool commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
config.status: creating config.h
checking for sys/types.h... config.status: config.h is unchanged
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for sys/stat.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for stdlib.h... yes
checking for string.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
checking for strings.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
checking for inttypes.h... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
yes
8
checking for a 64-bit type... checking for stdint.h... yes
uint64_t
checking for intptr_t... checking for unistd.h... yes
checking minix/config.h usability... yes
checking for uintptr_t... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... yes
checking for ssize_t... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
yes
checking for pid_t... no
checking for working volatile... yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
checking return type of signal handlers... void
checking for size_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for ssize_t... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
yes
checking for atexit... yes
checking for basename... yes
checking for ANSI C header files... (cached) yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
yes
checking for bcmp... checking for library containing opendir... none required
no
checking for fcntl... checking for bcopy... no
checking for bsearch... no
checking for kill... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
yes
x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for bzero... no
checking for lstat... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
no
checking for calloc... x86_64-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
no
checking for memmove... In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
yes
checking for clock... yes
checking for putenv... yes
checking for ffs... yes
checking for select... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking for getcwd... no
checking for setenv... yes
checking for getpagesize... no
checking for setlocale... yes
checking for gettimeofday... yes
checking for strcasecmp... source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
yes
checking for index... yes
checking for strpbrk... no
checking for insque... yes
checking for tcgetattr... no
checking for memchr... no
checking for vsnprintf... yes
checking for memcmp... yes
checking for isascii... yes
checking for memcpy... source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
yes
yes
checking for isxdigit... checking for memmem... yes
no
checking for memmove... checking for getpwent... yes
checking for mempcpy... no
checking for getpwnam... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for memset... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
no
checking for getpwuid... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
yes
no
checking for working strcoll... no
checking fcntl.h usability... checking for mkstemps... source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -g -O2 -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
rm -f libdecnumber.a
no
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
checking for putenv... checking for unistd.h... (cached) yes
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for random... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for rename... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking for rindex... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... no
checking for setenv... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... no
checking for snprintf... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for sigsetmask... checking for memory.h... (cached) yes
checking termcap.h usability... no
yes
checking termcap.h presence... checking for stpcpy... yes
checking for termcap.h... yes
checking termios.h usability... no
checking for stpncpy... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking for strcasecmp... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strchr... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strdup... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking for strncasecmp... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking for strndup... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for strnlen... 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 strrchr... 64
checking for type of signal functions... yes
checking for strstr... yes
checking for strtod... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for strtol... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
no
checking whether termios.h defines TIOCGWINSZ... checking for strtoul... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for strtoll... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for strtoull... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for strverscmp... not found
checking for struct dirent.d_ino... no
checking for tmpnam... yes
checking for struct dirent.d_fileno... yes
checking for vasprintf... no
checking for tgetent... yes
checking for vfprintf... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking for vprintf... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking for vsnprintf... yes
checking wchar.h presence... yes
checking for wchar.h... yes
yes
checking langinfo.h usability... checking for vsprintf... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... yes
checking for waitpid... yes
checking for mbscasecmp... no
checking for setproctitle... no
checking for mbscmp... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for mbsnrtowcs... no
checking for vfork... no
checking for mbsrtowcs... no
checking for _doprnt... yes
checking for mbschr... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for wcrtomb... no
checking for external symbol _system_configuration... yes
checking for wcscoll... no
checking for __fsetlocking... yes
checking for wcsdup... no
checking for canonicalize_file_name... yes
checking for wcwidth... no
checking for dup3... no
checking for wctype... no
checking for getrlimit... yes
checking for wcswidth... no
checking for getrusage... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for getsysinfo... yes
checking for iswlower... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for iswupper... no
checking for psignal... yes
checking for towlower... no
checking for pstat_getdynamic... yes
checking for towupper... no
checking for pstat_getstatic... yes
checking for iswctype... no
checking for realpath... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... no
checking for setrlimit... yes
checking for wctype_t in wctype.h... no
checking for sbrk... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... no
checking for spawnve... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for spawnvpe... yes
checking for strerror... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking for strsignal... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
checking for sysconf... config.status: creating config.h
config.status: executing default commands
no
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether 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... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
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/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-03-02 12:07 [binutils-gdb] [GDB/testsuite] Use %progbits in watch-loc.c sergiodj+buildbot
@ 2018-03-02 12:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2018-03-02 12:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1115>

Commit(s) tested:
	ecc054c097e7ced281d02ef9632eb0261a410b96

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	[GDB/testsuite] Use %progbits in watch-loc.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/ec/ecc054c097e7ced281d02ef9632eb0261a410b96/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

	-c -o ada-exp.o -MT ada-exp.o -MMD -MP -MF ./.deps/ada-exp.Tpo `if test -f ada-exp.c; then echo ada-exp.c; else echo ../../binutils-gdb/gdb/ada-exp.c; fi`
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o c-exp.o -MT c-exp.o -MMD -MP -MF ./.deps/c-exp.Tpo c-exp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o cp-name-parser.o -MT cp-name-parser.o -MMD -MP -MF ./.deps/cp-name-parser.Tpo cp-name-parser.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o d-exp.o -MT d-exp.o -MMD -MP -MF ./.deps/d-exp.Tpo d-exp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o f-exp.o -MT f-exp.o -MMD -MP -MF ./.deps/f-exp.Tpo f-exp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o go-exp.o -MT go-exp.o -MMD -MP -MF ./.deps/go-exp.Tpo go-exp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o m2-exp.o -MT m2-exp.o -MMD -MP -MF ./.deps/m2-exp.Tpo m2-exp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o p-exp.o -MT p-exp.o -MMD -MP -MF ./.deps/p-exp.Tpo p-exp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o rust-exp.o -MT rust-exp.o -MMD -MP -MF ./.deps/rust-exp.Tpo rust-exp.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o exec.o -MT exec.o -MMD -MP -MF ./.deps/exec.Tpo ../../binutils-gdb/gdb/exec.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o mi/mi-common.o -MT mi/mi-common.o -MMD -MP -MF mi/.deps/mi-common.Tpo ../../binutils-gdb/gdb/mi/mi-common.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o version.o -MT version.o -MMD -MP -MF ./.deps/version.Tpo version.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF ./.deps/xml-builtin.Tpo xml-builtin.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ada-lang.o -MT ada-lang.o -MMD -MP -MF ./.deps/ada-lang.Tpo ../../binutils-gdb/gdb/ada-lang.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ada-tasks.o -MT ada-tasks.o -MMD -MP -MF ./.deps/ada-tasks.Tpo ../../binutils-gdb/gdb/ada-tasks.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ada-typeprint.o -MT ada-typeprint.o -MMD -MP -MF ./.deps/ada-typeprint.Tpo ../../binutils-gdb/gdb/ada-typeprint.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ada-valprint.o -MT ada-valprint.o -MMD -MP -MF ./.deps/ada-valprint.Tpo ../../binutils-gdb/gdb/ada-valprint.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ada-varobj.o -MT ada-varobj.o -MMD -MP -MF ./.deps/ada-varobj.Tpo ../../binutils-gdb/gdb/ada-varobj.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o addrmap.o -MT addrmap.o -MMD -MP -MF ./.deps/addrmap.Tpo ../../binutils-gdb/gdb/addrmap.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o agent.o -MT agent.o -MMD -MP -MF ./.deps/agent.Tpo ../../binutils-gdb/gdb/agent.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o annotate.o -MT annotate.o -MMD -MP -MF ./.deps/annotate.Tpo ../../binutils-gdb/gdb/annotate.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o arch-utils.o -MT arch-utils.o -MMD -MP -MF ./.deps/arch-utils.Tpo ../../binutils-gdb/gdb/arch-utils.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o auto-load.o -MT auto-load.o -MMD -MP -MF ./.deps/auto-load.Tpo ../../binutils-gdb/gdb/auto-load.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o auxv.o -MT auxv.o -MMD -MP -MF ./.deps/auxv.Tpo ../../binutils-gdb/gdb/auxv.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ax-gdb.o -MT ax-gdb.o -MMD -MP -MF ./.deps/ax-gdb.Tpo ../../binutils-gdb/gdb/ax-gdb.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o ax-general.o -MT ax-general.o -MMD -MP -MF ./.deps/ax-general.Tpo ../../binutils-gdb/gdb/ax-general.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o bcache.o -MT bcache.o -MMD -MP -MF ./.deps/bcache.Tpo ../../binutils-gdb/gdb/bcache.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o bfd-target.o -MT bfd-target.o -MMD -MP -MF ./.deps/bfd-target.Tpo ../../binutils-gdb/gdb/bfd-target.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o block.o -MT block.o -MMD -MP -MF ./.deps/block.Tpo ../../binutils-gdb/gdb/block.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o blockframe.o -MT blockframe.o -MMD -MP -MF ./.deps/blockframe.Tpo ../../binutils-gdb/gdb/blockframe.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o break-catch-sig.o -MT break-catch-sig.o -MMD -MP -MF ./.deps/break-catch-sig.Tpo ../../binutils-gdb/gdb/break-catch-sig.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o break-catch-syscall.o -MT break-catch-syscall.o -MMD -MP -MF ./.deps/break-catch-syscall.Tpo ../../binutils-gdb/gdb/break-catch-syscall.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o break-catch-throw.o -MT break-catch-throw.o -MMD -MP -MF ./.deps/break-catch-throw.Tpo ../../binutils-gdb/gdb/break-catch-throw.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o breakpoint.o -MT breakpoint.o -MMD -MP -MF ./.deps/breakpoint.Tpo ../../binutils-gdb/gdb/breakpoint.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o btrace.o -MT btrace.o -MMD -MP -MF ./.deps/btrace.Tpo ../../binutils-gdb/gdb/btrace.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o build-id.o -MT build-id.o -MMD -MP -MF ./.deps/build-id.Tpo ../../binutils-gdb/gdb/build-id.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o buildsym.o -MT buildsym.o -MMD -MP -MF ./.deps/buildsym.Tpo ../../binutils-gdb/gdb/buildsym.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o c-lang.o -MT c-lang.o -MMD -MP -MF ./.deps/c-lang.Tpo ../../binutils-gdb/gdb/c-lang.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o c-typeprint.o -MT c-typeprint.o -MMD -MP -MF ./.deps/c-typeprint.Tpo ../../binutils-gdb/gdb/c-typeprint.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o c-valprint.o -MT c-valprint.o -MMD -MP -MF ./.deps/c-valprint.Tpo ../../binutils-gdb/gdb/c-valprint.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o c-varobj.o -MT c-varobj.o -MMD -MP -MF ./.deps/c-varobj.Tpo ../../binutils-gdb/gdb/c-varobj.c
../../binutils-gdb/gdb/breakpoint.c: In function 'void check_status_watchpoint(bpstat)':
../../binutils-gdb/gdb/breakpoint.c:5079:4: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
    switch (e)
    ^~~~~~
../../binutils-gdb/gdb/breakpoint.c:5056:20: note: 'e' was declared here
    wp_check_result e;
                    ^
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o charset.o -MT charset.o -MMD -MP -MF ./.deps/charset.Tpo ../../binutils-gdb/gdb/charset.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o cli-out.o -MT cli-out.o -MMD -MP -MF ./.deps/cli-out.Tpo ../../binutils-gdb/gdb/cli-out.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o coff-pe-read.o -MT coff-pe-read.o -MMD -MP -MF ./.deps/coff-pe-read.Tpo ../../binutils-gdb/gdb/coff-pe-read.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o coffread.o -MT coffread.o -MMD -MP -MF ./.deps/coffread.Tpo ../../binutils-gdb/gdb/coffread.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/agent.o -MT common/agent.o -MMD -MP -MF common/.deps/agent.Tpo ../../binutils-gdb/gdb/common/agent.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/btrace-common.o -MT common/btrace-common.o -MMD -MP -MF common/.deps/btrace-common.Tpo ../../binutils-gdb/gdb/common/btrace-common.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/buffer.o -MT common/buffer.o -MMD -MP -MF common/.deps/buffer.Tpo ../../binutils-gdb/gdb/common/buffer.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/cleanups.o -MT common/cleanups.o -MMD -MP -MF common/.deps/cleanups.Tpo ../../binutils-gdb/gdb/common/cleanups.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/common-debug.o -MT common/common-debug.o -MMD -MP -MF common/.deps/common-debug.Tpo ../../binutils-gdb/gdb/common/common-debug.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/common-exceptions.o -MT common/common-exceptions.o -MMD -MP -MF common/.deps/common-exceptions.Tpo ../../binutils-gdb/gdb/common/common-exceptions.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/common-regcache.o -MT common/common-regcache.o -MMD -MP -MF common/.deps/common-regcache.Tpo ../../binutils-gdb/gdb/common/common-regcache.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/common-utils.o -MT common/common-utils.o -MMD -MP -MF common/.deps/common-utils.Tpo ../../binutils-gdb/gdb/common/common-utils.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/errors.o -MT common/errors.o -MMD -MP -MF common/.deps/errors.Tpo ../../binutils-gdb/gdb/common/errors.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/environ.o -MT common/environ.o -MMD -MP -MF common/.deps/environ.Tpo ../../binutils-gdb/gdb/common/environ.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/fileio.o -MT common/fileio.o -MMD -MP -MF common/.deps/fileio.Tpo ../../binutils-gdb/gdb/common/fileio.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/filestuff.o -MT common/filestuff.o -MMD -MP -MF common/.deps/filestuff.Tpo ../../binutils-gdb/gdb/common/filestuff.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/format.o -MT common/format.o -MMD -MP -MF common/.deps/format.Tpo ../../binutils-gdb/gdb/common/format.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/job-control.o -MT common/job-control.o -MMD -MP -MF common/.deps/job-control.Tpo ../../binutils-gdb/gdb/common/job-control.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/gdb_tilde_expand.o -MT common/gdb_tilde_expand.o -MMD -MP -MF common/.deps/gdb_tilde_expand.Tpo ../../binutils-gdb/gdb/common/gdb_tilde_expand.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/gdb_vecs.o -MT common/gdb_vecs.o -MMD -MP -MF common/.deps/gdb_vecs.Tpo ../../binutils-gdb/gdb/common/gdb_vecs.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/new-op.o -MT common/new-op.o -MMD -MP -MF common/.deps/new-op.Tpo ../../binutils-gdb/gdb/common/new-op.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/pathstuff.o -MT common/pathstuff.o -MMD -MP -MF common/.deps/pathstuff.Tpo ../../binutils-gdb/gdb/common/pathstuff.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/print-utils.o -MT common/print-utils.o -MMD -MP -MF common/.deps/print-utils.Tpo ../../binutils-gdb/gdb/common/print-utils.c
x86_64-w64-mingw32-g++ -x c++  -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber -I./../intl -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Wno-format -Werror -c -o common/ptid.o -MT common/ptid.o -MMD -MP -MF common/.deps/ptid.Tpo ../../binutils-gdb/gdb/common/ptid.c
../../binutils-gdb/gdb/common/pathstuff.c: In function 'gdb::unique_xmalloc_ptr<char> gdb_realpath(const char*)':
../../binutils-gdb/gdb/common/pathstuff.c:56:14: error: 'MAX_PATH' was not declared in this scope
     char buf[MAX_PATH];
              ^~~~~~~~
../../binutils-gdb/gdb/common/pathstuff.c:56:14: note: suggested alternative: '_MAX_PATH'
     char buf[MAX_PATH];
              ^~~~~~~~
              _MAX_PATH
../../binutils-gdb/gdb/common/pathstuff.c:57:5: error: 'DWORD' was not declared in this scope
     DWORD len = GetFullPathName (filename, MAX_PATH, buf, NULL);
     ^~~~~
../../binutils-gdb/gdb/common/pathstuff.c:63:9: error: 'len' was not declared in this scope
     if (len > 0 && len < MAX_PATH)
         ^~~
../../binutils-gdb/gdb/common/pathstuff.c:63:9: note: suggested alternative: 'alent'
     if (len > 0 && len < MAX_PATH)
         ^~~
         alent
../../binutils-gdb/gdb/common/pathstuff.c:64:54: error: 'buf' was not declared in this scope
       return gdb::unique_xmalloc_ptr<char> (xstrdup (buf));
                                                      ^~~
make[2]: *** [Makefile:1600: common/pathstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8800: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2017-10-10  0:23 [binutils-gdb] Remove free_splay_tree cleanup sergiodj+buildbot
@ 2017-10-10 12:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 936+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 12:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1>

Commit(s) tested:
	1a56bfa56ed967c5f6ed98f75834408417a062ff

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove free_splay_tree cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/1a/1a56bfa56ed967c5f6ed98f75834408417a062ff/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... x86_64-pc-linux-gnu
checking host system type... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... configure: creating cache ./config.cache
configure: creating ./config.status
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... yes
makeinfo --split-size=5000000
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... gcc
config.status: creating Makefile
checking for C compiler default output file name... 
mkdir -p -- ./libdecnumber
configure: error: in `/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/intl':
configure: error: C compiler cannot create executables
See `config.log' for more details.
Configuring in ./libdecnumber
make[1]: *** [Makefile:5550: configure-intl] Error 1
make[1]: *** Waiting for unfinished jobs....
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... true
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... gcc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... gcc
checking for suffix of object files... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... 
configure: error: in `/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/libdecnumber':
configure: error: C compiler cannot create executables
See `config.log' for more details.
yes
checking whether gcc accepts -g... make[1]: *** [Makefile:6491: configure-libdecnumber] Error 1
yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wstrict-prototypes... yes
yes
checking whether gcc supports -Wshadow=local... checking for x86_64-w64-mingw32-strip... no
checking for strip... strip
configure: WARNING: using cross tools not prefixed with host triplet
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
yes
checking for x86_64-w64-mingw32-gcc... gcc
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... 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 gcc option to accept ISO C89... yes
checking for an ANSI C-conforming const... yes
checking for inline... none needed
checking for style of include used by make... inline
checking whether byte ordering is bigendian... GNU
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... x86_64-w64-mingw32-ld
checking if the linker (x86_64-w64-mingw32-ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... 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
yes
checking for x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... strip
checking for x86_64-w64-mingw32-ranlib... true
checking command to parse x86_64-w64-mingw32-nm output from gcc object... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... failed
checking how to run the C preprocessor... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... gcc -E
no
checking for sys/sysmp.h... no
checking for ANSI C header files... checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/types.h... yes
checking for sys/systemcfg.h... no
yes
checking for stdint.h... (cached) yes
checking for sys/stat.h... checking for stdio_ext.h... yes
checking for process.h... yes
no
checking for sys/prctl.h... checking for stdlib.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for string.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for memory.h... yes
checking whether errno must be declared... no
checking size of int... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (x86_64-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
checking for memcpy... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [Makefile:8345: configure-zlib] Error 1
8
checking size of size_t... 8
checking for long long... yes
checking size of long long... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for library containing strerror... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [Makefile:6998: configure-libiberty] Error 1
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 936+ messages in thread

end of thread, other threads:[~2020-06-14 20:18 UTC | newest]

Thread overview: 936+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
2018-10-08 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-08 22:09 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
2018-10-08 22:18 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
2018-10-08 22:24 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
2018-10-08 22:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-10-08 22:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-10-08 22:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-10-08 22:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-10-08 23:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-10-09  2:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2020-06-13  0:20 [binutils-gdb] Avoid short i386 register names on Solaris/x86 [PR25981] gdb-buildbot
2020-06-13  3:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-06-12 21:48 [binutils-gdb] Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981] gdb-buildbot
2020-06-12 23:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-06-12 18:05 [binutils-gdb] Fix a use-after-free bug in the BFD library when scanning a corrupt ELF file gdb-buildbot
2020-06-12 20:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-06-12 15:28 [binutils-gdb] [gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching-proc.exp gdb-buildbot
2020-06-12 17:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-06-12 11:53 [binutils-gdb] ECOFF slurp_relocs thinko gdb-buildbot
2020-06-12 14:33 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-06-12  8:48 [binutils-gdb] Fix the BFD library to handle Windows pathnames with more than 260 characters and UNIX style directory separators gdb-buildbot
2020-06-12 11:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-19 18:28 [binutils-gdb] gdb: fix off-by-one error in quirk_rust_enum gdb-buildbot
2020-06-14 20:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-19 17:51 [binutils-gdb] Make exec-file-mismatch compare build IDs gdb-buildbot
2020-06-14 19:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-19 17:51 [binutils-gdb] Eliminate target_fileio_open_warn_if_slow gdb-buildbot
2020-06-14 18:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-02 17:53 [binutils-gdb] Change get_objfile_arch to a method on objfile gdb-buildbot
2020-05-02 19:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-02 15:50 [binutils-gdb] bfd_is_const_section thinko gdb-buildbot
2020-05-02 17:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-02 13:45 [binutils-gdb] Fix gdb.base/attach-twice.c build on NetBSD gdb-buildbot
2020-05-02 15:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-02 11:46 [binutils-gdb] Fix the build of fork-running-state.c on NetBSD gdb-buildbot
2020-05-02 13:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-02  9:50 [binutils-gdb] Replace most calls to help_list and cmd_show_list gdb-buildbot
2020-05-02 11:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-29 16:04 [binutils-gdb] Implement event-loop glue for gdbserver gdb-buildbot
2020-04-29 16:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-27 10:51 [binutils-gdb] [gdb/testsuite] Fix -readnow FAIL in gdb.base/style.exp gdb-buildbot
2020-04-27 12:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-27  9:09 [binutils-gdb] [gdb/cli] Don't let python colorize strip leading newlines gdb-buildbot
2020-04-27 10:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-27  7:10 [binutils-gdb] gdb: move Tom de Vries to Global Maintainers gdb-buildbot
2020-04-27  8:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-27  5:12 [binutils-gdb] Partially revert my UB fix in record_line gdb-buildbot
2020-04-27  6:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-27  3:32 [binutils-gdb] Add SVR4 psABI specific parser for AUXV entries gdb-buildbot
2020-04-27  4:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-27  1:48 [binutils-gdb] Add pending stop support to gdbserver's Windows port gdb-buildbot
2020-04-27  2:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-26 23:48 [binutils-gdb] Implement stopped_by_sw_breakpoint for Windows gdbserver gdb-buildbot
2020-04-27  1:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-26 21:51 [binutils-gdb] Introduce win32_target_ops::decr_pc_after_break gdb-buildbot
2020-04-26 23:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-26 19:55 [binutils-gdb] Add read_pc / write_pc support to win32-low gdb-buildbot
2020-04-26 21:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-26 18:15 [binutils-gdb] Make last_wait_event static gdb-buildbot
2020-04-26 19:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-26 15:55 [binutils-gdb] Move wait_for_debug_event to nat/windows-nat.c gdb-buildbot
2020-04-26 17:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-26 14:13 [binutils-gdb] Introduce fetch_pending_stop gdb-buildbot
2020-04-26 15:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-26 12:26 [binutils-gdb] Share some inferior-related Windows code gdb-buildbot
2020-04-26 13:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-26 10:15 [binutils-gdb] Share handle_exception gdb-buildbot
2020-04-26 11:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-22  9:37 [binutils-gdb] Handle complex error type in read_base_type gdb-buildbot
2020-04-22  9:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-04-22  8:58 [binutils-gdb] Add signal number conversions for NetBSD gdb-buildbot
2020-04-22  9:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-20 10:53 [binutils-gdb] sim: don't rely on inferior_ptid in gdbsim_target::wait gdb-buildbot
2020-01-21 12:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-17 18:28 [binutils-gdb] Fix gdbsupport build on compilers that don't default to C++11 or above gdb-buildbot
2020-01-17 19:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-17 16:50 [binutils-gdb] gdb: remove uses of iterate_over_inferiors in mi/mi-main.c gdb-buildbot
2020-01-17 16:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-17 16:40 [binutils-gdb] gdb: remove use of iterate_over_inferiors in mi/mi-interp.c gdb-buildbot
2020-01-17 16:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-17 16:16 [binutils-gdb] gdb: remove use of iterate_over_inferiors in py-inferior.c gdb-buildbot
2020-01-17 16:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-17 14:39 [binutils-gdb] Update libiberty sources with changes in the gcc mainline gdb-buildbot
2020-01-17 16:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-16 23:47 [binutils-gdb] Fix some spelling errors gdb-buildbot
2020-01-17 16:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-16 20:01 [binutils-gdb] Ensure proc-service symbols have default visibility (PR build/24805) gdb-buildbot
2020-01-17 15:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-16 17:59 [binutils-gdb] Support for DWARF5 location lists entries gdb-buildbot
2020-01-17 14:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-16 15:14 [binutils-gdb] [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature gdb-buildbot
2020-01-17 13:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-16 11:54 [binutils-gdb] x86: drop stale Vec_Imm4 related comment gdb-buildbot
2020-01-17 13:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-16 10:31 [binutils-gdb] x86: add a few more missing VexWIG gdb-buildbot
2020-01-17 12:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-15 18:32 [binutils-gdb] Use get_thread_regcache instead of get_current_regcache in post_create_inferior gdb-buildbot
2020-01-17  9:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-15 15:44 [binutils-gdb] Set the default page size of the PDP11 target to 8192 bytes gdb-buildbot
2020-01-17  8:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-15 14:49 [binutils-gdb] tic4x disassembly static variables gdb-buildbot
2020-01-17  7:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-15  4:55 [binutils-gdb] Fix valgrind error from gdb.decode_line gdb-buildbot
2020-01-17  4:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-15  4:11 [binutils-gdb] Don't link gdb twice against libiberty gdb-buildbot
2020-01-17  4:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-15  2:25 [binutils-gdb] Remove use of <config.h> from gdb/nat/ gdb-buildbot
2020-01-17  1:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-01-15  1:54 [binutils-gdb] Move many configure checks to common.m4 gdb-buildbot
2020-01-17  1:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-13  1:00 [binutils-gdb] Move free_all_objfiles to program_space gdb-buildbot
2019-12-17  0:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-13  0:56 [binutils-gdb] Store objfiles on a std::list gdb-buildbot
2019-12-17  0:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-10 19:28 [binutils-gdb] Replace the remaining uses of strerror with safe_strerror gdb-buildbot
2019-12-10 19:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-04 15:34 [binutils-gdb] Silence maybe-uninitialized warning in dwarf2read.c gdb-buildbot
2019-12-04 18:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-04 14:29 [binutils-gdb] gdb/mi: Add -max-results parameter to some -symbol-info-* commands gdb-buildbot
2019-12-04 17:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-04 13:17 [binutils-gdb] gdb: Split global symbol search into separate functions gdb-buildbot
2019-12-04 16:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-04 12:42 [binutils-gdb] gdb/mi: Add -symbol-info-module-{variables,functions} gdb-buildbot
2019-12-04 14:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-04 11:31 [binutils-gdb] x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or operand size specifier gdb-buildbot
2019-12-04 13:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-04 11:11 [binutils-gdb] x86/Intel: extend MOVDIRI testing gdb-buildbot
2019-12-04 12:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-04 10:16 [binutils-gdb] x86: drop some stray/bogus DefaultSize gdb-buildbot
2019-12-04 11:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-03 22:32 [binutils-gdb] Replace hash function from bcache with fast_hash gdb-buildbot
2019-12-03 23:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-03 21:22 [binutils-gdb] Fix leak of symbol name in block_symbol_cache gdb-buildbot
2019-12-03 22:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-03 10:53 [binutils-gdb] PR25230, addr2line fails on dwz output gdb-buildbot
2019-12-03 13:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-03 10:25 [binutils-gdb] PR25230, dwarf2.c per file stash gdb-buildbot
2019-12-03 12:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-03  9:39 [binutils-gdb] dwarf2.c: read_abbrevs fail cleanup, and offset checking gdb-buildbot
2019-12-03 11:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-03  9:09 [binutils-gdb] dwarf2.c stash->sec_info_ptr and stash->sec gdb-buildbot
2019-12-03 10:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-03  7:55 [binutils-gdb] _bfd_dwarf2_find_nearest_line comment fix gdb-buildbot
2019-12-03  8:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-02 23:34 [binutils-gdb] Fix build breakage with --disable-tui gdb-buildbot
2019-12-03  0:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-02 18:59 [binutils-gdb] Change type of debug_aix_thread to bool gdb-buildbot
2019-12-02 19:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-02 14:51 [binutils-gdb] Remove stale FIXME comment gdb-buildbot
2019-12-02 15:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-02 10:11 [binutils-gdb] gdb/dwarf: Introduce dwarf2_per_cu_int_type function gdb-buildbot
2019-12-02 11:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-02  0:49 [binutils-gdb] gdb: Dynamic string length support gdb-buildbot
2019-12-02 12:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-01 23:31 [binutils-gdb] gdb/fortran: array stride support gdb-buildbot
2019-12-02 11:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-01 22:18 [binutils-gdb] Treat inactive TUI specially in "info win" gdb-buildbot
2019-12-02  9:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-12-01 21:51 [binutils-gdb] Fix latent bug in tui_copy_source_line gdb-buildbot
2019-12-02  8:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-30  6:42 [binutils-gdb] Use run_on_main_thread in gdb.post_event gdb-buildbot
2019-11-30  7:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-30  3:18 [binutils-gdb] Implement a thread pool gdb-buildbot
2019-11-30  3:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-27 15:49 [binutils-gdb] Let commands free "name" gdb-buildbot
2019-11-30 11:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-27 15:22 [binutils-gdb] Use cmd_list_element::doc_allocated for Python commands gdb-buildbot
2019-11-30 10:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-27 14:34 [binutils-gdb] Add add_internal_function overload gdb-buildbot
2019-11-30 10:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-27 13:55 [binutils-gdb] Set names of worker threads gdb-buildbot
2019-11-30  8:33 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-27 12:05 [binutils-gdb] Add maint set/show worker-threads gdb-buildbot
2019-11-30  6:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-27 11:38 [binutils-gdb] Demangle minsyms in parallel gdb-buildbot
2019-11-30  5:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-27 10:30 [binutils-gdb] Introduce thread-safe way to handle SIGSEGV gdb-buildbot
2019-11-30  2:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-25 22:50 [binutils-gdb] x86: make AnySize an insn attribute gdb-buildbot
2019-11-25 23:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-25 22:13 [binutils-gdb] Remove symbol-related static asserts gdb-buildbot
2019-11-25 22:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-25 21:44 [binutils-gdb] RISC-V: Support the INSN_CLASS.*F.* classes for .insn directive gdb-buildbot
2019-11-25 21:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-25 21:10 [binutils-gdb] gdb: Support printf 'z' size modifier gdb-buildbot
2019-11-25 21:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-25 18:50 [binutils-gdb] Document and extend readline-bindable functions gdb-buildbot
2019-11-25 19:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-25 17:32 [binutils-gdb] gdb/python: Introduce gdb.lookup_static_symbols gdb-buildbot
2019-11-25 18:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-25 17:26 [binutils-gdb] gdb/python: smarter symbol lookup for gdb.lookup_static_symbol gdb-buildbot
2019-11-25 17:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-19 15:56 [binutils-gdb] [ARM, thumb] Fix disassembling bug after reloading a symbol file gdb-buildbot
2019-11-19 20:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-19  1:33 [binutils-gdb] NEWS and documentation for $_gdb_setting and $_gdb_setting_str gdb-buildbot
2019-11-19  3:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-18  9:27 [binutils-gdb] Don't read agent symbols when disabled gdb-buildbot
2019-11-18 11:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-14 10:15 [binutils-gdb] x86: drop redundant SYSCALL/SYSRET templates gdb-buildbot
2019-11-25 23:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-14  9:50 [binutils-gdb] x86: fold individual Jump* attributes into a single Jump one gdb-buildbot
2019-11-25 23:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-14  8:51 [binutils-gdb] x86: make JumpAbsolute an insn attribute gdb-buildbot
2019-11-25 23:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-14  1:48 [binutils-gdb] Fix python gdbpy_breakpoint_object leak gdb-buildbot
2019-11-25 22:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-13  3:56 [binutils-gdb] gnulib: Fix path to import/Makefile{,.in} gdb-buildbot
2019-11-25 22:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-13  0:55 [binutils-gdb] RISC-V: Fix ld relax failure with calls and align directives gdb-buildbot
2019-11-25 21:33 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-12 22:14 [binutils-gdb] Make struct symbol inherit from general_symbol_info gdb-buildbot
2019-11-25 21:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-12 21:30 [binutils-gdb] Consolidate setting of current_layout gdb-buildbot
2019-11-25 20:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-12 20:34 [binutils-gdb] Make TUI resizing tests more robust gdb-buildbot
2019-11-25 20:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-12 20:17 [binutils-gdb] Move _initialize_tui_layout to end of file gdb-buildbot
2019-11-25 20:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-12 14:43 [binutils-gdb] [binutils][arm] Update the decoding of MVE VMOV, VMVN gdb-buildbot
2019-11-25 20:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-12  9:56 [binutils-gdb] x86: fold EsSeg into IsString gdb-buildbot
2019-11-25 19:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-12  9:13 [binutils-gdb] x86: eliminate ImmExt abuse gdb-buildbot
2019-11-25 19:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-12  8:30 [binutils-gdb] x86: introduce operand type "instance" gdb-buildbot
2019-11-25 19:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-11 23:47 [binutils-gdb] Use getpwuid_r instead of getpwuid gdb-buildbot
2019-11-25 18:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-11 13:48 [binutils-gdb] Arm64: SVE2's smaxp/sminp require operands 1 and 3 to be the same register gdb-buildbot
2019-11-25 18:33 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-11 13:01 [binutils-gdb] Arm64: fix build with old glibc gdb-buildbot
2019-11-25 18:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-10 22:04 [binutils-gdb] gdb: Add a class to track last display symtab and line information gdb-buildbot
2019-11-25 17:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-10 21:22 [binutils-gdb] gdb: Convert frame_show_address to return a bool gdb-buildbot
2019-11-25 17:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-10 20:54 [binutils-gdb] gdb_vecs.h: Avoid self move assign gdb-buildbot
2019-11-25 16:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-01 15:34 [binutils-gdb] Move check for strerror_r to common.m4 where it belongs gdb-buildbot
2019-11-19 23:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-01  5:53 [binutils-gdb] gdb: Don't print a newline in language la_print_typedef methods gdb-buildbot
2019-11-19 14:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-01  5:26 [binutils-gdb] gdb: Add new commands to list module variables and functions gdb-buildbot
2019-11-19 10:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-01  5:00 [binutils-gdb] gdb/fortran: Add new 'info modules' command gdb-buildbot
2019-11-19  6:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-01  2:59 [binutils-gdb] Test the convenience functions $_gdb_setting and $_gdb_setting_str gdb-buildbot
2019-11-19  0:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-01  1:46 [binutils-gdb] Implement convenience functions to examine GDB settings gdb-buildbot
2019-11-18 21:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-01  0:50 [binutils-gdb] Also check for strerror_r in gdbserver gdb-buildbot
2019-11-18 17:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-11-01  0:37 [binutils-gdb] [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) gdb-buildbot
2019-11-18 14:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-31 22:39 [binutils-gdb] Regenerate config.in gdb-buildbot
2019-11-18  7:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-31 21:46 [binutils-gdb] Use strerror_r in safe_strerror if available gdb-buildbot
2019-11-18  4:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-12 22:25 [binutils-gdb] PowerPC section flag tidy gdb-buildbot
2019-10-17 19:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-12 19:21 [binutils-gdb] gdb: CTF support gdb-buildbot
2019-10-17  3:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
     [not found] <703a86c2fa74e6c998ed24a8823658119f176b2d@gdb-build>
2019-10-04  9:02 ` gdb-buildbot
2019-10-02 19:12 [binutils-gdb] Introduce metadata style gdb-buildbot
2019-10-05  4:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-02 15:44 [binutils-gdb] Style "pwd" output gdb-buildbot
2019-10-05  3:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-02 12:51 [binutils-gdb] Use new %p format suffixes in gdb gdb-buildbot
2019-10-05  1:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-02  9:43 [binutils-gdb] Introduce gdb-specific %p format suffixes gdb-buildbot
2019-10-05  0:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-02  6:43 [binutils-gdb] Don't create empty literal pieces gdb-buildbot
2019-10-04 22:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-02  3:37 [binutils-gdb] Remove the ui_out_style_kind enum gdb-buildbot
2019-10-04 21:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-02  0:31 [binutils-gdb] gdb/testsuite: Fix pretty-print.exp on big-endian platforms gdb-buildbot
2019-10-04 19:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-01 21:17 [binutils-gdb] Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir gdb-buildbot
2019-10-04 18:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-01 18:10 [binutils-gdb] [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx gdb-buildbot
2019-10-04 16:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-01 15:00 [binutils-gdb] Remove extra whitespaces at the end of lines gdb-buildbot
2019-10-04 14:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-01 11:52 [binutils-gdb] Use std::sort instead of qsort in minsyms.c gdb-buildbot
2019-10-04 13:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-01 11:03 [binutils-gdb] Disable all warnings in gdb.rust/traits.rs gdb-buildbot
2019-10-04 11:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-10-01  5:24 [binutils-gdb] Improve some comments about msymbol handling gdb-buildbot
2019-10-04 10:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-09-30 17:53 [binutils-gdb] [gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir gdb-buildbot
2019-10-04  7:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-09-30  8:17 [binutils-gdb] [gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-m gdb-buildbot
2019-10-04  5:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-09-30  2:41 [binutils-gdb] gdb: include gdbarch.h in hppa-linux-nat.c gdb-buildbot
2019-10-04  0:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-09-27 16:57 [binutils-gdb] [gdb/testsuite] Fix incomplete regexps in step-precsave.exp gdb-buildbot
2019-10-03 22:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-09-27  9:30 [binutils-gdb] [gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovd gdb-buildbot
2019-10-03 21:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-13 19:16 [binutils-gdb] Don't include readline headers from tracepoint.c gdb-buildbot
2019-08-13 20:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-13 18:02 [binutils-gdb] [gdb/testsuite] Fix gdb.gdb/selftest.exp regexp gdb-buildbot
2019-08-13 19:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-13 16:53 [binutils-gdb] Fixes for gdb.python tests on remote Windows host gdb-buildbot
2019-08-13 17:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-13  1:37 [binutils-gdb] Import readline 8.0 gdb-buildbot
2019-08-13  2:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-13  0:13 [binutils-gdb] Fix gdb's selftest.exp after readline import gdb-buildbot
2019-08-13  1:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-12 21:48 [binutils-gdb] Require readline 7 or newer gdb-buildbot
2019-08-13 16:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-12 21:00 [binutils-gdb] Remove readline hack from gdb_select gdb-buildbot
2019-08-13  3:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-12 19:30 [binutils-gdb] Remove gdb workaround from readline/xfree.c gdb-buildbot
2019-08-12 23:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-12 19:04 [binutils-gdb] Remove gdb workaround from readline/complete.c gdb-buildbot
2019-08-12 20:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-12 18:25 [binutils-gdb] Remove gdb workaround from readline/emacs_keymap.c gdb-buildbot
2019-08-12 22:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-08-12 17:38 [binutils-gdb] Import readline 7.0 (patch 5) gdb-buildbot
2019-08-12 20:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-07-21  3:03 [binutils-gdb] [PowerPC64] pc-relative TLS relocations gdb-buildbot
2019-07-21  5:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-07-19 11:02 [binutils-gdb] Remove TUI data window special case gdb-buildbot
2019-07-19 12:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-07-17 19:29 [binutils-gdb] Rename field_int to field_signed gdb-buildbot
2019-07-17 20:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2019-06-04 22:03 [binutils-gdb] libctf: fix use-after-free in function dumping sergiodj+buildbot
2019-06-04 22:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-04 21:05 [binutils-gdb] i386: Check for reserved VEX.vvvv and EVEX.vvvv sergiodj+buildbot
2019-06-05  1:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-04 19:41 [binutils-gdb] libctf: work on platforms without O_CLOEXEC sergiodj+buildbot
2019-06-05  0:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-04 19:32 [binutils-gdb] libctf: look for BSD versus GNU qsort_r signatures sergiodj+buildbot
2019-06-04 23:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-04 18:26 [binutils-gdb] libctf: fix the type of ctf_enum.cte_value sergiodj+buildbot
2019-06-04 21:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-04 17:31 [binutils-gdb] Enable Intel AVX512_VP2INTERSECT insn sergiodj+buildbot
2019-06-04 20:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-04 17:11 [binutils-gdb] Add support for Intel ENQCMD[S] instructions sergiodj+buildbot
2019-06-04 20:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-04 16:45 [binutils-gdb] Add an objfile getter to gdb.Type sergiodj+buildbot
2019-06-04 17:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-04 16:15 [binutils-gdb] Remove an unnecessary set of parentheses in the arm-dis.c source file sergiodj+buildbot
2019-06-04 16:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-03 23:06 [binutils-gdb] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes sergiodj+buildbot
2019-06-04 14:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-03 22:28 [binutils-gdb] Update tests following changes to "help" and "apropos" sergiodj+buildbot
2019-06-04  2:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-03 22:05 [binutils-gdb] Improve usability and/or readibility of help and apropos output sergiodj+buildbot
2019-06-03 23:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-03 21:49 [binutils-gdb] Add highlight style, title style, fputs_highlighted. Improve 'show style' sergiodj+buildbot
2019-06-03 22:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-06-03 21:15 [binutils-gdb] Revert patch that disables building libctf for non-ELF based targets sergiodj+buildbot
2019-06-03 21:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 10:40 [binutils-gdb] Fix libctf build on non-ELF targets sergiodj+buildbot
2019-05-30 10:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29  1:13 [binutils-gdb] MIPS/LD: Skip overflow check for %pcrel_hi relocations sergiodj+buildbot
2019-05-30  8:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29  1:10 [binutils-gdb] x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL sergiodj+buildbot
2019-05-30  4:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29  1:04 [binutils-gdb] Remove find_old_style_renaming_symbol sergiodj+buildbot
2019-05-30  3:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29  0:56 [binutils-gdb] Add libctf to top-level MAINTAINERS; add myself as CTF maintainer sergiodj+buildbot
2019-05-30  2:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29  0:50 [binutils-gdb] libctf: build system sergiodj+buildbot
2019-05-30  1:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 17:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 17:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 17:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 16:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 16:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
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:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 16:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 16:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-08 17:01 [binutils-gdb] Fix style bug when paging sergiodj+buildbot
2019-05-08 21:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:52 [binutils-gdb] Fix a crash in jit.c sergiodj+buildbot
2018-12-29 21:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:46 [binutils-gdb] Document the "set style" commands sergiodj+buildbot
2018-12-29 20:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:31 [binutils-gdb] Highlight source code using GNU Source Highlight sergiodj+buildbot
2018-12-29 19:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-09 15:43 [binutils-gdb] [ARC] More fixes for TLS sergiodj+buildbot
2018-11-09 15:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-01 11:34 [binutils-gdb] Reading signal handler frame in AIX sergiodj+buildbot
2018-11-02  0:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 22:36 [binutils-gdb] Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already defined sergiodj+buildbot
2018-11-01 18:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 21:59 [binutils-gdb] Merge config/ changes from GCC sergiodj+buildbot
2018-11-01 15:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 20:31 [binutils-gdb] Merge autoconf / automake update changes from GCC sergiodj+buildbot
2018-11-01 14:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 19:06 [binutils-gdb] gdb/riscv: Fix failures on rv64 in gdb.arch/riscv-reg-aliases.exp test sergiodj+buildbot
2018-11-01 17:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 18:41 [binutils-gdb] [gdb/testsuite] Factor out lib/valgrind.exp sergiodj+buildbot
2018-11-01 16:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 17:26 [binutils-gdb] [gdb/testsuite] get_valueof: Don't output value in test name sergiodj+buildbot
2018-11-01 13:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 16:09 [binutils-gdb] Don't create got section while processing TLS Local Exec relocations sergiodj+buildbot
2018-11-01 11:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 16:07 [binutils-gdb] [PowerPC] Include nat/linux-ptrace.h in native targets sergiodj+buildbot
2018-11-01 10:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 13:54 [binutils-gdb] gdb: Handle ICC's unexpected void return type sergiodj+buildbot
2018-11-01  9:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-30 21:22 [binutils-gdb] [src/erc32] Use ncurses instead of termcap on Cygwin too sergiodj+buildbot
2018-11-01  4:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-30 18:01 [binutils-gdb] Check return value of bfd_init sergiodj+buildbot
2018-11-01  2:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-30  7:55 [binutils-gdb] Remove relational operators from common/offset-type.h sergiodj+buildbot
2018-10-31 21:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-29 21:40 [binutils-gdb] Revert "GDB: Remote target can now accept the form unix::/path/to/socket." sergiodj+buildbot
2018-10-31 18:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-29 19:37 [binutils-gdb] Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested." sergiodj+buildbot
2018-10-31 18:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-29 19:19 [binutils-gdb] Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported." sergiodj+buildbot
2018-10-31 17:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-29 17:37 [binutils-gdb] Provide get_shell declaration in procfs.c sergiodj+buildbot
2018-10-31 17:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-29  8:20 [binutils-gdb] GDB: Only build for "unix:" connections if AF_LOCAL is supported sergiodj+buildbot
2018-10-31 16:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-28 11:12 [binutils-gdb] gdb/riscv: Add back missing braces in riscv-linux-nat.c sergiodj+buildbot
2018-10-31 15:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 20:36 [binutils-gdb] OBVIOUS Use report_unrecognized_option_error in 'demangle' and 'info macro' commands sergiodj+buildbot
2018-10-31 13:33 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:48 [binutils-gdb] Remove a bunch of usages of gdb_suppress_tests in 'runto_main' sergiodj+buildbot
2018-10-31 11:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:36 [binutils-gdb] Cache a copy of the user's shell on macOS sergiodj+buildbot
2018-10-31 13:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:30 [binutils-gdb] Do not reopen temporary files sergiodj+buildbot
2018-10-31 12:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
2018-10-31 12:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:18 [binutils-gdb] Move mkdir_recursive to common/filestuff.c sergiodj+buildbot
2018-10-31 12:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:16 [binutils-gdb] Move make_temp_filename to common/pathstuff.c sergiodj+buildbot
2018-10-31 11:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:10 [binutils-gdb] Unify shell-finding logic sergiodj+buildbot
2018-10-31 11:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 17:44 [binutils-gdb] Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables] sergiodj+buildbot
2018-10-31  9:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 14:04 [binutils-gdb] Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP] [NAMEREGEXP] sergiodj+buildbot
2018-10-31 11:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 13:38 [binutils-gdb] Announce changes in NEWS to info [args|functions|locals|variables] sergiodj+buildbot
2018-10-31 10:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 13:37 [binutils-gdb] New cli-utils.h/.c function extract_info_print_args sergiodj+buildbot
2018-10-31  9:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 11:14 [binutils-gdb] Support AT_HWCAP2 on FreeBSD sergiodj+buildbot
2018-10-31  7:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 10:13 [binutils-gdb] RISC-V: Linux signal frame support sergiodj+buildbot
2018-10-31  7:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27  8:57 [binutils-gdb] RISC-V: Linux signal frame support sergiodj+buildbot
2018-10-31  7:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27  6:36 [binutils-gdb] [PowerPC] Add support for EBB and PMU registers sergiodj+buildbot
2018-10-31  6:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27  0:33 [binutils-gdb] Remove DEF_VECs from symtab.h sergiodj+buildbot
2018-10-31  8:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 22:51 [binutils-gdb] Treat all unknown auxv tags on FreeBSD as unknown sergiodj+buildbot
2018-10-31  7:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 22:08 [binutils-gdb] [PowerPC] Add support for HTM registers sergiodj+buildbot
2018-10-31  6:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 21:00 [binutils-gdb] [PowerPC] Reject tdescs with VSX and no FPU or Altivec sergiodj+buildbot
2018-10-31  6:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 20:29 [binutils-gdb] [PowerPC] Add support for TAR sergiodj+buildbot
2018-10-31  5:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 20:20 [binutils-gdb] [PowerPC] Add support for PPR and DSCR sergiodj+buildbot
2018-10-31  5:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 19:41 [binutils-gdb] [PowerPC] Fix indentation in arch/ppc-linux-common.c sergiodj+buildbot
2018-10-31  4:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 19:41 [binutils-gdb] [PowerPC] Refactor have_ initializers in rs6000-tdep.c sergiodj+buildbot
2018-10-31  5:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 19:07 [binutils-gdb] [PowerPC] Fix two if statements in gdb/ppc-linux-nat.c sergiodj+buildbot
2018-10-31  4:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 18:45 [binutils-gdb] [PowerPC] Remove rs6000_pseudo_register_reggroup_p sergiodj+buildbot
2018-10-31  3:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 18:31 [binutils-gdb] Add decfloat registers to float reggroup sergiodj+buildbot
2018-10-31  3:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 17:52 [binutils-gdb] [PowerPC] Don't zero-initialize vector register buffers sergiodj+buildbot
2018-10-31  3:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 17:28 [binutils-gdb] Zero-initialize linux note sections sergiodj+buildbot
2018-10-31  2:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 12:40 [binutils-gdb] Fix SYMBOL_LANGUAGE assertion failure on AIX sergiodj+buildbot
2018-10-31  2:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-26 11:01 [binutils-gdb] gdb/riscv: Remove redundant code, and catch more errors when accessing MISA sergiodj+buildbot
2018-10-31  2:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-25 20:01 [binutils-gdb] [gdb/testsuite] Move valgrind-db-attach.{c, exp} to valgrind-bt.{c, exp} sergiodj+buildbot
2018-10-31  0:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-25 16:08 [binutils-gdb] gdb/python: Make convert_values_to_python return gdbpy_ref<> sergiodj+buildbot
2018-10-30 23:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-25 15:12 [binutils-gdb] [gdb/testsuite] Rewrite valgrind-db-attach.exp to use vgdb sergiodj+buildbot
2018-10-31  0:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-25 12:19 [binutils-gdb] gdb/python: Make cmdpy_completer_helper return gdbpy_ref<> sergiodj+buildbot
2018-10-30 23:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-25 11:43 [binutils-gdb] gdb/riscv: Use correct regnum in riscv_linux_nat_target::fetch_registers sergiodj+buildbot
2018-10-30 22:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-25  2:40 [binutils-gdb] ELF: Hide symbols defined in discarded input sections sergiodj+buildbot
2018-10-30  6:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-24 17:35 [binutils-gdb] [gdb/testsuite] Log wait status on process no longer exists error sergiodj+buildbot
2018-10-29  7:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-24 15:12 [binutils-gdb] cmse_scan segfault sergiodj+buildbot
2018-10-29  3:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-24 13:40 [binutils-gdb] [gdb/testsuite] Rewrite catch-follow-exec.exp using gdb_test sergiodj+buildbot
2018-10-28 13:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-24 13:14 [binutils-gdb] [gdb/testsuite] Handle removed valgrind option --db-attach sergiodj+buildbot
2018-10-28  3:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-23 22:56 [binutils-gdb] Fix failing cooked_read selftest for CSKY sergiodj+buildbot
2018-10-26  1:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-23 22:01 [binutils-gdb] Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368) sergiodj+buildbot
2018-10-25 14:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-23 21:06 [binutils-gdb] Fix use-after-free in record_btrace_start_replaying sergiodj+buildbot
2018-10-25 11:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-23 16:56 [binutils-gdb] S/390: Support vector alignment hints sergiodj+buildbot
2018-10-25  1:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-23 15:59 [binutils-gdb] GDB: New target s12z sergiodj+buildbot
2018-10-24 13:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-23 15:43 [binutils-gdb] GDB: Remote target can now accept the form unix::/path/to/socket sergiodj+buildbot
2018-10-24  3:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
2018-10-23 20:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-08 22:23 [binutils-gdb] Fix the [-Werror=shadow=local] warning sergiodj+buildbot
2018-10-08 22:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-08 22:02 [binutils-gdb] Add FreeBSD/riscv architecture sergiodj+buildbot
2018-10-08 22:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-08 21:57 [binutils-gdb] Add a helper function to trad_frame to support register cache maps sergiodj+buildbot
2018-10-08 22:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-08 21:42 [binutils-gdb] Finding data member in virtual base class sergiodj+buildbot
2018-10-08 21:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-02 19:11 [binutils-gdb] Backport gettext fixes to get rid of warnings on macOS sergiodj+buildbot
2018-08-02 19:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-01 14:09 [binutils-gdb] Fix potential illegal memory access in AVR backend sergiodj+buildbot
2018-08-01 15:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-01 13:53 [binutils-gdb] Close resource leaks in the BFD library's plugin handler sergiodj+buildbot
2018-08-01 14:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-01 13:50 [binutils-gdb] Copy from GCC: Add linker_output as prefix for LTO temps (PR lto/86548) sergiodj+buildbot
2018-08-01 13:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-01  3:21 [binutils-gdb] PowerPC64 __tls_get_addr_opt stub .eh_frame fix sergiodj+buildbot
2018-08-01  4:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-01  3:08 [binutils-gdb] csky regen sergiodj+buildbot
2018-08-01  3:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-31 21:29 [binutils-gdb] Correct previous update - new translation for the opcodes subdirectory sergiodj+buildbot
2018-07-31 21:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-31 15:21 [binutils-gdb] Fix segfault when invoking -var-info-path-expression on a dynamic varobj sergiodj+buildbot
2018-07-31 18:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-31 14:25 [binutils-gdb] Delete test target descriptions when exiting sergiodj+buildbot
2018-07-31 14:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-31  9:42 [binutils-gdb] x86: fold various AVX512 templates with so far differing Masking attributes sergiodj+buildbot
2018-07-31 11:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-31  9:28 [binutils-gdb] x86/Intel: correct permitted operand sizes for AVX512 scatter/gather sergiodj+buildbot
2018-07-31 10:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-31  9:15 [binutils-gdb] x86: drop CpuVREX sergiodj+buildbot
2018-07-31  9:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-30 21:33 [binutils-gdb] Match any kind of error after "cannot resolve name" on lib/gdbserver-support.exp:gdbserver_start sergiodj+buildbot
2018-07-30 22:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-30 21:13 [binutils-gdb] RISC-V: Set insn info fields correctly when disassembling sergiodj+buildbot
2018-07-30 21:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-30 19:07 [binutils-gdb] gdb: Fix sizeof for dynamic types other than arrays sergiodj+buildbot
2018-07-30 19:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-30 15:34 [binutils-gdb] Fix crash with -D_GLIBCXX_DEBUG sergiodj+buildbot
2018-07-30 16:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-30 14:44 [binutils-gdb] Remove old lint code sergiodj+buildbot
2018-07-30 15:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-30 13:14 [binutils-gdb] Prevent a seg-fault in the linker when trying to process SH object files with bogus relocs sergiodj+buildbot
2018-07-30 13:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-30 11:50 [binutils-gdb] Add support for the C_SKY series of processors sergiodj+buildbot
2018-07-30 12:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-28 19:47 [binutils-gdb] gdb: Don't call gdb_load_shlib unless GDB is running sergiodj+buildbot
2018-07-28 20:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-28  8:33 [binutils-gdb] [gdb/exp] Interpret size of vla with unknown size as <optimized out> sergiodj+buildbot
2018-07-28  8:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-27 20:23 [binutils-gdb] Improve gcore manpage and clarify "-o" option sergiodj+buildbot
2018-07-27 20:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-27  2:25 [binutils-gdb] S12Z: Remove inappropriate comment sergiodj+buildbot
2018-07-27  2:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-27  0:35 [binutils-gdb] MIPS/GAS: Correct the AFL_ASE_MASK macro sergiodj+buildbot
2018-07-27  1:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-27  0:26 [binutils-gdb] Re: PowerPC Improve support for Gekko & Broadway sergiodj+buildbot
2018-07-27  0:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26 21:37 [binutils-gdb] Fix Cygwin compilation after target_ops C++ conversion sergiodj+buildbot
2018-07-26 22:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26 17:20 [binutils-gdb] Introduce partial_symbol::address sergiodj+buildbot
2018-07-26 18:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26 16:52 [binutils-gdb] Make psymbols and psymtabs independent of the program space sergiodj+buildbot
2018-07-26 20:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26 16:39 [binutils-gdb] Add validity bits for psymtab high and low fields sergiodj+buildbot
2018-07-26 19:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26 16:27 [binutils-gdb] Introduce accessors for psymtab high and low fields sergiodj+buildbot
2018-07-26 18:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26 16:02 [binutils-gdb] Change representation of psymbol to flush out accessors sergiodj+buildbot
2018-07-26 17:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26 15:38 [binutils-gdb] Remove dead code in end_psymtab sergiodj+buildbot
2018-07-26 16:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26 10:16 [binutils-gdb] [gdb/testsuite] Add comment in gdb.base/vla-optimized-out.c sergiodj+buildbot
2018-07-26 10:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26  8:36 [binutils-gdb] PowerPC Improve support for Gekko & Broadway sergiodj+buildbot
2018-07-26  9:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26  8:08 [binutils-gdb] gdb: Add switch to disable DWARF stack unwinders sergiodj+buildbot
2018-07-26  8:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-26  3:50 [binutils-gdb] Implement PowerPC64 .localentry for value 1 sergiodj+buildbot
2018-07-26  4:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-25 23:35 [binutils-gdb] x86: Expand Broadcast to 3 bits sergiodj+buildbot
2018-07-25 23:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-25 23:11 [binutils-gdb] [gdb/breakpoints] Fix sigsegv in info prog at exec catchpoint sergiodj+buildbot
2018-07-26  0:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-25 22:34 [binutils-gdb] [gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_count sergiodj+buildbot
2018-07-25 22:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-25 18:04 [binutils-gdb] Notify about breakpoint modification when enabling/disabling single location sergiodj+buildbot
2018-07-25 19:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-25 15:42 [binutils-gdb] list Tom Tromey as GDB Global Maintainer sergiodj+buildbot
2018-07-25 18:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-24 18:49 [binutils-gdb] Fix indentation in scoped_mmap.h sergiodj+buildbot
2018-07-25  7:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-24 17:47 [binutils-gdb] Remove some unnecessary declarations and configury sergiodj+buildbot
2018-07-25  6:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-24 11:01 [binutils-gdb] PR23430, Indices misspelled sergiodj+buildbot
2018-07-25  5:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-23 19:36 [binutils-gdb] xtensa: move dynamic relocations sections consistency check sergiodj+buildbot
2018-07-24 23:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-23 19:25 [binutils-gdb] xtensa: fix relaxation of undefined weak references in shared objects sergiodj+buildbot
2018-07-24 22:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-23 14:29 [binutils-gdb] Avoid ubsan complaint in BFD sergiodj+buildbot
2018-07-24 21:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-23  4:05 [binutils-gdb] power9 mfupmc/mtupmc sergiodj+buildbot
2018-07-24 13:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-23  3:41 [binutils-gdb] Remove some unused variables sergiodj+buildbot
2018-07-24 12:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-23  2:55 [binutils-gdb] Remove declarations from m32c-tdep.c sergiodj+buildbot
2018-07-23 21:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-22 23:44 [binutils-gdb] Use a previously unused variable in bfin-tdep.c sergiodj+buildbot
2018-07-23 19:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-22 21:53 [binutils-gdb] Remove unused variables from gdbserver sergiodj+buildbot
2018-07-24  7:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-22 21:41 [binutils-gdb] Remove unused declaration from value.c sergiodj+buildbot
2018-07-24  6:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-22 20:37 [binutils-gdb] Call some functions in guile/ for effect sergiodj+buildbot
2018-07-23 20:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-22 20:11 [binutils-gdb] Unused variable fixes related to conditional compilation sergiodj+buildbot
2018-07-23 18:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-20 21:21 [binutils-gdb] Rename remaining members of buildsym_compunit to start with "m_" sergiodj+buildbot
2018-07-22 19:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-20 12:54 [binutils-gdb] MIPS/LD: Fix crashing with a discarded dynamic relocation section sergiodj+buildbot
2018-07-21 12:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-20 12:50 [binutils-gdb] MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a sergiodj+buildbot
2018-07-21 13:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-19  7:40 [binutils-gdb] x86: fold various AVX512DQ templates sergiodj+buildbot
2018-07-20 19:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-17 21:40 [binutils-gdb] Remove unused variables in ia64*tdep.c sergiodj+buildbot
2018-07-17 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-16 22:04 [binutils-gdb] RISC-V: Add osabi support sergiodj+buildbot
2018-07-18  0:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-16 18:54 [binutils-gdb] Move scan_file_globals declaration to stabsread.h sergiodj+buildbot
2018-07-17 10:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-16 17:29 [binutils-gdb] Move last_source file to buildsym_compunit sergiodj+buildbot
2018-07-16 22:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-16 17:06 [binutils-gdb] Add assert in prepare_for_building sergiodj+buildbot
2018-07-16 21:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-12 15:11 [binutils-gdb] This patch adds support for the SSBB and PSSBB speculation barrier instructions to the AArch64 assembler and disassembler sergiodj+buildbot
2018-07-12 15:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-12  9:57 [binutils-gdb] Add remainder of Em16 restrictions for AArch64 gas sergiodj+buildbot
2018-07-12 13:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-12  0:20 [binutils-gdb] Implement IPv6 support for GDB/gdbserver sergiodj+buildbot
2018-07-12  8:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-11 22:50 [binutils-gdb] GDBserver: Don't assume a current process in D; PID implementation (PR gdb/23377) sergiodj+buildbot
2018-07-12  3:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-11 20:12 [binutils-gdb] gdb: Remove traces of h8300 ecoff support sergiodj+buildbot
2018-07-12  2:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-11 19:19 [binutils-gdb] Fix PR c++/23373: GDB hangs when printing a struct with a static member of itself sergiodj+buildbot
2018-07-11 23:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-11 17:09 [binutils-gdb] PR ld/22570: MIPS/BFD: Fix TLS relocation resolution for PIE executables sergiodj+buildbot
2018-07-11 17:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-11  8:40 [binutils-gdb] x86: replace off-by-one OTMax sergiodj+buildbot
2018-07-11  8:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-11  1:58 [binutils-gdb] Use std::vector for moribund_locations sergiodj+buildbot
2018-07-11  2:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-09 15:04 [binutils-gdb] Simplify INIT_FILES sergiodj+buildbot
2018-07-09 18:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-09 14:08 [binutils-gdb] bfd: Use changequote for "i[3-7]86-*-linux-*" sergiodj+buildbot
2018-07-09 14:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-06 15:46 [binutils-gdb] Fix the read/write flag for these registers on AArch64 sergiodj+buildbot
2018-07-06 15:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-06  6:41 [binutils-gdb] Update config.sub sergiodj+buildbot
2018-07-06  9:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-05 16:38 [binutils-gdb] x86: Remove x86 ISA properties with empty bits sergiodj+buildbot
2018-07-05 16:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-05 11:32 [binutils-gdb] Updated Russian, Bulgarian, and Brazilian Portuguese translations for various components of the binutuls sergiodj+buildbot
2018-07-05 11:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-05  1:05 [binutils-gdb] Error for mismatched powerpc ABI tags sergiodj+buildbot
2018-07-05  2:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-04 18:44 [binutils-gdb] Bump version to 8.2.50.DATE-git sergiodj+buildbot
2018-07-04 19:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-04 16:41 [binutils-gdb] Update NEWS post GDB 8.2 branch creation sergiodj+buildbot
2018-07-04 20:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-03 20:49 [binutils-gdb] Remove ptid_equal sergiodj+buildbot
2018-07-04  5:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-03 20:35 [binutils-gdb] Remove ptid_match sergiodj+buildbot
2018-07-04  4:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-03 20:09 [binutils-gdb] Remove ptid_lwp_p sergiodj+buildbot
2018-07-04  2:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-02 23:22 [binutils-gdb] GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' sergiodj+buildbot
2018-07-02 23:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-07-02 14:43 [binutils-gdb] Allow BFD to recognize macOS universal libraries sergiodj+buildbot
2018-07-02 16:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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-29 23:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-29 11:46 [binutils-gdb] Fix AArch64 encodings for by element instructions sergiodj+buildbot
2018-06-29 12:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-28  8:08 [binutils-gdb] Make sure that sorting does not change section order sergiodj+buildbot
2018-06-28 12:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-27 19:03 [binutils-gdb] Copy gdb-gdb.py to build dir sergiodj+buildbot
2018-06-27 19:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-27 15:14 [binutils-gdb] Add overrides, fix FreeBSD build sergiodj+buildbot
2018-06-27 16:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-26 22:03 [binutils-gdb] Minor reorganization of fetch_registers/store_registers in windows-nat.c sergiodj+buildbot
2018-06-27  0:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-26 21:17 [binutils-gdb] Move ptype/o printing code to typeprint.c sergiodj+buildbot
2018-06-26 21:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-26 12:14 [binutils-gdb] Fix spelling mistakes sergiodj+buildbot
2018-06-26 13:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-25 12:14 [binutils-gdb] Fix compile time warning message for the AArch64 BFD backend, about a possible attempt to call sprintf on a NULL buffer pointer sergiodj+buildbot
2018-06-25 13:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-24 18:48 [binutils-gdb] Regenerate configure and pot files with updated binutils version number sergiodj+buildbot
2018-06-24 20:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-24 18:32 [binutils-gdb] Update version number on development (aka HEAD) branch sergiodj+buildbot
2018-06-24 20:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-24 17:56 [binutils-gdb] Add 2.30 branch notes to ChangeLogs and NEWS files sergiodj+buildbot
2018-06-24 18:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-22 18:03 [binutils-gdb] Fix "info registers" regexes in gdb.base/jit-reader.exp sergiodj+buildbot
2018-06-22 18:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-22 15:47 [binutils-gdb] Use partial register read/writes in transfer_regset sergiodj+buildbot
2018-06-22 16:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-22 11:54 [binutils-gdb] Correct negs aliasing on AArch64 sergiodj+buildbot
2018-06-22 13:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-22 11:32 [binutils-gdb] Fix up HAS_SVE_STATE macro sergiodj+buildbot
2018-06-22 12:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-21 22:06 [binutils-gdb] MIPS/opcodes: Fix a typo in `-M ginv' option description sergiodj+buildbot
2018-06-22  0:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-21 21:34 [binutils-gdb] MIPS/BFD: Correct formatting of compact EH backend methods sergiodj+buildbot
2018-06-21 23:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-21 21:11 [binutils-gdb] MIPS/BFD: Keep EI_ABIVERSION setting together sergiodj+buildbot
2018-06-21 23:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-21 21:05 [binutils-gdb] MIPS/BFD: Use enumeration constants for EI_ABIVERSION sergiodj+buildbot
2018-06-21 21:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-21 19:12 [binutils-gdb] RISC-V: Fix 3 PIE related ld testsuite failures sergiodj+buildbot
2018-06-21 21:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-21 16:38 [binutils-gdb] Use thread_info and inferior pointers more throughout sergiodj+buildbot
2018-06-21 17:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-20 17:09 [binutils-gdb] testsuite: Fix cc-with-tweaks.sh being executed in the wrong shell sergiodj+buildbot
2018-06-20 18:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-20 15:49 [binutils-gdb] Fix potential illegal memroy access when using a build-id note with a negative size sergiodj+buildbot
2018-06-20 16:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-19 17:46 [binutils-gdb] Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_pc_section sergiodj+buildbot
2018-06-19 18:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-18 20:02 [binutils-gdb] Remove resume_section_map_updates_cleanup sergiodj+buildbot
2018-06-18 23:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-18 12:16 [binutils-gdb] Add support for the TLV relocation generated by LLVM for x86_64 MACH-O targets sergiodj+buildbot
2018-06-18 13:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-18 10:38 [binutils-gdb] Ptrace support for AArch64 SVE gdbserver sergiodj+buildbot
2018-06-18 13:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-16  0:27 [binutils-gdb] gdb: Don't drop SIGSTOP during stop_all_threads sergiodj+buildbot
2018-06-16  1:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-15 19:11 [binutils-gdb] [gdb] Add me to write-after-approval section in MAINTAINERS sergiodj+buildbot
2018-06-16  0:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-13 15:04 [binutils-gdb] MIPS: Add CRC ASE support sergiodj+buildbot
2018-06-13 18:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-12 22:19 [binutils-gdb] gdb: Mark async event handler when event is already pending sergiodj+buildbot
2018-06-13  9:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-12 21:42 [binutils-gdb] gdb: Fix an infrun debug log message sergiodj+buildbot
2018-06-13  8:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-12  3:56 [binutils-gdb] Rename some functions, index -> gdb_index sergiodj+buildbot
2018-06-13  3:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-11 11:25 [binutils-gdb] Increase gdbsever PBUFSIZ sergiodj+buildbot
2018-06-13  0:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-11 10:47 [binutils-gdb] Add Aarch64 SVE dwarf regnums sergiodj+buildbot
2018-06-12 23:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-10 18:23 [binutils-gdb] Fix some missed "beneath" conversions sergiodj+buildbot
2018-06-12 12:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-10  4:07 [binutils-gdb] Use std::unique_ptr in reg_buffer sergiodj+buildbot
2018-06-12  2:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-10  3:14 [binutils-gdb] Change type of reg_buffer::m_register_status to register_status sergiodj+buildbot
2018-06-12  1:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-10  0:49 [binutils-gdb] Remove use of queue.h from gdbserver/event-loop.c sergiodj+buildbot
2018-06-12  0:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-09 23:49 [binutils-gdb] Remove a VEC from dwarf2read.c sergiodj+buildbot
2018-06-11 21:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-08 20:50 [binutils-gdb] Make gdbreplay use more common routines sergiodj+buildbot
2018-06-11 15:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-08 20:50 [binutils-gdb] ld/x86: Remove hidden _edata, __bss_start, and _end sergiodj+buildbot
2018-06-11 13:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-08 18:19 [binutils-gdb] Fix build issue with Python 3.7 sergiodj+buildbot
2018-06-11 12:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-08 17:39 [binutils-gdb] linux: Add maintenance commands to test libthread_db sergiodj+buildbot
2018-06-11 12:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-08 16:46 [binutils-gdb] Fix gdb mingw build sergiodj+buildbot
2018-06-11 10:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-08 14:56 [binutils-gdb] Remove last cleanup from btrace code sergiodj+buildbot
2018-06-11  9:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-08 14:44 [binutils-gdb] Remove cleanups from btrace code sergiodj+buildbot
2018-06-11  9:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-08 13:41 [binutils-gdb] Prevent undefined FMOV instructions being accepted by the AArch64 assembler sergiodj+buildbot
2018-06-11  7:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-07 20:49 [binutils-gdb] Introduce class target_stack sergiodj+buildbot
2018-06-11  3:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-07 20:16 [binutils-gdb] Eliminate find_target_beneath sergiodj+buildbot
2018-06-11  2:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-07 19:21 [binutils-gdb] target_ops::beneath -> target_ops::beneath() sergiodj+buildbot
2018-06-11  0:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-07 18:59 [binutils-gdb] target_stack -> current_top_target() throughout sergiodj+buildbot
2018-06-10 23:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-07 17:05 [binutils-gdb] Change build_address_symbolic to return std::string sergiodj+buildbot
2018-06-10 22:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-07 10:06 [binutils-gdb] Aarch64 SVE pseudo register support sergiodj+buildbot
2018-06-10 19:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-07  0:45 [binutils-gdb] TIC6X __c6xabi_DSBT_BASE sergiodj+buildbot
2018-06-10 11:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-06 22:15 [binutils-gdb] Guard declarations of 'sve_{vq, vl}_from_{vl, vq}' macros on Aarch64 (and unbreak build) sergiodj+buildbot
2018-06-10 10:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-06 12:58 [binutils-gdb] Fix xtensa "clobbered by longjmp" warnings sergiodj+buildbot
2018-06-10  8:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-06  0:46 [binutils-gdb] Fix typo in common/enum-flags.h example sergiodj+buildbot
2018-06-10  0:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-05 23:06 [binutils-gdb] Tidy bfdio to consistenly use containing archive sergiodj+buildbot
2018-06-09 20:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-05 22:31 [binutils-gdb] Remove some text from --version output sergiodj+buildbot
2018-06-10  2:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-05 19:43 [binutils-gdb] Add "continue" response to pager sergiodj+buildbot
2018-06-09 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-05 13:50 [binutils-gdb] PR23254, ld.bfd mishandles file pointers while scanning archive sergiodj+buildbot
2018-06-09 19:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-05  6:27 [binutils-gdb] Remove last Ada cleanups sergiodj+buildbot
2018-06-09 14:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 22:09 [binutils-gdb] (windows) GDB/MI crash when using "-list-thread-groups --available" sergiodj+buildbot
2018-06-09 13:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 19:51 [binutils-gdb] xtensa: add separate property sections option sergiodj+buildbot
2018-06-09 11:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 18:56 [binutils-gdb] xtensa: use property tables for correct disassembly sergiodj+buildbot
2018-06-09 11:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 18:33 [binutils-gdb] Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1 sergiodj+buildbot
2018-06-09  9:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 17:01 [binutils-gdb] Use ELF_SECTION_IN_SEGMENT to map segments sergiodj+buildbot
2018-06-09  8:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 16:02 [binutils-gdb] Add configure.nat as a dependency of config.status sergiodj+buildbot
2018-06-09  7:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 15:13 [binutils-gdb] Add client_state struct sergiodj+buildbot
2018-06-09  6:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 14:39 [binutils-gdb] Fix macOS null pointer dereference sergiodj+buildbot
2018-06-09  1:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 14:05 [binutils-gdb] Change functions in cp-name-parser.y into methods sergiodj+buildbot
2018-06-09  3:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 13:45 [binutils-gdb] Add aarch64 pseudo help functions sergiodj+buildbot
2018-06-09  2:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 11:57 [binutils-gdb] Use uint64_t for aarch64 tdep VQ sergiodj+buildbot
2018-06-09  0:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-04 11:39 [binutils-gdb] Enable SVE for GDB sergiodj+buildbot
2018-06-08 23:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-02 14:08 [binutils-gdb] Split value_fetch_lazy sergiodj+buildbot
2018-06-07 18:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-02  8:18 [binutils-gdb] Make two cp-name-parser.y constants "const" sergiodj+buildbot
2018-06-07  8:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01 22:57 [binutils-gdb] Include parser-defs.h in cp-name-parser.y sergiodj+buildbot
2018-06-07  6:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01 21:21 [binutils-gdb] Use yy-remap.h in cp-name-parser.y sergiodj+buildbot
2018-06-07  3:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01 20:47 [binutils-gdb] Remove a static buffer from cp-name-parser.y sergiodj+buildbot
2018-06-07  1:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01 20:36 [binutils-gdb] inadvertent language switch during breakpoint_re_set_one sergiodj+buildbot
2018-06-06 18:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01 16:14 [binutils-gdb] Add SVE register defines sergiodj+buildbot
2018-06-06  8:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01  8:50 [binutils-gdb] x86: fold MOV to/from segment register templates sergiodj+buildbot
2018-06-06  6:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01  7:49 [binutils-gdb] x86: don't emit REX.W for SLDT and STR sergiodj+buildbot
2018-06-06  5:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01  4:26 [binutils-gdb] Fix Alpha native GDB build sergiodj+buildbot
2018-06-05  6:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-01  4:20 [binutils-gdb] Make _bfd_error_handler available outside libbfd sergiodj+buildbot
2018-06-05 13:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31 22:06 [binutils-gdb] Fix "set" handling of Python parameters sergiodj+buildbot
2018-06-05 11:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31 14:18 [binutils-gdb] Function for reading the Aarch64 SVE vector length sergiodj+buildbot
2018-06-05  3:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31 14:03 [binutils-gdb] Add Aarch64 SVE target description sergiodj+buildbot
2018-06-05  2:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31 11:05 [binutils-gdb] include: 2018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de> sergiodj+buildbot
2018-06-05  1:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31 11:00 [binutils-gdb] Improve boostrap-ubsan config (PR bootstrap/64914) sergiodj+buildbot
2018-06-05  1:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31  3:17 [binutils-gdb] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
2018-06-04 18:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31  2:01 [binutils-gdb] Remove regcache_raw_supply sergiodj+buildbot
2018-06-04 16:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31  1:41 [binutils-gdb] Remove regcache_cooked_write_part sergiodj+buildbot
2018-06-04 15:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31  1:01 [binutils-gdb] Remove regcache_raw_write sergiodj+buildbot
2018-06-04 10:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31  0:44 [binutils-gdb] Remove regcache_cooked_read_value sergiodj+buildbot
2018-06-04 14:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-30 23:40 [binutils-gdb] Remove regcache_raw_write_part sergiodj+buildbot
2018-06-04 12:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-30 20:58 [binutils-gdb] Remove regcache_raw_update sergiodj+buildbot
2018-06-04  9:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-30 20:37 [binutils-gdb] Remove regcache_register_status sergiodj+buildbot
2018-06-04  8:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-30 16:57 [binutils-gdb] Add or1k target to --enable-targets=all sergiodj+buildbot
2018-06-04  7:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-30 15:56 [binutils-gdb] Mark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitialized warnings) sergiodj+buildbot
2018-06-04  6:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-30  8:52 [binutils-gdb] Add znver2 support sergiodj+buildbot
2018-06-04  5:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-30  0:37 [binutils-gdb] Removing lookup_minimal_symbol_and_objfile sergiodj+buildbot
2018-06-04  1:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-29 23:51 [binutils-gdb] Fix fall-through comment in windows-nat.c sergiodj+buildbot
2018-06-04  1:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-29 19:05 [binutils-gdb] Change program_space::added_solibs to a std::vector sergiodj+buildbot
2018-06-04  0:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-29 18:44 [binutils-gdb] Remove a VEC from type.c sergiodj+buildbot
2018-06-03 23:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-29 16:25 [binutils-gdb] Remove tp_t typedef sergiodj+buildbot
2018-06-03 22:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-29 16:07 [binutils-gdb] Remove const_char_ptr typedef sergiodj+buildbot
2018-06-03 21:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-28 19:57 [binutils-gdb] x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout sergiodj+buildbot
2018-06-03 20:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-28 16:20 [binutils-gdb] ld: Unify STT_GNU_IFUNC handling sergiodj+buildbot
2018-06-03 16:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-27 22:16 [binutils-gdb] Remove last reference to REMOTE_OBS sergiodj+buildbot
2018-06-03 15:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-27  0:24 [binutils-gdb] ld: Add _bfd_elf_link_hide_sym_by_version sergiodj+buildbot
2018-06-03  8:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-26 21:47 [binutils-gdb] Remove cleanups from dbxread.c sergiodj+buildbot
2018-06-03  3:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-26 21:25 [binutils-gdb] Add "name" method to class interp sergiodj+buildbot
2018-06-03  3:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-26 17:55 [binutils-gdb] Remove interp_ui_out sergiodj+buildbot
2018-06-03  2:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 22:57 [binutils-gdb] Clear entire "location" in value constructor sergiodj+buildbot
2018-06-03  5:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 20:59 [binutils-gdb] Remove interp_name sergiodj+buildbot
2018-06-03  2:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 20:32 [binutils-gdb] Change the as_*_interp functions to use dynamic_cast sergiodj+buildbot
2018-06-03  1:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 19:42 [binutils-gdb] Use scoped_restore in a couple of interp-related places sergiodj+buildbot
2018-06-03  0:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 17:52 [binutils-gdb] Use gdb::byte_vector in remote.c sergiodj+buildbot
2018-06-02 23:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 17:20 [binutils-gdb] Remove cleanups from coff-pe-read.c sergiodj+buildbot
2018-06-02 23:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 15:49 [binutils-gdb] Use TRY/CATCH in remove_prev_frame sergiodj+buildbot
2018-06-02 22:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 12:40 [binutils-gdb] MIPS/Linux: Correct o32 core file FGR interpretation sergiodj+buildbot
2018-06-02 21:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 12:19 [binutils-gdb] Fix help and documentation for inferior commands sergiodj+buildbot
2018-06-02  7:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25 11:59 [binutils-gdb] remote_target::m_remote_state, pointer -> object sergiodj+buildbot
2018-06-02 20:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25  7:27 [binutils-gdb] s12z regen sergiodj+buildbot
2018-06-02 20:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25  7:02 [binutils-gdb] Fix hidden visibility compiler test sergiodj+buildbot
2018-06-02 19:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25  3:02 [binutils-gdb] gdb: Split func_command into two parts sergiodj+buildbot
2018-06-02 17:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25  1:35 [binutils-gdb] PATCH (obvious): Fix a comment, and pass stream to cb_data sergiodj+buildbot
2018-06-02 15:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-25  0:21 [binutils-gdb] Update help text in record.c sergiodj+buildbot
2018-06-02 14:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 23:53 [binutils-gdb] Update help text in linux-fork.c sergiodj+buildbot
2018-06-02 13:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 23:52 [binutils-gdb] Update help text in record-btrace.c sergiodj+buildbot
2018-06-02 13:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 22:52 [binutils-gdb] Update help text in tracepoint.c sergiodj+buildbot
2018-06-02 12:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 22:04 [binutils-gdb] Update help text in disasm.c sergiodj+buildbot
2018-06-02 12:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 21:53 [binutils-gdb] Update help text for "jump" command sergiodj+buildbot
2018-06-02 11:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 21:16 [binutils-gdb] Update help text in dcache.c sergiodj+buildbot
2018-06-02 11:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 21:10 [binutils-gdb] Update help strings in TUI sergiodj+buildbot
2018-06-02 10:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 20:37 [binutils-gdb] Update memattr.c help strings sergiodj+buildbot
2018-06-02  9:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 20:12 [binutils-gdb] Update core-related help strings sergiodj+buildbot
2018-06-02  9:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 20:09 [binutils-gdb] Update help strings in skip.c sergiodj+buildbot
2018-06-02  7:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 18:01 [binutils-gdb] gdb: Restore selected frame in print_frame_local_vars sergiodj+buildbot
2018-06-02  6:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 15:23 [binutils-gdb] testsuite: Extend TLS core file testing with an OS-generated dump sergiodj+buildbot
2018-06-02  5:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-24 13:02 [binutils-gdb] Fix macOS build, missing override sergiodj+buildbot
2018-06-02  4:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 20:46 [binutils-gdb] Add ATTRIBUTE_NONSTRING to ppc64_elf_write_core_note sergiodj+buildbot
2018-06-02  3:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 20:13 [binutils-gdb] Remove struct complaints sergiodj+buildbot
2018-06-02  1:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 19:44 [binutils-gdb] Remove struct complain sergiodj+buildbot
2018-06-02  0:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 19:22 [binutils-gdb] Remove file and line from struct complain sergiodj+buildbot
2018-06-02  0:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 18:49 [binutils-gdb] Remove vcomplaint sergiodj+buildbot
2018-06-01 22:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 18:12 [binutils-gdb] Remove struct explanation sergiodj+buildbot
2018-06-01 21:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 17:33 [binutils-gdb] Remove symfile_complaints sergiodj+buildbot
2018-06-01 20:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 17:01 [binutils-gdb] Remove "noisy" parameter from clear_complaints sergiodj+buildbot
2018-06-01 20:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 16:40 [binutils-gdb] Remove elements from complaint_series sergiodj+buildbot
2018-06-01 19:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 15:59 [binutils-gdb] Remove internal_complaint sergiodj+buildbot
2018-06-01 18:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23 13:32 [binutils-gdb] Improve File I/O overflow detection in gdbserver (PR server/23198) sergiodj+buildbot
2018-06-01 18:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23  3:06 [binutils-gdb] Fix gdb.base/remote.exp with native-extended-gdbserver board sergiodj+buildbot
2018-06-01 14:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23  2:22 [binutils-gdb] remote: Make vcont_builder a class sergiodj+buildbot
2018-06-01 12:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23  2:03 [binutils-gdb] gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave' sergiodj+buildbot
2018-06-01 14:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23  1:46 [binutils-gdb] MIPS/gdbserver: Correctly handle narrow big-endian register transfers sergiodj+buildbot
2018-06-01 13:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23  1:41 [binutils-gdb] remote: one struct remote_state per struct remote_target sergiodj+buildbot
2018-06-01 13:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23  1:22 [binutils-gdb] remote: Move discard_pending_stop_replies call sergiodj+buildbot
2018-06-01 11:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-23  0:48 [binutils-gdb] Handle "show remote memory-write-packet-size" when not connected sergiodj+buildbot
2018-06-01 12:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 23:57 [binutils-gdb] remote: Small cleanup in compare_section_command sergiodj+buildbot
2018-06-01 11:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 23:27 [binutils-gdb] remote: remote_arch_state pointers -> remote_arch_state objects sergiodj+buildbot
2018-06-01 10:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 22:55 [binutils-gdb] remote: multiple remote_arch_state instances per arch sergiodj+buildbot
2018-06-01 10:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 22:50 [binutils-gdb] remote: Make readahead_cache a C++ class sergiodj+buildbot
2018-06-01  9:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 22:22 [binutils-gdb] remote: Eliminate remote_hostio_close_cleanup sergiodj+buildbot
2018-06-01  8:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 21:16 [binutils-gdb] remote: struct remote_state, use op new, fix leaks sergiodj+buildbot
2018-06-01  8:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 20:16 [binutils-gdb] Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) sergiodj+buildbot
2018-06-01  7:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 19:25 [binutils-gdb] [PowerPC] Recognize isa205 in linux core files sergiodj+buildbot
2018-06-01  7:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 19:13 [binutils-gdb] [PowerPC] Fix inclusion of dfp pseudoregs in tdep sergiodj+buildbot
2018-06-01  6:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 18:22 [binutils-gdb] [PowerPC] Fix VSX registers in linux core files sergiodj+buildbot
2018-06-01  6:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 17:34 [binutils-gdb] [PowerPC] Fix access to VSCR in linux targets sergiodj+buildbot
2018-06-01  5:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 17:26 [binutils-gdb] [PowerPC] Consolidate wordsize getter between native and gdbserver sergiodj+buildbot
2018-06-01  4:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 17:02 [binutils-gdb] [PowerPC] Consolidate linux vector regset sizes sergiodj+buildbot
2018-06-01  5:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 16:47 [binutils-gdb] [PowerPC] Disable regsets using zero sizes in gdbserver sergiodj+buildbot
2018-06-01  4:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 15:57 [binutils-gdb] [PowerPC] Consolidate linux target description selection sergiodj+buildbot
2018-06-01  3:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 15:04 [binutils-gdb] fix "stale cleanup" internal-warning when using "catch assert" command sergiodj+buildbot
2018-06-01  3:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22 11:00 [binutils-gdb] PR23207, hppa ld SIGSEGVs on invalid object files sergiodj+buildbot
2018-06-01  2:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22  6:36 [binutils-gdb] PR23207, hppa ld SIGSEGVs on invalid object files sergiodj+buildbot
2018-06-01  1:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
2018-05-31 23:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22  4:05 [binutils-gdb] Mark section in a section group with SHF_GROUP sergiodj+buildbot
2018-05-31 23:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22  1:57 [binutils-gdb] MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers sergiodj+buildbot
2018-05-31 22:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22  0:40 [binutils-gdb] MIPS/gdbserver: Fix issues with $zero register reads sergiodj+buildbot
2018-05-31 22:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-22  0:14 [binutils-gdb] Remove fake operand handling for extended mnemonics sergiodj+buildbot
2018-05-31 21:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21 20:25 [binutils-gdb] Remove output_command_const sergiodj+buildbot
2018-05-31 20:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21 20:19 [binutils-gdb] Change ada_catchpoint::excep_string to be a std::string sergiodj+buildbot
2018-05-31 20:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21 18:46 [binutils-gdb] Remove cleanup from ada_collect_symbol_completion_matches sergiodj+buildbot
2018-05-31 18:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21 18:22 [binutils-gdb] Remove cleanup from ada-lang.c sergiodj+buildbot
2018-05-31 12:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21 18:16 [binutils-gdb] Remove a cleanup from trace_dump_actions sergiodj+buildbot
2018-05-31  5:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21 17:46 [binutils-gdb] Use std::string in reread_symbols sergiodj+buildbot
2018-05-31  3:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21 16:43 [binutils-gdb] Use std::unique_ptr in dwarf2_read_debug_names sergiodj+buildbot
2018-05-31  1:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21  3:57 [binutils-gdb] Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_new sergiodj+buildbot
2018-05-29 15:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21  3:56 [binutils-gdb] Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible sergiodj+buildbot
2018-05-29  1:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21  2:19 [binutils-gdb] Initialize py_type_printers in ext_lang_type_printers sergiodj+buildbot
2018-05-21  5:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-21  1:51 [binutils-gdb] Introduce obstack_new, poison other "typed" obstack functions sergiodj+buildbot
2018-05-28 18:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-20  0:37 [binutils-gdb] Remove useless variable int i in backtrace_command_1 sergiodj+buildbot
2018-05-27 21:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-19  7:33 [binutils-gdb] Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC sergiodj+buildbot
2018-05-27  0:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-19  6:14 [binutils-gdb] RISC-V: Fix ld-elf/pr22269* testcases sergiodj+buildbot
2018-05-24 22:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-19  3:50 [binutils-gdb] x86: Don't set eh->local_ref to 1 for versioned symbol sergiodj+buildbot
2018-05-26  4:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-19  3:06 [binutils-gdb] Allocate dwz_file with new sergiodj+buildbot
2018-05-26  3:33 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-19  2:16 [binutils-gdb] RISC-V: Add RV32E support sergiodj+buildbot
2018-05-26  0:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-19  1:41 [binutils-gdb] Allocate dwp_file with new sergiodj+buildbot
2018-05-25 20:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-19  1:31 [binutils-gdb] Use new to allocate mapped_index sergiodj+buildbot
2018-05-25  6:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18 23:56 [binutils-gdb] Remove mapped_index::total_size sergiodj+buildbot
2018-05-24 19:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18 22:33 [binutils-gdb] format_pieces-selftests.c: Silence ARI warnings sergiodj+buildbot
2018-05-24 15:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18 20:15 [binutils-gdb] Show padding in ptype/o output sergiodj+buildbot
2018-05-24 13:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18 15:27 [binutils-gdb] Add support for the Freescale s12z processor sergiodj+buildbot
2018-05-24  9:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18 14:23 [binutils-gdb] x86: Don't set eh->local_ref to 1 for linker defined symbols sergiodj+buildbot
2018-05-24  7:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18  9:45 [binutils-gdb] PR23199, Invalid SHT_GROUP entry leads to group confusion sergiodj+buildbot
2018-05-24  4:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18  6:58 [binutils-gdb] ATTRIBUTE_HIDDEN for libbfd.h sergiodj+buildbot
2018-05-23  2:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18  4:54 [binutils-gdb] libbfd.h and libcoff.h include guards sergiodj+buildbot
2018-05-22 20:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18  4:22 [binutils-gdb] opcodes sources should not include libbfd.h sergiodj+buildbot
2018-05-22 16:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-18  0:01 [binutils-gdb] Don't elide all inlined frames sergiodj+buildbot
2018-05-22 14:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-17 17:59 [binutils-gdb] Make format_pieces recognize the \e escape sequence sergiodj+buildbot
2018-05-22  6:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-17 17:06 [binutils-gdb] Fix for dwz-related crash sergiodj+buildbot
2018-05-21 23:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-17 15:55 [binutils-gdb] Updated simplified Chinese translation for the opcodes directory sergiodj+buildbot
2018-05-21 15:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-17 15:50 [binutils-gdb] value.c: Remove unused variables sergiodj+buildbot
2018-05-21 14:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-16 20:39 [binutils-gdb] PR gdb/22286: linux-nat-trad: Support arbitrary register widths sergiodj+buildbot
2018-05-21  1:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-16 20:38 [binutils-gdb] NDS32/BFD: Fix build error in `nds32_convert_32_to_16' sergiodj+buildbot
2018-05-20 11:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-16 19:34 [binutils-gdb] Make "cbfd" a gdb_bfd_ref_ptr sergiodj+buildbot
2018-05-20  7:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-16 18:44 [binutils-gdb] Use a distinguishing name for minidebug objfile sergiodj+buildbot
2018-05-19  8:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-16 17:23 [binutils-gdb] regcache.c: Remove unused typedefs sergiodj+buildbot
2018-05-18 19:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-16 13:10 [binutils-gdb] PR22458, failure to choose a matching ELF target sergiodj+buildbot
2018-05-18 14:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-16 12:21 [binutils-gdb] Fix disassembly mask for vector sdot on AArch64 sergiodj+buildbot
2018-05-18 11:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 21:45 [binutils-gdb] Implement Read/Write constraints on system registers on AArch64 sergiodj+buildbot
2018-05-17 14:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 18:55 [binutils-gdb] Modify AArch64 Assembly and disassembly functions to be able to fail and report why sergiodj+buildbot
2018-05-16 17:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 17:59 [binutils-gdb] Allow non-fatal errors to be emitted and for disassembly notes be placed on AArch64 sergiodj+buildbot
2018-05-17  1:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 17:55 [binutils-gdb] MIPS: Make `mask_address_var' static sergiodj+buildbot
2018-05-16 11:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 16:51 [binutils-gdb] MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS case sergiodj+buildbot
2018-05-16 14:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 15:48 [binutils-gdb] testsuite: Fix a `server_pid' access crash in gdb.server/server-kill.exp sergiodj+buildbot
2018-05-16  7:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 14:05 [binutils-gdb] Fix uninitialised memory acccess in COFF bfd backend sergiodj+buildbot
2018-05-16  4:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 13:56 [binutils-gdb] Fix error messages in the NFP sources when building for 32-bit targets sergiodj+buildbot
2018-05-16  2:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-15 13:22 [binutils-gdb] Add a new Portuguese translation for the bfd sub-directory sergiodj+buildbot
2018-05-15 19:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-14 16:38 [binutils-gdb] Clear rust_unions in rust_union_quirks sergiodj+buildbot
2018-05-15 12:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-14 12:39 [binutils-gdb] x86; Allow IFUNC pointer defined in PDE sergiodj+buildbot
2018-05-15  2:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-14 12:32 [binutils-gdb] x86: Mark __bss_start, _end and _edata locally defined sergiodj+buildbot
2018-05-14 22:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-12  7:32 [binutils-gdb] PR20659, Objcopy and change section lma failing sergiodj+buildbot
2018-05-14  8:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-12  1:03 [binutils-gdb] gdb: xtensa: drop gdb_target definition sergiodj+buildbot
2018-05-13 12:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-11 22:31 [binutils-gdb] gdb/x86: Fix write out of mxcsr register for xsave targets sergiodj+buildbot
2018-05-13 22:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-11 21:45 [binutils-gdb] Heap-allocate core_target instances sergiodj+buildbot
2018-05-13  9:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-11 21:20 [binutils-gdb] Eliminate the 'the_core_target' global sergiodj+buildbot
2018-05-13  6:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-11 20:37 [binutils-gdb] Move core_bfd to program space sergiodj+buildbot
2018-05-13  2:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-11 17:54 [binutils-gdb] Remove cleanups from mdebugread.c sergiodj+buildbot
2018-05-13  0:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-10 20:54 [binutils-gdb] Fix the clang build sergiodj+buildbot
2018-05-11  8:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-10 20:09 [binutils-gdb] x86 LynxOS-178: Adjust floating-point context structure sergiodj+buildbot
2018-05-12 19:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-10 17:39 [binutils-gdb] gdbserver/Windows: crash during connection establishment phase sergiodj+buildbot
2018-05-11  5:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-10 17:18 [binutils-gdb] gdbserver/Windows: Fix "no program to debug" error sergiodj+buildbot
2018-05-11  3:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-10 17:03 [binutils-gdb] [gdbserver/win32] fatal "glob could not process pattern '(null)'" error sergiodj+buildbot
2018-05-11  1:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-10 12:28 [binutils-gdb] Add support for detecting Freescale S12Z binaries in readelf sergiodj+buildbot
2018-05-10 16:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-10 10:11 [binutils-gdb] Fix tagged pointer support sergiodj+buildbot
2018-05-10 13:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-09 18:41 [binutils-gdb] x86: Remove Disp<N> from movidir{i,64b} sergiodj+buildbot
2018-05-09 19:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-09 16:53 [binutils-gdb] gdb: xtensa: handle privileged registers sergiodj+buildbot
2018-05-09 17:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-09 11:03 [binutils-gdb] Fix binary compatibility between GCC and the TI compiler for the PRU target sergiodj+buildbot
2018-05-09 11:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-09  7:01 [binutils-gdb] PR22069, Several instances of register accidentally spelled as regsiter sergiodj+buildbot
2018-05-09 10:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-09  5:52 [binutils-gdb] PR23148, Heap buffer overflow in pe_print_edata sergiodj+buildbot
2018-05-09  7:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-09  5:28 [binutils-gdb] PR23147, Heap buffer overflow in pe_print_idata sergiodj+buildbot
2018-05-09  6:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08 23:14 [binutils-gdb] RISC-V: Add missing hint instructions from RV128I sergiodj+buildbot
2018-05-08 23:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08 21:06 [binutils-gdb] Define GNULIB_NAMESPACE in unittests/string_view-selftests.c sergiodj+buildbot
2018-05-08 21:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08 17:40 [binutils-gdb] gdb/x86: Handle kernels using compact xsave format sergiodj+buildbot
2018-05-08 17:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08 14:08 [binutils-gdb] Correct powerpc spe opcode lookup sergiodj+buildbot
2018-05-08 14:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08 13:27 [binutils-gdb] watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests sergiodj+buildbot
2018-05-08 13:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08 12:43 [binutils-gdb] [spu] Fix "info spu event" output formatting sergiodj+buildbot
2018-05-08 13:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08 12:20 [binutils-gdb] Prevent a memory exhaustion failure when running objdump on a fuzzed input file with corrupt string and attribute sections sergiodj+buildbot
2018-05-08 12:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08  2:10 [binutils-gdb] Simplify VLE handling in print_insn_powerpc() sergiodj+buildbot
2018-05-08  2:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-08  0:29 [binutils-gdb] Enable Intel MOVDIRI, MOVDIR64B instructions sergiodj+buildbot
2018-05-08  0:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-07 17:23 [binutils-gdb] x86: Replace AddrPrefixOp0 with AddrPrefixOpReg sergiodj+buildbot
2018-05-07 17:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-07 16:17 [binutils-gdb] Add -Wduplicated-cond sergiodj+buildbot
2018-05-07 16:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-07 15:27 [binutils-gdb] Fix decoding of ARM VFP instructions sergiodj+buildbot
2018-05-07 16:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-07 15:05 [binutils-gdb] Cleanup ppc code dealing with opcode dumps sergiodj+buildbot
2018-05-07 15:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-07  3:23 [binutils-gdb] Replace uses of strncmp with memcmp sergiodj+buildbot
2018-05-07  3:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05 10:19 [binutils-gdb] Add missing "breaks" sergiodj+buildbot
2018-05-05 16:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  8:54 [binutils-gdb] Add -Wimplicit-fallthrough sergiodj+buildbot
2018-05-05 17:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  8:19 [binutils-gdb] Add a missing break in record_linux_system_call sergiodj+buildbot
2018-05-05 17:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  7:23 [binutils-gdb] Add two fall-through comments in rs6000-tdep.c sergiodj+buildbot
2018-05-05 15:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  7:16 [binutils-gdb] Fix "obvious" fall-through warnings sergiodj+buildbot
2018-05-05 13:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  7:03 [binutils-gdb] Add fall-through comment to i386-tdep.c sergiodj+buildbot
2018-05-05 15:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  6:43 [binutils-gdb] Add a fall-through comment to stabsread.c sergiodj+buildbot
2018-05-05 14:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  6:03 [binutils-gdb] Add missing ATTRIBUTE_NORETURNs sergiodj+buildbot
2018-05-05 12:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  4:33 [binutils-gdb] Fix "fall through" comments sergiodj+buildbot
2018-05-05 11:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  4:07 [binutils-gdb] Allow defining a user command inside a user command sergiodj+buildbot
2018-05-05  5:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  2:10 [binutils-gdb] Constify prompt argument to read_command_lines sergiodj+buildbot
2018-05-05  4:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  1:57 [binutils-gdb] Let gdb.execute handle multi-line commands sergiodj+buildbot
2018-05-05  8:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  1:36 [binutils-gdb] Make print_command_trace varargs sergiodj+buildbot
2018-05-05  3:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  1:34 [binutils-gdb] Allow breakpoint commands to be set from Python sergiodj+buildbot
2018-05-05  7:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-05  1:14 [binutils-gdb] Use function_view in cli-script.c sergiodj+buildbot
2018-05-05  6:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 23:49 [binutils-gdb] Use counted_command_line everywhere sergiodj+buildbot
2018-05-05  2:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 23:18 [binutils-gdb] Allocate cmd_list_element with new sergiodj+buildbot
2018-05-05  2:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 22:30 [binutils-gdb] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones sergiodj+buildbot
2018-05-05  1:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 22:05 [binutils-gdb] gdb: Make test names unique in gdb.base/maint.exp sergiodj+buildbot
2018-05-05  0:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 21:12 [binutils-gdb] (SPARC/LEON) fix incorrect array return value printed by "finish" sergiodj+buildbot
2018-05-04 23:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 20:53 [binutils-gdb] Minor cleanups in printcmd.c sergiodj+buildbot
2018-05-04 23:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 20:33 [binutils-gdb] Use previous count when 'x' command is repeated sergiodj+buildbot
2018-05-04 22:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 20:29 [binutils-gdb] Remove cleanup from print_mention_exception sergiodj+buildbot
2018-05-04 21:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 20:13 [binutils-gdb] Remove do_closedir_cleanup sergiodj+buildbot
2018-05-04 21:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 19:36 [binutils-gdb] Return std::string from ada_exception_catchpoint_cond_string sergiodj+buildbot
2018-05-04 20:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 19:03 [binutils-gdb] Remove cleanup from old_renaming_is_invisible sergiodj+buildbot
2018-05-04 19:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 18:25 [binutils-gdb] Use gdb_bfd_ref_ptr in target_bfd sergiodj+buildbot
2018-05-04 19:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 17:42 [binutils-gdb] [spu] Fix build break sergiodj+buildbot
2018-05-04 18:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 15:39 [binutils-gdb] Remove a cleanup from remote.c sergiodj+buildbot
2018-05-04 16:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 15:01 [binutils-gdb] gdb/testsuite: Handle targets with lots of registers sergiodj+buildbot
2018-05-04 15:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 14:14 [binutils-gdb] configure uses incorrect link order when testing libpython sergiodj+buildbot
2018-05-04 14:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 11:04 [binutils-gdb] gdb/testsuite: Fix broken regexp in gdbstub case sergiodj+buildbot
2018-05-04 11:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04 10:22 [binutils-gdb] -Wstringop-truncation warnings sergiodj+buildbot
2018-05-04 11:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-04  9:34 [binutils-gdb] ppc: Fix warning messages when IBM and IEEE long double are mixed sergiodj+buildbot
2018-05-04 10:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03 22:18 [binutils-gdb] Use flex's -t option instead of --stdout sergiodj+buildbot
2018-05-03 23:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03 21:34 [binutils-gdb] gdb/testsuite: Filter out some registers for riscv sergiodj+buildbot
2018-05-03 22:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03 17:01 [binutils-gdb] BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables sergiodj+buildbot
2018-05-03 19:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03 11:31 [binutils-gdb] Fix s390 GNU/Linux build sergiodj+buildbot
2018-05-03 12:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:54 [binutils-gdb] Eliminate target_ops::to_xclose sergiodj+buildbot
2018-05-03  3:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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  8:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:26 [binutils-gdb] linux_nat_target: More low methods sergiodj+buildbot
2018-05-03  6:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:21 [binutils-gdb] target_ops: Use bool throughout sergiodj+buildbot
2018-05-03  5:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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  4:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:19 [binutils-gdb] Convert struct target_ops to C++ sergiodj+buildbot
2018-05-03  4:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:12 [binutils-gdb] Make inf_ptrace_trad Linux-only, move to separate file sergiodj+buildbot
2018-05-03  2:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  0:37 [binutils-gdb] More procfs.c simplification sergiodj+buildbot
2018-05-03  1:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-02 23:59 [binutils-gdb] Eliminate procfs.c:procfs_use_watchpoints sergiodj+buildbot
2018-05-03  0:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-02 22:57 [binutils-gdb] Set test message in py-parameter.exp sergiodj+buildbot
2018-05-02 23:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-02 16:34 [binutils-gdb] Handle var_zuinteger and var_zuinteger_unlimited from Python sergiodj+buildbot
2018-05-02 17:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-01 16:57 [binutils-gdb] Fix unintialized memory in aarch64 opcodes sergiodj+buildbot
2018-05-01 17:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-01 16:18 [binutils-gdb] Bring in support for the NFP target in the config.sub file sergiodj+buildbot
2018-05-01 16:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-01 15:30 [binutils-gdb] Add the Netronome Flow Processor as a build target to the top-level configure.ac file sergiodj+buildbot
2018-05-01 16:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-01  8:01 [binutils-gdb] rust: Fix null deref when casting (PR 23124) sergiodj+buildbot
2018-05-01  8:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-01  1:43 [binutils-gdb] [Ada/ravenscar] error during "continue" after task/thread switch sergiodj+buildbot
2018-05-01  5:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-01  1:23 [binutils-gdb] Remove a use of is_mi_like_p from darwin-nat-info.c sergiodj+buildbot
2018-05-01  4:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-01  0:38 [binutils-gdb] Remove some is_mi_like_p from breakpoint code sergiodj+buildbot
2018-05-01  4:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-01  0:19 [binutils-gdb] Remove a use of is_mi_like_p from tracepoint.c sergiodj+buildbot
2018-05-01  3:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 23:58 [binutils-gdb] Remove some uses of is_mi_like_p from spu-tdep.c sergiodj+buildbot
2018-05-01  2:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 23:38 [binutils-gdb] Remove some uses of is_mi_like_p from py-framefilter.c sergiodj+buildbot
2018-05-01  2:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 23:05 [binutils-gdb] Make do_is_mi_like_p const sergiodj+buildbot
2018-05-01  1:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 22:16 [binutils-gdb] Change Python code to use new_reference sergiodj+buildbot
2018-05-01  0:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 21:56 [binutils-gdb] Use new_reference for struct value sergiodj+buildbot
2018-04-30 23:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 21:46 [binutils-gdb] Introduce ref_ptr::new_reference sergiodj+buildbot
2018-04-30 22:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 21:37 [binutils-gdb] Remove new_bfd_ref sergiodj+buildbot
2018-04-30 23:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 20:51 [binutils-gdb] Remove long_long_align_bit gdbarch attribute sergiodj+buildbot
2018-04-30 21:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 20:28 [binutils-gdb] Remove rust_type_alignment sergiodj+buildbot
2018-04-30 20:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 19:20 [binutils-gdb] Expose type alignment on gdb.Type sergiodj+buildbot
2018-04-30 20:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 18:19 [binutils-gdb] Handle alignof and _Alignof sergiodj+buildbot
2018-04-30 19:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 17:32 [binutils-gdb] Add initial type alignment support sergiodj+buildbot
2018-04-30 18:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 16:10 [binutils-gdb] This patch adds support to objdump for disassembly of NFP (Netronome Flow Processor) ELF files (.nffw) as well as some basic readelf support sergiodj+buildbot
2018-04-30 16:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-30 15:27 [binutils-gdb] Use bool in read_index_from_section sergiodj+buildbot
2018-04-30 16:10 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-29 16:52 [binutils-gdb] proc-events.c: fix compilation on Solaris sergiodj+buildbot
2018-04-29 17:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-29 16:18 [binutils-gdb] Fix race when building ada-lex.c sergiodj+buildbot
2018-04-29 16:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-27 20:40 [binutils-gdb] Add libcc1 v1 compatibility to C compile feature sergiodj+buildbot
2018-04-27 21:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-27 20:09 [binutils-gdb] Add inclusive range support for Rust sergiodj+buildbot
2018-04-27 20:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-27 19:21 [binutils-gdb] Enable -Wsuggest-override sergiodj+buildbot
2018-04-27 19:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-27 13:09 [binutils-gdb] Revert "Enable Intel MOVDIRI, MOVDIR64B instructions." sergiodj+buildbot
2018-04-27 13:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-27 11:12 [binutils-gdb] Regenerate some files for recent ARM patches sergiodj+buildbot
2018-04-27 11:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-27  9:52 [binutils-gdb] PR23123, PowerPC32 ifunc regression sergiodj+buildbot
2018-04-27 10:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 23:25 [binutils-gdb] Fix remote 'g' command error handling (PR remote/9665) sergiodj+buildbot
2018-04-27  5:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 22:02 [binutils-gdb] Enable Intel MOVDIRI, MOVDIR64B instructions sergiodj+buildbot
2018-04-27  4:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 19:45 [binutils-gdb] Fix resolving GNU ifunc bp locations when inferior runs resolver sergiodj+buildbot
2018-04-27  3:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 18:42 [binutils-gdb] Extend GNU ifunc testcases sergiodj+buildbot
2018-04-27  2:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 18:05 [binutils-gdb] PPC64: always make synthetic .text symbols for GNU ifunc symbols sergiodj+buildbot
2018-04-27  1:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 17:37 [binutils-gdb] For PPC64/ELFv1: Introduce mst_data_gnu_ifunc sergiodj+buildbot
2018-04-27  0:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 17:15 [binutils-gdb] Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer) sergiodj+buildbot
2018-04-27  0:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 16:34 [binutils-gdb] For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text section sergiodj+buildbot
2018-04-26 23:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 16:07 [binutils-gdb] Factor out minsym_found/find_function_start_sal overload sergiodj+buildbot
2018-04-26 21:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 15:43 [binutils-gdb] Eliminate find_pc_partial_function_gnu_ifunc sergiodj+buildbot
2018-04-26 19:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 15:18 [binutils-gdb] Breakpoints, don't skip prologue of ifunc resolvers with debug info sergiodj+buildbot
2018-04-26 19:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 14:53 [binutils-gdb] Fix setting breakpoints on ifunc functions after they're already resolved sergiodj+buildbot
2018-04-26 18:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 14:33 [binutils-gdb] Calling ifunc functions when resolver has debug info, user symbol same name sergiodj+buildbot
2018-04-26 16:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 14:27 [binutils-gdb] Fix calling ifunc functions when resolver has debug info and different name sergiodj+buildbot
2018-04-26 14:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 14:27 [binutils-gdb] Fix elf_gnu_ifunc_resolve_by_got buglet sergiodj+buildbot
2018-04-26 17:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 13:28 [binutils-gdb] Calling ifunc functions when target has no debug info but resolver has sergiodj+buildbot
2018-04-26 15:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 12:47 [binutils-gdb] Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation) sergiodj+buildbot
2018-04-26 14:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26 10:29 [binutils-gdb] x86: x87-related adjustments sergiodj+buildbot
2018-04-26 11:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  9:03 [binutils-gdb] x86: fold various non-memory operand AVX512VL templates sergiodj+buildbot
2018-04-26 13:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  8:36 [binutils-gdb] x86: CpuXSAVE is a prereq for various other features sergiodj+buildbot
2018-04-26 12:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  8:13 [binutils-gdb] x86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask sergiodj+buildbot
2018-04-26 12:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  7:04 [binutils-gdb] x86: drop VexImmExt sergiodj+buildbot
2018-04-26 10:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  2:55 [binutils-gdb] [ARM] FDPIC: Implement Thumb-only PLT for FDPIC sergiodj+buildbot
2018-04-26  6:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  2:23 [binutils-gdb] [ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol sergiodj+buildbot
2018-04-26  5:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  1:48 [binutils-gdb] [ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_GOT32 relocation for FDPIC platform sergiodj+buildbot
2018-04-26  4:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  1:29 [binutils-gdb] [ARM] FDPIC: Add stack segment sergiodj+buildbot
2018-04-26  3:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  0:55 [binutils-gdb] [ARM] Add TLS relocations for FDPIC sergiodj+buildbot
2018-04-26  2:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-26  0:03 [binutils-gdb] [ARM] Implement PLT for FDPIC sergiodj+buildbot
2018-04-26  1:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25 23:36 [binutils-gdb] [ARM] Implement FDPIC relocations sergiodj+buildbot
2018-04-26  0:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25 23:02 [binutils-gdb] [ARM] Add FDPIC relocations definitions sergiodj+buildbot
2018-04-25 23:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25 22:20 [binutils-gdb] [ARM] Add FDPIC OSABI flag support sergiodj+buildbot
2018-04-25 22:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25 21:40 [binutils-gdb] [ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpiceabi BFD backends sergiodj+buildbot
2018-04-25 22:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25 18:28 [binutils-gdb] Fix new inferior events output sergiodj+buildbot
2018-04-25 19:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25 14:49 [binutils-gdb] x86: drop redundant AVX512VL shift templates sergiodj+buildbot
2018-04-25 15:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25 12:59 [binutils-gdb] Fix the mask for the sqrdml(a|s)h instructions sergiodj+buildbot
2018-04-25 13:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25  8:21 [binutils-gdb] Silence gcc-8 warnings sergiodj+buildbot
2018-04-25  8:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-25  0:47 [binutils-gdb] Remove arm-aout and arm-coff support sergiodj+buildbot
2018-04-25  0:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-24 20:07 [binutils-gdb] Enable 'set print inferior-events' and improve detach/fork/kill/exit messages sergiodj+buildbot
2018-04-24 20:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-24 16:26 [binutils-gdb] Fix an illegal memory access when trying to copy an ELF binary with corrupt section symbols sergiodj+buildbot
2018-04-24 18:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-24 16:07 [binutils-gdb] Fix an illegal memory access when copying a PE format file with corrupt debug information sergiodj+buildbot
2018-04-24 17:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-24 15:09 [binutils-gdb] info-shared.exp: Replace libs=-ldl with shlib_load sergiodj+buildbot
2018-04-24 16:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-24 14:45 [binutils-gdb] Reindent cli-out.h sergiodj+buildbot
2018-04-24 15:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-24 13:56 [binutils-gdb] Remove cli_ui_out::out_field_fmt sergiodj+buildbot
2018-04-24 14:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-24  0:19 [binutils-gdb] Remove a cleanup from scm-frame.c sergiodj+buildbot
2018-04-24  0:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-23 15:50 [binutils-gdb] Regenerate gdb/configure and gdbserver/configure sergiodj+buildbot
2018-04-23 16:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-23 14:42 [binutils-gdb] Revert bfd part of "Silence gcc-8 warnings" sergiodj+buildbot
2018-04-23 15:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-23 12:15 [binutils-gdb] Prevent an illegal memory access in gprof by ensuring that string tables for aout format files are always zero-terminated sergiodj+buildbot
2018-04-23 12:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-23  9:10 [binutils-gdb] Silence gcc-8 warnings sergiodj+buildbot
2018-04-23  9:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-22 22:41 [binutils-gdb] Fixed test case to compile & run on FreeBSD sergiodj+buildbot
2018-04-22 23:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-21 18:17 [binutils-gdb] FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077) sergiodj+buildbot
2018-04-21 19:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-20 21:47 [binutils-gdb] Improve on-line help for thread_apply_command and thread_apply_all_command sergiodj+buildbot
2018-04-20 22:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-20 14:09 [binutils-gdb] PR22978, TLS local-dynamic incorrectly linked on hppa-linux sergiodj+buildbot
2018-04-20 14:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-20  3:25 [binutils-gdb] Add test case for a known hang in infrun sergiodj+buildbot
2018-04-20  3:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-19 22:02 [binutils-gdb] [OB PATCH] Fix some comments in thread.c sergiodj+buildbot
2018-04-19 22:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-19 17:40 [binutils-gdb] Fix dependency tracking in gdbserver subdirectories sergiodj+buildbot
2018-04-19 18:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-19  6:29 [binutils-gdb] PR22537, Segmentation fault with static PIE sergiodj+buildbot
2018-04-19  9:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-19  0:40 [binutils-gdb] Reinstate mips ecoff support sergiodj+buildbot
2018-04-19  3:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18 21:46 [binutils-gdb] Remove xml files from gdbserver sergiodj+buildbot
2018-04-19  2:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18 21:02 [binutils-gdb] Remove xml file references from target descriptions sergiodj+buildbot
2018-04-18 23:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18 20:43 [binutils-gdb] Create xml from target descriptions sergiodj+buildbot
2018-04-18 21:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18 20:22 [binutils-gdb] Add feature reference in .dat files sergiodj+buildbot
2018-04-18 20:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18 15:15 [binutils-gdb] Add tdesc osabi and architecture functions sergiodj+buildbot
2018-04-18 16:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18 14:34 [binutils-gdb] Commonise tdesc types and makes use of them in gdbserver tdesc sergiodj+buildbot
2018-04-18 15:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18 14:07 [binutils-gdb] Commonise tdesc_feature and makes use of it in gdbserver tdesc sergiodj+buildbot
2018-04-18 14:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18 13:20 [binutils-gdb] Commonise tdesc_reg and makes use of it in gdbserver tdesc sergiodj+buildbot
2018-04-18 13:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18  8:44 [binutils-gdb] Remove mips aout, coff, and pe support sergiodj+buildbot
2018-04-18  9:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18  2:13 [binutils-gdb] elf32_bed/elf64_bed sergiodj+buildbot
2018-04-18  2:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18  1:33 [binutils-gdb] x86: Use a normal input file with compatible relocation sergiodj+buildbot
2018-04-18  2:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-18  0:23 [binutils-gdb] various i386-aout and i386-coff target removal sergiodj+buildbot
2018-04-18  0:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17 22:07 [binutils-gdb] [MicroBlaze] PIC data text relative sergiodj+buildbot
2018-04-17 22:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17 20:26 [binutils-gdb] Conditionally drop the discriminant field in quirk_rust_enum sergiodj+buildbot
2018-04-17 21:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17 20:03 [binutils-gdb] Fix crash in quirk_rust_enum sergiodj+buildbot
2018-04-17 20:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17 17:52 [binutils-gdb] Don't print symbol declaration's line number in rbreak output sergiodj+buildbot
2018-04-17 18:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17 17:09 [binutils-gdb] Fix illegal memory accesses trigeered when linking corrupt input files sergiodj+buildbot
2018-04-17 17:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17 14:06 [binutils-gdb] Add a check for a NULL table pointer before attempting to compute a DWARF filename sergiodj+buildbot
2018-04-17 14:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17 13:19 [binutils-gdb] Resync libiberty sources with master version in GCC repository sergiodj+buildbot
2018-04-17 13:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17 10:18 [binutils-gdb] Enable Intel CLDEMOTE instruction sergiodj+buildbot
2018-04-17 10:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-17  3:38 [binutils-gdb] Reinstate readelf decoding of i860, i960 and i370 relocs sergiodj+buildbot
2018-04-17  4:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 21:12 [binutils-gdb] linux_spu_make_corefile_notes: return note_data instead of nullptr sergiodj+buildbot
2018-04-16 21:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 19:20 [binutils-gdb] Adjust more test cases to changed output of info var/func/type sergiodj+buildbot
2018-04-16 19:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 14:17 [binutils-gdb] gdb: Remove support for SH-5/SH64 sergiodj+buildbot
2018-04-16 14:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 12:19 [binutils-gdb] gdb: Remove OpenBSD/m88k support sergiodj+buildbot
2018-04-16 14:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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 13:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:32 [binutils-gdb] Remove arm-epoc-pe support sergiodj+buildbot
2018-04-16 13:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:29 [binutils-gdb] sparc-coff removal leftover sergiodj+buildbot
2018-04-16 13:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:06 [binutils-gdb] Remove sh-symbianelf support sergiodj+buildbot
2018-04-16 13:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:04 [binutils-gdb] Remove vax-bsd and vax-ultrix support sergiodj+buildbot
2018-04-16 13:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:02 [binutils-gdb] Remove w65 support sergiodj+buildbot
2018-04-16 13:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:00 [binutils-gdb] Remove we32k support sergiodj+buildbot
2018-04-16 13:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 10:58 [binutils-gdb] Remove m88k support sergiodj+buildbot
2018-04-16 13:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 10:56 [binutils-gdb] Remove i370 support sergiodj+buildbot
2018-04-16 12:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 10:44 [binutils-gdb] Remove h8500 support sergiodj+buildbot
2018-04-16 12:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  9:50 [binutils-gdb] Remove h8300-coff support sergiodj+buildbot
2018-04-16 11:24 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  9:35 [binutils-gdb] Remove sparc-aout and sparc-coff support sergiodj+buildbot
2018-04-16 13:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  9:21 [binutils-gdb] Remove m68k-aout and m68k-coff support sergiodj+buildbot
2018-04-16 13:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  9:17 [binutils-gdb] Remove IEEE 695 object support sergiodj+buildbot
2018-04-16 10:40 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  9:11 [binutils-gdb] Remove sh5 and sh64 support sergiodj+buildbot
2018-04-16 13:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  8:43 [binutils-gdb] Remove tandem support sergiodj+buildbot
2018-04-16  9:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  8:11 [binutils-gdb] Remove sony newsos3 support sergiodj+buildbot
2018-04-16  9:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  7:26 [binutils-gdb] Remove netware support sergiodj+buildbot
2018-04-16  8:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  6:50 [binutils-gdb] Remove tahoe support sergiodj+buildbot
2018-04-16  7:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-15 20:05 [binutils-gdb] Add x86-tdep.o to i386/amd64 target build sergiodj+buildbot
2018-04-15 20:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-15 15:56 [binutils-gdb] x86: Allow 32-bit registers for tpause and umwait sergiodj+buildbot
2018-04-15 16:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-14  9:25 [binutils-gdb] powerpc common-page-size sergiodj+buildbot
2018-04-14 11:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-14  9:08 [binutils-gdb] powerpc max-page-size vs __QNXTARGET__ sergiodj+buildbot
2018-04-14 10:33 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-14  8:58 [binutils-gdb] powerpc-lynxos and powerpc-windiss fixes sergiodj+buildbot
2018-04-14  9:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-13 17:44 [binutils-gdb] Show line numbers in output for "info var/func/type" sergiodj+buildbot
2018-04-13 18:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-13 10:21 [binutils-gdb] btrace: set/show record btrace cpu sergiodj+buildbot
2018-04-13 12:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-13 10:09 [binutils-gdb] record: fix typo in "set record" output sergiodj+buildbot
2018-04-13 11:16 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-13  9:59 [binutils-gdb] btrace: fix output of "set record btrace" sergiodj+buildbot
2018-04-13 10:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-13  8:59 [binutils-gdb] infrun: step through indirect branch thunks sergiodj+buildbot
2018-04-13  9:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-12 20:34 [binutils-gdb] Fix -D_GLIBCXX_DEBUG gdb-add-index regression sergiodj+buildbot
2018-04-12 21:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-12 19:33 [binutils-gdb] Remove old univariant code from rust-lang.c sergiodj+buildbot
2018-04-12 20:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-12 17:40 [binutils-gdb] Fix Solaris build sergiodj+buildbot
2018-04-12 19:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-12 16:59 [binutils-gdb] Eliminate target_has_exited sergiodj+buildbot
2018-04-12 17:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-11 20:14 [binutils-gdb] Enable Intel WAITPKG instructions sergiodj+buildbot
2018-04-11 20:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-11 19:22 [binutils-gdb] Add test for following fork on position-independent executables sergiodj+buildbot
2018-04-11 19:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-11 14:46 [binutils-gdb] Add Rust test case for ".." struct initializer sergiodj+buildbot
2018-04-11 15:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-11 12:52 [binutils-gdb] Remove i860, i960, bout and aout-adobe targets sergiodj+buildbot
2018-04-11 13:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-11 11:23 [binutils-gdb] File I/O file handles after target closes sergiodj+buildbot
2018-04-11 12:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-11 10:58 [binutils-gdb] C++ify fileio_fh_t, replace VEC with std::vector sergiodj+buildbot
2018-04-11 11:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-10 21:11 [binutils-gdb] Iterate by index in auto_load_safe_path_vec_update sergiodj+buildbot
2018-04-10 21:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-10 14:44 [binutils-gdb] Fix gdb.base/fork-running-state.exp race sergiodj+buildbot
2018-04-10 16:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-10 14:11 [binutils-gdb] Replace finish_thread_state_cleanup with a RAII class sergiodj+buildbot
2018-04-10 14:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-09 20:22 [binutils-gdb] Add selftests for range_contains and insert_into_bit_range_vector sergiodj+buildbot
2018-04-10  1:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-09 20:19 [binutils-gdb] Adapt and integrate string_view tests sergiodj+buildbot
2018-04-09 22:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-09 20:08 [binutils-gdb] Use an std::vector for inline_states sergiodj+buildbot
2018-04-10  0:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-09 19:54 [binutils-gdb] Remove VEC(tsv_s), use std::vector instead sergiodj+buildbot
2018-04-09 23:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-09 18:55 [binutils-gdb] Copy string_view files from libstdc++ sergiodj+buildbot
2018-04-09 20:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-09 13:12 [binutils-gdb] MIPS64/BFD: Fix a crash with STN_UNDEF in relocation sergiodj+buildbot
2018-04-09 14:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-09 13:04 [binutils-gdb] MIPS64/BFD: Fix a crash with invalid `r_sym' in relocation sergiodj+buildbot
2018-04-09 14:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-09  9:47 [binutils-gdb] Inline PLT call optimization sergiodj+buildbot
2018-04-09 12:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-06 23:29 [binutils-gdb] Remove free_value_chain sergiodj+buildbot
2018-04-07  3:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-06 22:16 [binutils-gdb] Change breakpoints to use value_ref_ptr sergiodj+buildbot
2018-04-06 23:32 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-06 22:03 [binutils-gdb] Introduce a gdb_ref_ptr specialization for struct value sergiodj+buildbot
2018-04-06 22:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-06 20:32 [binutils-gdb] Add -Wno-error=deprecated-register to gdb build flags sergiodj+buildbot
2018-04-06 21:05 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-05 14:52 [binutils-gdb] Have filter_results take a std::vector sergiodj+buildbot
2018-04-05 17:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-05 14:10 [binutils-gdb] Fix some indentation in linespec.c sergiodj+buildbot
2018-04-05 15:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-04 11:58 [binutils-gdb] i386: Clear vex instead of vex.evex sergiodj+buildbot
2018-04-04 12:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-04  2:30 [binutils-gdb] PR binutils/22875: i860/ELF: Report unsupported relocation types sergiodj+buildbot
2018-04-04  5:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-28 17:49 [binutils-gdb] [2/2][LD][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in LD sergiodj+buildbot
2018-03-28 18:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-28 12:42 [binutils-gdb] x86: don't show suffixes for to-scalar-int conversion insns sergiodj+buildbot
2018-03-28 13:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27 17:29 [binutils-gdb] Remove cleanups from prompt_for_continue sergiodj+buildbot
2018-03-27 21:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27 14:32 [binutils-gdb] set varsize-limit: New GDB setting for maximum dynamic object size sergiodj+buildbot
2018-03-27 18:22 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27 14:24 [binutils-gdb] Move DWARF index-related things to a separate file sergiodj+buildbot
2018-03-27 18:09 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27  7:12 [binutils-gdb] Simplify exception handling in py-framefilter.c sergiodj+buildbot
2018-03-27 15:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27  6:58 [binutils-gdb] Improve "backtrace" help text sergiodj+buildbot
2018-03-27 15:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27  5:44 [binutils-gdb] Throw a "quit" on a KeyboardException in py-framefilter.c sergiodj+buildbot
2018-03-27 11:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27  5:03 [binutils-gdb] Remove EXT_LANG_BT_COMPLETED sergiodj+buildbot
2018-03-27  9:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27  4:49 [binutils-gdb] Allow hiding of some filtered frames sergiodj+buildbot
2018-03-27  8:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27  4:34 [binutils-gdb] Change backtrace_command_1 calling to use flags sergiodj+buildbot
2018-03-27  7:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-27  4:21 [binutils-gdb] Rationalize "backtrace" command line parsing sergiodj+buildbot
2018-03-27  6:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-26 19:51 [binutils-gdb] Add include guard to filename-seen-cache.h sergiodj+buildbot
2018-03-26 20:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-26 11:05 [binutils-gdb] Make gdbserver reg_defs a vector of objects sergiodj+buildbot
2018-03-26 11:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-25 18:14 [binutils-gdb] eval.c: reverse minsym and sym sergiodj+buildbot
2018-03-25 18:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-25 12:23 [binutils-gdb] x86-64: Add ENDBR64 to the TLSDESC PLT entry sergiodj+buildbot
2018-03-25 12:56 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-24  3:23 [binutils-gdb] aarch64: Make "info address" resolve TLS variables sergiodj+buildbot
2018-03-24  4:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-23 19:13 [binutils-gdb] Add psymbols for nested types sergiodj+buildbot
2018-03-23 20:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-23 16:23 [binutils-gdb] Change machoread.c to use std::vector sergiodj+buildbot
2018-03-23 16:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-23 15:04 [binutils-gdb] Make gdbserver find_register_by_number static sergiodj+buildbot
2018-03-23 15:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-23 13:00 [binutils-gdb] gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp sergiodj+buildbot
2018-03-23 13:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-23 12:14 [binutils-gdb] gdb: Minor cleanup in some gdb.arch/* tests sergiodj+buildbot
2018-03-23 12:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-23 11:26 [binutils-gdb] Move gdbserver tdesc header funcs to c file sergiodj+buildbot
2018-03-23 12:04 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-23  9:56 [binutils-gdb] Testsuite: fully migrate to use_gdb_stub convenience func sergiodj+buildbot
2018-03-23 10:23 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-23  3:37 [binutils-gdb] Remove some cleanups from record-full.c sergiodj+buildbot
2018-03-23  4:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22 13:54 [binutils-gdb] ppc: Fix stwux and stdux masks in skip_prologue sergiodj+buildbot
2018-03-22 17:43 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22 13:41 [binutils-gdb] ppc: Detect when LR is saved through frame pointer sergiodj+buildbot
2018-03-22 16:01 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22 11:31 [binutils-gdb] x86: drop pointless VecESize sergiodj+buildbot
2018-03-22 13:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22  9:34 [binutils-gdb] Make "info proc cmdline" show args on GNU/Linux sergiodj+buildbot
2018-03-22 15:08 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22  9:20 [binutils-gdb] S390: Correct brace style in s390_get_wordsize sergiodj+buildbot
2018-03-22 14:11 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22  8:31 [binutils-gdb] x86: drop remaining redundant DispN sergiodj+buildbot
2018-03-22 12:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22  8:17 [binutils-gdb] x86: fix swapped operand handling for BNDMOV sergiodj+buildbot
2018-03-22 11:29 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22  8:02 [binutils-gdb] x86/Intel: fix fallout from earlier template folding sergiodj+buildbot
2018-03-22 10:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22  7:50 [binutils-gdb] x86: fold a few XOP templates sergiodj+buildbot
2018-03-22  9:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22  5:04 [binutils-gdb] Get rid of VEC(static_tracepoint_marker_p) sergiodj+buildbot
2018-03-22  8:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-22  4:50 [binutils-gdb] Make parse_static_tracepoint_marker_definition work with multiple static tracepoint definitions sergiodj+buildbot
2018-03-22  7:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 20:49 [binutils-gdb] Add myself as a write-after-approval GDB maintainer sergiodj+buildbot
2018-03-21 21:59 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 20:10 [binutils-gdb] DT_FLAGS_1: Add Solaris bits sergiodj+buildbot
2018-03-21 20:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 18:30 [binutils-gdb] S390: Make IPA recognize tdescs with guarded storage sergiodj+buildbot
2018-03-21 19:03 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 17:13 [binutils-gdb] S390: gdbserver: Don't write guarded storage registers sergiodj+buildbot
2018-03-21 18:20 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 16:59 [binutils-gdb] S390: Enable re-attaching with native-extended-gdbserver sergiodj+buildbot
2018-03-21 17:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 12:27 [binutils-gdb] PowerPC64 synthetic symbols sergiodj+buildbot
2018-03-21 15:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 12:13 [binutils-gdb] Delete unused elf32-ppc.c code sergiodj+buildbot
2018-03-21 14:45 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 11:59 [binutils-gdb] Make tls_mask unsigned in elf32-ppc.c sergiodj+buildbot
2018-03-21 13:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 11:46 [binutils-gdb] Correct multi-toc tprel relocs sergiodj+buildbot
2018-03-21 13:02 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-21 11:32 [binutils-gdb] Don't exceed reloc array bounds sergiodj+buildbot
2018-03-21 12:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-20 16:41 [binutils-gdb] Fix misleading indentation error sergiodj+buildbot
2018-03-20 17:19 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-20 14:14 [binutils-gdb] Replace the linear search in find_pc_sect_line with a binary search sergiodj+buildbot
2018-03-20 14:26 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-20 11:08 [binutils-gdb] Set non_ir_ref_dynamic if a symbol is made dynamic sergiodj+buildbot
2018-03-20 11:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-19 17:31 [binutils-gdb] Support bare-identifier field initializers in Rust sergiodj+buildbot
2018-03-19 18:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-19 15:59 [binutils-gdb] Convert observers to C++ sergiodj+buildbot
2018-03-19 16:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-19 12:29 [binutils-gdb] Testsuite: Fix ambiguous "break" due to libinproctrace sergiodj+buildbot
2018-03-19 13:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-19 11:10 [binutils-gdb] Updated Spanish translation for the bfd/ sub-directory, and updated Ukranian translation for the gas/ sub-directory sergiodj+buildbot
2018-03-19 11:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-19  4:11 [binutils-gdb] Remove some cleanups from solib.c sergiodj+buildbot
2018-03-19  4:51 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-17 19:46 [binutils-gdb] Change auto_load_objfile_script_1 to use std::string sergiodj+buildbot
2018-03-17 20:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-17 15:47 [binutils-gdb] Remove target_fileio_close_cleanup sergiodj+buildbot
2018-03-17 16:17 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-16 21:30 [binutils-gdb] Add silent Makefile rules sergiodj+buildbot
2018-03-16 22:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-16 20:41 [binutils-gdb] Remove make_cleanup_free_section_addr_info sergiodj+buildbot
2018-03-16 21:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-15 21:11 [binutils-gdb] xtensa: bfd: fix assertion in xlate_offset_with_removed_text sergiodj+buildbot
2018-03-15 21:52 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-15  8:04 [binutils-gdb] nds32: Remove the unsupported target feature sergiodj+buildbot
2018-03-15  8:33 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-14 11:43 [binutils-gdb] GC: Also check the local debug definition section sergiodj+buildbot
2018-03-14 12:12 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-13 14:19 [binutils-gdb] Prevent memory access violations when attempting to parse an x86_64 PE binary containing corrupt unwind information sergiodj+buildbot
2018-03-13 14:58 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-12 22:14 [binutils-gdb] gdb/riscv: Fix some ARI issues sergiodj+buildbot
2018-03-12 22:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-12 14:44 [binutils-gdb] Use gdb::byte_vector when reading section data sergiodj+buildbot
2018-03-12 15:27 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-09 15:01 [binutils-gdb] Fix Sparc, s390 and AArch64 targets so that they can handle relocs against ifunc symbols found in note sections sergiodj+buildbot
2018-03-09 15:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-08 23:24 [binutils-gdb] remote-stdio-gdbserver: Pass "target" to remote_exec to delete file sergiodj+buildbot
2018-03-09  0:38 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-08 16:07 [binutils-gdb] x86: fold several AVX512VL templates sergiodj+buildbot
2018-03-08 18:15 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-08  9:44 [binutils-gdb] x86: fold VEX-encoded GFNI templates sergiodj+buildbot
2018-03-08 16:13 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-08  9:07 [binutils-gdb] x86: fold FMA and FMA4 templates sergiodj+buildbot
2018-03-08 13:57 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-08  8:54 [binutils-gdb] x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX sergiodj+buildbot
2018-03-08 13:07 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-08  8:19 [binutils-gdb] x86: drop FloatD sergiodj+buildbot
2018-03-08 10:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-08  7:42 [binutils-gdb] x86: fold AVX vcvtpd2ps memory forms sergiodj+buildbot
2018-03-08  8:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-07 13:44 [binutils-gdb] Fix watching structs in C++ sergiodj+buildbot
2018-03-07 14:25 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-07  7:12 [binutils-gdb] XCOFF disassembler sergiodj+buildbot
2018-03-07  8:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-06 21:53 [binutils-gdb] Formatting fixes in rust-exp.y sergiodj+buildbot
2018-03-06 22:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-06 12:54 [binutils-gdb] gdb/riscv: Fixes to printf format strings sergiodj+buildbot
2018-03-06 13:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-03  1:20 [binutils-gdb] opcodes error messages sergiodj+buildbot
2018-03-03  1:55 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-02 12:46 [binutils-gdb] Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build on mingw*) sergiodj+buildbot
2018-03-02 13:39 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-03-02 12:07 [binutils-gdb] [GDB/testsuite] Use %progbits in watch-loc.c sergiodj+buildbot
2018-03-02 12:42 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2017-10-10  0:23 [binutils-gdb] Remove free_splay_tree cleanup sergiodj+buildbot
2017-10-10 12:00 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, 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).